aboutsummaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)AuthorFilesLines
2015-05-15Fix atanhl missing underflows (bug 16352).Joseph Myers2-125/+124
2015-05-15Fix tanf spurious underflows (bug 18221).Joseph Myers2-0/+52
2015-05-15Fix lgammaf spurious underflows (bug 18220).Joseph Myers2-0/+26
2015-05-15Fix erfcf spurious underflows (bug 18217).Joseph Myers2-0/+52
2015-05-14Fix atanf spurious underflows (bug 18196).Joseph Myers2-0/+26
2015-05-14Fix log1p missing underflows (bug 16339).Joseph Myers2-105/+104
2015-05-14This is update for configure, build and install of vector math library.Andrew Senkevich1-0/+16
2015-05-14This patch adds infrastructure for addition of SIMDAndrew Senkevich2-1/+11
2015-05-14Last part of changes regarding to libm-test.inc: additionAndrew Senkevich3-5/+58
2015-05-14Refactoring of START for conditions in individual testsAndrew Senkevich7-10/+28
2015-05-14This is the beginning of series of patches with additionAndrew Senkevich7-18/+24
2015-05-08Add more tests of csqrt, lgamma, log10, sinh.Joseph Myers2-0/+148
2015-05-06Add more tests of acosh, atanh, cos, csqrt, erfc, sin, sincos.Joseph Myers2-0/+340
2015-05-05Add further tests of libm functions.Joseph Myers2-0/+2836
2015-05-02Add more tests of libm functions.Joseph Myers2-0/+944
2015-05-01Add more tests of tgamma.Joseph Myers2-0/+203
2015-05-01Add more tests of tanh.Joseph Myers2-0/+304
2015-05-01Add more tests of tan.Joseph Myers2-0/+52
2015-05-01Add more tests of cos, sin, sincos.Joseph Myers2-0/+138
2015-05-01Add another test of pow.Joseph Myers2-0/+26
2015-05-01Add more tests of lgamma.Joseph Myers2-0/+227
2015-05-01Add more tests of log, log10, log1p, log2.Joseph Myers2-0/+851
2015-05-01Add more tests of exp, exp10, exp2, expm1.Joseph Myers2-0/+483
2015-05-01Add more tests of erf, erfc.Joseph Myers2-0/+438
2015-04-30Add more tests of csqrt.Joseph Myers2-0/+515
2015-04-30Add further tests of cosh and sinh.Joseph Myers2-0/+378
2015-04-28Fix ldbl-128 roundl for exponents in [31, 47] (bug 18346).Joseph Myers1-0/+11
2015-04-22Use __copysign rather than copysign.Wilco Dijkstra1-1/+1
2015-04-13Set errno for log1p on pole/domain error.Stefan Liebler6-6/+118
2015-04-09Add more tests of clog and clog10.Joseph Myers2-0/+1470
2015-04-08Add more tests of atanh.Joseph Myers2-0/+132
2015-04-08Add more tests of atan.Joseph Myers2-0/+78
2015-04-08Add more tests of cbrt.Joseph Myers2-0/+192
2015-04-08Add more tests of cabs.Joseph Myers2-0/+156
2015-04-08Fix dbl-64 atan2 in non-default rounding modes (bug 18210, bug 18211).Joseph Myers2-0/+834
2015-04-08Fix dbl-64 atan in non-default rounding modes (bug 18197).Joseph Myers2-0/+52
2015-04-06math/test-fenvinline: Cast fe_exc to unsigned int before printingRichard Henderson1-2/+2
2015-03-25Add more tests of acosh, asinh and atanh.Joseph Myers2-0/+784
2015-03-25Add another test of asin.Joseph Myers2-0/+26
2015-03-25Add more tests of asin.Joseph Myers2-0/+228
2015-03-25Add more tests of acos.Joseph Myers2-0/+404
2015-03-25Add more tests of expm1.Joseph Myers2-0/+308
2015-03-24Add more tests of cosh, sinh.Joseph Myers2-0/+542
2015-03-24Add more tests of log2.Joseph Myers2-0/+324
2015-03-10Add test for bug 18104.Joseph Myers2-0/+46
2015-03-03powerpc: Fix inline feraiseexcept, feclearexcept macrosAdhemerval Zanella2-1/+353
2015-02-27Fix ldbl-96, ldbl-128ibm atanhl inaccuracy (bug 18046, bug 18047).Joseph Myers2-0/+906
2015-02-26Fix ldbl-128/ldbl-128ibm acosl inaccuracy (bug 18038, bug 18039).Joseph Myers2-0/+806
2015-02-26Fix asin missing underflows (bug 16351).Joseph Myers2-105/+104
2015-02-26Fix ldbl-128ibm logbl near powers of 2 (bug 18030).Joseph Myers1-0/+5