Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dlong_double_vec.h219 static long_double_test_i_f_t ilogb_vec[] = { variable
426 for (i = 0; i < sizeof(ilogb_vec)/sizeof(ilogb_vec[0]); i++) { in test_ilogb()
427 long long y = ilogb(ilogb_vec[i].x); in test_ilogb()
428 result += check_long_long("ilogb", ilogb_vec[i].line, ilogb_vec[i].y, y); in test_ilogb()