| Commit message (Expand) | Author | Age | Files | Lines |
* | In the libm access macros for the double type, z can sometimes | kargl | 2011-06-19 | 1 | -2/+1 |
* | Fix clang warnings. | benl | 2011-06-18 | 1 | -1/+1 |
* | Clean up the unneeded cpp macro INLINE_REM_PIO2L. | kargl | 2011-05-30 | 5 | -11/+2 |
* | Improve the accuracy from a max ULP of ~2000 to max ULP < 0.79 | kargl | 2011-04-29 | 5 | -98/+321 |
* | Take two. Add the missing file that should have been committed | kargl | 2011-03-12 | 3 | -1/+159 |
* | Temporary disable the building of cbrtl until I | kargl | 2011-03-12 | 2 | -2/+1 |
* | Implement the long double version for the cube root function, cbrtl. | kargl | 2011-03-12 | 6 | -18/+32 |
* | Add cexp() to the complex(3) manpage. Thanks to bde for pointing out | das | 2011-03-07 | 1 | -14/+12 |
* | Remove part of an uncommitted change that snuck into the last commit. | das | 2011-03-07 | 1 | -1/+0 |
* | Convert log10f() to use __kernel_log(), which is more accurate and simpler. | das | 2011-03-07 | 1 | -11/+19 |
* | Convert log10() to use __kernel_log(), which is more accurate and simpler. | das | 2011-03-07 | 1 | -38/+16 |
* | Add cexp() and cexpf(). | das | 2011-03-07 | 5 | -2/+317 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | Add complex(3) manual page documenting our partial support for C99 | murray | 2011-02-20 | 2 | -1/+130 |
* | Fix a bug where the wrong argument was passed to SET_FLOAT_WORD(). | das | 2011-02-10 | 1 | -2/+2 |
* | Fix a bug where the wrong argument was passed to INSERT_WORDS(). | das | 2011-02-10 | 1 | -2/+2 |
* | For small arguments, these functions use simple approximations, | das | 2011-02-10 | 5 | -5/+5 |
* | Fix a bogus threshold that was copied from the double precision version. | das | 2011-02-10 | 1 | -1/+1 |
* | Remove duplicate .note.GNU-stack section declaration. | kib | 2011-02-04 | 2 | -4/+0 |
* | Add section .note.GNU-stack for assembly files used by 386 and amd64. | kib | 2011-01-07 | 68 | -0/+136 |
* | Another minor nit: Make sure the constant here is a float so the compiler | das | 2010-12-07 | 1 | -1/+1 |
* | Fix various nits in style and comments that were pointed out by bde. | das | 2010-12-07 | 4 | -13/+16 |
* | Add log2() and log2f(). | das | 2010-12-05 | 8 | -12/+149 |
* | Add a "kernel" log function, based on e_log.c, which is useful for | das | 2010-12-05 | 2 | -0/+171 |
* | Disable gcc's built-in rint() function when compiling s_nearbyint.c. | das | 2010-12-03 | 1 | -0/+6 |
* | Fix bug in jn(3) and jnf(3) that led to -inf results | uqs | 2010-11-13 | 2 | -2/+12 |
* | Use __FBSDID() instead of RCSID() in most .S files under lib/msun/i386, | dim | 2010-10-01 | 21 | -42/+21 |
* | This is exactly the same as the .else, so remove it. | imp | 2010-09-13 | 1 | -2/+0 |
* | MFtbemd: Move to using MACHINE_CPUARCH, now that it is safe. | imp | 2010-09-13 | 1 | -2/+2 |
* | Repair some build breakage introduced in r211725 and garbage collect some | nwhitehorn | 2010-08-28 | 1 | -1/+6 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -1/+1 |
* | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | joel | 2010-08-16 | 1 | -1/+1 |
* | powerpc64 floating-point is identical to powerpc, so use the same | nwhitehorn | 2010-07-10 | 1 | -0/+2 |
* | Introduce __isnanf() as an alias for isnanf(), and make the isnan() | das | 2010-06-12 | 3 | -2/+10 |
* | mdoc: spell out theta, the Unicode glyph is hard to read for terminal fonts | uqs | 2010-06-09 | 1 | -8/+2 |
* | mdoc: spell macros correctly, there's no need for the backslash escape | uqs | 2010-06-02 | 2 | -6/+6 |
* | mdoc: Garbage collect unused/unneeded macros | uqs | 2010-05-27 | 1 | -3/+0 |
* | mdoc: move remaining sections into consistent order | uqs | 2010-05-13 | 1 | -8/+8 |
* | mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the | uqs | 2010-05-13 | 1 | -12/+12 |
* | Fix several typos in macros or macro misusage. | uqs | 2010-03-12 | 1 | -1/+1 |
* | Placate new binutils, by using 16-bit %ax instead of 32-bit %eax as an | kib | 2010-02-03 | 4 | -22/+34 |
* | Use the documented machine constraint for SSE registers. | ed | 2009-06-11 | 1 | -1/+1 |
* | Use ISO C99 style inline semantics in msun. | ed | 2009-06-03 | 6 | -15/+30 |
* | Use, in uncovered part, the END() macro in order to improve debugging. | attilio | 2009-05-25 | 52 | -0/+52 |
* | Namespace: scalb() is withdrawn from POSIX. | das | 2009-03-14 | 1 | -1/+4 |
* | Eliminate __real__ and __imag__ gccisms. | das | 2009-03-14 | 4 | -15/+42 |
* | C99 TC2 now wants FP_FAST_FMA* to be defined to 1, if the macros are | das | 2009-02-07 | 1 | -3/+3 |
* | Use __gnu89_inline so that these files will compile with newer versions | das | 2009-01-13 | 5 | -5/+5 |
* | Fix the types of INFINITY and NAN, which were broken in r131851. They | das | 2009-01-08 | 1 | -2/+2 |
* | Add support for the FPA floating-point format on ARM. The | marcel | 2008-12-23 | 1 | -2/+12 |