Searched refs:bc_program_ops (Results 1 – 4 of 4) sorted by relevance
/external/bc/include/ |
D | program.h | 177 extern const BcNumBinaryOp bc_program_ops[];
|
/external/bc/src/ |
D | data.c | 1001 const BcNumBinaryOp bc_program_ops[] = { variable
|
D | program.c | 425 bc_program_ops[idx](n1, n2, &res->d.n, BC_PROG_SCALE(p)); in bc_program_op() 894 bc_program_ops[inst - BC_INST_ASSIGN_POWER](l, r, l, scale); in bc_program_assign()
|
/external/toybox/toys/pending/ |
D | bc.c | 773 BcNumBinaryOp bc_program_ops[] = { variable 4723 s = bc_program_ops[idx](n1, n2, &res.d.n, p->scale); in bc_program_op() 5019 s = bc_program_ops[inst - BC_INST_ASSIGN_POWER](l, r, l, p->scale); in bc_program_assign()
|