Searched refs:roundl_vec (Results 1 – 1 of 1) sorted by relevance
20028 static long_double_test_f_f_t roundl_vec[] = { variable20235 for (i = 0; i < sizeof(roundl_vec)/sizeof(roundl_vec[0]); i++) { in test_roundl()20236 long double y = roundl(roundl_vec[i].x); in test_roundl()20237 result += check_long_double("roundl", roundl_vec[i].line, ROUNDL_PREC, roundl_vec[i].y, y); in test_roundl()