Searched refs:testboth (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/lib/msun/tests/
H A Dnext_test.c61 #define testboth(arg1, arg2, ans, ex, prec) do { \ macro
66 testboth((arg1), (arg2), (ans), (ex), ); \
67 testboth((arg1), (arg2), (ans), (ex), f); \
68 testboth((arg1), (arg2), (ans), (ex), l); \
142 testboth(1.0, 2.0, 1.0 + DBL_EPSILON, 0, );
143 testboth(1.0, -INFINITY, 1.0 - DBL_EPSILON/2, 0, );
144 testboth(1.0, 2.0, 1.0 + FLT_EPSILON, 0, f);
145 testboth(1.0, -INFINITY, 1.0 - FLT_EPSILON/2, 0, f);
146 testboth(1.0, 2.0, 1.0 + ldbl_eps, 0, l);
147 testboth(1.
[all...]

Completed in 47 milliseconds