Searched defs:logBase2 (Results 1 – 10 of 10) sorted by relevance
110 FT_Int logBase2; in cf2_computeDarkening() local
1531 unsigned logBase2() const { return BitWidth - 1 - countLeadingZeros(); } in logBase2() function1807 inline unsigned logBase2(const APInt &APIVal) { return APIVal.logBase2(); } in logBase2() function
1507 unsigned logBase2() const { return BitWidth - 1 - countLeadingZeros(); } in logBase2() function1834 inline unsigned logBase2(const APInt &APIVal) { return APIVal.logBase2(); } in logBase2() function
1696 unsigned logBase2() const { return getActiveBits() - 1; } in logBase2() function
1700 unsigned logBase2() const { return getActiveBits() - 1; } in logBase2() function
1703 unsigned logBase2() const { return getActiveBits() - 1; } in logBase2() function
1697 unsigned logBase2() const { return getActiveBits() - 1; } in logBase2() function
1805 unsigned logBase2() const { return getActiveBits() - 1; } in logBase2() function
638 func logBase2(a int) uint8 { func