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

/freebsd-10.1-release/tools/regression/lib/msun/
H A Dtest-rem.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 Dtest-next.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);
/freebsd-10.1-release/contrib/bzip2/
H A Dbzip2.c1512 void testf ( Char *name ) function
1521 panic ( "testf: bad modes\n" );
1580 panic ( "testf: bad srcMode" );
1996 testf ( NULL );
2003 testf ( aa->name );

Completed in 105 milliseconds