Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dlong_double_vec.h15366 static long_double_test_f_f_t acoshl_vec[] = { variable
15573 for (i = 0; i < sizeof(acoshl_vec)/sizeof(acoshl_vec[0]); i++) { in test_acoshl()
15574 long double y = acoshl(acoshl_vec[i].x); in test_acoshl()
15575 result += check_long_double("acoshl", acoshl_vec[i].line, ACOSHL_PREC, acoshl_vec[i].y, y); in test_acoshl()