Searched refs:fp_tests (Results 1 – 1 of 1) sorted by relevance
99 } fp_tests[] = { variable240 (void) fp_tests; in test_snprintf()243 for (j=0; fp_tests[j].fmt; j++) { in test_snprintf()244 TEST(i, snprintf(b, sizeof b, fp_tests[j].fmt, fp_tests[j].f), (int) strlen(b), "%d != %d"); in test_snprintf()245 TEST_S(b, fp_tests[j].expect, "bad floating point conversion"); in test_snprintf()