Home
last modified time | relevance | path

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

/math/
A Dtest-tgmath2.c138 TEST (cos (vfloat1), float, cos); in test_cos()
139 TEST (cos (vdouble1), double, cos); in test_cos()
141 TEST (cos (vint1), double, cos); in test_cos()
142 TEST (cos (vllong1), double, cos); in test_cos()
143 TEST (cos (vcfloat1), cfloat, cos); in test_cos()
146 TEST (cos (Vfloat1), float, cos); in test_cos()
149 TEST (cos (Vint1), double, cos); in test_cos()
150 TEST (cos (Vllong1), double, cos); in test_cos()
166 TEST (fabs (vint1), double, fabs); in test_fabs()
176 TEST (fabs (Vint1), double, fabs); in test_fabs()
[all …]
A Dbug-tgmath1.c10 #define TEST(expr, res) \ in main() macro
18 TEST (creal (1.0), sizeof (double)); in main()
19 TEST (creal (1.0 + 1.0i), sizeof (double)); in main()
20 TEST (creal (1.0l), sizeof (long double)); in main()
22 TEST (creal (1.0f), sizeof (float)); in main()
25 TEST (cimag (1.0), sizeof (double)); in main()
29 TEST (cimag (1.0f), sizeof (float)); in main()
32 TEST (fabs (1.0), sizeof (double)); in main()
36 TEST (fabs (1.0f), sizeof (float)); in main()
39 TEST (carg (1.0), sizeof (double)); in main()
[all …]
A Dtest-iszero-excess-precision.c23 #define TEST(TYPE, TRUE_MIN) \ macro
41 TEST (float, FLT_TRUE_MIN); in do_test()
42 TEST (double, DBL_TRUE_MIN); in do_test()
43 TEST (long double, LDBL_TRUE_MIN); in do_test()

Completed in 8 milliseconds