summaryrefslogtreecommitdiffstats
path: root/libm
Commit message (Expand)AuthorAgeFilesLines
* libm: implement generic cexp(), cexpf() and cexpl().William Pitcock2011-12-232-1/+65
* libm: add cabsf() and cabsl() functions.William Pitcock2011-12-231-0/+16
* libm/x86_64: implement some fenv functionsNatanael Copa2011-12-236-0/+223
* libm: fix building out-of-treeBernhard Reutner-Fischer2011-05-121-1/+1
* Add Makefile support for DSBT ELF.Bernd Schmidt bernds_cb1@t-online.de2011-03-051-0/+1
* libm_sh: add optimised assembly implementation of lroundf and lrintfChristian Bruel2010-12-173-3/+96
* libm_powerpc: update buildsys to use TARGET_SUBARCHCarmelo Amoroso2010-12-173-13/+3
* libm_sh: Move fenv functions into sh4 sub-folderCarmelo Amoroso2010-12-174-3/+11
* ldouble_wrappers: make code less verbose via WRAPPER2 macroDenys Vlasenko2010-11-021-44/+16
* ldouble_wrappers: remove i386-specific optimizationDenys Vlasenko2010-11-021-102/+3
* libm: disable tail jump trick if __SSP_ALL__ (was using wrong conditional)Denys Vlasenko2010-10-311-1/+1
* libm: fix tgamma to actually do return true gamma functionDenys Vlasenko2010-10-311-19/+23
* libm: remove int_WRAPPER_C99 macro, add test which checks that I did not brea...Denys Vlasenko2010-10-311-27/+21
* libm: revert wrong ldouble wrapper hack "fix"Denys Vlasenko2010-10-311-8/+10
* libm: fix remaining failures in test-floatDenys Vlasenko2010-10-311-16/+31
* libm: fix rint/scalb testcase failuresDenys Vlasenko2010-10-301-19/+35
* libm: fix powf testcase failuresDenys Vlasenko2010-10-301-28/+35
* libm: fix scalb testsuite failuresDenys Vlasenko2010-10-301-7/+6
* libm: fix testuite failure in modfDenys Vlasenko2010-10-302-11/+7
* libm/x86: use call instead of jump for wrappersTimo Teräs2010-10-221-4/+8
* use uniform form of C99 keywordsBernhard Reutner-Fischer2010-06-242-13/+13
* libm: typo fix NO_LONG_DOUBLE variant of gamma_rBernhard Reutner-Fischer2010-06-151-1/+1
* libm: unbreak scalbn for 64-bit processorsRoman I Khimov2010-06-101-1/+1
* lgamma: fix sign handlingBernhard Reutner-Fischer2010-06-101-1/+5
* libm: unhide signgamRoman I Khimov2010-06-101-1/+0
* nptl: proper soname handlingNatanael Copa2010-04-221-2/+2
* prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* libm: explain why some funcs are not implemented (yet)Bernhard Reutner-Fischer2010-02-041-1/+2
* libm: enable log2f and exp2fAurelien Jacobs2010-02-042-3/+5
* rename exp(onent) to _expBernhard Reutner-Fischer2010-01-211-2/+2
* rename exp(onent) to exBernhard Reutner-Fischer2010-01-161-8/+8
* DO_XSI_MATH: add config knobBernhard Reutner-Fischer2009-11-191-2/+6
* libm: use int_WRAPPER_C99 macroBernhard Reutner-Fischer2009-11-151-10/+5
* Revert "libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts"Bernhard Reutner-Fischer2009-11-148-28/+44
* libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hostsBernhard Reutner-Fischer2009-11-148-44/+28
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-3/+4
* honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer2009-08-302-1/+11
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+2
* Add a few missing includesRon2009-07-051-0/+1
* 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
* - scalb{,f,l} depend on UCLIBC_SUSV3_LEGACYBernhard Reutner-Fischer2009-02-131-1/+1
* - use existing __stringify macroBernhard Reutner-Fischer2009-02-131-6/+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
* libm/s_nextafterf.c: forgot to "svn add" itDenis Vlasenko2009-02-061-0/+103