aboutsummaryrefslogtreecommitdiff
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* Improve the accuracy from a max ULP of ~2000 to max ULP < 0.79Steve Kargl2011-04-295-98/+321
* Take two. Add the missing file that should have been committedSteve Kargl2011-03-123-1/+159
* Temporary disable the building of cbrtl until ISteve Kargl2011-03-122-2/+1
* Implement the long double version for the cube root function, cbrtl.Steve Kargl2011-03-126-18/+32
* Add cexp() to the complex(3) manpage. Thanks to bde for pointing outDavid Schultz2011-03-071-14/+12
* Remove part of an uncommitted change that snuck into the last commit.David Schultz2011-03-071-1/+0
* Convert log10f() to use __kernel_log(), which is more accurate and simpler.David Schultz2011-03-071-11/+19
* Convert log10() to use __kernel_log(), which is more accurate and simpler.David Schultz2011-03-071-38/+16
* Add cexp() and cexpf().David Schultz2011-03-075-2/+317
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Add complex(3) manual page documenting our partial support for C99Murray Stokely2011-02-202-1/+130
* Fix a bug where the wrong argument was passed to SET_FLOAT_WORD().David Schultz2011-02-101-2/+2
* Fix a bug where the wrong argument was passed to INSERT_WORDS().David Schultz2011-02-101-2/+2
* For small arguments, these functions use simple approximations,David Schultz2011-02-105-5/+5
* Fix a bogus threshold that was copied from the double precision version.David Schultz2011-02-101-1/+1
* Remove duplicate .note.GNU-stack section declaration.Konstantin Belousov2011-02-042-4/+0
* Add section .note.GNU-stack for assembly files used by 386 and amd64.Konstantin Belousov2011-01-0768-0/+136
* Another minor nit: Make sure the constant here is a float so the compilerDavid Schultz2010-12-071-1/+1
* Fix various nits in style and comments that were pointed out by bde.David Schultz2010-12-074-13/+16
* Add log2() and log2f().David Schultz2010-12-058-12/+149
* Add a "kernel" log function, based on e_log.c, which is useful forDavid Schultz2010-12-052-0/+171
* Disable gcc's built-in rint() function when compiling s_nearbyint.c.David Schultz2010-12-031-0/+6
* Fix bug in jn(3) and jnf(3) that led to -inf resultsUlrich Spörlein2010-11-132-2/+12
* Use __FBSDID() instead of RCSID() in most .S files under lib/msun/i386,Dimitry Andric2010-10-0121-42/+21
* This is exactly the same as the .else, so remove it.Warner Losh2010-09-131-2/+0
* MFtbemd: Move to using MACHINE_CPUARCH, now that it is safe.Warner Losh2010-09-131-2/+2
* Repair some build breakage introduced in r211725 and garbage collect someNathan Whitehorn2010-08-281-1/+6
* MFtbemd:Warner Losh2010-08-231-1/+1
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-161-1/+1
* powerpc64 floating-point is identical to powerpc, so use the sameNathan Whitehorn2010-07-101-0/+2
* Introduce __isnanf() as an alias for isnanf(), and make the isnan()David Schultz2010-06-123-2/+10
* mdoc: spell out theta, the Unicode glyph is hard to read for terminal fontsUlrich Spörlein2010-06-091-8/+2
* mdoc: spell macros correctly, there's no need for the backslash escapeUlrich Spörlein2010-06-022-6/+6
* mdoc: Garbage collect unused/unneeded macrosUlrich Spörlein2010-05-271-3/+0
* mdoc: move remaining sections into consistent orderUlrich Spörlein2010-05-131-8/+8
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theUlrich Spörlein2010-05-131-12/+12
* Fix several typos in macros or macro misusage.Ulrich Spörlein2010-03-121-1/+1
* Placate new binutils, by using 16-bit %ax instead of 32-bit %eax as anKonstantin Belousov2010-02-034-22/+34
* Use the documented machine constraint for SSE registers.Ed Schouten2009-06-111-1/+1
* Use ISO C99 style inline semantics in msun.Ed Schouten2009-06-036-15/+30
* Use, in uncovered part, the END() macro in order to improve debugging.Attilio Rao2009-05-2552-0/+52
* Namespace: scalb() is withdrawn from POSIX.David Schultz2009-03-141-1/+4
* Eliminate __real__ and __imag__ gccisms.David Schultz2009-03-144-15/+42
* C99 TC2 now wants FP_FAST_FMA* to be defined to 1, if the macros areDavid Schultz2009-02-071-3/+3
* Use __gnu89_inline so that these files will compile with newer versionsDavid Schultz2009-01-135-5/+5
* Fix the types of INFINITY and NAN, which were broken in r131851. TheyDavid Schultz2009-01-081-2/+2
* Add support for the FPA floating-point format on ARM. TheMarcel Moolenaar2008-12-231-2/+12
* Remove some unused variables.David Schultz2008-08-084-4/+1
* In the lineDavid Schultz2008-08-083-3/+3
* Implement cproj{,f,l}().David Schultz2008-08-076-7/+170