Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dlong_double_vec.h16101 static long_double_test_f_f_t atanl_vec[] = { variable
16308 for (i = 0; i < sizeof(atanl_vec)/sizeof(atanl_vec[0]); i++) { in test_atanl()
16309 long double y = atanl(atanl_vec[i].x); in test_atanl()
16310 result += check_long_double("atanl", atanl_vec[i].line, ATANL_PREC, atanl_vec[i].y, y); in test_atanl()