Searched refs:vint1 (Results 1 – 1 of 1) sorted by relevance
/math/ |
A D | test-tgmath2.c | 45 int vint1, vint2, vint3; variable 141 TEST (cos (vint1), double, cos); in test_cos() 166 TEST (fabs (vint1), double, fabs); in test_fabs() 198 TEST (conj (vint1), cdouble, conj); in test_conj() 223 TEST (expm1 (vint1), 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 5 milliseconds