summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/math_private.h
Commit message (Expand)AuthorAgeFilesLines
* Clarify to explain that C99 conforming compilers don't need CMPLX*().ed2014-12-241-3/+2
* Rename cpack*() to CMPLX*().ed2014-12-161-3/+16
* On ARM EABI double precision floating point values are stored in theandrew2013-09-071-1/+1
* Add logl, log2l, log10l, and log1pl.das2013-06-031-0/+292
* * src/math_private.h:kargl2012-09-291-5/+9
* * Make STRICT_ALIGN() work for doubles as well as for floats. Thiskargl2012-09-221-2/+2
* Change a few extern inline functions in libm to static inline, sincedim2012-08-111-12/+7
* Compute the exponential of x for Intel 80-bit format and IEEE 128-bitkargl2012-07-231-0/+41
* The cexp() and {,c}{cos,sin}h functions all need to be able to computedas2011-10-211-0/+8
* Move the macros GET_LDBL_EXPSIGN() and SET_LDBL_EXPSIGN() intodas2011-10-161-0/+19
* Add INSERT_WORD64 and EXTRACT_WORD64 macros for use in s_fma.c.das2011-10-151-0/+24
* Add log2() and log2f().das2010-12-051-0/+2
* Use the documented machine constraint for SSE registers.ed2009-06-111-1/+1
* Use ISO C99 style inline semantics in msun.ed2009-06-031-0/+15
* Eliminate __real__ and __imag__ gccisms.das2009-03-141-12/+33
* Add support for the FPA floating-point format on ARM. Themarcel2008-12-231-2/+12
* Change __ieee754_rem_pio2f() to return double instead of float so thatbde2008-02-251-1/+1
* Add an irint() function in inline asm for amd64 and i386. irint() isbde2008-02-221-0/+30
* Add more pi for long doubles. Also, avoid storing multiple copiesdas2008-02-171-3/+9
* Do an ordinary assignment in STRICT_ASSIGN() except for floats untilbde2008-01-191-2/+6
* Add a macro STRICT_ASSIGN() to help avoid the compiler bug thatbde2008-01-171-0/+16
* Since nan() is supposed to work the same as strtod("nan(...)", NULL),das2007-12-181-0/+5
* Use only double precision for "kernel" cosf and sinf (except forbde2005-11-281-2/+2
* Use only double precision for "kernel" tanf (except for returning float).bde2005-11-231-1/+1
* Implement inline functions to give the complex result x+I*y from floatbde2005-10-291-0/+42
* Fix a small scripting snafu in the previous revision.das2005-02-041-2/+2
* Remove wrappers and other cruft intended to support SVID, mistakes indas2005-02-041-58/+60
* Only provide one copy of the math functions. If we provide a MD function,peter2003-07-231-40/+0
* Now that we do not need to do runtime detection for the broken defaultpeter2003-07-231-1/+13
* AMD64 support (another IEEEFP platform)peter2003-04-301-1/+1
* Spread the word of PowerPC.benno2002-05-211-1/+2
* Remove __P() usage.obrien2002-03-211-63/+63
* Add ifdef sparc64.jake2002-01-021-1/+1
* Fix style bugs (mostly remove 'extern' from function prototypes)phantom2001-12-131-80/+85
* Port to ia64. Actually, just do like the alpha.dfr2001-10-081-1/+1
* Fix #include orderbrian2000-10-151-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* There is no alpha asm code like on i386, so all the functions thatjb1998-05-101-1/+28
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Remove trailing whitespace.rgrimes1995-05-301-21/+21
* J.T. Conklin's latest version of the Sun math library.jkh1994-08-191-0/+223
OpenPOWER on IntegriCloud