Searched refs:bc_program_binOpPrep (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/bc/src/ |
H A D | program.c | 534 bc_program_binOpPrep(BcProgram* p, BcResult** l, BcNum** ln, BcResult** r, in bc_program_binOpPrep() function 695 bc_program_binOpPrep(p, &opd1, &n1, &opd2, &n2, 1); in bc_program_op() 1096 bc_program_binOpPrep(p, &opd1, &n1, &opd2, &n2, 1); in bc_program_logical() 2132 bc_program_binOpPrep(p, &opd1, &n1, &opd2, &n2, 2); in bc_program_divmod() 2184 bc_program_binOpPrep(p, &r2, &n2, &r3, &n3, 1); in bc_program_modexp()
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | bc.c | 4740 static BcStatus bc_program_binOpPrep(BcProgram *p, BcResult **l, BcNum **ln, in bc_program_binOpPrep() function 4806 s = bc_program_binOpPrep(p, &opd1, &n1, &opd2, &n2); in bc_program_op() 4989 s = bc_program_binOpPrep(p, &opd1, &n1, &opd2, &n2); in bc_program_logical()
|