aboutsummaryrefslogtreecommitdiff
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* Only define isnan, isnanf, __isnan and __isnanf in libc.so, not inDimitry Andric2012-11-101-3/+4
* Fix typo; s/ouput/outputKevin Lo2012-11-071-1/+1
* Revert r241756Warner Losh2012-10-221-62/+0
* Revert r241755Warner Losh2012-10-221-51/+0
* Document the method used to compute expf. Taken from exp, withWarner Losh2012-10-191-0/+62
* Document the methods used to compute logf. Taken and edited from theWarner Losh2012-10-191-0/+51
* mdoc: avoid nested displays.Joel Dahl2012-10-141-32/+35
* * Update the comment that explains the choice of values in theSteve Kargl2012-10-131-6/+7
* * src/math_private.h:Steve Kargl2012-09-292-7/+11
* * ld80/s_expl.c:Steve Kargl2012-09-232-9/+6
* Fix whitespace issue.Steve Kargl2012-09-231-1/+1
* * ld80/s_expl.c:Steve Kargl2012-09-232-13/+17
* * Update the lookup table to use 53-bit high and low values.Steve Kargl2012-09-231-131/+134
* * Use ENTERI() and RETURNI() to toggle the rounding precision ifSteve Kargl2012-09-223-6/+21
* * Make STRICT_ALIGN() work for doubles as well as for floats. ThisSteve Kargl2012-09-221-2/+2
* Optimise i387 trigonometric functions. Replace "andw 0x400,%ax \ jnz" withTijl Coosemans2012-09-163-16/+16
* Minor mdoc fix.Joel Dahl2012-09-111-5/+5
* Add __always_inline to __ieee754_rem_pio2() and __ieee754_rem_pio2f(),Dimitry Andric2012-08-112-2/+2
* Change a few extern inline functions in libm to static inline, sinceDimitry Andric2012-08-116-28/+23
* ieeefp.h is only needed on i386 class hardware.Steve Kargl2012-07-301-0/+2
* Whitespace.Steve Kargl2012-07-303-4/+3
* Replace the macro name NUM with INTERVALS. This change providesSteve Kargl2012-07-262-15/+16
* * ld80/expl.c:Steve Kargl2012-07-262-8/+3
* Replace code that toggles between 53 and 64 bits on i386Steve Kargl2012-07-261-19/+4
* Hook ld80/s_expl.c or ld128/s_expl.c into the building of libm.Steve Kargl2012-07-231-1/+1
* Compute the exponential of x for Intel 80-bit format and IEEE 128-bitSteve Kargl2012-07-237-6/+620
* Allow inclusion of libc++ <cmath> to work after including math.hDavid Chisnall2012-05-271-43/+36
* General mdoc(7) and typo fixes.Glen Barber2012-05-112-2/+2
* I stopped using my middle name years ago.Dag-Erling Smørgrav2012-04-251-1/+1
* mdoc: fix column names, indentation, column separation within each row, andJoel Dahl2012-04-071-7/+7
* Fix a bug in remquo{,f,l}, in which the quotient didn't always have theDavid Schultz2012-04-073-5/+8
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-1/+0
* Fix a small nit noted by bde: exp_x should be of type float, not double.David Schultz2012-01-201-1/+1
* Add a change I missed in r230367 (don't inline arm's fenv.h functions).David Schultz2012-01-201-1/+0
* Don't inline fenv.h functions on arm for now. Inlining makes sense:David Schultz2012-01-203-13/+31
* Add an implementation of fenv.h intended for platforms that lack an FPU andDavid Schultz2012-01-164-6/+205
* Convert files to UTF-8 and add some copyright markers where missing.Ulrich Spörlein2012-01-071-1/+1
* Expose the unimplemented libm functions in the math.h header. This allows C+...David Chisnall2011-11-121-13/+13
* Minor corrections and clarifications regarding exceptions.David Schultz2011-10-211-12/+23
* Fix a regression introduced in r226371: When the high part of x*yDavid Schultz2011-10-212-6/+6
* Fix a corner case: tan(large + Inf i) == NaN + NaN i.David Schultz2011-10-212-0/+10
* Improved handling of large x in ccosh{,f}():David Schultz2011-10-214-15/+83
* Use __ldexp_exp() to simplify things and improve accuracy for x nearDavid Schultz2011-10-214-27/+10
* The cexp() and {,c}{cos,sin}h functions all need to be able to computeDavid Schultz2011-10-216-33/+210
* Use STRICT_ASSIGN() to ensure that the compiler doesn't screw thingsDavid Schultz2011-10-214-5/+13
* Per IEEE754r, pow(1, y) is 1 even if y is NaN, and pow(-1, +-Inf) is 1.David Schultz2011-10-212-2/+8
* Bugfix: feenableexcept() and fedisableexcept() should just return theDavid Schultz2011-10-212-8/+8
* It's no longer accurate to say that math.h "constitute[s] the C mathDavid Schultz2011-10-171-1/+16
* Add c{cos,sin,tan}{,h}{,f} functions. This is joint work withDavid Schultz2011-10-1717-12/+871
* - change "is is" to "is" or "it is"Eitan Adler2011-10-161-1/+1