Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dlong_double_vec.h18896 static long_double_test_f_f_t log10l_vec[] = { variable
19002 for (i = 0; i < sizeof(log10l_vec)/sizeof(log10l_vec[0]); i++) { in test_log10l()
19003 long double y = log10l(log10l_vec[i].x); in test_log10l()
19004 result += check_long_double("log10l", log10l_vec[i].line, LOG10L_PREC, log10l_vec[i].y, y); in test_log10l()