Home
last modified time | relevance | path

Searched defs:logBase2 (Results 1 – 5 of 5) sorted by relevance

/external/freetype/src/psaux/
Dpsfont.c111 FT_Int logBase2; in cf2_computeDarkening() local
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h1348 unsigned logBase2() const { in logBase2() function
1602 inline unsigned logBase2(const APInt& APIVal) { in logBase2() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1507 unsigned logBase2() const { return BitWidth - 1 - countLeadingZeros(); } in logBase2() function
1834 inline unsigned logBase2(const APInt &APIVal) { return APIVal.logBase2(); } in logBase2() function
/external/llvm/include/llvm/ADT/
DAPInt.h1531 unsigned logBase2() const { return BitWidth - 1 - countLeadingZeros(); } in logBase2() function
1807 inline unsigned logBase2(const APInt &APIVal) { return APIVal.logBase2(); } in logBase2() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h1741 unsigned logBase2() const { return getActiveBits() - 1; } in logBase2() function