Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dlong_double_vec.h10940 static long_double_test_f_ff_t scalbl_vec[] = { variable
12035 for (i = 0; i < sizeof(scalbl_vec)/sizeof(scalbl_vec[0]); i++) { in test_scalbl()
12036 long double y = scalbl(scalbl_vec[i].x0, scalbl_vec[i].x1); in test_scalbl()
12037 result += check_long_double("scalbl", scalbl_vec[i].line, SCALBL_PREC, scalbl_vec[i].y, y); in test_scalbl()