Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/test/
Dlong_double_vec.h15843 long_double_test_f_f_t asinl_vec[] = { variable
15870 for (i = 0; i < sizeof(asinl_vec)/sizeof(asinl_vec[0]); i++) { in test_asinl()
15871 long double y = asinl(asinl_vec[i].x); in test_asinl()
15872 result += check_long_double("asinl", asinl_vec[i].line, ASINL_PREC, asinl_vec[i].y, y); in test_asinl()