aboutsummaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)AuthorFilesLines
2012-03-03Remove oldish __GNUC_PREREQ.Marek Polacek1-6/+0
2012-03-02Fix sin, cos, tan in non-default rounding modes (bug 3976).Joseph Myers1-0/+421
2012-03-02Fix scalbn, scalbln integer overflow.Joseph Myers1-0/+38
2012-03-02Fix exp in non-default rounding modes (bug 3976).Joseph Myers1-0/+112
2012-03-01Improve erfc accuracy.Joseph Myers1-0/+6
2012-02-29Add test for bug 5794 (incorrect expm1 overflow).Joseph Myers1-0/+4
2012-02-29Move misplaced llround test and add lround test from bug 2561.Joseph Myers1-1/+2
2012-02-22Fix nearbyintf rounding.Joseph Myers1-0/+23
2012-02-22Fix rintf rounding.Joseph Myers1-0/+80
2012-02-19Use non-signaling floating-point comparisons in math functions.Aurelien Jarno35-75/+101
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert188-564/+376
2012-02-07Add tst-CMPLX2 test.Marek Polacek2-1/+150
2012-02-07Fix loss of precision in jn testsAndreas Schwab1-9/+9
2012-02-03Include <stdio.h> in math/tst-CMPLX.c.Joseph Myers1-0/+1
2012-01-28Use -msse2avx option for x86-64 libm functionsUlrich Drepper1-8/+0
2012-01-27Remove __STDC__ conditionals from libm.Joseph Myers9-61/+10
2012-01-26Remove __STDC__ conditionals from installed headers.Joseph Myers2-28/+10
2012-01-10Add const attribute to fmin and fmaxUlrich Drepper1-2/+2
2012-01-10Optimize ldexp and scalbnUlrich Drepper1-1/+8
2012-01-08Add test for CMPLX macrosUlrich Drepper2-1/+57
2012-01-08Fix typo in CMPLXLUlrich Drepper1-1/+1
2012-01-08Define CMPLX, CMPLXF, CMPLXLUlrich Drepper1-1/+10
2012-01-08Static linking is always neededUlrich Drepper1-7/+2
2012-01-07Remove pre-ISO C supportUlrich Drepper3-9/+9
2011-12-21Use Kahan's formula in cacoshUlrich Drepper3-0/+17
2011-12-21Fix sign errr in some cacosh resultsRichard B. Kreckel3-30/+4
2011-12-17Avoid warnings in __*_finite math function declarations with C++Marek Polacek1-90/+97
2011-12-17Optimized nearbyint for PPCAdhemerval Zanella1-0/+4
2011-11-04Always provide declarations of long double math functions when !_LIBCAndreas Schwab2-6/+8
2011-10-29Fix accuracy problem in generic sinUlrich Drepper1-0/+1
2011-10-26Make math_force_eval accept non-addressable argumentsAndreas Schwab1-2/+3
2011-10-24Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper1-1/+1
2011-10-22Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper3-0/+3
2011-10-22Add branch predictions to complex math codeUlrich Drepper23-132/+77
2011-10-22Fix compilation due to __nan definesAndreas Schwab3-0/+3
2011-10-22Optimization to some complex math functionsUlrich Drepper19-255/+103
2011-10-18Use new internal libc_fe* interfaces in more functionsUlrich Drepper1-0/+8
2011-10-18Provide combined internal feholdexcept/fesetround interfaceUlrich Drepper1-0/+7
2011-10-18Start optimizing the use of the fenv interfaces in libm itselfUlrich Drepper1-0/+22
2011-10-15Optimize expUlrich Drepper3-0/+9
2011-10-15Add parameter annotation to modfAndreas Jaeger1-2/+3
2011-10-12Optimize libmUlrich Drepper102-2753/+2418
2011-10-08Optimize use of isnan, isinf, finiteUlrich Drepper21-62/+71
2011-10-08Use private math_private.h in files in math/Ulrich Drepper128-128/+128
2011-10-07Fix remainder (NaN, 0)Andreas Jaeger4-9/+25
2011-09-09Fix jn precisionPetr Baudis1-1/+11
2011-09-08Fix lround() loses precisionPaul Pluzhnikov1-0/+1
2011-05-18Fix whitespaceUlrich Drepper1-1/+1
2011-05-18Fix typo in x86-64 powlH.J. Lu2-1/+54
2010-11-01Fix typo in comment.Erich Ritz1-1/+1