summaryrefslogtreecommitdiffstats
path: root/lib/msun/src
Commit message (Expand)AuthorAgeFilesLines
* Expose the unimplemented libm functions in the math.h header. This allows C+...theraven2011-11-121-13/+13
* Fix a regression introduced in r226371: When the high part of x*ydas2011-10-212-6/+6
* Fix a corner case: tan(large + Inf i) == NaN + NaN i.das2011-10-212-0/+10
* Improved handling of large x in ccosh{,f}():das2011-10-214-15/+83
* Use __ldexp_exp() to simplify things and improve accuracy for x neardas2011-10-214-27/+10
* The cexp() and {,c}{cos,sin}h functions all need to be able to computedas2011-10-215-32/+209
* Use STRICT_ASSIGN() to ensure that the compiler doesn't screw thingsdas2011-10-214-5/+13
* Per IEEE754r, pow(1, y) is 1 even if y is NaN, and pow(-1, +-Inf) is 1.das2011-10-212-2/+8
* Add c{cos,sin,tan}{,h}{,f} functions. This is joint work withdas2011-10-176-0/+671
* 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
* 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
* In the libm access macros for the double type, z can sometimeskargl2011-06-191-2/+1
* Clean up the unneeded cpp macro INLINE_REM_PIO2L.kargl2011-05-303-3/+0
* Improve the accuracy from a max ULP of ~2000 to max ULP < 0.79kargl2011-04-293-98/+26
* Take two. Add the missing file that should have been committedkargl2011-03-121-0/+157
* Implement the long double version for the cube root function, cbrtl.kargl2011-03-122-2/+4
* 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-072-0/+197
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* 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
* 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-073-9/+13
* Add log2() and log2f().das2010-12-054-0/+118
* Add a "kernel" log function, based on e_log.c, which is useful fordas2010-12-052-0/+171
* Fix bug in jn(3) and jnf(3) that led to -inf resultsuqs2010-11-132-2/+12
* Introduce __isnanf() as an alias for isnanf(), and make the isnan()das2010-06-122-2/+5
* Use the documented machine constraint for SSE registers.ed2009-06-111-1/+1
* Use ISO C99 style inline semantics in msun.ed2009-06-036-15/+30
* Namespace: scalb() is withdrawn from POSIX.das2009-03-141-1/+4
* Eliminate __real__ and __imag__ gccisms.das2009-03-144-15/+42
* C99 TC2 now wants FP_FAST_FMA* to be defined to 1, if the macros aredas2009-02-071-3/+3
* Use __gnu89_inline so that these files will compile with newer versionsdas2009-01-135-5/+5
* Fix the types of INFINITY and NAN, which were broken in r131851. Theydas2009-01-081-2/+2
* Add support for the FPA floating-point format on ARM. Themarcel2008-12-231-2/+12
* Remove some unused variables.das2008-08-084-4/+1
* In the linedas2008-08-083-3/+3
* Implement cproj{,f,l}().das2008-08-073-0/+133
* Use cpack() and the gcc extension __imag__ to implement cimag() anddas2008-08-076-6/+18
OpenPOWER on IntegriCloud