Lines Matching full:unary
1657 /* Unary minus */
1969 3 7 + 3 4 5 * + - n Note the unary minus, `n'
2003 %left NEG /* negation--unary minus */
2041 has the highest precedence, unary minus (`NEG') is next, followed by
2045 section for the unary minus operator. The `%prec' simply instructs
2355 %left NEG /* negation--unary minus */
4799 unary factorial operators (`!'), and allow parentheses for grouping.
5043 sign typically has a very high precedence as a unary operator, and a
5066 Here is how `%prec' solves the problem of unary minus. First,
8704 * precedence, unary operator: Contextual Precedence.
8772 * unary operator precedence: Contextual Precedence.