Searched refs:fmaxl_vec (Results 1 – 1 of 1) sorted by relevance
7625 static long_double_test_f_ff_t fmaxl_vec[] = { variable8720 for (i = 0; i < sizeof(fmaxl_vec)/sizeof(fmaxl_vec[0]); i++) { in test_fmaxl()8721 long double y = fmaxl(fmaxl_vec[i].x0, fmaxl_vec[i].x1); in test_fmaxl()8722 result += check_long_double("fmaxl", fmaxl_vec[i].line, FMAXL_PREC, fmaxl_vec[i].y, y); in test_fmaxl()