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

/freebsd-13-stable/contrib/bc/include/
H A Dbc.h117 #define BC_PARSE_OP_DATA(t) bc_parse_ops[((t) - BC_LEX_OP_INC)] macro
118 #define BC_PARSE_OP_LEFT(op) (BC_PARSE_OP_DATA(op) & BC_LEX_CHAR_MSB(1))
119 #define BC_PARSE_OP_PREC(op) (BC_PARSE_OP_DATA(op) & ~(BC_LEX_CHAR_MSB(1)))

Completed in 97 milliseconds