Home
last modified time | relevance | path

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

/math/
A Dbasic-test.c150 #define TEST_CONVERT(NAME, FLOAT, DOUBLE, SUFFIX) \ macro
191 TEST_CONVERT (convert_dfsf_test, float, double, ) in TEST_FUNC()
192 TEST_CONVERT (convert_sfdf_test, double, float, f) in TEST_FUNC()
195 TEST_CONVERT (convert_tfsf_test, float, long double, l) in TEST_FUNC()
196 TEST_CONVERT (convert_sftf_test, long double, float, f) in TEST_FUNC()
197 TEST_CONVERT (convert_tfdf_test, double, long double, l) in TEST_FUNC()
198 TEST_CONVERT (convert_dftf_test, long double, double, ) in TEST_FUNC()

Completed in 2 milliseconds