Lines Matching refs:pow5mult
44 * Balloc, multadd, s2b, i2b, mult, pow5mult, lshift, diff, d2b
312 powers of 5 of the form 5**2**i used by pow5mult.
690 pow5mult(Bigint *b, int k)
742 /* Version of pow5mult that doesn't cache powers of 5. Provided for
746 pow5mult(Bigint *b, int k)
1333 d = pow5mult(d, p5);
1340 b = pow5mult(b, -p5);
1874 bs = pow5mult(bs, bb5);
1892 bd = pow5mult(bd, bd5);
2605 mhi = pow5mult(mhi, m5);
2615 b = pow5mult(b, j);
2621 b = pow5mult(b, b5);
2630 S = pow5mult(S, s5);