summaryrefslogtreecommitdiff
path: root/libm
AgeCommit message (Expand)Author
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
2008-11-07- less verbose make cleanBernhard Reutner-Fischer
2008-10-24- tidy up inline:Bernhard Reutner-Fischer
2008-10-06- implement log2()Bernhard Reutner-Fischer
2008-10-03- add long double math wrappers (Ned Ludd)Bernhard Reutner-Fischer
2008-10-03- use c89-style commentsBernhard Reutner-Fischer
2008-09-26- move libm_hidden_proto to the corresponding headers. Remove from callsites.Bernhard Reutner-Fischer
2008-09-25- add some more math functions (patch from gentoo/solar)Bernhard Reutner-Fischer
2008-09-25- add __ieee754_log2()Bernhard Reutner-Fischer
2008-09-25- fix typoBernhard Reutner-Fischer
2008-09-25- remove files that are not either LGPL or Public Domain.Bernhard Reutner-Fischer
2008-09-06- fix indentationBernhard Reutner-Fischer
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-06-17- move stripping into do_ar resp compile-m for the sake of simplicityBernhard Reutner-Fischer
2008-06-04- strip the targets and not prerequisitesBernhard Reutner-Fischer
2008-06-01A slight improvement over my previous commit which ensured we always rebuildBernd Schmidt
2008-05-20- remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer
2008-04-24- fixup asm. No object-code changesBernhard Reutner-Fischer
2008-04-04- use a 16bit value for fnstsw as required by newer binutils.Bernhard Reutner-Fischer
2008-01-19- add C99 floating point environment, rounding and exception handling functionsBernhard Reutner-Fischer
2008-01-17- use libm_DIR and libm_OUTBernhard Reutner-Fischer