| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a small nit noted by bde: exp_x should be of type float, not double. | das | 2012-01-20 | 1 | -1/+1 |
* | Add an implementation of fenv.h intended for platforms that lack an FPU and | das | 2012-01-16 | 1 | -0/+184 |
* | Convert files to UTF-8 and add some copyright markers where missing. | uqs | 2012-01-07 | 1 | -1/+1 |
* | Expose the unimplemented libm functions in the math.h header. This allows C+... | theraven | 2011-11-12 | 1 | -13/+13 |
* | Fix a regression introduced in r226371: When the high part of x*y | das | 2011-10-21 | 2 | -6/+6 |
* | Fix a corner case: tan(large + Inf i) == NaN + NaN i. | das | 2011-10-21 | 2 | -0/+10 |
* | Improved handling of large x in ccosh{,f}(): | das | 2011-10-21 | 4 | -15/+83 |
* | Use __ldexp_exp() to simplify things and improve accuracy for x near | das | 2011-10-21 | 4 | -27/+10 |
* | The cexp() and {,c}{cos,sin}h functions all need to be able to compute | das | 2011-10-21 | 5 | -32/+209 |
* | Use STRICT_ASSIGN() to ensure that the compiler doesn't screw things | das | 2011-10-21 | 4 | -5/+13 |
* | Per IEEE754r, pow(1, y) is 1 even if y is NaN, and pow(-1, +-Inf) is 1. | das | 2011-10-21 | 2 | -2/+8 |
* | Add c{cos,sin,tan}{,h}{,f} functions. This is joint work with | das | 2011-10-17 | 6 | -0/+671 |
* | Optimize the case of pure imaginary arguments. Calls like this are | das | 2011-10-16 | 2 | -2/+9 |
* | Move the macros GET_LDBL_EXPSIGN() and SET_LDBL_EXPSIGN() into | das | 2011-10-16 | 2 | -15/+19 |
* | Remove an unused variable. | das | 2011-10-16 | 1 | -1/+1 |
* | Remove some unnecessary initializations. | das | 2011-10-15 | 6 | -6/+2 |
* | Various changes to improve the accuracy and speed of log{2,10}{,f}. | das | 2011-10-15 | 6 | -72/+143 |
* | Style fixes and updates to comments. | das | 2011-10-15 | 4 | -32/+34 |
* | Don't define FP_FAST_FMA on sparc64; with the recent fixes, fma() is | das | 2011-10-15 | 1 | -5/+2 |
* | Add INSERT_WORD64 and EXTRACT_WORD64 macros for use in s_fma.c. | das | 2011-10-15 | 1 | -0/+24 |
* | Fix a double-rounding bug in fma{,f,l}. The bug would occur in | das | 2011-10-15 | 3 | -125/+231 |
* | Refactor this code by introducing separate functions to handle the | das | 2011-10-11 | 2 | -92/+164 |
* | In the libm access macros for the double type, z can sometimes | kargl | 2011-06-19 | 1 | -2/+1 |
* | Clean up the unneeded cpp macro INLINE_REM_PIO2L. | kargl | 2011-05-30 | 3 | -3/+0 |
* | Improve the accuracy from a max ULP of ~2000 to max ULP < 0.79 | kargl | 2011-04-29 | 3 | -98/+26 |
* | Take two. Add the missing file that should have been committed | kargl | 2011-03-12 | 1 | -0/+157 |
* | Implement the long double version for the cube root function, cbrtl. | kargl | 2011-03-12 | 2 | -2/+4 |
* | 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 | 2 | -0/+197 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | 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 |
* | 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 | 3 | -9/+13 |
* | Add log2() and log2f(). | das | 2010-12-05 | 4 | -0/+118 |
* | Add a "kernel" log function, based on e_log.c, which is useful for | das | 2010-12-05 | 2 | -0/+171 |
* | Fix bug in jn(3) and jnf(3) that led to -inf results | uqs | 2010-11-13 | 2 | -2/+12 |
* | Introduce __isnanf() as an alias for isnanf(), and make the isnan() | das | 2010-06-12 | 2 | -2/+5 |
* | 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 |
* | 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 |
* | Remove some unused variables. | das | 2008-08-08 | 4 | -4/+1 |