| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix nextafterf. by Jie Zhang (jie.zhang AT analog.com) | Denis Vlasenko | 2009-02-06 | 2 | -11/+3 |
* | libm: add scalbf, gammaf, significandf wrappers. | Denis Vlasenko | 2009-02-05 | 2 | -2/+22 |
* | libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite build | Denis Vlasenko | 2009-02-02 | 1 | -0/+2 |
* | ldouble_wrappers.c: remove erroneous libm_hidden_def's | Denis Vlasenko | 2009-01-20 | 1 | -5/+0 |
* | libm_sh: fix libm build for sh | Carmelo Amoroso | 2009-01-14 | 4 | -7/+5 |
* | libm_sh: Re-added sh specific files erroneously removed recently, | Carmelo Amoroso | 2009-01-14 | 3 | -0/+75 |
* | forgot to remove one #endif... | Denis Vlasenko | 2009-01-04 | 1 | -1/+0 |
* | libm/e_scalb.c: remove unused #ifdef _SCALB_INT branches | Denis Vlasenko | 2009-01-03 | 3 | -20/+19 |
* | fix small goof in last commit: should use "long" function (scalbln) | Denis Vlasenko | 2009-01-03 | 1 | -10/+10 |
* | libm: remove scalbln implementation, it seems to be less correct than scalbn. | Denis Vlasenko | 2009-01-03 | 3 | -79/+48 |
* | libm/e_lgamma_r.c: cosmetic whitespace fixes | Denis Vlasenko | 2008-12-29 | 1 | -4/+1 |
* | libm/*: delete many incarnations of logarithmic gamma function, | Denis Vlasenko | 2008-12-29 | 11 | -216/+68 |
* | libm/s_nearbyint.c: delete (forgot to do it in prev commit) | Denis Vlasenko | 2008-12-29 | 4 | -23/+3 |
* | - expand SUSv3_LEGACY | Bernhard Reutner-Fischer | 2008-12-29 | 1 | -0/+3 |
* | remove many functions which just call __ieee754_<function>, | Denis Vlasenko | 2008-12-28 | 54 | -911/+550 |
* | libm/*: mass removal of: | Denis Vlasenko | 2008-12-22 | 100 | -1425/+113 |
* | - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math... | Bernhard Reutner-Fischer | 2008-12-22 | 31 | -75/+112 |
* | make all "XXXhidden_proto(" consistently not use a space before '(' | Denis Vlasenko | 2008-12-13 | 2 | -2/+2 |
* | *: document __USE_EXTERN_INLINES better; | Denis Vlasenko | 2008-12-13 | 10 | -4/+30 |
* | - less verbose make clean | Bernhard Reutner-Fischer | 2008-11-07 | 1 | -2/+2 |
* | - tidy up inline: | Bernhard Reutner-Fischer | 2008-10-24 | 1 | -1/+1 |
* | - implement log2() | Bernhard Reutner-Fischer | 2008-10-06 | 2 | -1/+15 |
* | - add long double math wrappers (Ned Ludd) | Bernhard Reutner-Fischer | 2008-10-03 | 3 | -2/+552 |
* | - use c89-style comments | Bernhard Reutner-Fischer | 2008-10-03 | 3 | -3/+3 |
* | - move libm_hidden_proto to the corresponding headers. Remove from callsites. | Bernhard Reutner-Fischer | 2008-09-26 | 96 | -236/+70 |
* | - add some more math functions (patch from gentoo/solar) | Bernhard Reutner-Fischer | 2008-09-25 | 10 | -1/+313 |
* | - add __ieee754_log2() | Bernhard Reutner-Fischer | 2008-09-25 | 3 | -1/+132 |
* | - fix typo | Bernhard Reutner-Fischer | 2008-09-25 | 1 | -1/+1 |
* | - remove files that are not either LGPL or Public Domain. | Bernhard Reutner-Fischer | 2008-09-25 | 23 | -1750/+313 |
* | - fix indentation | Bernhard Reutner-Fischer | 2008-09-06 | 1 | -18/+25 |
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 2 | -10/+10 |
* | - move stripping into do_ar resp compile-m for the sake of simplicity | Bernhard Reutner-Fischer | 2008-06-17 | 1 | -3/+0 |
* | - strip the targets and not prerequisites | Bernhard Reutner-Fischer | 2008-06-04 | 1 | -2/+2 |
* | A slight improvement over my previous commit which ensured we always rebuild | Bernd Schmidt | 2008-06-01 | 1 | -3/+3 |
* | - remove old-style definitions. No object-code changes. | Bernhard Reutner-Fischer | 2008-05-20 | 1 | -3/+1 |
* | - fixup asm. No object-code changes | Bernhard Reutner-Fischer | 2008-04-24 | 8 | -39/+39 |
* | - use a 16bit value for fnstsw as required by newer binutils. | Bernhard Reutner-Fischer | 2008-04-04 | 1 | -1/+1 |
* | - add C99 floating point environment, rounding and exception handling functions | Bernhard Reutner-Fischer | 2008-01-19 | 15 | -0/+794 |
* | - use libm_DIR and libm_OUT | Bernhard Reutner-Fischer | 2008-01-17 | 1 | -9/+8 |
* | Brian Austin writes: This patch adds MAVERICK CRUNCH FPU support for the Cirr... | Mike Frysinger | 2008-01-05 | 1 | -4/+5 |
* | import trunc()/truncf() for ISO C requirements, otherwise fortran can hit inf... | Mike Frysinger | 2007-12-08 | 3 | -3/+60 |
* | remove __* symbols and enable llrintf() | Mike Frysinger | 2007-04-12 | 3 | -8/+4 |
* | import llrint() from glibc | Mike Frysinger | 2007-04-03 | 2 | -1/+94 |
* | implement carg | Mike Frysinger | 2007-04-02 | 3 | -3/+46 |
* | Fix fallout from the e500 math integration. | Joakim Tjernlund | 2007-04-02 | 1 | -1/+1 |
* | From Steve Papacharalambous: | Joakim Tjernlund | 2007-03-31 | 35 | -0/+834 |
* | #1273 if EXTRAVERSION is set, make sure we respect it | Mike Frysinger | 2007-03-19 | 1 | -1/+1 |
* | fix return casts for a bunch of functions | Mike Frysinger | 2006-09-23 | 1 | -5/+5 |
* | grab s_lrint from glibc for C99 | Mike Frysinger | 2006-09-23 | 3 | -2/+95 |
* | Guard matherr/__kernel_standard w/ _IEEE_LIBM, we do not use them, save 7,6k | Peter S. Mazinger | 2006-03-22 | 4 | -1/+9 |