Searched refs:lroundl_vec (Results 1 – 1 of 1) sorted by relevance
1294 long_double_test_i_f_t lroundl_vec[] = { variable1501 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()