Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dprintf_scanf.c145 static const double test_vals[] = { 1.234567, 1.1, M_PI }; variable
548 for (t = 0; t < sizeof(test_vals)/sizeof(test_vals[0]); t++) { in main()
550 float_type v = (float_type) test_vals[t] * int_exp10(x); in main()