Searched refs:fmodl_vec (Results 1 – 1 of 1) sorted by relevance
5940 static long_double_test_f_ff_t fmodl_vec[] = { variable7035 for (i = 0; i < sizeof(fmodl_vec)/sizeof(fmodl_vec[0]); i++) { in test_fmodl()7036 long double y = fmodl(fmodl_vec[i].x0, fmodl_vec[i].x1); in test_fmodl()7037 result += check_long_double("fmodl", fmodl_vec[i].line, FMODL_PREC, fmodl_vec[i].y, y); in test_fmodl()