summaryrefslogtreecommitdiffstats
path: root/libm/math_private.h
Commit message (Collapse)AuthorAgeFilesLines
* docs/probe_math_exception.c:Denis Vlasenko2009-02-111-15/+29
| | | | | | | | | | | | update example libc/sysdeps/linux/i386/bits/mathinline.h: improve __finite() macro, add __finitef macro (why they aren't always macros? why aren't they arch independent?) libm/math_private.h: much better comments on math_opt_barrier() and math_force_eval() libm/s_finite[f].c: improve out-of-line __finite[f]() too (one byte less, yay...)
* nextafterf: trying to correct FP exception handlingDenis Vlasenko2009-02-081-0/+55
|
* libm/e_scalb.c: remove unused #ifdef _SCALB_INT branchesDenis Vlasenko2009-01-031-4/+0
| | | | | libm/s_ldexp.c: add TODO
* libm/*: delete many incarnations of logarithmic gamma function,Denis Vlasenko2008-12-291-2/+2
| | | | | | | | | aliasing them instead af appropriate. Also alias drem to remainder. text data bss dec hex filename - 43568 176 4 43748 aae4 lib/libm.so + 43444 176 4 43624 aa68 lib/libm.so
* - sync with trunk @r24492Bernhard Reutner-Fischer2008-12-221-5/+0
|
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-171-0/+1
| | | | | Step 3 libm and related headers
* Synch libm with trunkCarmelo Amoroso2008-06-181-4/+5
|
* Merge from trunk."Steven J. Hill"2006-08-211-0/+2
|
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-251-69/+33
|
* Merge from trunk."Steven J. Hill"2006-01-061-5/+5
|
* Merge/sync with trunk."Steven J. Hill"2005-08-171-4/+3
|
* Trim off whitespaceEric Andersen2005-03-061-20/+20
|
* Nicolas Pitre writes:Eric Andersen2004-02-091-5/+6
| | | | | | | | | | | | | | | | Hello Erik, My patch adding ARM assembly soft-float routines to gcc also changes the default FPA float word ordering for the saner VFP word ordering which is also the order anyone would expect on a little endian machine. Problem is that uClibc curently hardwire floats to big endian (FPA) ordering in all cases. Please consider the attached patch to fix this problem. Nicolas
* Several cleanups/fixes from Marshall M. Midden <m4@brecis.com>Eric Andersen2002-06-261-1/+1
|
* Totally rework the math library, this time based on the MacOs XEric Andersen2001-11-221-0/+231
math library (which is itself based on the math lib from FreeBSD). -Erik