Home
last modified time | relevance | path

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

/external/bc/src/
Dnum.c1319 bc_num_mul(&copy, &copy, &copy, powrdx); in bc_num_p()
1329 bc_num_mul(&copy, &copy, &copy, powrdx); in bc_num_p()
1335 bc_num_mul(c, &copy, c, resrdx); in bc_num_p()
2295 bc_num_mul(&frac, &vm.max2, &temp, 0); in bc_num_rng()
2384 bc_num_mul(&conv, &vm.max, &temp1, 0); in bc_num_createFromRNG()
2396 bc_num_mul(&conv, &vm.max, &temp1, 0); in bc_num_createFromRNG()
2516 bc_num_mul(&rand, p1, p2, 0); in bc_num_irand()
2524 bc_num_mul(&vm.max, p1, p2, 0); in bc_num_irand()
2621 void bc_num_mul(BcNum *a, BcNum *b, BcNum *c, size_t scale) { in bc_num_mul() function
2752 bc_num_mul(&fprime, &half, x1, resscale); in bc_num_sqrt()
[all …]
Ddata.c1002 bc_num_pow, bc_num_mul, bc_num_div, bc_num_mod, bc_num_add, bc_num_sub,
Dlibrary.c608 return bcl_binary(a, b, bc_num_mul, bc_num_mulReq); in bcl_mul()
/external/bc/include/
Dnum.h204 void bc_num_mul(BcNum *a, BcNum *b, BcNum *c, size_t scale);
/external/toybox/toys/pending/
Dbc.c178 BcStatus bc_num_mul(BcNum *a, BcNum *b, BcNum *c, size_t scale);
774 bc_num_pow, bc_num_mul, bc_num_div, bc_num_mod, bc_num_add, bc_num_sub,
1747 s = bc_num_mul(&copy, &copy, &copy, powrdx); in bc_num_p()
1762 s = bc_num_mul(&copy, &copy, &copy, powrdx); in bc_num_p()
1767 s = bc_num_mul(c, &copy, c, resrdx); in bc_num_p()
1856 s = bc_num_mul(n, base, &mult, 0); in bc_num_parseBase()
1872 s = bc_num_mul(&result, base, &result, 0); in bc_num_parseBase()
1877 s = bc_num_mul(&mult, base, &mult, 0); in bc_num_parseBase()
1994 s = bc_num_mul(&fracp, base, &fracp, n->rdx); in bc_num_printNum()
2002 s = bc_num_mul(&frac_len, base, &frac_len, 0); in bc_num_printNum()
[all …]