Home
last modified time | relevance | path

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

/glibc-2.36/math/
Dtest-tgmath2.c56 const long long int Vllong1 = 1, Vllong2 = 2, Vllong3 = 3; variable
150 TEST (cos (Vllong1), double, cos); in test_cos()
177 TEST (fabs (Vllong1), double, fabs); in test_fabs()
207 TEST (conj (Vllong1), cdouble, conj); in test_conj()
229 TEST (expm1 (Vllong1), double, expm1); in test_expm1()
247 TEST2 (lrint (Vllong1), double, long int, lrint); in test_lrint()
266 TEST (ldexp (Vllong1, 6), double, ldexp); in test_ldexp()
281 TEST (fn argm (arg, Vllong1), type, fnt);