aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-22Improve DLA_FMA for FMA4Ulrich Drepper1-2/+2
2011-10-22Start using fma in the libm implementationUlrich Drepper9-150/+192
2011-10-22Optimization to some complex math functionsUlrich Drepper1-1/+1
2011-10-21Add some __builtin_expect to generic __ieee754_logUlrich Drepper1-3/+3
2011-10-18Use new internal libc_fe* interfaces in more functionsUlrich Drepper2-16/+16
2011-10-18Provide combined internal feholdexcept/fesetround interfaceUlrich Drepper1-5/+1
2011-10-18Start optimizing the use of the fenv interfaces in libm itselfUlrich Drepper2-31/+16
2011-10-17Small optimization of generic exp2Ulrich Drepper1-11/+12
2011-10-17Add optimized 64-bit frexpUlrich Drepper1-0/+67
2011-10-16Use rounds{s,d} for x86 rint, ceil, floorUlrich Drepper6-65/+32
2011-10-15Optimized floor for 64-bit architecturesUlrich Drepper1-0/+79
2011-10-15Add cosh optimized for 64-bit architecturesUlrich Drepper2-4/+82
2011-10-15Optimize expUlrich Drepper2-45/+37
2011-10-12Optimize libmUlrich Drepper22-928/+616
2011-10-08Optimize use of isnan, isinf, finiteUlrich Drepper6-0/+44