Searched defs:twoPow (Results 1 – 4 of 4) sorted by relevance
232 RT_API_ATTRS void DivideByPowerOfTwo(int twoPow) { // twoPow <= log10Radix in RemoveLeastOrderZeroDigits()244 RT_API_ATTRS bool DivideByPowerOfTwoInPlace(int twoPow) { in RemoveLeastOrderZeroDigits()
29 int twoPow{x.UnbiasedExponent()}; local
68 static std::size_t twoPow(std::size_t Bits) { in twoPow() function
249 Real twoPow; variable