Home
last modified time | relevance | path

Searched refs:bc_program_ops (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/bc/src/
H A Ddata.c1377 const BcNumBinaryOp bc_program_ops[] = { variable
H A Dprogram.c710 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 Dprogram.h443 extern const BcNumBinaryOp bc_program_ops[];
/aosp_15_r20/external/toybox/toys/pending/
H A Dbc.c776 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()