about summary refs log tree commit diff
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* Convert TEST_extra tests from code to data.Joseph Myers2013-05-161-48/+75
|
* De-stringify constants in math/atest-exp2.c.Richard Henderson2013-05-161-42/+32
|
* Support testing "inexact" exceptions in libm-test.inc.Joseph Myers2013-05-161-392/+399
|
* Test for errno setting in more overflow error cases.Joseph Myers2013-05-161-81/+79
|
* Convert TEST_cc_c tests from code to data.Joseph Myers2013-05-161-14/+36
|
* Convert TEST_f_L tests from code to data.Joseph Myers2013-05-161-769/+780
|
* Remove const attribute on get_log2Peter Collingbourne2013-05-151-1/+0
| | | | This function is not const, as it can modify log2_m and log2_m_inited.
* Convert TEST_f_l tests from code to data.Joseph Myers2013-05-151-167/+179
|
* Consistently use TEST_f_L in tests of llrint and llround.Joseph Myers2013-05-151-6/+6
|
* Convert TEST_f_b tests from code to data.Joseph Myers2013-05-151-67/+117
|
* Test for errno setting in more domain error cases.Joseph Myers2013-05-151-53/+53
|
* Disable libm-test errno testing for TEST_INLINE.Joseph Myers2013-05-151-0/+2
|
* 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
| | | | This patch replaces the 1.0 / M_El by the decimal constant M_1_DIV_El.
* 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-122-4599/+4680
|
* 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-102-72/+171
|
* Fix tgamma errno setting on domain error (bug 6809).Joseph Myers2013-05-104-6/+9
|
* 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 ↵Joseph Myers2013-05-082-75/+213
| | | | libm-test.inc.
* Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426).Joseph Myers2013-05-082-1/+502
|
* Initialize x in frexp, modf, remqou tests.Joseph Myers2013-05-061-0/+3
|
* 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
| | | | | This patch fixes hypot/hypotf spurious floating-point exceptions generate by internal operations.
* Remove unused libm-test expected-failure mechanism.Joseph Myers2013-05-043-125/+44
|
* 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-017-97/+528
|
* Fix catan, catanh inaccuracy from atan2 denominators near 0 (bug 15416).Joseph Myers2013-04-307-12/+370
|