Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/test/
Dlong_double_vec.h3936 long_double_test_f_ff_t atan2l_vec[] = { variable
5031 for (i = 0; i < sizeof(atan2l_vec)/sizeof(atan2l_vec[0]); i++) { in test_atan2l()
5032 long double y = atan2l(atan2l_vec[i].x0, atan2l_vec[i].x1); in test_atan2l()
5033 result += check_long_double("atan2l", atan2l_vec[i].line, ATAN2L_PREC, atan2l_vec[i].y, y); in test_atan2l()