summaryrefslogtreecommitdiffstats
path: root/libm
Commit message (Expand)AuthorAgeFilesLines
* DO_XSI_MATH: add config knobBernhard Reutner-Fischer2009-11-221-2/+6
* libm: use int_WRAPPER_C99 macroBernhard Reutner-Fischer2009-11-221-10/+5
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-3/+4
* honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer2009-09-032-1/+11
* support building out-of-treeBernhard Reutner-Fischer2009-08-191-0/+2
* Add a few missing includesRon2009-07-091-0/+1
* - synch r25316:25325 from trunkBernhard Reutner-Fischer2009-02-182-7/+5
* 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
* 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
* fix nextafterf. by Jie Zhang (jie.zhang AT analog.com)Denis Vlasenko2009-02-063-11/+106
* 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
* - pull r24593:24596 from trunkBernhard Reutner-Fischer2008-12-291-0/+3
* remove many functions which just call __ieee754_<function>,Denis Vlasenko2008-12-2854-911/+550
* - sync with trunk @r24492Bernhard Reutner-Fischer2008-12-22108-1500/+225
* Sync with trunk.Khem Raj2008-12-1516-82/+32
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-17116-1958/+1369
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-312-10/+10
* Synch libm with trunkCarmelo Amoroso2008-06-187-25/+230
* Synch libm for i386 with trunkCarmelo Amoroso2008-06-1815-0/+794
* Synch libm for powerpc with trunkCarmelo Amoroso2008-06-1834-33/+846
* Merge nptl branch tree with trunk. Carmelo Amoroso2008-03-161-1/+1
* Add SH minimal support for floating point exceptioins.Carmelo Amoroso2007-11-214-0/+76
* Merge from trunk."Steven J. Hill"2007-01-202-7/+6
* Copy from trunk."Steven J. Hill"2006-12-161-0/+94
* Merge from trunk."Steven J. Hill"2006-08-215-4/+9
* Merge from trunk."Steven J. Hill"2006-02-251-4/+4
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-2587-148/+367
* Merge from trunk."Steven J. Hill"2006-01-0614-20/+39
* Merge from trunk."Steven J. Hill"2005-11-2931-207/+83
* Sync up with trunk."Steven J. Hill"2005-11-191-1/+1
* Massive merge from trunk."Steven J. Hill"2005-11-182-46/+68
* Merge from trunk."Steven J. Hill"2005-11-171-43/+20
* Copy from trunk."Steven J. Hill"2005-11-161-0/+75