Age | Commit message (Expand) | Author |
2012-09-15 | m88k does not have the m68k long double type actually (long double == double | Miod Vallat |
2012-09-04 | remove lint leftovers; ok guenther@ | Okan Demirmen |
2012-08-23 | Aliases for extended precision were missed on a few functions on hppa. | Martynas Venckus |
2012-08-19 | Fix ranges in the method description. | Martynas Venckus |
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen |
2012-02-26 | Fix several manpage titles, from Lawrence Teo. | Christiano F. Haesbaert |
2012-01-14 | many ways to get a log2... clue newbs. | Marc Espie |
2011-12-24 | formatting errors, found using freebsd's "igor"; | Jason McIntyre |
2011-12-23 | some spelling fixes, found using freebsd's "igor" document verifier; | Jason McIntyre |
2011-09-22 | install infnan(3/VAX) into man3/vax/ on all archs; | Ingo Schwarze |
2011-09-03 | make -column lists pretty again; | Jason McIntyre |
2011-08-19 | Bring libc and libm in line with the compiler now that we no longer have a | Mark Kettenis |
2011-07-26 | At some point we've switched to the VFP floating-point--unlike FPA | Martynas Venckus |
2011-07-26 | __arm32__ -> __arm__, since our new compiler isn't defining the | Martynas Venckus |
2011-07-25 | Make huge constants actually long, so they don't overflow and become | Martynas Venckus |
2011-07-24 | tweak previous; | Jason McIntyre |
2011-07-24 | Document fma, fmaf, fmal, nexttoward, nexttowardf, nexttowardl. | Martynas Venckus |
2011-07-21 | sundry tweakage; | Jason McIntyre |
2011-07-20 | - Make constants const. | Martynas Venckus |
2011-07-20 | For intermediate computations use single or extended counterparts | Martynas Venckus |
2011-07-20 | Document complex math library. | Martynas Venckus |
2011-07-19 | Typo. | Martynas Venckus |
2011-07-11 | Remove the GCC2 optimizer workaround for sparc. After switching | Martynas Venckus |
2011-07-09 | - Fix the cabs, and cabsf prototypes in the manual pages; it's | Martynas Venckus |
2011-07-09 | Switch to the SSE code. OK mikeb@. | Martynas Venckus |
2011-07-09 | Make the zero condition properly raise the exception and return. | Martynas Venckus |
2011-07-09 | Don't reimplement the same thing twice. OK matthew@. | Martynas Venckus |
2011-07-08 | Move fabs(3) manual page from libm to libc, for consistency. The | Martynas Venckus |
2011-07-08 | Remove the stupid commented out fabs(3), frexp(3), and modf(3) | Martynas Venckus |
2011-07-08 | Revert (leaving the complex math part alone). Some stuff is depending | Martynas Venckus |
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 |