Home
last modified time | relevance | path

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

/dragonfly/tools/regression/lib/libm/
H A Dtest-next.c109 #define stest(next, eps, prec) \ in main() macro
115 stest(nextafter, 0x1p-1074, ); in main()
116 stest(nextafterf, 0x1p-149f, f); in main()
117 stest(nextafterl, ldbl_small, l); in main()
118 stest(nexttoward, 0x1p-1074, ); in main()
119 stest(nexttowardf, 0x1p-149f, f); in main()
120 stest(nexttowardl, ldbl_small, l); in main()
121 #undef stest in main()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dloop-unswitch.c167 rtx test, at, op[2], stest; in may_unswitch_on() local
225 stest = simplify_gen_relational (GET_CODE (test), SImode, in may_unswitch_on()
227 if (stest == const0_rtx in may_unswitch_on()
228 || stest == const_true_rtx) in may_unswitch_on()
229 return stest; in may_unswitch_on()
/dragonfly/contrib/gcc-8.0/
H A DREADME.DELETED1176 libbacktrace/stest.c