Home
last modified time | relevance | path

Searched refs:BC_INST_SCALE (Results 1 – 6 of 6) sorted by relevance

/dports/math/gh-bc/bc-5.2.1/include/
H A Dlang.h165 BC_INST_SCALE, enumerator
H A Dbc.h313 ((t) >= BC_INST_VAR && (t) <= BC_INST_SCALE && (t) != BC_INST_ARRAY)
/dports/math/gh-bc/bc-5.2.1/src/
H A Ddata.c1163 BC_INST_IBASE, BC_INST_OBASE, BC_INST_SCALE,
H A Dbc_parse.c618 *type = BC_INST_SCALE; in bc_parse_scale()
620 bc_parse_push(p, BC_INST_SCALE); in bc_parse_scale()
717 else bc_parse_push(p, BC_INST_SCALE); in bc_parse_incdec()
H A Dprogram.c2418 assert(inst >= BC_INST_IBASE && inst <= BC_INST_SCALE); in bc_program_pushGlobal()
2912 BC_PROG_LBL(BC_INST_SCALE): in bc_program_exec()
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A Dbc.c233 BC_INST_SCALE, enumerator
524 ((t) >= BC_INST_VAR && (t) <= BC_INST_SCALE && (t) != BC_INST_ARRAY)
3358 *type = BC_INST_SCALE; in bc_parse_scale()
3359 bc_parse_push(p, BC_INST_SCALE); in bc_parse_scale()
3417 else bc_parse_push(p, BC_INST_SCALE); in bc_parse_incdec()
5298 else if (inst == BC_INST_SCALE) val = (unsigned long) p->scale; in bc_program_pushGlobal()
5510 case BC_INST_SCALE: in bc_program_exec()