Searched refs:INTRINSIC_GE (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dmatchexp.c611 if (i != INTRINSIC_EQ && i != INTRINSIC_NE && i != INTRINSIC_GE
659 case INTRINSIC_GE:
H A Darith.c999 case INTRINSIC_GE:
1180 result->value.logical = (gfc_compare_expr (op1, op2, INTRINSIC_GE) >= 0);
1471 case INTRINSIC_GE:
1527 || op == INTRINSIC_GE || op == INTRINSIC_GT
1608 case INTRINSIC_GE:
H A Dfrontend-passes.c1172 return optimize_comparison (e, INTRINSIC_GE);
1368 op = INTRINSIC_GE;
1394 case INTRINSIC_GE:
1637 case INTRINSIC_GE:
H A Dinterface.c827 case INTRINSIC_GE:
1768 case INTRINSIC_GE:
1772 return INTRINSIC_GE;
4045 case INTRINSIC_GE:
4047 if (!gfc_check_new_interface (ns->op[INTRINSIC_GE],
H A Dgfortran.h177 INTRINSIC_EQ, INTRINSIC_NE, INTRINSIC_GT, INTRINSIC_GE, enumerator in enum:__anon84
H A Dmodule.c3160 minit ("GE_SIGN", INTRINSIC_GE),
3311 case INTRINSIC_GE:
H A Dexpr.c1089 case INTRINSIC_GE:
2106 case INTRINSIC_GE:
H A Dmatch.c90 case INTRINSIC_GE:
682 *result = INTRINSIC_GE;
H A Dtrans-expr.c3122 case INTRINSIC_GE:
8950 case INTRINSIC_GE:
H A Dresolve.c3630 case INTRINSIC_GE:
3749 case INTRINSIC_GE:

Completed in 307 milliseconds