summaryrefslogtreecommitdiffstats
path: root/libm/float_wrappers.c
Commit message (Expand)AuthorAgeFilesLines
* - scalb{,f,l} depend on UCLIBC_SUSV3_LEGACYBernhard Reutner-Fischer2009-02-131-1/+1
* ldouble_wrappers.c: add long and long long optimized wrappersDenis Vlasenko2009-02-091-216/+64
* fix nextafterf. by Jie Zhang (jie.zhang AT analog.com)Denis Vlasenko2009-02-061-9/+0
* libm: add scalbf, gammaf, significandf wrappers.Denis Vlasenko2009-02-051-1/+21
* - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math...Bernhard Reutner-Fischer2008-12-221-1/+9
* *: document __USE_EXTERN_INLINES better;Denis Vlasenko2008-12-131-0/+3
* - move libm_hidden_proto to the corresponding headers. Remove from callsites.Bernhard Reutner-Fischer2008-09-261-57/+0
* import trunc()/truncf() for ISO C requirements, otherwise fortran can hit inf...Mike Frysinger2007-12-081-1/+0
* remove __* symbols and enable llrintf()Mike Frysinger2007-04-121-1/+0
* implement cargMike Frysinger2007-04-021-1/+11
* fix return casts for a bunch of functionsMike Frysinger2006-09-231-5/+5
* grab s_lrint from glibc for C99Mike Frysinger2006-09-231-1/+0
* rename exp to _exp for sake of shadow warningsMike Frysinger2006-01-291-8/+8
* All math related relocs gonePeter S. Mazinger2006-01-171-0/+56
* update licenseMike Frysinger2005-11-231-13/+1
* cleanup how we enable/disable certain wrappers since some were suffering from...Mike Frysinger2005-11-031-43/+20
* Disable float wrappers for functions that are not presentlyEric Andersen2005-03-071-15/+31
* split the float wrappers into separate object filesEric Andersen2005-03-071-0/+547