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