Searched refs:bc_program_ops (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/bc/src/ |
H A D | data.c | 1377 const BcNumBinaryOp bc_program_ops[] = { variable
|
H A D | program.c | 710 bc_program_ops[idx](n1, n2, &res->d.n, BC_PROG_SCALE(p)); in bc_program_op() 1543 bc_program_ops[inst - BC_INST_ASSIGN_POWER](l, r, l, scale); in bc_program_assign()
|
/aosp_15_r20/external/bc/include/ |
H A D | program.h | 443 extern const BcNumBinaryOp bc_program_ops[];
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | bc.c | 776 BcNumBinaryOp bc_program_ops[] = { variable 4810 s = bc_program_ops[idx](n1, n2, &res.d.n, p->scale); in bc_program_op() 5106 s = bc_program_ops[inst - BC_INST_ASSIGN_POWER](l, r, l, p->scale); in bc_program_assign()
|