lg2 162 core/BigInteger.cpp int32 expBase2 = lg2() + 1 - 53; // if negative, then we've already captured all the data in the mantissaResult and we can ignore. lg2 416 core/BigInteger.cpp uint32 d2Prec = divisor->lg2(); lg2 419 core/BigInteger.cpp uint32 ar = 31 + this->lg2() - d2Prec; lg2 436 core/BigInteger.cpp int32 ush2 = u.lg2(); // ilg2(u); lg2 191 core/BigInteger.h uint32 lg2() const;