summaryrefslogtreecommitdiffstats
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moved __BEGIN_DECLS up a little so that it covers __test_sse() and C++bde2006-10-141-2/+2
* Remove alpha left-overs.ru2006-08-226-443/+0
* Fixed the threshold for using the simple Taylor approximation.bde2006-07-072-2/+2
* Fixed tanh(-0.0) on ia64 and optimizeed tanh(x) for 2**-55 <= |x| <bde2006-07-051-10/+10
* Removed the optimized asm versions of scalb() and scalbf(). Thesebde2006-07-053-62/+2
* Backed out rev.1.10. It tried to implement ldexpf() as a weak referencebde2006-07-051-2/+0
* Add symbol versioning to libm.deischen2006-03-2716-0/+246
* Oops, on amd64 (and probably on all non-i386 systems), the previousbde2006-01-051-6/+11
* Use double precision internally to optimize cbrtf(), and change thebde2006-01-051-28/+13
* Extract the high and low words together. With gcc-3.4 on uniformlybde2005-12-201-8/+6
* Use a minimax polynomial approximation instead of a Pade rationalbde2005-12-192-37/+30
* Fixed code to match comments and the algorithm:bde2005-12-182-20/+42
* Added comments about the apparently-magic rational function used inbde2005-12-151-1/+15
OpenPOWER on IntegriCloud