Searched defs:logBase2 (Results 1 – 4 of 4) sorted by relevance
111 FT_Int logBase2; in cf2_computeDarkening() local
1522 unsigned logBase2() const { return BitWidth - 1 - countLeadingZeros(); } in logBase2() function1783 inline unsigned logBase2(const APInt &APIVal) { return APIVal.logBase2(); } in logBase2() function