Searched refs:vldouble1 (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/math/ |
D | test-tgmath2.c | 41 ldouble vldouble1, vldouble2, vldouble3; variable 140 TEST (cos (vldouble1), ldouble, cos); in test_cos() 165 TEST (fabs (vldouble1), ldouble, fabs); in test_fabs() 197 TEST (conj (vldouble1), cldouble, conj); in test_conj() 222 TEST (expm1 (vldouble1), ldouble, expm1); in test_expm1() 240 TEST2 (lrint (vldouble1), ldouble, long int, lrint); in test_lrint() 259 TEST (ldexp (vldouble1, 6), ldouble, ldexp); in test_ldexp() 293 TEST (fn (vldouble1, vldouble2), ldouble, fnt); \ 295 TEST (fn (vldouble1, Vldouble2), ldouble, fnt); \ 427 TEST (fma (vldouble1, vint2, Vdouble3), ldouble, fma); in test_fma_4()
|