Searched refs:Vldouble1 (Results 1 – 1 of 1) sorted by relevance
/math/ |
A D | test-tgmath2.c | 50 const ldouble Vldouble1 = 1, Vldouble2 = 2, Vldouble3 = 3; variable 148 TEST (cos (Vldouble1), ldouble, cos); in test_cos() 205 TEST (conj (Vldouble1), cldouble, conj); in test_conj() 227 TEST (expm1 (Vldouble1), ldouble, expm1); in test_expm1() 245 TEST2 (lrint (Vldouble1), ldouble, long int, lrint); in test_lrint() 264 TEST (ldexp (Vldouble1, 6), ldouble, ldexp); in test_ldexp() 294 TEST (fn (Vldouble1, vldouble2), ldouble, fnt); \ 296 TEST (fn (Vldouble1, Vldouble2), ldouble, fnt); \ 426 TEST (fma (Vldouble1, vldouble2, Vldouble3), ldouble, fma); in test_fma_4()
|
Completed in 4 milliseconds