Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dlong_double_vec.h9835 static long_double_test_f_ff_t hypotl_vec[] = { variable
10929 for (i = 0; i < sizeof(hypotl_vec)/sizeof(hypotl_vec[0]); i++) { in test_hypotl()
10930 long double y = hypotl(hypotl_vec[i].x0, hypotl_vec[i].x1); in test_hypotl()
10931 result += check_long_double("hypotl", hypotl_vec[i].line, HYPOTL_PREC, hypotl_vec[i].y, y); in test_hypotl()