Searched refs:acoshl_vec (Results 1 – 1 of 1) sorted by relevance
15366 static long_double_test_f_f_t acoshl_vec[] = { variable15573 for (i = 0; i < sizeof(acoshl_vec)/sizeof(acoshl_vec[0]); i++) { in test_acoshl()15574 long double y = acoshl(acoshl_vec[i].x); in test_acoshl()15575 result += check_long_double("acoshl", acoshl_vec[i].line, ACOSHL_PREC, acoshl_vec[i].y, y); in test_acoshl()