Searched refs:TEST_FUNC (Results 1 – 4 of 4) sorted by relevance
/math/ |
A D | test-nearbyint-except-2.c | 27 #define TEST_FUNC(NAME, FLOAT, SUFFIX) \ macro 47 TEST_FUNC (float_test, float, f) in TEST_FUNC() function 48 TEST_FUNC (double_test, double, ) in TEST_FUNC() 49 TEST_FUNC (ldouble_test, long double, l) in TEST_FUNC()
|
A D | test-nearbyint-except.c | 32 #define TEST_FUNC(NAME, FLOAT, SUFFIX) \ macro 70 TEST_FUNC (float_test, float, f) in TEST_FUNC() function 71 TEST_FUNC (double_test, double, ) in TEST_FUNC() 72 TEST_FUNC (ldouble_test, long double, l) in TEST_FUNC()
|
A D | test-snan.c | 56 #define TEST_FUNC(NAME, FLOAT, SUFFIX) \ macro 123 TEST_FUNC (float_test, float, f) in TEST_FUNC() function 124 TEST_FUNC (double_test, double, ) in TEST_FUNC() 125 TEST_FUNC (ldouble_test, long double, l) in TEST_FUNC()
|
A D | basic-test.c | 37 #define TEST_FUNC(NAME, FLOAT, SUFFIX, EPSILON, HUGEVAL) \ macro 189 TEST_FUNC (float_test, float, f, FLT_EPSILON, HUGE_VALF) in TEST_FUNC() function 190 TEST_FUNC (double_test, double, , DBL_EPSILON, HUGE_VAL) in TEST_FUNC() 194 TEST_FUNC (ldouble_test, long double, l, LDBL_EPSILON, HUGE_VALL) in TEST_FUNC()
|
Completed in 4 milliseconds