Age | Commit message (Expand) | Author |
2011-07-08 | Finalize work on complex math routines, now that we have the | Martynas Venckus |
2011-07-08 | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using | Martynas Venckus |
2011-07-08 | signbitl -> signbit. | Martynas Venckus |
2011-07-07 | Remove references to math(3). | Martynas Venckus |
2011-07-07 | Remove references to math(3). | Martynas Venckus |
2011-07-07 | Remove math(3). OK theo. | Martynas Venckus |
2011-07-07 | Document extended-precision routines. | Martynas Venckus |
2011-07-06 | Don't pull bsd.own.mk for NOPROFILE & NOPIC -- the libm_i387 thing | Martynas Venckus |
2011-07-06 | Finalize work on the math library. It's time to do this monster | Martynas Venckus |
2011-07-04 | - Take into account padding for the IEEE extended shape types. It | Martynas Venckus |
2011-07-02 | For tiny x, tanhf = x*(one+x). GCC (at -O2) optimized this into | Martynas Venckus |
2011-05-31 | Call the single, not double-precision version of copysign for the | Martynas Venckus |
2011-05-31 | Make lint play nicer in pass 2 of libm on amd64 and i386. The | Martynas Venckus |
2011-05-30 | For tiny x, tanh = x*(one+x). GCC (at -O2) optimized this into | Martynas Venckus |
2011-05-30 | Trick lint into recording the right prototypes in the llib-lm.ln | Martynas Venckus |
2011-05-28 | Store -1 into signgam in case of a special value of -0. | Martynas Venckus |
2011-05-28 | Adapt m68k MD functions to extended-precision. | Martynas Venckus |
2011-05-28 | Adapt m68k MD functions to single-precision. | Martynas Venckus |
2011-05-26 | tweak previous; ok martynas | Jason McIntyre |
2011-05-25 | Document nearbyint, nearbyintf, nearbyintl. | Martynas Venckus |
2011-05-25 | Document C99 floating-point environment. | Martynas Venckus |
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 |