Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Ddata.c1318 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()
/freebsd/contrib/bc/include/
H A Dprogram.h443 extern const BcNumBinaryOp bc_program_ops[];