aboutsummaryrefslogtreecommitdiff
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* Prevent these functions from using stack outside of their frame.Daniel Eischen2005-05-063-15/+15
* Revert the last change, the conversion from long double to double can raiseStefan Farfeleder2005-04-283-12/+12
* Use double additions to raise the inexact exception to work around problemsStefan Farfeleder2005-04-223-12/+12
* Fix raising the inexact exception (FE_INEXACT) if the result differs from theStefan Farfeleder2005-04-223-18/+34
* Fix truncl.3 MLINKSAndrey A. Chernov2005-04-171-1/+1
* More optimized math functions.David Schultz2005-04-1616-5/+399
* Implement truncl() based on floorl().David Schultz2005-04-164-12/+80
* Add roundl(), lroundl(), and llroundl().David Schultz2005-04-087-18/+120
* These files should include s_lround.c instead of s_lrint.c.David Schultz2005-04-083-3/+3
* Fix a (coincidentally harmless) bug.David Schultz2005-04-081-5/+4
* Fix a long-standing bug in k_rem_pio2(), which led to large errors whenDavid Schultz2005-04-051-1/+1
* Build exp2(), exp2f(), and related documentation.David Schultz2005-04-051-2/+3
* Document exp2() and exp2f(), and make other minor tweaks and updates.David Schultz2005-04-052-88/+37
* Implement exp2() and exp2f().David Schultz2005-04-053-0/+532
* Implement and document remquo() and remquof().David Schultz2005-03-2512-20/+583
* Fix the double rounding problem with subnormals, andDavid Schultz2005-03-182-16/+36
* Add missing prototypes for fma() and fmaf(), and remove an inaccurateDavid Schultz2005-03-181-1/+2
* Make the fenv.h routines work for programs that use SSE forDavid Schultz2005-03-172-85/+262
* Spell 'fedisableexcept' correctly.David Schultz2005-03-161-1/+1
* Document feenableexcept(), fedisableexcept(), and fegetexcept().David Schultz2005-03-162-1/+101
* Replace fegetmask() and fesetmask() with feenableexcept(),David Schultz2005-03-1610-57/+166
* Replace strong references with weak references. There's noDavid Schultz2005-03-074-7/+7
* Remove an obsolete sentence from a comment.Stefan Farfeleder2005-03-071-2/+1
* - If z is 0, one of x or y is 0, and the other is infinite, raiseDavid Schultz2005-03-071-2/+18
* Document scalbnl and scalblnl.David Schultz2005-03-071-9/+16
* Document nextafterl and nexttoward{,f,l}.David Schultz2005-03-071-7/+21
* Add nexttoward to the list of implemented functions, and explicitlyDavid Schultz2005-03-071-4/+8
* Document fmal.David Schultz2005-03-071-16/+27
* Remove ldexp and ldexpf. The former is in libc, and the latter isDavid Schultz2005-03-072-59/+0
* - Remove s_ldexpf.c (now aliased to scalbn.)David Schultz2005-03-071-7/+12
* - Define FP_FAST_FMA for sparc64, since fma() is now implemented usingDavid Schultz2005-03-071-4/+12
* Alias scalbn as ldexpl and scalbnl on platforms where long double isDavid Schultz2005-03-071-0/+8
* - Implement scalblnl.David Schultz2005-03-071-2/+34
* Implement nexttowardf. This is used on both platforms with 11-bitDavid Schultz2005-03-071-0/+60
* Implement nexttoward and nextafterl; the latter is also known asDavid Schultz2005-03-072-0/+155
* - Try harder to trick gcc into not optimizing away statementsDavid Schultz2005-03-072-8/+19
* Implement frexpl.David Schultz2005-03-071-0/+62
* Alias frexp as frexpl on platforms where a long double is the same asDavid Schultz2005-03-071-0/+7
* Implement fmal.David Schultz2005-03-071-0/+170
* - Define the LDBL_PREC to be the number of significant bits in a longDavid Schultz2005-03-071-1/+2
* - Define the LDBL_PREC to be the number of significant bits in a longDavid Schultz2005-03-071-0/+5
* Define the LDBL_PREC to be the number of significant bits in a longDavid Schultz2005-03-075-0/+9
* Add an assembly version of fmal.David Schultz2005-03-071-0/+34
* Add scalbnl, also known as as ldexpl.David Schultz2005-03-072-0/+90
* Alias scalbnf as ldexpf. The two are identical in binaryDavid Schultz2005-03-072-0/+7
* Fix a mistake in the exponent range.David Schultz2005-03-061-1/+1
* Work around a gcc bug. This fixes feholdexcept() et al. at -O1.David Schultz2005-03-051-1/+1
* Un-document the non-extant exp10() and exp10f() functions.David Schultz2005-02-262-3/+1
* Revert rev 1.8, which causes small (e.g. 2 ulp) errors for someDavid Schultz2005-02-241-8/+13
* Use hardware instructions for sqrt() and sqrtf().David Schultz2005-02-213-0/+69