summaryrefslogtreecommitdiff
path: root/libm
AgeCommit message (Expand)Author
2010-10-22libm/x86: use call instead of jump for wrappersTimo Teräs
2010-06-24use uniform form of C99 keywordsBernhard Reutner-Fischer
2010-06-15libm: typo fix NO_LONG_DOUBLE variant of gamma_rBernhard Reutner-Fischer
2010-06-10libm: unbreak scalbn for 64-bit processorsRoman I Khimov
2010-06-10lgamma: fix sign handlingBernhard Reutner-Fischer
2010-06-10libm: unhide signgamRoman I Khimov
2010-04-22nptl: proper soname handlingNatanael Copa
2010-03-25prettify make cleanBernhard Reutner-Fischer
2010-02-04libm: explain why some funcs are not implemented (yet)Bernhard Reutner-Fischer
2010-02-04libm: enable log2f and exp2fAurelien Jacobs
2010-01-21rename exp(onent) to _expBernhard Reutner-Fischer
2010-01-16rename exp(onent) to exBernhard Reutner-Fischer
2009-11-19DO_XSI_MATH: add config knobBernhard Reutner-Fischer
2009-11-15libm: use int_WRAPPER_C99 macroBernhard Reutner-Fischer
2009-11-14Revert "libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts"Bernhard Reutner-Fischer
2009-11-14libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hostsBernhard Reutner-Fischer
2009-09-18convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko
2009-08-30honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2009-07-05Add a few missing includesRon
2009-02-17libm/Makefile.in: reformat the list of wrappersDenis Vlasenko
2009-02-17test/math/compile_test.c: "are long double functions even compile/link?" testDenis Vlasenko
2009-02-14math.h: fix libm_hidden_proto leak into sanitized headersDenis Vlasenko
2009-02-13- scalb{,f,l} depend on UCLIBC_SUSV3_LEGACYBernhard Reutner-Fischer
2009-02-13- use existing __stringify macroBernhard Reutner-Fischer
2009-02-11docs/probe_math_exception.c:Denis Vlasenko
2009-02-09ldouble_wrappers.c: add long and long long optimized wrappersDenis Vlasenko
2009-02-09Hand-optimize wrappers on i386:Denis Vlasenko
2009-02-09ldouble_wrappers.c: fix __signbitl, it was calling itself by mistake.Denis Vlasenko
2009-02-08nextafterf: trying to correct FP exception handlingDenis Vlasenko
2009-02-06libm/s_nextafterf.c: forgot to "svn add" itDenis Vlasenko
2009-02-06fix nextafterf. by Jie Zhang (jie.zhang AT analog.com)Denis Vlasenko
2009-02-05libm: add scalbf, gammaf, significandf wrappers.Denis Vlasenko
2009-02-02libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite buildDenis Vlasenko
2009-01-20ldouble_wrappers.c: remove erroneous libm_hidden_def'sDenis Vlasenko
2009-01-14libm_sh: fix libm build for shCarmelo Amoroso
2009-01-14libm_sh: Re-added sh specific files erroneously removed recently,Carmelo Amoroso
2009-01-04forgot to remove one #endif...Denis Vlasenko
2009-01-03libm/e_scalb.c: remove unused #ifdef _SCALB_INT branchesDenis Vlasenko
2009-01-03fix small goof in last commit: should use "long" function (scalbln)Denis Vlasenko
2009-01-03libm: remove scalbln implementation, it seems to be less correct than scalbn.Denis Vlasenko
2008-12-29libm/e_lgamma_r.c: cosmetic whitespace fixesDenis Vlasenko
2008-12-29libm/*: delete many incarnations of logarithmic gamma function,Denis Vlasenko
2008-12-29libm/s_nearbyint.c: delete (forgot to do it in prev commit)Denis Vlasenko
2008-12-29- expand SUSv3_LEGACYBernhard Reutner-Fischer
2008-12-28remove many functions which just call __ieee754_<function>,Denis Vlasenko
2008-12-22libm/*: mass removal of:Denis Vlasenko
2008-12-22- fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math...Bernhard Reutner-Fischer
2008-12-13make all "XXXhidden_proto(" consistently not use a space before '('Denis Vlasenko
2008-12-13*: document __USE_EXTERN_INLINES better;Denis Vlasenko