summaryrefslogtreecommitdiffstats
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
...
* Use #include "fenv.h" instead of #include <fenv.h>. This makes itdas2011-10-167-7/+7
* Fix some non-standard variable declarations.das2011-10-161-10/+10
* Optimize the case of pure imaginary arguments. Calls like this aredas2011-10-162-2/+9
* Move the macros GET_LDBL_EXPSIGN() and SET_LDBL_EXPSIGN() intodas2011-10-162-15/+19
* Remove an unused variable.das2011-10-161-1/+1
* Remove some unnecessary initializations.das2011-10-156-6/+2
* Various changes to improve the accuracy and speed of log{2,10}{,f}.das2011-10-156-72/+143
* Style fixes and updates to comments.das2011-10-154-32/+34
* Don't define FP_FAST_FMA on sparc64; with the recent fixes, fma() isdas2011-10-151-5/+2
* Add INSERT_WORD64 and EXTRACT_WORD64 macros for use in s_fma.c.das2011-10-151-0/+24
* Replace two lines accidentally removed in r226218. Thanks to bdedas2011-10-151-0/+3
* Fix a double-rounding bug in fma{,f,l}. The bug would occur indas2011-10-153-125/+231
* Refactor this code by introducing separate functions to handle thedas2011-10-112-92/+164
* Provide external definitions of all of the standardized functions indas2011-10-1022-91/+288
* In the libm access macros for the double type, z can sometimeskargl2011-06-191-2/+1
* Fix clang warnings.benl2011-06-181-1/+1
* Clean up the unneeded cpp macro INLINE_REM_PIO2L.kargl2011-05-305-11/+2
* Improve the accuracy from a max ULP of ~2000 to max ULP < 0.79kargl2011-04-295-98/+321
* Take two. Add the missing file that should have been committedkargl2011-03-123-1/+159
* Temporary disable the building of cbrtl until Ikargl2011-03-122-2/+1
* Implement the long double version for the cube root function, cbrtl.kargl2011-03-126-18/+32
* Add cexp() to the complex(3) manpage. Thanks to bde for pointing outdas2011-03-071-14/+12
* Remove part of an uncommitted change that snuck into the last commit.das2011-03-071-1/+0
* Convert log10f() to use __kernel_log(), which is more accurate and simpler.das2011-03-071-11/+19
* Convert log10() to use __kernel_log(), which is more accurate and simpler.das2011-03-071-38/+16
* Add cexp() and cexpf().das2011-03-075-2/+317
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Add complex(3) manual page documenting our partial support for C99murray2011-02-202-1/+130
* Fix a bug where the wrong argument was passed to SET_FLOAT_WORD().das2011-02-101-2/+2
* Fix a bug where the wrong argument was passed to INSERT_WORDS().das2011-02-101-2/+2
* For small arguments, these functions use simple approximations,das2011-02-105-5/+5
* Fix a bogus threshold that was copied from the double precision version.das2011-02-101-1/+1
* Remove duplicate .note.GNU-stack section declaration.kib2011-02-042-4/+0
* Add section .note.GNU-stack for assembly files used by 386 and amd64.kib2011-01-0768-0/+136
* Another minor nit: Make sure the constant here is a float so the compilerdas2010-12-071-1/+1
* Fix various nits in style and comments that were pointed out by bde.das2010-12-074-13/+16
* Add log2() and log2f().das2010-12-058-12/+149
* Add a "kernel" log function, based on e_log.c, which is useful fordas2010-12-052-0/+171
* Disable gcc's built-in rint() function when compiling s_nearbyint.c.das2010-12-031-0/+6
* Fix bug in jn(3) and jnf(3) that led to -inf resultsuqs2010-11-132-2/+12
* Use __FBSDID() instead of RCSID() in most .S files under lib/msun/i386,dim2010-10-0121-42/+21
* This is exactly the same as the .else, so remove it.imp2010-09-131-2/+0
* MFtbemd: Move to using MACHINE_CPUARCH, now that it is safe.imp2010-09-131-2/+2
* Repair some build breakage introduced in r211725 and garbage collect somenwhitehorn2010-08-281-1/+6
* MFtbemd:imp2010-08-231-1/+1
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-161-1/+1
* powerpc64 floating-point is identical to powerpc, so use the samenwhitehorn2010-07-101-0/+2
* Introduce __isnanf() as an alias for isnanf(), and make the isnan()das2010-06-123-2/+10
* mdoc: spell out theta, the Unicode glyph is hard to read for terminal fontsuqs2010-06-091-8/+2
* mdoc: spell macros correctly, there's no need for the backslash escapeuqs2010-06-022-6/+6
OpenPOWER on IntegriCloud