Lines Matching refs:equal
458 * columns of the left operand is equal to the number of rows of the
682 * than or equal (>=), and less than or equal (<=) operate only on
1532 * "The equality operators equal (==), and not equal (!=)
2972 * or greater than or equal to the implementation-dependent maximum
2991 * is less than zero, or greater than or equal to the
3008 * "If the binding is less than zero, or greater than or equal to the
6939 ? equal(cnst, state->switch_state.test_var)
6940 : logic_or(cmp, equal(cnst, state->switch_state.test_var));
7060 * of these values is tested for "equal value" and the types do not
7104 logic_or(fallthru_var, equal(label, deref_test_var))));