Home
last modified time | relevance | path

Searched refs:bc_num_mul (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/pending/
Dbc.c178 BcStatus bc_num_mul(BcNum *a, BcNum *b, BcNum *c, size_t scale);
773 bc_num_pow, bc_num_mul, bc_num_div, bc_num_mod, bc_num_add, bc_num_sub,
1745 s = bc_num_mul(&copy, &copy, &copy, powrdx); in bc_num_p()
1760 s = bc_num_mul(&copy, &copy, &copy, powrdx); in bc_num_p()
1765 s = bc_num_mul(c, &copy, c, resrdx); in bc_num_p()
1854 s = bc_num_mul(n, base, &mult, 0); in bc_num_parseBase()
1870 s = bc_num_mul(&result, base, &result, 0); in bc_num_parseBase()
1875 s = bc_num_mul(&mult, base, &mult, 0); in bc_num_parseBase()
1992 s = bc_num_mul(&fracp, base, &fracp, n->rdx); in bc_num_printNum()
2000 s = bc_num_mul(&frac_len, base, &frac_len, 0); in bc_num_printNum()
[all …]