Searched refs:BC_PARSE_OP_PREC (Results 1 – 1 of 1) sorted by relevance
518 #define BC_PARSE_OP_PREC(op) (BC_PARSE_OP_DATA(op) & ~(BC_LEX_CHAR_MSB(1))) macro3137 uchar l, r = BC_PARSE_OP_PREC(type); in bc_parse_operator()3145 l = BC_PARSE_OP_PREC(t); in bc_parse_operator()