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

/barrelfish-master/usr/tests/msun/
H A Drem_test.c46 static void testf(float, float, float, int);
51 testf(x, y, e_r, e_q); \
71 testf(0x1p-149, 1, 0x1p-149, 0);
76 testf(0x1.9044f6p-1, 0x1.ce662ep-1, -0x1.f109cp-4, 1);
188 testf(float x, float y, float expected_rem, int expected_quo) function
H A Dnext_test.c51 #define testf(exp, ans, ex) do { \ macro
158 testf(nexttowardf(1.0, 1.0 + ldbl_eps), 1.0 + FLT_EPSILON, 0);
218 testf(idf(nextafterf(FLT_MAX, INFINITY)), INFINITY, ex_over);
219 testf(idf(nextafterf(INFINITY, 0.0)), FLT_MAX, 0);
220 testf(idf(nexttowardf(FLT_MAX, FLT_MAX * 2.0)), INFINITY, ex_over);
221 testf(idf(nexttowardf(INFINITY, FLT_MAX * 2.0)), FLT_MAX, 0);

Completed in 32 milliseconds