Home
last modified time | relevance | path

Searched refs:sinl_vec (Results 1 – 1 of 1) sorted by relevance

/picolibc-3.5.0-3.4.0/test/
Dlong_double_vec.h21076 long_double_test_f_f_t sinl_vec[] = { variable
21283 for (i = 0; i < sizeof(sinl_vec)/sizeof(sinl_vec[0]); i++) { in test_sinl()
21284 long double y = sinl(sinl_vec[i].x); in test_sinl()
21285 result += check_long_double("sinl", sinl_vec[i].line, SINL_PREC, sinl_vec[i].y, y); in test_sinl()