Searched refs:float_tests (Results 1 – 1 of 1) sorted by relevance
114 double float_tests[] = { 0, 5, 0.1, 0.01, 5.2342, 10.2301, variable154 for (i = 0; i < ARRAY_SIZE(float_tests); i++) in number_formatting()155 assert(check_float_format_test(float_tests[i])); in number_formatting()369 for (i = 0; i < ARRAY_SIZE(float_tests); i++) { in logging_format()370 double d = float_tests[i]; in logging_format()