Searched refs:powrdx (Results 1 – 1 of 1) sorted by relevance
2102 size_t powrdx, resrdx, realscale; in bc_num_p() local2164 for (powrdx = a->scale; !(exp & 1); exp >>= 1) in bc_num_p()2166 powrdx <<= 1; in bc_num_p()2168 bc_num_mul(©, ©, ©, powrdx); in bc_num_p()2174 resrdx = powrdx; in bc_num_p()2180 powrdx <<= 1; in bc_num_p()2182 bc_num_mul(©, ©, ©, powrdx); in bc_num_p()2188 resrdx += powrdx; in bc_num_p()