summaryrefslogtreecommitdiff
path: root/math
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes2017-01-0467-5/+13
* Fix math/test-fenvinline for no-exceptions configurations.Joseph Myers2017-01-031-5/+8
* Fix math/test-nearbyint-except for no-exceptions configurations.Joseph Myers2017-01-021-1/+9
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01205-205/+205
* Add fromfp functions.Joseph Myers2016-12-3112-26/+38489
* Add roundeven, roundevenf, roundevenl.Joseph Myers2016-12-216-3/+624
* Add preprocessor indentation for llogb macro in tgmath.h.Joseph Myers2016-12-201-1/+1
* Replace use of snprintf with strfrom in libm testsGabriel F. T. Gomes2016-12-204-42/+51
* Add fmaxmag, fminmag functions.Joseph Myers2016-12-208-4/+342
* Define FE_SNANS_ALWAYS_SIGNAL.Joseph Myers2016-12-163-1/+50
* Make w_scalbln type-genericGabriel F. T. Gomes2016-12-164-83/+12
* Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947).Joseph Myers2016-12-151-0/+72
* Fix generic fmax, fmin sNaN handling (bug 20947).Joseph Myers2016-12-142-2/+16
* Refactor long double information into bits/long-double.h.Joseph Myers2016-12-142-5/+2
* Make w_log1p type-genericGabriel F. T. Gomes2016-12-144-85/+9
* Better design of libm.a installation rule.Andrew Senkevich2016-12-131-4/+7