Searched refs:float_tests (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server/dist/test/
H A Dsignal-logging.c117 double float_tests[] = { 0, 5, 0.1, 0.01, 5.2342, 10.2301, variable in typeref:typename:double[]
157 for (i = 0; i < ARRAY_SIZE(float_tests); i++)
158 assert(check_float_format_test(float_tests[i]));
372 for (i = 0; i < ARRAY_SIZE(float_tests); i++) {
373 double d = float_tests[i];

Completed in 6 milliseconds