summaryrefslogtreecommitdiffstats
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
...
* Do an ordinary assignment in STRICT_ASSIGN() except for floats untilbde2008-01-191-2/+6
* Use STRICT_ASSIGN() for exp2f() and exp2() instead of a volatilebde2008-01-192-4/+5
* Use STRICT_ASSIGN() for _kernel_rem_pio2f() and _kernel_rem_pio2f()bde2008-01-192-7/+10
* Use STRICT_ASSIGN() for log1pf() and log1p() instead of a volatile castbde2008-01-192-8/+10
* Use STRICT_ASSIGN() instead of assorted direct volatile hacks to workbde2008-01-192-6/+8
* Use volatile hacks to make sure these functions generate an underflowdas2008-01-183-3/+6
* Hook up exp2l() and related docs to the build.das2008-01-182-6/+7
* Introduce a new log(3) manpage and move the relevant functions there.das2008-01-182-69/+118
* Implement exp2l(). There is one version for machines with 80-bitdas2008-01-184-0/+725
* Add a macro STRICT_ASSIGN() to help avoid the compiler bug thatbde2008-01-171-0/+16
* Optimize this a bit better.das2008-01-151-13/+18
* Implement rintl(), nearbyintl(), lrintl(), and llrintl().das2008-01-1418-35/+383
* - Correct the range check in the double version to catch negative valuesdas2008-01-112-19/+22
* Grumble. DO declare logbl(), DON'T declare logl() just yet.das2007-12-201-0/+2
* Remove the declaration of logl(). The relevant bits haven't beendas2007-12-201-2/+0
* Since nan() is supposed to work the same as strtod("nan(...)", NULL),das2007-12-184-38/+85
* Remove z_abs(). The z_*() functions were in libf77, and for some reasondas2007-12-182-8/+0
* Oops, the previous commit was not needed -- the file was committed butbde2007-12-171-1/+1
* Translate from the i386 so that this compiles and runs.bde2007-12-171-1/+1
* Don't try to build s_nanl.c before it is committed.bde2007-12-171-1/+1
* Add logbl(3) to libm.das2007-12-179-32/+184
* Document the fact that we have nan(3) now, and make some minor clarificationsdas2007-12-171-10/+14
* Implement and document nan(), nanf(), and nanl(). This commitdas2007-12-167-4/+279
* 1. Add csqrt{,f}(3).das2007-12-151-2/+10
* Implement and document csqrt(3) and csqrtf(3).das2007-12-154-2/+290
* Update the standards section, and make a minor clarification about thedas2007-12-141-5/+10
* Typo in previous commitdas2007-12-141-2/+2
* Symbol.map additions for carg and cargf. (They're in C99, so I didn'tdas2007-12-141-0/+2
* s/C90/C99/das2007-12-121-1/+1
* Add a "STANDARDS" section.das2007-12-121-0/+9
* Implement carg(3) and cargf(3).das2007-12-125-9/+120
* Oops, back out previous commit since it was backwards to a wrong branch.bde2007-06-141-1/+1
* MFC: 1.11: fix the threshold for (not) using the simple Taylor approximation.bde2007-06-141-1/+1
* Fix an aliasing bug which was finally detected by gcc-4.2. fdlibm hasbde2007-06-111-1/+1
* Merge the relevant part of rev.1.14 of s_cbrt.c (a micro-optimizationbde2007-05-291-3/+3
* Bump library versions in preparation for 7.0.deischen2007-05-211-1/+1
* Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.deischen2007-05-131-2/+0
* Don't assume that int is signed 32-bits in one place. Keep assumingbde2007-05-022-8/+11
* Fix tgamma() on some special args:bde2007-05-021-14/+15
* Document (in a comment) the current (slightly broken) handling of specialbde2007-05-021-6/+9
* Use C comments since we now preprocess these files with CPP.deischen2007-04-297-7/+21
* Remove California Regent's clause 3, per letterimp2007-01-0932-128/+0
* Implement modfl().das2007-01-074-2/+104
* Fix a problem relating to fesetenv() clobbering i387 register stack.das2007-01-062-2/+24
* Fix a cut-and-paste-o.das2007-01-061-2/+2
* Correctly handle NaN.das2007-01-061-0/+2
* Correctly handle inf/nan. This routine is currently unused because wedas2007-01-061-0/+4
* Remove modf from libm's symbol map. It's actually in libc fordas2007-01-061-1/+0
* Remove an unneeded fnstcw instruction.das2007-01-052-13/+10
* Remove a note pertaining to the Alpha.das2007-01-051-7/+0
OpenPOWER on IntegriCloud