Age | Commit message (Expand) | Author |
2011-04-29 | Trick GCC (-O2) into actually raising the underflow exception on m88k. | Martynas Venckus |
2011-04-28 | ixnay on the nopfay | Miod Vallat |
2011-04-28 | fix build ok martynas@ | Todd T. Fries |
2011-04-28 | - enable fenv | Martynas Venckus |
2011-04-28 | fenv improvements and cleanups | Martynas Venckus |
2011-04-26 | fenv for mips64 | Martynas Venckus |
2011-04-25 | fenv for sparc; mostly cloned from sparc64 | Martynas Venckus |
2011-04-25 | fenv for powerpc | Martynas Venckus |
2011-04-24 | fenv for sh | Martynas Venckus |
2011-04-24 | fenv for i386, and sparc64; from matthew@ | Martynas Venckus |
2011-04-24 | fenv for arm | Martynas Venckus |
2011-04-23 | Implement C99 floating-point environment for Alpha. | Martynas Venckus |
2011-04-21 | fenv for amd64; from matthew@ | Martynas Venckus |
2011-04-21 | fenv for hppa | Martynas Venckus |
2011-04-20 | fenv for m68k | Martynas Venckus |
2011-04-20 | Trick GCC optimizer into clipping any extra precision by making w | Martynas Venckus |
2011-04-17 | The {,l}lround{,f} implementations are based on {,l}lrint{,f}, | Martynas Venckus |
2011-04-17 | 20 -> DBL_FRACHBITS | Martynas Venckus |
2011-04-16 | Document what happens when x equals y. | Martynas Venckus |
2011-04-16 | C99: "The nextafter functions return y if x equals y." | Martynas Venckus |
2011-04-10 | The {,l}lrint{,f} functions avoid to shift results by more than 31 | Martynas Venckus |
2011-04-10 | 20 -> DBL_FRACHBITS | Martynas Venckus |
2011-04-10 | The assumption that |1.0 * 2^exp| = 0, exp < -1 cannot be made when | Martynas Venckus |
2010-07-19 | Add barebones manual pages for cimag(3), conj(3) and cproj(3) | Todd C. Miller |
2010-07-19 | Fix the cproj family to not return garbage on finite arguments. | Philip Guenthe |
2010-07-18 | Use crealf() and cimagf() instead of creal() and cimag() when the | Philip Guenthe |
2010-06-03 | typo in a comment | Theo de Raadt |
2010-05-05 | Tweak inline asm to prevent gcc4 from optimizing away crucial bits of it. | Mark Kettenis |
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre |
2010-02-20 | Multiple issues were killing the build with mandoc(1), thus: | Ingo Schwarze |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat |
2009-11-06 | Provide assembly version of sqrtl(3). | Mark Kettenis |
2009-11-05 | Provide assembly version of sqrtl(3). | Mark Kettenis |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-27 | reorder the log functions slightly; from thomas pfaff | Jason McIntyre |
2009-10-26 | Add man pages for the fdim/fmin/fmax family of functions and make sure fdiml | Mark Kettenis |
2009-10-24 | document log2() and log2f(); from thomas pfaff | Jason McIntyre |
2009-08-03 | remove, or replace Xr of ieee to either ilogb, nextafter or scalbn | Martynas Venckus |
2009-07-29 | now that the pages are split and we track separate HISTORY: | Martynas Venckus |
2009-07-29 | ieee, and ieeef aren't real, and the amount of functions it documents | Martynas Venckus |
2009-07-29 | ieee_test isn't real; rename header to logb, too | Martynas Venckus |
2009-07-28 | document scalbln, scalblnf, scalblnl | Martynas Venckus |
2009-07-25 | int is big enough to fully represent exponents of all supported fp | Martynas Venckus |
2009-07-15 | round, roundf, trunc, truncf for hppa; ok kettenis@ | Martynas Venckus |
2009-07-06 | fe_towardzero not on openbsd. ok millert@ | Martynas Venckus |
2009-06-30 | floor(3) should round towards -inf instead of towards zero. | Mark Kettenis |
2009-04-25 | fix scalbn, scalbnf, frexpf on amd64. don't use double arg | Martynas Venckus |
2009-04-21 | alias and give frexpf symbol external linkage to scalbnf; this was | Martynas Venckus |
2009-04-19 | make ldexpf behavior consistent with the double and extended-precision | Martynas Venckus |
2009-04-11 | in the old days compiler could not convert decimal constants | Martynas Venckus |