Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dlong_double_vec.h19259 static long_double_test_f_f_t logbl_vec[] = { variable
19466 for (i = 0; i < sizeof(logbl_vec)/sizeof(logbl_vec[0]); i++) { in test_logbl()
19467 long double y = logbl(logbl_vec[i].x); in test_logbl()
19468 result += check_long_double("logbl", logbl_vec[i].line, LOGBL_PREC, logbl_vec[i].y, y); in test_logbl()