Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dlong_double_vec.h18287 static long_double_test_f_f_t expm1l_vec[] = { variable
18494 for (i = 0; i < sizeof(expm1l_vec)/sizeof(expm1l_vec[0]); i++) { in test_expm1l()
18495 long double y = expm1l(expm1l_vec[i].x); in test_expm1l()
18496 result += check_long_double("expm1l", expm1l_vec[i].line, EXPM1L_PREC, expm1l_vec[i].y, y); in test_expm1l()