index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libm
/
math_private.h
Age
Commit message (
Expand
)
Author
2009-11-14
Revert "libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts"
Bernhard Reutner-Fischer
2009-11-14
libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts
Bernhard Reutner-Fischer
2009-02-11
docs/probe_math_exception.c:
Denis Vlasenko
2009-02-08
nextafterf: trying to correct FP exception handling
Denis Vlasenko
2009-01-03
libm/e_scalb.c: remove unused #ifdef _SCALB_INT branches
Denis Vlasenko
2008-12-29
libm/*: delete many incarnations of logarithmic gamma function,
Denis Vlasenko
2008-12-22
libm/*: mass removal of:
Denis Vlasenko
2008-09-25
- add __ieee754_log2()
Bernhard Reutner-Fischer
2008-01-05
Brian Austin writes: This patch adds MAVERICK CRUNCH FPU support for the Cirr...
Mike Frysinger
2006-03-22
Guard matherr/__kernel_standard w/ _IEEE_LIBM, we do not use them, save 7,6k
Peter S. Mazinger
2006-01-17
Remove unused prototypes
Peter S. Mazinger
2006-01-17
Remove __P() and add attribute_hidden to internal prototypes
Peter S. Mazinger
2005-12-29
hide __kernel functions
Mike Frysinger
2005-08-15
import thumb support from jbowler in Bug 385
Mike Frysinger
2005-03-06
Trim off whitespace
Eric Andersen
2004-02-09
Nicolas Pitre writes:
Eric Andersen
2002-06-26
Several cleanups/fixes from Marshall M. Midden <m4@brecis.com>
Eric Andersen
2001-11-22
Totally rework the math library, this time based on the MacOs X
Eric Andersen