Searched refs:test_exp (Results 1 – 4 of 4) sorted by relevance
/picolibc-latest/test/ |
D | long_double.c | 360 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/ |
D | exp_vec.c | 305 void test_exp(int m) {run_vector_1(m,exp_vec,(char *)(exp),"exp","dd"); } in test_exp() function
|
D | test.h | 404 test_exp(int vector);
|
D | math.c | 706 test_exp(vector); in test_math()
|