Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dlong_double_vec.h19477 static long_double_test_f_f_t logl_vec[] = { variable
19583 for (i = 0; i < sizeof(logl_vec)/sizeof(logl_vec[0]); i++) { in test_logl()
19584 long double y = logl(logl_vec[i].x); in test_logl()
19585 result += check_long_double("logl", logl_vec[i].line, LOGL_PREC, logl_vec[i].y, y); in test_logl()