Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dlong_double_vec.h1294 static long_double_test_i_f_t lroundl_vec[] = { variable
1501 for (i = 0; i < sizeof(lroundl_vec)/sizeof(lroundl_vec[0]); i++) { in test_lroundl()
1502 long long y = lroundl(lroundl_vec[i].x); in test_lroundl()
1503 result += check_long_long("lroundl", lroundl_vec[i].line, lroundl_vec[i].y, y); in test_lroundl()