summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)Author
2017-02-24Use independent type literals in libm-test-support.cTulio Magno Quites Machado Filho
2017-02-24Run libm tests separately for each function.Joseph Myers
2017-02-23Add new templates for IEEE wrappersGabriel F. T. Gomes
2017-02-20Remove some unused libm-test exception macros.Joseph Myers
2017-02-17Move tests of catan, catanh to auto-libm-test-*.Joseph Myers
2017-02-17Move tests of casin, casinh to auto-libm-test-*.Joseph Myers
2017-02-17Move tests of cacos, cacosh to auto-libm-test-*.Joseph Myers
2017-02-14Move INIT_ARCH_EXT call from libm-test-support to libm-test-driver.Joseph Myers
2017-02-09Move more csin, csinh tests to auto-libm-test-in.Joseph Myers
2017-02-09Merge libm-compat-calls-auto and libm-compat-callsGabriel F. T. Gomes
2017-02-09Move -U__LIBC_INTERNAL_MATH_INLINES to test-math-inline.h.Joseph Myers
2017-02-08Build most libm-test support code once per type.Joseph Myers
2017-02-08Move w_exp to libm-compat-call-autoGabriel F. T. Gomes
2017-02-08Move w_lgamma to libm-compat-calls-autoGabriel F. T. Gomes
2017-02-08Move w_lgamma_r to libm-compat-calls-autoGabriel F. T. Gomes
2017-02-07Clean up libm vector tests exception test disabling.Joseph Myers
2017-02-07Fix powf inaccuracy (bug 21112).Joseph Myers
2017-02-06Refactor some code in libm-test-driver.c.Joseph Myers
2017-02-06Move libm-test TEST_MSG definitions to libm-test-driver.c.Joseph Myers
2017-02-06Split libm-test.inc by function.Joseph Myers
2017-02-06Split auto-libm-test-out by function.Joseph Myers
2017-02-06Eliminate libm-test.stmp.Joseph Myers
2017-02-06Rework gen-libm-test.pl input/output handling.Joseph Myers
2017-02-06Move non-function-specific parts of libm-test.inc to separate file.Joseph Myers
2017-02-06Remove libm-test.inc comment listing functions tested and not tested.Joseph Myers
2017-02-06Remove before-compile setting in math/Makefile.Joseph Myers
2017-01-20Update README.libm-test.Joseph Myers
2017-01-12Make fallback fegetexceptflag work with generic fetestexceptflag.Joseph Myers
2017-01-10XFAIL libm-test.inc tests as needed for ibm128.Joseph Myers
2017-01-09Improve libm-test XFAILing for ibm128-libgcc.Joseph Myers
2017-01-09Fix math/test-fenv for no-exceptions / no-rounding-modes configurations.Joseph Myers
2017-01-05Make fallback fesetexceptflag always succeed (bug 21028).Joseph Myers
2017-01-04Update libm-test XFAILs for ibm128 format.Joseph Myers
2017-01-04Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes
2017-01-03Fix math/test-fenvinline for no-exceptions configurations.Joseph Myers
2017-01-02Fix math/test-nearbyint-except for no-exceptions configurations.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31Add fromfp functions.Joseph Myers
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers
2016-12-20Add preprocessor indentation for llogb macro in tgmath.h.Joseph Myers
2016-12-20Replace use of snprintf with strfrom in libm testsGabriel F. T. Gomes
2016-12-20Add fmaxmag, fminmag functions.Joseph Myers
2016-12-16Define FE_SNANS_ALWAYS_SIGNAL.Joseph Myers
2016-12-16Make w_scalbln type-genericGabriel F. T. Gomes
2016-12-15Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947).Joseph Myers
2016-12-14Fix generic fmax, fmin sNaN handling (bug 20947).Joseph Myers
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers
2016-12-14Make w_log1p type-genericGabriel F. T. Gomes
2016-12-13Better design of libm.a installation rule.Andrew Senkevich
2016-12-08Install libm.a as linker script (bug 20539).Andrew Senkevich