summaryrefslogtreecommitdiffstats
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* More updates for math(3):das2004-10-111-30/+40
* Add and document ilogbl(), a long double version of ilogb().stefanf2004-10-114-4/+65
* Use the FP_ILOG macros from <math.h> rather than hardcoded return values.stefanf2004-10-092-6/+13
* Bump the library version numbers for the following libraries:kensmith2004-10-011-0/+1
* Further refine some #ifs:das2004-09-171-2/+2
* Add man pages for the cimag(), conj() and creal() functions.stefanf2004-08-072-2/+107
* Only use rfs and wfs if ARM_HARD_FLOAT is defined, and use stubs if it is not,cognet2004-08-051-2/+7
* Replace s_isnan.c and s_isnanf.c with the more compact s_isnan.c fromdas2004-08-053-67/+53
* Use isnormal() instead of fpclassify() to avoid dependency on libc.so.5.das2004-08-052-6/+2
* Work around known GCC 3.4.x problem and use ANSI prototype for dremf().kan2004-07-281-2/+2
* Fix two bugs in the signbit() macro, which was implemented last year:das2004-07-194-4/+124
* Fix minor namespace pollution: The prototypes for f{dim,max,min}(),stefanf2004-07-171-6/+6
* Tweak the conditions under which certain gcc builtins are used:das2004-07-161-2/+2
* Remove the declaration of isnan() from this file. It is no longerdas2004-07-092-6/+0
* Implement the classification macros isfinite(), isinf(), isnan(), anddas2004-07-094-7/+146
* Define the following macros in terms of [gi]cc builtins when thedas2004-07-091-0/+29
* Add C99's nearbyint{,f}() functions as wrappers around rint().das2004-07-064-6/+94
* Eliminate double whitespace.ru2004-07-033-7/+7
* Mechanically kill hard sentence breaks.ru2004-07-024-6/+11
* Markup, grammar, punctuation.ru2004-07-013-10/+10
* Implement and document fdim{,f,l}, fmax{,f,l}, and fmin{,f,l}.das2004-06-3011-7/+570
* s/ARCH/ARCH_SUBDIR/g -- This reduces the chance of possible conflictsmarcel2004-06-241-3/+3
* Completely remove s_ilogb.S as the assembler implementation gives very littlestefanf2004-06-202-84/+1
* Uncomment some functions that we now support.das2004-06-201-3/+3
* Cross-reference round(3) and trunc(3) as appropriate.das2004-06-203-3/+8
* Connect scalbln(), trunc(), and the associated documentation to the build.das2004-06-201-4/+6
* Declare scalbln(), scalblnf(), trunc(), and truncf().das2004-06-201-0/+4
* Implement trunc() and truncf().das2004-06-203-0/+188
* Add trivial implementations of scalbln() and scalblnf().das2004-06-202-4/+59
* Document ilogb()'s return values in terms of the FP_ILOGB* macros.stefanf2004-06-191-2/+5
* Return the same result as the MI version for 0.0, INFINITY and NaN.stefanf2004-06-191-1/+31
* Our MI implementation of ilogb() returns -INT_MAX for the argument 0.0 ratherstefanf2004-06-191-2/+3
* Memory's free, but all the world ain't a VAX anymore. Bring math.3das2004-06-191-364/+206
* The references to scalbn and scalbnf should be scalb and scalbf.das2004-06-121-2/+5
* Shift the FPSR contents by the correct amount so feupdateenv() raisesdas2004-06-111-1/+1
* Insert a missing '~' in feholdexcept(), so that it correctly clearsdas2004-06-111-1/+1
* Fix a bug where rintf() rounded the wrong way in round-to-nearest modedas2004-06-091-26/+7
* Include <sys/cdefs.h> earlier to get the various visibility constants.das2004-06-091-2/+1
* Add round(3) and roundf(3) and the associated documentation.das2004-06-075-2/+183
* Add fenv.h, fenv.c, and the associated documentation to the libmdas2004-06-061-5/+12
* Add documentation for:das2004-06-064-0/+601
* Add an fenv.h implementation for the sparc64 port.das2004-06-062-0/+280
* Add an fenv.h implementation for the powerpc port.das2004-06-062-0/+282
* Add an fenv.h implementation for the ia64 port.das2004-06-062-0/+280
* Add an fenv.h implementation for the i386 port.das2004-06-062-0/+263
* Add an fenv.h implementation for the arm port.das2004-06-062-0/+230
* Add an fenv.h implementation for the amd64 port.das2004-06-062-0/+333
* Add an fenv.h implementation for the alpha port. All of the standarddas2004-06-062-0/+315
* Fixed lots of 1 ULP errors caused by a broken approximation for pi/2.bde2004-06-021-2/+2
* Port a bugfix from FDLIBM 5.3. The bug really only applies to tan()das2004-06-021-8/+24
OpenPOWER on IntegriCloud