| Commit message (Expand) | Author | Age | Files | Lines |
* | Further refine some #ifs: | das | 2004-09-17 | 1 | -2/+2 |
* | Add man pages for the cimag(), conj() and creal() functions. | stefanf | 2004-08-07 | 2 | -2/+107 |
* | Only use rfs and wfs if ARM_HARD_FLOAT is defined, and use stubs if it is not, | cognet | 2004-08-05 | 1 | -2/+7 |
* | Replace s_isnan.c and s_isnanf.c with the more compact s_isnan.c from | das | 2004-08-05 | 3 | -67/+53 |
* | Use isnormal() instead of fpclassify() to avoid dependency on libc.so.5. | das | 2004-08-05 | 2 | -6/+2 |
* | Work around known GCC 3.4.x problem and use ANSI prototype for dremf(). | kan | 2004-07-28 | 1 | -2/+2 |
* | Fix two bugs in the signbit() macro, which was implemented last year: | das | 2004-07-19 | 4 | -4/+124 |
* | Fix minor namespace pollution: The prototypes for f{dim,max,min}(), | stefanf | 2004-07-17 | 1 | -6/+6 |
* | Tweak the conditions under which certain gcc builtins are used: | das | 2004-07-16 | 1 | -2/+2 |
* | Remove the declaration of isnan() from this file. It is no longer | das | 2004-07-09 | 2 | -6/+0 |
* | Implement the classification macros isfinite(), isinf(), isnan(), and | das | 2004-07-09 | 4 | -7/+146 |
* | Define the following macros in terms of [gi]cc builtins when the | das | 2004-07-09 | 1 | -0/+29 |
* | Add C99's nearbyint{,f}() functions as wrappers around rint(). | das | 2004-07-06 | 4 | -6/+94 |
* | Eliminate double whitespace. | ru | 2004-07-03 | 3 | -7/+7 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 4 | -6/+11 |
* | Markup, grammar, punctuation. | ru | 2004-07-01 | 3 | -10/+10 |
* | Implement and document fdim{,f,l}, fmax{,f,l}, and fmin{,f,l}. | das | 2004-06-30 | 11 | -7/+570 |
* | s/ARCH/ARCH_SUBDIR/g -- This reduces the chance of possible conflicts | marcel | 2004-06-24 | 1 | -3/+3 |
* | Completely remove s_ilogb.S as the assembler implementation gives very little | stefanf | 2004-06-20 | 2 | -84/+1 |
* | Uncomment some functions that we now support. | das | 2004-06-20 | 1 | -3/+3 |
* | Cross-reference round(3) and trunc(3) as appropriate. | das | 2004-06-20 | 3 | -3/+8 |
* | Connect scalbln(), trunc(), and the associated documentation to the build. | das | 2004-06-20 | 1 | -4/+6 |
* | Declare scalbln(), scalblnf(), trunc(), and truncf(). | das | 2004-06-20 | 1 | -0/+4 |
* | Implement trunc() and truncf(). | das | 2004-06-20 | 3 | -0/+188 |
* | Add trivial implementations of scalbln() and scalblnf(). | das | 2004-06-20 | 2 | -4/+59 |
* | Document ilogb()'s return values in terms of the FP_ILOGB* macros. | stefanf | 2004-06-19 | 1 | -2/+5 |
* | Return the same result as the MI version for 0.0, INFINITY and NaN. | stefanf | 2004-06-19 | 1 | -1/+31 |
* | Our MI implementation of ilogb() returns -INT_MAX for the argument 0.0 rather | stefanf | 2004-06-19 | 1 | -2/+3 |
* | Memory's free, but all the world ain't a VAX anymore. Bring math.3 | das | 2004-06-19 | 1 | -364/+206 |
* | The references to scalbn and scalbnf should be scalb and scalbf. | das | 2004-06-12 | 1 | -2/+5 |
* | Shift the FPSR contents by the correct amount so feupdateenv() raises | das | 2004-06-11 | 1 | -1/+1 |
* | Insert a missing '~' in feholdexcept(), so that it correctly clears | das | 2004-06-11 | 1 | -1/+1 |
* | Fix a bug where rintf() rounded the wrong way in round-to-nearest mode | das | 2004-06-09 | 1 | -26/+7 |
* | Include <sys/cdefs.h> earlier to get the various visibility constants. | das | 2004-06-09 | 1 | -2/+1 |
* | Add round(3) and roundf(3) and the associated documentation. | das | 2004-06-07 | 5 | -2/+183 |
* | Add fenv.h, fenv.c, and the associated documentation to the libm | das | 2004-06-06 | 1 | -5/+12 |
* | Add documentation for: | das | 2004-06-06 | 4 | -0/+601 |
* | Add an fenv.h implementation for the sparc64 port. | das | 2004-06-06 | 2 | -0/+280 |
* | Add an fenv.h implementation for the powerpc port. | das | 2004-06-06 | 2 | -0/+282 |
* | Add an fenv.h implementation for the ia64 port. | das | 2004-06-06 | 2 | -0/+280 |
* | Add an fenv.h implementation for the i386 port. | das | 2004-06-06 | 2 | -0/+263 |
* | Add an fenv.h implementation for the arm port. | das | 2004-06-06 | 2 | -0/+230 |
* | Add an fenv.h implementation for the amd64 port. | das | 2004-06-06 | 2 | -0/+333 |
* | Add an fenv.h implementation for the alpha port. All of the standard | das | 2004-06-06 | 2 | -0/+315 |
* | Fixed lots of 1 ULP errors caused by a broken approximation for pi/2. | bde | 2004-06-02 | 1 | -2/+2 |
* | Port a bugfix from FDLIBM 5.3. The bug really only applies to tan() | das | 2004-06-02 | 1 | -8/+24 |
* | Merge a bugfix from FDLIBM 5.3 to ensure that the error in tan() | das | 2004-06-02 | 1 | -10/+24 |
* | Merged from double precision case (e_pow.c 1.10: sign fixes). | bde | 2004-06-01 | 1 | -13/+14 |
* | Fixed the sign of the result in some overflow and underflow cases (ones | bde | 2004-06-01 | 1 | -17/+18 |
* | Fixed another precision bug in powf(). This one is in the computation | bde | 2004-06-01 | 1 | -1/+1 |