Searched defs:twoPow (Results 1 – 3 of 3) sorted by relevance
224 void DivideByPowerOfTwo(int twoPow) { // twoPow <= log10Radix in RemoveLeastOrderZeroDigits()236 bool DivideByPowerOfTwoInPlace(int twoPow) { in RemoveLeastOrderZeroDigits()
28 int twoPow{x.UnbiasedExponent()}; local
69 static std::size_t twoPow(std::size_t Bits) { in twoPow() function