Searched refs:sinl_vec (Results 1 – 1 of 1) sorted by relevance
20465 static long_double_test_f_f_t sinl_vec[] = { variable20672 for (i = 0; i < sizeof(sinl_vec)/sizeof(sinl_vec[0]); i++) { in test_sinl()20673 long double y = sinl(sinl_vec[i].x); in test_sinl()20674 result += check_long_double("sinl", sinl_vec[i].line, SINL_PREC, sinl_vec[i].y, y); in test_sinl()