Home
last modified time | relevance | path

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

/dragonfly/tools/regression/lib/libm/
H A Dtest-rem.c45 static void testf(float, float, float, int);
50 testf(x, y, e_r, e_q); \
70 testf(0x1p-149, 1, 0x1p-149, 0); in main()
75 testf(0x1.9044f6p-1, 0x1.ce662ep-1, -0x1.f109cp-4, 1); in main()
187 testf(float x, float y, float expected_rem, int expected_quo) in testf() function
H A Dtest-next.c50 #define testf(exp, ans, ex) do { \ macro
157 testf(nexttowardf(1.0, 1.0 + ldbl_eps), 1.0 + FLT_EPSILON, 0); in main()
217 testf(idf(nextafterf(FLT_MAX, INFINITY)), INFINITY, ex_over); in main()
218 testf(idf(nextafterf(INFINITY, 0.0)), FLT_MAX, 0); in main()
219 testf(idf(nexttowardf(FLT_MAX, FLT_MAX * 2.0)), INFINITY, ex_over); in main()
220 testf(idf(nexttowardf(INFINITY, FLT_MAX * 2.0)), FLT_MAX, 0); in main()
/dragonfly/tools/regression/bin/sh/expansion/
H A Dpathname1.027 touch testf 'testdir/*/1' 'testdir/?/1' testdir/a/1 testdir/b/1 testdir2/b/.a
34 check '*' 'testdir testdir2 testf'
35 check '*""' 'testdir testdir2 testf'
36 check '""*' 'testdir testdir2 testf'
H A Dpathname2.027 touch testf 'testdir/*/1' 'testdir/?/1' testdir/a/1 testdir/b/1 testdir2/b/.a
/dragonfly/contrib/bzip2/
H A Dbzip2.c1512 void testf ( Char *name ) in testf() function
1996 testf ( NULL ); in main()
2003 testf ( aa->name ); in main()