about summary refs log tree commit diff
path: root/math/auto-libm-test-in
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* math: Add more input to atanh accuracy testsSunil K Pandey2022-02-241-0/+3
* math: Add more inputs to atan2 accuracy tests [BZ #28765]Sunil K Pandey2022-01-141-0/+8
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* math: Also xfail the new j0f tests for ibm128-libgccAdhemerval Zanella2021-10-061-44/+44
* Fixed inaccuracy of j0f (BZ #28185)Paul Zimmermann2021-10-051-0/+45
* Add narrowing fma functionsJoseph Myers2021-09-221-161/+155
* Adjust new narrowing div/mul tests for IBM long double, update powerpc ULPsJoseph Myers2021-09-221-16/+16
* Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers2021-09-211-0/+30
* Improve the accuracy of tgamma (BZ #26983)Paul Zimmermann2021-04-071-1/+5
* Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann2021-04-021-3/+17
* Add inputs that generate larger error boundsPaul Zimmermann2021-02-271-0/+48
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* add inputs to auto-libm-test-in yielding larger errors (binary64, x86_64)Paul Zimmermann2020-12-211-0/+16
* math: Fix inaccuracy of j0f for x >= 2^127 when sin(x)+cos(x) is tinyPaul Zimmermann2020-08-071-0/+2
* powerpc: Update ULPs and xfail more ibm128 outputsTulio Magno Quites Machado Filho2020-04-071-2/+2
* math: Add inputs that yield larger errors for float type (x86_64)Paul Zimmermann2020-03-311-0/+24
* math: Remove inline math testsAdhemerval Zanella2020-03-191-62/+62
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-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
* Fix powf overflow handling in non-nearest rounding mode [BZ #23961]Szabolcs Nagy2018-12-111-0/+2
* Add narrowing divide functions.Joseph Myers2018-05-171-0/+74
* Add narrowing multiply functions.Joseph Myers2018-05-161-0/+48
* Add narrowing subtract functions.Joseph Myers2018-03-201-0/+95
* Add narrowing add functions.Joseph Myers2018-02-101-0/+95
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* XFAIL catan and catanh tests on ibm128Tulio Magno Quites Machado Filho2017-03-161-8/+8
* Improve float range reduction accuracy near pi/2 (bug 21094).Joseph Myers2017-03-151-0/+4
* Move tests of catan, catanh to auto-libm-test-*.Joseph Myers2017-02-171-0/+836
* Move tests of casin, casinh to auto-libm-test-*.Joseph Myers2017-02-171-0/+1174
* Move tests of cacos, cacosh to auto-libm-test-*.Joseph Myers2017-02-171-0/+1169
* Move more csin, csinh tests to auto-libm-test-in.Joseph Myers2017-02-091-0/+6
* Fix powf inaccuracy (bug 21112).Joseph Myers2017-02-071-0/+1
* Improve libm-test XFAILing for ibm128-libgcc.Joseph Myers2017-01-091-188/+188
* Update libm-test XFAILs for ibm128 format.Joseph Myers2017-01-041-213/+198
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Fix cos computation for multiple precision fallback (bz #20357)Siddhesh Poyarekar2016-07-181-0/+3
* Remove type specific information from auto-libm-test-inPaul E. Murphy2016-06-081-57/+58
* Implement proper fmal for ldbl-128ibm (bug 13304).Joseph Myers2016-05-191-9/+8
* Fix x86_64 / x86 powl inaccuracy for integer exponents (bug 19848).Joseph Myers2016-03-241-0/+38
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Add more tests of pow.Joseph Myers2015-11-101-0/+1
* Add more libm tests (scalb*, signbit, sin, sincos, sinh, sqrt, tan, tanh, tga...Joseph Myers2015-11-041-0/+72
* Add more libm tests (ilogb, is*, j0, j1, jn, lgamma, log*).Joseph Myers2015-10-231-0/+45
* Fix j1, jn missing errno setting on underflow (bug 18611).Joseph Myers2015-10-231-15/+12
* Add more libm tests (fmod, fpclassify, frexp, hypot, ilogb, j0, j1, jn, log, ...Joseph Myers2015-10-211-0/+64
* Fix ldbl-128 / ldbl-128ibm lgamma overflow handling (bug 16347, bug 19046).Joseph Myers2015-10-011-0/+18
* Improve test coverage of real libm functions [a-e]*.Joseph Myers2015-09-301-0/+290
* Fix clog, clog10 inaccuracy (bug 19016).Joseph Myers2015-09-281-0/+90