| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r271651, r271719, r272138, r272457, r272845, r275476, r275518, r275614, | tijl | 2015-06-25 | 1 | -3/+15 |
* | On ARM EABI double precision floating point values are stored in the | andrew | 2013-09-07 | 1 | -1/+1 |
* | Add logl, log2l, log10l, and log1pl. | das | 2013-06-03 | 1 | -0/+292 |
* | * src/math_private.h: | kargl | 2012-09-29 | 1 | -5/+9 |
* | * Make STRICT_ALIGN() work for doubles as well as for floats. This | kargl | 2012-09-22 | 1 | -2/+2 |
* | Change a few extern inline functions in libm to static inline, since | dim | 2012-08-11 | 1 | -12/+7 |
* | Compute the exponential of x for Intel 80-bit format and IEEE 128-bit | kargl | 2012-07-23 | 1 | -0/+41 |
* | The cexp() and {,c}{cos,sin}h functions all need to be able to compute | das | 2011-10-21 | 1 | -0/+8 |
* | Move the macros GET_LDBL_EXPSIGN() and SET_LDBL_EXPSIGN() into | das | 2011-10-16 | 1 | -0/+19 |
* | Add INSERT_WORD64 and EXTRACT_WORD64 macros for use in s_fma.c. | das | 2011-10-15 | 1 | -0/+24 |
* | Add log2() and log2f(). | das | 2010-12-05 | 1 | -0/+2 |
* | 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 | 1 | -0/+15 |
* | Eliminate __real__ and __imag__ gccisms. | das | 2009-03-14 | 1 | -12/+33 |
* | Add support for the FPA floating-point format on ARM. The | marcel | 2008-12-23 | 1 | -2/+12 |
* | Change __ieee754_rem_pio2f() to return double instead of float so that | bde | 2008-02-25 | 1 | -1/+1 |
* | Add an irint() function in inline asm for amd64 and i386. irint() is | bde | 2008-02-22 | 1 | -0/+30 |
* | Add more pi for long doubles. Also, avoid storing multiple copies | das | 2008-02-17 | 1 | -3/+9 |
* | Do an ordinary assignment in STRICT_ASSIGN() except for floats until | bde | 2008-01-19 | 1 | -2/+6 |
* | Add a macro STRICT_ASSIGN() to help avoid the compiler bug that | bde | 2008-01-17 | 1 | -0/+16 |
* | Since nan() is supposed to work the same as strtod("nan(...)", NULL), | das | 2007-12-18 | 1 | -0/+5 |
* | Use only double precision for "kernel" cosf and sinf (except for | bde | 2005-11-28 | 1 | -2/+2 |
* | Use only double precision for "kernel" tanf (except for returning float). | bde | 2005-11-23 | 1 | -1/+1 |
* | Implement inline functions to give the complex result x+I*y from float | bde | 2005-10-29 | 1 | -0/+42 |
* | Fix a small scripting snafu in the previous revision. | das | 2005-02-04 | 1 | -2/+2 |
* | Remove wrappers and other cruft intended to support SVID, mistakes in | das | 2005-02-04 | 1 | -58/+60 |
* | Only provide one copy of the math functions. If we provide a MD function, | peter | 2003-07-23 | 1 | -40/+0 |
* | Now that we do not need to do runtime detection for the broken default | peter | 2003-07-23 | 1 | -1/+13 |
* | AMD64 support (another IEEEFP platform) | peter | 2003-04-30 | 1 | -1/+1 |
* | Spread the word of PowerPC. | benno | 2002-05-21 | 1 | -1/+2 |
* | Remove __P() usage. | obrien | 2002-03-21 | 1 | -63/+63 |
* | Add ifdef sparc64. | jake | 2002-01-02 | 1 | -1/+1 |
* | Fix style bugs (mostly remove 'extern' from function prototypes) | phantom | 2001-12-13 | 1 | -80/+85 |
* | Port to ia64. Actually, just do like the alpha. | dfr | 2001-10-08 | 1 | -1/+1 |
* | Fix #include order | brian | 2000-10-15 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | There is no alpha asm code like on i386, so all the functions that | jb | 1998-05-10 | 1 | -1/+28 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -21/+21 |
* | J.T. Conklin's latest version of the Sun math library. | jkh | 1994-08-19 | 1 | -0/+223 |