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