Home
last modified time | relevance | path

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

/math/
A Dtest-tgmath2.c47 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()
199 TEST (conj (vllong1), cdouble, conj); in test_conj()
224 TEST (expm1 (vllong1), double, expm1); in test_expm1()
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()
[all …]

Completed in 4 milliseconds