Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dlong_double.c360 static const int test_exp[] = { variable
387 #define NEXPS (sizeof (test_exp)/ sizeof(test_exp[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 …io naive i %d val %La exp %d: \"%s\", is %La should be %La\n", i, vals[i], test_exp[e], buf, r, v); in test_io()
454 …io scanf i %d val %La exp %d: \"%s\", is %La should be %La\n", i, vals[i], test_exp[e], buf, r, v); in test_io()
459 … strtold i %d val %La exp %d: \"%s\", is %La should be %La\n", i, vals[i], test_exp[e], buf, r, v); in test_io()
/picolibc-latest/newlib/libm/test/
Dexp_vec.c305 void test_exp(int m) {run_vector_1(m,exp_vec,(char *)(exp),"exp","dd"); } in test_exp() function
Dtest.h404 test_exp(int vector);
Dmath.c706 test_exp(vector); in test_math()