Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c179 BcStatus bc_num_div(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,
1311 return bc_num_div(&one, a, b, scale); in bc_num_inv()
1879 s = bc_num_div(&result, &mult, &result, digits); in bc_num_parseBase()
2187 BcStatus bc_num_div(BcNum *a, BcNum *b, BcNum *c, size_t scale) { in bc_num_div() function
2259 s = bc_num_div(a, x0, &f, resrdx); in bc_num_sqrt()