Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/test/
Dlong_double_vec.h1508 long_double_test_i_f_t llroundl_vec[] = { variable
1715 for (i = 0; i < sizeof(llroundl_vec)/sizeof(llroundl_vec[0]); i++) { in test_llroundl()
1716 long long y = llroundl(llroundl_vec[i].x); in test_llroundl()
1717 result += check_long_long("llroundl", llroundl_vec[i].line, llroundl_vec[i].y, y); in test_llroundl()