summaryrefslogtreecommitdiffstats
path: root/libm
Commit message (Expand)AuthorAgeFilesLines
* prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* libm: explain why some funcs are not implemented (yet)Bernhard Reutner-Fischer2010-02-041-1/+2
* libm: enable log2f and exp2fAurelien Jacobs2010-02-042-3/+5
* rename exp(onent) to _expBernhard Reutner-Fischer2010-01-211-2/+2
* rename exp(onent) to exBernhard Reutner-Fischer2010-01-161-8/+8
* DO_XSI_MATH: add config knobBernhard Reutner-Fischer2009-11-191-2/+6
* libm: use int_WRAPPER_C99 macroBernhard Reutner-Fischer2009-11-151-10/+5
* Revert "libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts"Bernhard Reutner-Fischer2009-11-148-28/+44
* libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hostsBernhard Reutner-Fischer2009-11-148-44/+28
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-3/+4
* honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer2009-08-302-1/+11
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+2
* Add a few missing includesRon2009-07-051-0/+1
* libm/Makefile.in: reformat the list of wrappersDenis Vlasenko2009-02-172-22/+127
* test/math/compile_test.c: "are long double functions even compile/link?" testDenis Vlasenko2009-02-172-4/+31
* math.h: fix libm_hidden_proto leak into sanitized headersDenis Vlasenko2009-02-141-4/+4
* - scalb{,f,l} depend on UCLIBC_SUSV3_LEGACYBernhard Reutner-Fischer2009-02-131-1/+1
* - use existing __stringify macroBernhard Reutner-Fischer2009-02-131-6/+4
* docs/probe_math_exception.c:Denis Vlasenko2009-02-113-21/+41
* ldouble_wrappers.c: add long and long long optimized wrappersDenis Vlasenko2009-02-092-240/+113
* Hand-optimize wrappers on i386:Denis Vlasenko2009-02-091-156/+104
* ldouble_wrappers.c: fix __signbitl, it was calling itself by mistake.Denis Vlasenko2009-02-092-64/+7
* nextafterf: trying to correct FP exception handlingDenis Vlasenko2009-02-082-11/+59
* libm/s_nextafterf.c: forgot to "svn add" itDenis Vlasenko2009-02-061-0/+103
* fix nextafterf. by Jie Zhang (jie.zhang AT analog.com)Denis Vlasenko2009-02-062-11/+3
* libm: add scalbf, gammaf, significandf wrappers.Denis Vlasenko2009-02-052-2/+22
* libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite buildDenis Vlasenko2009-02-021-0/+2
* ldouble_wrappers.c: remove erroneous libm_hidden_def'sDenis Vlasenko2009-01-201-5/+0
* libm_sh: fix libm build for shCarmelo Amoroso2009-01-144-7/+5
* libm_sh: Re-added sh specific files erroneously removed recently,Carmelo Amoroso2009-01-143-0/+75
* forgot to remove one #endif...Denis Vlasenko2009-01-041-1/+0
* libm/e_scalb.c: remove unused #ifdef _SCALB_INT branchesDenis Vlasenko2009-01-033-20/+19
* fix small goof in last commit: should use "long" function (scalbln)Denis Vlasenko2009-01-031-10/+10
* libm: remove scalbln implementation, it seems to be less correct than scalbn.Denis Vlasenko2009-01-033-79/+48
* libm/e_lgamma_r.c: cosmetic whitespace fixesDenis Vlasenko2008-12-291-4/+1
* libm/*: delete many incarnations of logarithmic gamma function,Denis Vlasenko2008-12-2911-216/+68
* libm/s_nearbyint.c: delete (forgot to do it in prev commit)Denis Vlasenko2008-12-294-23/+3
* - expand SUSv3_LEGACYBernhard Reutner-Fischer2008-12-291-0/+3
* remove many functions which just call __ieee754_<function>,Denis Vlasenko2008-12-2854-911/+550
* libm/*: mass removal of:Denis Vlasenko2008-12-22100-1425/+113
* - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math...Bernhard Reutner-Fischer2008-12-2231-75/+112
* make all "XXXhidden_proto(" consistently not use a space before '('Denis Vlasenko2008-12-132-2/+2
* *: document __USE_EXTERN_INLINES better;Denis Vlasenko2008-12-1310-4/+30
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-2/+2
* - tidy up inline:Bernhard Reutner-Fischer2008-10-241-1/+1
* - implement log2()Bernhard Reutner-Fischer2008-10-062-1/+15
* - add long double math wrappers (Ned Ludd)Bernhard Reutner-Fischer2008-10-033-2/+552
* - use c89-style commentsBernhard Reutner-Fischer2008-10-033-3/+3
* - move libm_hidden_proto to the corresponding headers. Remove from callsites.Bernhard Reutner-Fischer2008-09-2696-236/+70
* - add some more math functions (patch from gentoo/solar)Bernhard Reutner-Fischer2008-09-2510-1/+313