about summary refs log tree commit diff
path: root/math/gen-auto-libm-tests.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* math: Add a no-mathvec flag for sin (-0.0)Wilco Dijkstra2023-09-181-1/+5
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* math: Remove inline math testsAdhemerval Zanella2020-03-191-6/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* math: enhance the endloop condition of function handle_input_flagliqingqing2019-11-071-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Add narrowing divide functions.Joseph Myers2018-05-171-0/+1
* Add narrowing multiply functions.Joseph Myers2018-05-161-0/+1
* Add narrowing subtract functions.Joseph Myers2018-03-201-0/+1
* Add narrowing add functions.Joseph Myers2018-02-101-0/+1
* Add test infrastructure for narrowing libm functions.Joseph Myers2018-02-091-24/+136
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Split auto-libm-test-out by function.Joseph Myers2017-02-061-8/+12
* Improve libm-test XFAILing for ibm128-libgcc.Joseph Myers2017-01-091-0/+15
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Generate new format names in auto-libm-test-outPaul E. Murphy2016-06-081-16/+12
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Use -std=gnu11 instead of -std=gnu99.Joseph Myers2015-10-271-1/+1
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Test cpow in all rounding modes.Joseph Myers2014-06-231-20/+24
* Relax gen-auto-libm-tests may-underflow rules, test log1p in all rounding modes.Joseph Myers2014-03-251-8/+15
* Adjust how gen-auto-libm-tests handles before-rounding/after-rounding cases.Joseph Myers2014-03-061-209/+231
* Move tests of fma from libm-test.inc to auto-libm-test-in.Joseph Myers2014-02-181-33/+115
* Fix gen-auto-libm-tests sticky bit setting for negative results.Joseph Myers2014-02-181-1/+8
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Move tests of cpow from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-201-10/+58
* Move various TEST_c_c tests from libm-test.inc to auto-libm-test-inc.Joseph Myers2013-12-201-0/+58
* Move tests of cabs and carg from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-191-0/+23
* Move tests of sincos from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-191-0/+20
* Move tests of jn and yn from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-181-7/+32
* Move tests of atan2, hypot and pow from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-161-0/+59
* Move tests of lgamma from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-081-4/+32
* Move TEST_f_f tests for [l-y]* functions from libm-test.inc to auto-libm-test...Joseph Myers2013-12-051-0/+13
* Move TEST_f_f tests for [e-j]* functions from libm-test.inc to auto-libm-test...Joseph Myers2013-12-031-9/+23
* Move TEST_f_f tests for [a-c]* functions from libm-test.inc to auto-libm-test...Joseph Myers2013-11-301-0/+149
* Start generating libm tests automatically with MPFR.Joseph Myers2013-11-291-0/+1626