Searched refs:kPow5 (Results 1 – 1 of 1) sorted by relevance
163 static const uint32_t kPow5[12] = { in MultiplyPow5() local180 if (exp > 0) *this *= kPow5[exp - 1]; in MultiplyPow5()