about summary refs log tree commit diff
path: root/math/libm-test.inc
Commit message (Expand)AuthorAgeFilesLines
...
* Convert TEST_ff_i tests from code to data.Joseph Myers2013-05-151-108/+154
* Fix whitespace in RUN_TEST_LOOP_2_f.Joseph Myers2013-05-141-1/+1
* Correct types of fields in libm-test.inc structures.Joseph Myers2013-05-141-2/+2
* Convert TEST_ffI_f1 tests from code to data.Joseph Myers2013-05-141-15/+46
* Convert TEST_f_i tests from code to data.Joseph Myers2013-05-141-24/+56
* Fix function name in scalbln_test call to END.Joseph Myers2013-05-141-1/+1
* Convert TEST_fI_f1 tests from code to data.Joseph Myers2013-05-141-11/+27
* Convert TEST_fF_f1 tests from code to data.Joseph Myers2013-05-141-12/+40
* Convert TEST_f_f1 tests from code to data.Joseph Myers2013-05-141-34/+67
* Convert TEST_fl_f tests from code to data.Joseph Myers2013-05-131-38/+53
* Convert TEST_fi_f tests from code to data.Joseph Myers2013-05-131-36/+56
* Convert TEST_c_f tests from code to data.Joseph Myers2013-05-131-92/+129
* Convert TEST_if_f tests from code to data.Joseph Myers2013-05-131-124/+144
* Consistently use TEST_fl_f in tests of scalbln.Joseph Myers2013-05-131-25/+25
* Define decimal constant M_1_DIV_El in libm-test.incAdhemerval Zanella2013-05-131-1/+2
* Convert TEST_fff_f tests from code to data.Joseph Myers2013-05-121-888/+900
* Convert TEST_c_c tests from code to data.Joseph Myers2013-05-121-4597/+4678
* Convert TEST_ff_f tests from code to data.Joseph Myers2013-05-121-937/+1011
* Make fma and nextafter tests use max_value instead of fltmax.Joseph Myers2013-05-111-10/+6
* Convert TEST_f_f tests from code to data.Joseph Myers2013-05-111-2501/+2576
* Start converting libm tests from code to data.Joseph Myers2013-05-101-49/+93
* Fix tgamma errno setting on domain error (bug 6809).Joseph Myers2013-05-101-3/+3
* Use M_SQRT1_2l instead of local M_SQRT_2_2 in libm-test.inc.Joseph Myers2013-05-091-2/+1
* Use M_PI_34l consistently in libm-test.inc.Joseph Myers2013-05-091-2/+2
* Use decimal constants in defining M_* in libm-test.inc.Joseph Myers2013-05-091-5/+5
* Factor out initializers for libm-test.inc constants.Joseph Myers2013-05-081-19/+28
* Use correct TEST_* macros for jn, ldexp and yn tests.Joseph Myers2013-05-081-100/+101
* Move some libm-test logic for running tests from gen-libm-test.pl to libm-tes...Joseph Myers2013-05-081-0/+133
* Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426).Joseph Myers2013-05-081-0/+500
* Consistently use TEST_f_f1 in gamma tests.Joseph Myers2013-05-061-5/+5
* PowerPC: fix hypot/hypof FP exceptionsAdhemerval Zanella2013-05-061-0/+2
* Remove unused libm-test expected-failure mechanism.Joseph Myers2013-05-041-58/+38
* Use static initializers for constant variables in libm-test.inc.Joseph Myers2013-05-041-30/+19
* Consistently use TEST_f_f1 in lgamma tests.Joseph Myers2013-05-031-10/+8
* Don't use IGNORE_ZERO_INF_SIGN in hypot tests.Joseph Myers2013-05-031-2/+2
* Fix catan, catanh spurious underflows (bug 15423).Joseph Myers2013-05-011-0/+372
* Fix catan, catanh inaccuracy from atan2 denominators near 0 (bug 15416).Joseph Myers2013-04-301-0/+256
* Integrate errno testing better in libm-test.inc.Joseph Myers2013-04-291-198/+126
* Add missing semicolons to libm-test.inc tests.Joseph Myers2013-04-291-363/+363
* Fix catan, catanh spurious overflows (bug 15409).Joseph Myers2013-04-271-0/+128
* Fix catan, catanh missing underflows (bug 15406).Joseph Myers2013-04-261-0/+56
* Fix csin, csinh, ccos, ccosh missing underflows (bug 15405).Joseph Myers2013-04-261-0/+12
* math: Use accurate answers for cos and sincos.Carlos O'Donell2013-04-241-10/+10
* Add catan, catanh tests at +/- 1 and +/- i.Joseph Myers2013-04-241-0/+18
* Fix catan, catanh inaccuracy through use of log (bug 15394).Joseph Myers2013-04-241-0/+58
* libm-test.inc: Fix tests where cos(PI/2) != 0.Carlos O'Donell2013-04-111-2/+50
* New Makefile target `regen-ulps'.Carlos O'Donell2013-04-061-3/+26
* [BZ #14686, #15336] Fix standard compliance. Don't use hard-coded qNaN values.Thomas Schwinge2013-04-051-0/+25
* Fix missing underflow from cexp (bug 14478).Joseph Myers2013-04-031-0/+3
* Fix cacosh inaccuracy and spurious exceptions (bug 15327).Joseph Myers2013-04-021-0/+600