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