Searched refs:coshl_vec (Results 1 – 1 of 1) sorted by relevance
16756 static long_double_test_f_f_t coshl_vec[] = { variable16963 for (i = 0; i < sizeof(coshl_vec)/sizeof(coshl_vec[0]); i++) { in test_coshl()16964 long double y = coshl(coshl_vec[i].x); in test_coshl()16965 result += check_long_double("coshl", coshl_vec[i].line, COSHL_PREC, coshl_vec[i].y, y); in test_coshl()