Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c1714 size_t i, powrdx, resrdx; in bc_num_p() local
1743 for (powrdx = a->rdx; !TT.sig && !(pow & 1); pow >>= 1) { in bc_num_p()
1744 powrdx <<= 1; in bc_num_p()
1745 s = bc_num_mul(&copy, &copy, &copy, powrdx); in bc_num_p()
1755 resrdx = powrdx; in bc_num_p()
1759 powrdx <<= 1; in bc_num_p()
1760 s = bc_num_mul(&copy, &copy, &copy, powrdx); in bc_num_p()
1764 resrdx += powrdx; in bc_num_p()