aboutsummaryrefslogtreecommitdiff
path: root/libm/float_wrappers.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-09uclibc: Fix double promotion warningMarcus Haehnel1-1/+1
2017-11-03math: add exception handling functionalitySergey Cherkashin1-157/+32
2017-06-21remove editor hints for viWaldemar Brodkorb1-1/+0
2015-03-18libm: Add missing C99 float/ld wrappersBernhard Reutner-Fischer1-21/+41
2010-10-30libm: fix testuite failure in modfDenys Vlasenko1-2/+1
2010-02-04libm: explain why some funcs are not implemented (yet)Bernhard Reutner-Fischer1-1/+2
2010-02-04libm: enable log2f and exp2fAurelien Jacobs1-2/+2
2009-02-13- scalb{,f,l} depend on UCLIBC_SUSV3_LEGACYBernhard Reutner-Fischer1-1/+1
2009-02-09ldouble_wrappers.c: add long and long long optimized wrappersDenis Vlasenko1-216/+64
2009-02-06fix nextafterf. by Jie Zhang (jie.zhang AT analog.com)Denis Vlasenko1-9/+0
2009-02-05libm: add scalbf, gammaf, significandf wrappers.Denis Vlasenko1-1/+21
2008-12-22- fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math...Bernhard Reutner-Fischer1-1/+9
2008-12-13*: document __USE_EXTERN_INLINES better;Denis Vlasenko1-0/+3
2008-09-26- move libm_hidden_proto to the corresponding headers. Remove from callsites.Bernhard Reutner-Fischer1-57/+0
2007-12-08import trunc()/truncf() for ISO C requirements, otherwise fortran can hit inf...Mike Frysinger1-1/+0
2007-04-12remove __* symbols and enable llrintf()Mike Frysinger1-1/+0
2007-04-02implement cargMike Frysinger1-1/+11
2006-09-23fix return casts for a bunch of functionsMike Frysinger1-5/+5
2006-09-23grab s_lrint from glibc for C99Mike Frysinger1-1/+0
2006-01-29rename exp to _exp for sake of shadow warningsMike Frysinger1-8/+8
2006-01-17All math related relocs gonePeter S. Mazinger1-0/+56
2005-11-23update licenseMike Frysinger1-13/+1
2005-11-03cleanup how we enable/disable certain wrappers since some were suffering from...Mike Frysinger1-43/+20
2005-03-07Disable float wrappers for functions that are not presentlyEric Andersen1-15/+31
2005-03-07split the float wrappers into separate object filesEric Andersen1-0/+547