Home
last modified time | relevance | path

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

/picolibc-latest/test/libc-testsuite/
Dsnprintf.c99 } fp_tests[] = { variable
240 (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()