Home
last modified time | relevance | path

Searched refs:TEST_FUNC (Results 1 – 4 of 4) sorted by relevance

/math/
A Dtest-nearbyint-except-2.c27 #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 Dtest-nearbyint-except.c32 #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 Dtest-snan.c56 #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 Dbasic-test.c37 #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