Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dlong_double.c85 check_long_double(const char *name, int i, long double prec, long double expect, long double result) in check_long_double() function
Dlong_double_vec.h2822 result += check_long_double("ldexpl", ldexpl_vec[i].line, LDEXPL_PREC, ldexpl_vec[i].y, y); in test_ldexpl()
3927 … result += check_long_double("scalbnl", scalbnl_vec[i].line, SCALBNL_PREC, scalbnl_vec[i].y, y); in test_scalbnl()
5032 result += check_long_double("atan2l", atan2l_vec[i].line, ATAN2L_PREC, atan2l_vec[i].y, y); in test_atan2l()
5930 result += check_long_double("powl", powl_vec[i].line, POWL_PREC, powl_vec[i].y, y); in test_powl()
7037 result += check_long_double("fmodl", fmodl_vec[i].line, FMODL_PREC, fmodl_vec[i].y, y); in test_fmodl()
7616 result += check_long_double("fdiml", fdiml_vec[i].line, FDIML_PREC, fdiml_vec[i].y, y); in test_fdiml()
8722 result += check_long_double("fmaxl", fmaxl_vec[i].line, FMAXL_PREC, fmaxl_vec[i].y, y); in test_fmaxl()
9827 result += check_long_double("fminl", fminl_vec[i].line, FMINL_PREC, fminl_vec[i].y, y); in test_fminl()
10931 result += check_long_double("hypotl", hypotl_vec[i].line, HYPOTL_PREC, hypotl_vec[i].y, y); in test_hypotl()
12037 result += check_long_double("scalbl", scalbl_vec[i].line, SCALBL_PREC, scalbl_vec[i].y, y); in test_scalbl()
[all …]