Home
last modified time | relevance | path

Searched refs:REAL_VALUES_LESS (Results 1 – 25 of 114) sorted by relevance

12345

/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-call-cdce.c196 if (REAL_VALUES_LESS (bcv, dconst1)) in check_pow()
199 if (REAL_VALUES_LESS (mv, bcv)) in check_pow()
414 && !REAL_VALUES_LESS (bcv, dconst1)); in gen_conditions_for_pow_cst_base()
416 gcc_assert (!REAL_VALUES_LESS (mv, bcv)); in gen_conditions_for_pow_cst_base()
H A Dreal.h338 #define REAL_VALUES_LESS(x, y) real_compare (LT_EXPR, &(x), &(y)) macro
H A Dsimplify-rtx.c1983 if (REAL_VALUES_LESS (t, x)) in simplify_const_unary_operation()
2003 if (REAL_VALUES_LESS (x, t)) in simplify_const_unary_operation()
2034 if (REAL_VALUES_LESS (t, x)) in simplify_const_unary_operation()
4934 REAL_VALUES_LESS (d0, d1) ? CMP_LT : CMP_GT)); in simplify_const_relational_operation()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-call-cdce.c196 if (REAL_VALUES_LESS (bcv, dconst1)) in check_pow()
199 if (REAL_VALUES_LESS (mv, bcv)) in check_pow()
414 && !REAL_VALUES_LESS (bcv, dconst1)); in gen_conditions_for_pow_cst_base()
416 gcc_assert (!REAL_VALUES_LESS (mv, bcv)); in gen_conditions_for_pow_cst_base()
H A Dreal.h338 #define REAL_VALUES_LESS(x, y) real_compare (LT_EXPR, &(x), &(y)) macro
H A Dsimplify-rtx.c1988 if (REAL_VALUES_LESS (t, x)) in simplify_const_unary_operation()
2008 if (REAL_VALUES_LESS (x, t)) in simplify_const_unary_operation()
2039 if (REAL_VALUES_LESS (t, x)) in simplify_const_unary_operation()
4940 REAL_VALUES_LESS (d0, d1) ? CMP_LT : CMP_GT)); in simplify_const_relational_operation()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-call-cdce.c206 if (REAL_VALUES_LESS (bcv, dconst1)) in check_pow()
209 if (REAL_VALUES_LESS (mv, bcv)) in check_pow()
424 && !REAL_VALUES_LESS (bcv, dconst1)); in gen_conditions_for_pow_cst_base()
426 gcc_assert (!REAL_VALUES_LESS (mv, bcv)); in gen_conditions_for_pow_cst_base()
H A Dreal.h338 #define REAL_VALUES_LESS(x, y) real_compare (LT_EXPR, &(x), &(y)) macro
H A Dsimplify-rtx.c2015 if (REAL_VALUES_LESS (t, x)) in simplify_const_unary_operation()
2034 if (REAL_VALUES_LESS (x, t)) in simplify_const_unary_operation()
2065 if (REAL_VALUES_LESS (t, x)) in simplify_const_unary_operation()
5065 REAL_VALUES_LESS (d0, d1) ? CMP_LT : CMP_GT)); in simplify_const_relational_operation()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/config/
H A Dsmapbcd.h127 #undef REAL_VALUES_LESS
128 #define REAL_VALUES_LESS(x,y) \ macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/f/
H A Dtarget.h1098 *(res) = REAL_VALUES_LESS (lr, rr) ? FALSE : TRUE; \
1104 *(res) = REAL_VALUES_LESS (lr, rr) ? FALSE : TRUE; \
1118 *(res) = (REAL_VALUES_LESS (lr, rr) || REAL_VALUES_EQUAL (lr, rr)) \
1125 *(res) = (REAL_VALUES_LESS (lr, rr) || REAL_VALUES_EQUAL (lr, rr)) \
1168 *(res) = (REAL_VALUES_LESS (lr, rr) || REAL_VALUES_EQUAL (lr, rr)) \
1175 *(res) = (REAL_VALUES_LESS (lr, rr) || REAL_VALUES_EQUAL (lr, rr)) \
1190 *(res) = REAL_VALUES_LESS (lr, rr) ? TRUE : FALSE; \
1196 *(res) = REAL_VALUES_LESS (lr, rr) ? TRUE : FALSE; \
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/f/
H A Dtarget.h1098 *(res) = REAL_VALUES_LESS (lr, rr) ? FALSE : TRUE; \
1104 *(res) = REAL_VALUES_LESS (lr, rr) ? FALSE : TRUE; \
1118 *(res) = (REAL_VALUES_LESS (lr, rr) || REAL_VALUES_EQUAL (lr, rr)) \
1125 *(res) = (REAL_VALUES_LESS (lr, rr) || REAL_VALUES_EQUAL (lr, rr)) \
1168 *(res) = (REAL_VALUES_LESS (lr, rr) || REAL_VALUES_EQUAL (lr, rr)) \
1175 *(res) = (REAL_VALUES_LESS (lr, rr) || REAL_VALUES_EQUAL (lr, rr)) \
1190 *(res) = REAL_VALUES_LESS (lr, rr) ? TRUE : FALSE; \
1196 *(res) = REAL_VALUES_LESS (lr, rr) ? TRUE : FALSE; \
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dreal.h253 #define REAL_VALUES_LESS(x, y) real_compare (LT_EXPR, &(x), &(y)) macro
H A Dsimplify-rtx.c814 if (REAL_VALUES_LESS (t, x)) in simplify_unary_operation()
833 if (REAL_VALUES_LESS (x, t)) in simplify_unary_operation()
864 if (REAL_VALUES_LESS (t, x)) in simplify_unary_operation()
2631 op0lt = op0ltu = REAL_VALUES_LESS (d0, d1); in simplify_relational_operation()
2632 op1lt = op1ltu = REAL_VALUES_LESS (d1, d0); in simplify_relational_operation()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dreal.h253 #define REAL_VALUES_LESS(x, y) real_compare (LT_EXPR, &(x), &(y)) macro
H A Dsimplify-rtx.c814 if (REAL_VALUES_LESS (t, x)) in simplify_unary_operation()
833 if (REAL_VALUES_LESS (x, t)) in simplify_unary_operation()
864 if (REAL_VALUES_LESS (t, x)) in simplify_unary_operation()
2631 op0lt = op0ltu = REAL_VALUES_LESS (d0, d1); in simplify_relational_operation()
2632 op1lt = op1ltu = REAL_VALUES_LESS (d1, d0); in simplify_relational_operation()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dreal.h302 #define REAL_VALUES_LESS(x, y) real_compare (LT_EXPR, &(x), &(y))
H A Dsimplify-rtx.c1068 if (REAL_VALUES_LESS (t, x)) in simplify_const_unary_operation()
1087 if (REAL_VALUES_LESS (x, t)) in simplify_const_unary_operation()
1118 if (REAL_VALUES_LESS (t, x)) in simplify_const_unary_operation()
3177 op0lt = op0ltu = REAL_VALUES_LESS (d0, d1); in simplify_const_relational_operation()
3178 op1lt = op1ltu = REAL_VALUES_LESS (d1, d0); in simplify_const_relational_operation()
H A Dreal.c1066 if (REAL_VALUES_LESS(op0,op1)) /* if op0<op1, subtract the other way round */ in bcdppsub()
1560 else if (REAL_VALUES_LESS(op0,op1)) /* if op0<op1, return op0 */ in bcdmin()
1582 else if (REAL_VALUES_LESS(op0,op1)) /* if op0<op1, return op1 */ in bcdmax()
1704 return REAL_VALUES_LESS (*op0, *op1); in real_compare()
/dports/lang/gcc48/gcc-4.8.5/gcc/config/microblaze/
H A Dmicroblaze.c262 if (REAL_VALUES_LESS (d, dfhigh) && REAL_VALUES_LESS (dflow, d)) in microblaze_const_double_ok()
267 if (REAL_VALUES_LESS (d, sfhigh) && REAL_VALUES_LESS (sflow, d)) in microblaze_const_double_ok()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/microblaze/
H A Dmicroblaze.c262 if (REAL_VALUES_LESS (d, dfhigh) && REAL_VALUES_LESS (dflow, d)) in microblaze_const_double_ok()
267 if (REAL_VALUES_LESS (d, sfhigh) && REAL_VALUES_LESS (sflow, d)) in microblaze_const_double_ok()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/microblaze/
H A Dmicroblaze.c265 if (REAL_VALUES_LESS (d, dfhigh) && REAL_VALUES_LESS (dflow, d)) in microblaze_const_double_ok()
270 if (REAL_VALUES_LESS (d, sfhigh) && REAL_VALUES_LESS (sflow, d)) in microblaze_const_double_ok()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dtrans.c4741 ? REAL_VALUES_LESS (TREE_REAL_CST (gnu_in_lb), in convert_with_check()
4753 ? REAL_VALUES_LESS (TREE_REAL_CST (gnu_out_ub), in convert_with_check()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dtrans.c4741 ? REAL_VALUES_LESS (TREE_REAL_CST (gnu_in_lb), in convert_with_check()
4753 ? REAL_VALUES_LESS (TREE_REAL_CST (gnu_out_ub), in convert_with_check()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/config/m68k/
H A Dm68k.c2623 if (REAL_VALUES_LESS (r, dconst1)) in floating_exact_log2()

12345