about summary refs log tree commit diff
path: root/math
Commit message (Expand)AuthorAgeFilesLines
* float128: Add wrappers to override ldbl-128 as float128.Paul E. Murphy2017-05-254-0/+19
* float128: Extend __MATH_TG for float128 supportGabriel F. T. Gomes2017-05-171-0/+21
* Convert e_exp2l.c into a templateGabriel F. T. Gomes2017-05-172-22/+21
* float128: Include math-finite.h for _Float128Gabriel F. T. Gomes2017-05-152-5/+30
* float128: Add public _Float128 declarations to libm.Paul E. Murphy2017-05-155-18/+118
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-112-2/+0
* float128: Add _Float128 make bits to libm.Paul E. Murphy2017-05-091-2/+14
* Fix condition for inclusion of math-finite.h for long doubleGabriel F. T. Gomes2017-03-312-2/+2
* Change return type in the declaration of __ieee754_rem_pio2lGabriel F. T. Gomes2017-03-301-1/+1
* Macroize inclusion of math-finite.hGabriel F. T. Gomes2017-03-302-387/+133
* XFAIL catan and catanh tests on ibm128Tulio Magno Quites Machado Filho2017-03-163-1168/+1168
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-162-43/+0
* Improve float range reduction accuracy near pi/2 (bug 21094).Joseph Myers2017-03-153-0/+584
* Split helper classification macros from mathcalls.hGabriel F. T. Gomes2017-03-154-29/+47
* Use internal __feraiseexcept in __iseqsigGabriel F. T. Gomes2017-03-151-1/+1
* Update auto-libm-test-out for catan / catanh.Stefan Liebler2017-03-102-896/+896
* Miscellaneous low-risk changes preparing for _ISOMAC testsuite.Zack Weinberg2017-03-011-12/+11
* Use independent type literals in libm-test-support.cTulio Magno Quites Machado Filho2017-02-241-9/+9
* Run libm tests separately for each function.Joseph Myers2017-02-24145-723/+1130
* Add new templates for IEEE wrappersGabriel F. T. Gomes2017-02-2325-1/+1041
* Remove some unused libm-test exception macros.Joseph Myers2017-02-201-28/+0
* Move tests of catan, catanh to auto-libm-test-*.Joseph Myers2017-02-176-909/+76371
* Move tests of casin, casinh to auto-libm-test-*.Joseph Myers2017-02-176-1281/+91960
* Move tests of cacos, cacosh to auto-libm-test-*.Joseph Myers2017-02-176-1276/+91955
* Move INIT_ARCH_EXT call from libm-test-support to libm-test-driver.Joseph Myers2017-02-143-3/+3
* Move more csin, csinh tests to auto-libm-test-in.Joseph Myers2017-02-095-6/+1178
* Merge libm-compat-calls-auto and libm-compat-callsGabriel F. T. Gomes2017-02-091-9/+5
* Move -U__LIBC_INTERNAL_MATH_INLINES to test-math-inline.h.Joseph Myers2017-02-092-6/+4
* Build most libm-test support code once per type.Joseph Myers2017-02-087-1317/+1483
* Move w_exp to libm-compat-call-autoGabriel F. T. Gomes2017-02-082-2/+1
* Move w_lgamma to libm-compat-calls-autoGabriel F. T. Gomes2017-02-084-2/+1
* Move w_lgamma_r to libm-compat-calls-autoGabriel F. T. Gomes2017-02-084-2/+3
* Clean up libm vector tests exception test disabling.Joseph Myers2017-02-0710-7/+3
* Fix powf inaccuracy (bug 21112).Joseph Myers2017-02-072-0/+26
* Refactor some code in libm-test-driver.c.Joseph Myers2017-02-061-19/+39
* Move libm-test TEST_MSG definitions to libm-test-driver.c.Joseph Myers2017-02-0616-31/+16
* Split libm-test.inc by function.Joseph Myers2017-02-06125-50125/+52976
* Split auto-libm-test-out by function.Joseph Myers2017-02-0654-312339/+312353
* Eliminate libm-test.stmp.Joseph Myers2017-02-061-10/+12
* Rework gen-libm-test.pl input/output handling.Joseph Myers2017-02-063-21/+27
* Move non-function-specific parts of libm-test.inc to separate file.Joseph Myers2017-02-062-2263/+2290
* Remove libm-test.inc comment listing functions tested and not tested.Joseph Myers2017-02-061-29/+1
* Remove before-compile setting in math/Makefile.Joseph Myers2017-02-061-3/+0
* Update README.libm-test.Joseph Myers2017-01-201-0/+8
* Make fallback fegetexceptflag work with generic fetestexceptflag.Joseph Myers2017-01-121-0/+1
* XFAIL libm-test.inc tests as needed for ibm128.Joseph Myers2017-01-102-94/+103
* Improve libm-test XFAILing for ibm128-libgcc.Joseph Myers2017-01-093-16664/+16679
* Fix math/test-fenv for no-exceptions / no-rounding-modes configurations.Joseph Myers2017-01-091-13/+21
* Make fallback fesetexceptflag always succeed (bug 21028).Joseph Myers2017-01-052-3/+10
* Update libm-test XFAILs for ibm128 format.Joseph Myers2017-01-043-12945/+12936