summaryrefslogtreecommitdiffstats
path: root/libm/s_finite.c
Commit message (Collapse)AuthorAgeFilesLines
* docs/probe_math_exception.c:Denis Vlasenko2009-02-111-3/+6
| | | | | | | | | | | | 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...)
* - sync with trunk @r24492Bernhard Reutner-Fischer2008-12-221-3/+0
|
* Sync with trunk.Khem Raj2008-12-151-0/+3
|
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-171-13/+4
| | | | | Step 3 libm and related headers
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-251-1/+3
|
* Merge from trunk."Steven J. Hill"2005-10-301-2/+3
|
* Trim off whitespaceEric Andersen2005-03-061-1/+1
|
* Totally rework the math library, this time based on the MacOs XEric Andersen2001-11-221-0/+35
math library (which is itself based on the math lib from FreeBSD). -Erik