Searched refs:pow5mult (Results 1 – 2 of 2) sorted by relevance
559 static Bigint* pow5mult(Bigint* b, int k) in pow5mult() function1445 bs = pow5mult(bs, bb5); in strtod()1453 bd = pow5mult(bd, bd5); in strtod()2234 mhi = pow5mult(mhi, m5); in dtoa()2240 b = pow5mult(b, j); in dtoa()2242 b = pow5mult(b, b5); in dtoa()2246 S = pow5mult(S, s5); in dtoa()
455 (KJS::pow5mult):18410 (Bigint::pow5mult): Got rid of the dreaded double-checked locking anti-pattern (had to18629 (Bigint::pow5mult):