Searched refs:BC_PARSE_OP_PREC (Results 1 – 3 of 3) sorted by relevance
252 #define BC_PARSE_OP_PREC(op) (BC_PARSE_OP_DATA(op) & ~(BC_LEX_CHAR_MSB(1))) macro
255 uchar l, r = BC_PARSE_OP_PREC(type); in bc_parse_operator()275 l = BC_PARSE_OP_PREC(t); in bc_parse_operator()
523 #define BC_PARSE_OP_PREC(op) (BC_PARSE_OP_DATA(op) & ~(BC_LEX_CHAR_MSB(1))) macro3144 uchar l, r = BC_PARSE_OP_PREC(type); in bc_parse_operator()3152 l = BC_PARSE_OP_PREC(t); in bc_parse_operator()