Searched refs:bc_num_r (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/pending/ |
D | bc.c | 1661 static BcStatus bc_num_r(BcNum *a, BcNum *b, BcNum *c, BcNum *d, size_t scale, in bc_num_r() function 1703 s = bc_num_r(a, b, &c1, c, scale, ts); in bc_num_rem() 2318 s = bc_num_r(ptr_a, b, c, d, scale, ts); in bc_num_divmod()
|