Searched refs:bc_program_binOpPrep (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/bc/src/ |
| D | program.c | 487 static void bc_program_binOpPrep(BcProgram *p, BcResult **l, BcNum **ln, in bc_program_binOpPrep() function 630 bc_program_binOpPrep(p, &opd1, &n1, &opd2, &n2, 1); in bc_program_op() 985 bc_program_binOpPrep(p, &opd1, &n1, &opd2, &n2, 1); in bc_program_logical() 1927 bc_program_binOpPrep(p, &opd1, &n1, &opd2, &n2, 2); in bc_program_divmod() 1971 bc_program_binOpPrep(p, &r2, &n2, &r3, &n3, 1); in bc_program_modexp()
|