Searched refs:sinhl_vec (Results 1 – 1 of 1) sorted by relevance
20246 static long_double_test_f_f_t sinhl_vec[] = { variable20453 for (i = 0; i < sizeof(sinhl_vec)/sizeof(sinhl_vec[0]); i++) { in test_sinhl()20454 long double y = sinhl(sinhl_vec[i].x); in test_sinhl()20455 result += check_long_double("sinhl", sinhl_vec[i].line, SINHL_PREC, sinhl_vec[i].y, y); in test_sinhl()