Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dlong_double.c211 static long double vals[] = { variable
220 #define NVALS (sizeof(vals)/sizeof(vals[0]))
422 v = ldexpl(vals[i], test_exp[e]); in test_io()
437 … printf("test_io i %d val %La exp %d: is %s should be inf\n", i, vals[i], test_exp[e], buf); in test_io()
448 …f("test_io naive i %d val %La exp %d: \"%s\", is %La should be %La\n", i, vals[i], test_exp[e], bu… in test_io()
454 …f("test_io scanf i %d val %La exp %d: \"%s\", is %La should be %La\n", i, vals[i], test_exp[e], bu… in test_io()
459 …"test_io strtold i %d val %La exp %d: \"%s\", is %La should be %La\n", i, vals[i], test_exp[e], bu… in test_io()