aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64
AgeCommit message (Expand)AuthorFilesLines
2012-06-01Fix fmod for subnormals (bug 14048).Joseph Myers1-2/+2
2012-06-01Ensure additions are not scheduled after fetestexcept in fmaf and fmal.Joseph Myers1-1/+3
2012-06-01Add a barrier in the double fma implementation.Aurelien Jarno1-1/+3
2012-05-26Optimize handling of denormals in logb/logbf/logblAndreas Schwab2-6/+8
2012-05-15Log2 and log10 for wordsize-64.Adhemerval Zanella4-82/+305
2012-05-14Use __builtin_clzll on int64 in __logbH.J. Lu1-1/+1
2012-05-10Fix for logb/logbf/logbl (bugs 13954/13955/13956)Adhemerval Zanella2-20/+30
2012-05-06Fix exp10 inaccuracy and exceptions (bugs 13884, 13914).Joseph Myers1-0/+48
2012-05-05Fix missing exceptions from exp (bugs 13787, 13922, 14036).Joseph Myers1-16/+5
2012-04-18Remove useless __ilogb*_finite aliasesAndreas Schwab1-1/+0
2012-04-17Fix ilogb exception and errno (bug 6794)Adhemerval Zanella1-6/+2
2012-04-09Fix missing overflow exceptions from pow (bug 13873).Joseph Myers1-2/+3
2012-04-08Use __kernel_standard instead of __kernel_standard_f in exp wrapper (bug 13705).Aurelien Jarno1-2/+2
2012-03-21Disable use of FMA instructions in branredAndreas Schwab1-0/+4
2012-03-21Fix pow of zero and infinity to large powers.Joseph Myers1-1/+1
2012-03-19Fix atan2 spurious exceptions (bug 11451).Joseph Myers1-1/+8
2012-03-19Create and use libc_feupdateenv_test.Richard Henderson2-15/+22
2012-03-19Create and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}.Richard Henderson5-64/+53
2012-03-19Make inline __isnan, __isinf_ns, __finite generic.Richard Henderson1-0/+35
2012-03-16Make lround the alias of llround for wordsize-64H.J. Lu2-80/+80
2012-03-16Fix tan, tanl for large inputs.Joseph Myers1-2/+2
2012-03-16Implement ldbl-96 sinl / cosl / sincosl (bug 13851).Joseph Myers1-7/+10
2012-03-14Implement and use libc_feholdexcept_setround_53bit and libc_feupdateenv_53bitAndreas Jaeger1-5/+5
2012-03-13Clean up dbl-64 rint, nearbyint.Joseph Myers4-84/+6
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson83-135/+135
2012-03-05Fix pow in non-default rounding modes (bug 3976).Joseph Myers1-2/+11
2012-03-02Fix sin, cos, tan in non-default rounding modes (bug 3976).Joseph Myers2-83/+143
2012-03-02Fix scalbn, scalbln integer overflow.Joseph Myers4-12/+20
2012-03-02Fix exp in non-default rounding modes (bug 3976).Joseph Myers1-14/+24
2012-02-26Replace sysdeps/ieee754/dbl-64/k_tan.c with empty fileAndreas Schwab1-136/+1
2012-02-19Use non-signaling floating-point comparisons in math functions.Aurelien Jarno2-7/+7
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert83-193/+110
2012-01-27Remove __STDC__ conditionals from libm.Joseph Myers14-126/+15
2012-01-11Optimized acosh for 64-bit platformsUlrich Drepper1-0/+67
2012-01-11Optimize scalblnUlrich Drepper2-26/+74
2012-01-10Optimize s_modfUlrich Drepper2-18/+70
2012-01-10Optimize ldexp and scalbnUlrich Drepper2-42/+22
2012-01-09Some branch prediction for log1pUlrich Drepper1-3/+3
2011-11-11Remove unused variablesMarek Polacek1-2/+2
2011-10-29Fix accuracy problem in generic sinUlrich Drepper1-1/+1
2011-10-26Fix uses of math_force_evalAndreas Schwab1-3/+3
2011-10-25Add AVX optimized versions for some x86-64 math functionsUlrich Drepper1-58/+41
2011-10-25Use math_force_eval in more placesUlrich Drepper10-175/+135
2011-10-25Cleanup FMA4 patchUlrich Drepper24-197/+418
2011-10-24Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper12-176/+205
2011-10-24Finish renamed DLA_FMA -> DLA_FMSUlrich Drepper8-9/+9
2011-10-23Optimized remquo for 64-bit platformsUlrich Drepper1-0/+112
2011-10-23Optimize f_modUlrich Drepper2-6/+109
2011-10-23Clean up FMA useUlrich Drepper1-3/+3
2011-10-23Clean up last dla.h changeUlrich Drepper10-21/+9