Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/msun/tests/
Dnext_test.c110 #define stest(next, eps, prec) \ in main() macro
116 stest(nextafter, 0x1p-1074, ); in main()
117 stest(nextafterf, 0x1p-149f, f); in main()
118 stest(nextafterl, ldbl_small, l); in main()
119 stest(nexttoward, 0x1p-1074, ); in main()
120 stest(nexttowardf, 0x1p-149f, f); in main()
121 stest(nexttowardl, ldbl_small, l); in main()
122 #undef stest in main()
/freebsd-10-stable/contrib/gcc/
Dloop-unswitch.c175 rtx test, at, op[2], stest; in may_unswitch_on() local
233 stest = simplify_gen_relational (GET_CODE (test), SImode, in may_unswitch_on()
235 if (stest == const0_rtx in may_unswitch_on()
236 || stest == const_true_rtx) in may_unswitch_on()
237 return stest; in may_unswitch_on()