Searched refs:bc_program_binOpPrep (Results 1 – 1 of 1) sorted by relevance
| /third_party/toybox/toys/pending/ |
| D | bc.c | 4653 static BcStatus bc_program_binOpPrep(BcProgram *p, BcResult **l, BcNum **ln, in bc_program_binOpPrep() function 4719 s = bc_program_binOpPrep(p, &opd1, &n1, &opd2, &n2); in bc_program_op() 4902 s = bc_program_binOpPrep(p, &opd1, &n1, &opd2, &n2); in bc_program_logical()
|