Lines Matching refs:vllong1
47 long long int vllong1, vllong2, vllong3; variable
142 TEST (cos (vllong1), double, cos); in test_cos()
167 TEST (fabs (vllong1), double, fabs); in test_fabs()
179 TEST_TYPE_ONLY (fabs (vllong1), double); in test_fabs()
180 TEST_TYPE_ONLY (fabs (vllong1), double); in test_fabs()
199 TEST (conj (vllong1), cdouble, conj); in test_conj()
224 TEST (expm1 (vllong1), double, expm1); in test_expm1()
242 TEST2 (lrint (vllong1), double, long int, lrint); in test_lrint()
261 TEST (ldexp (vllong1, 6), double, ldexp); in test_ldexp()
277 TEST (fn argm (arg, vllong1), type, fnt); \
437 result = test_cos (vint1, vllong1); in do_test()
438 result |= test_fabs (vint1, vllong1); in do_test()
439 result |= test_conj (vint1, vllong1); in do_test()
440 result |= test_expm1 (vint1, vllong1); in do_test()
441 result |= test_lrint (vint1, vllong1); in do_test()
442 result |= test_ldexp (vint1, vllong1); in do_test()
443 result |= test_atan2 (vint1, vllong1); in do_test()
444 result |= test_remquo (vint1, vllong1); in do_test()
445 result |= test_pow (vint1, vllong1); in do_test()
446 result |= test_fma_1 (vint1, vllong1); in do_test()
447 result |= test_fma_2 (vint1, vllong1); in do_test()
448 result |= test_fma_3 (vint1, vllong1); in do_test()
449 result |= test_fma_4 (vint1, vllong1); in do_test()