summaryrefslogtreecommitdiffstats
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* Fixed range reduction for large multiples of pi/2 on systems withbde2005-10-111-0/+1
* Fixed range reduction near (but not very near) medium-sized multiplesbde2005-10-101-3/+18
* Fix numerous errors of >= 1 ulp for cosf(x) and sinf(x) (1 line)bde2005-10-091-1/+12
* Oops, the last-minute optimization in rev.1.8 wasn't a good idea. Thebde2005-10-091-7/+18
* Fixed syntax error (a missing brace) in previous commit.bde2005-10-081-0/+1
* Fixed range reduction near (but not very near) +-pi/2. A bug causedbde2005-10-081-19/+7
* Fixed aliasing bugs in TRUNC() by using the fdlibm macros for accessbde2005-09-193-12/+26
* Add a missing ldexpf() alias for amd64.das2005-09-121-0/+3
* Bump the shared library version number of all libraries that have notkensmith2005-07-221-1/+1
* Markup nit.ru2005-06-161-1/+1
* Fixed compile warning.ru2005-06-161-2/+0
* Assorted markup fixes.ru2005-06-154-6/+6
* 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
OpenPOWER on IntegriCloud