Searched refs:log1pl_vec (Results 1 – 1 of 1) sorted by relevance
19014 static long_double_test_f_f_t log1pl_vec[] = { variable19130 for (i = 0; i < sizeof(log1pl_vec)/sizeof(log1pl_vec[0]); i++) { in test_log1pl()19131 long double y = log1pl(log1pl_vec[i].x); in test_log1pl()19132 result += check_long_double("log1pl", log1pl_vec[i].line, LOG1PL_PREC, log1pl_vec[i].y, y); in test_log1pl()