Home
last modified time | relevance | path

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

/aosp_15_r20/external/freetype/src/psaux/
H A Dpsfont.c110 FT_Int logBase2; in cf2_computeDarkening() local
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DAPInt.h1696 unsigned logBase2() const { return getActiveBits() - 1; } in logBase2() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DAPInt.h1700 unsigned logBase2() const { return getActiveBits() - 1; } in logBase2() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DAPInt.h1703 unsigned logBase2() const { return getActiveBits() - 1; } in logBase2() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DAPInt.h1697 unsigned logBase2() const { return getActiveBits() - 1; } in logBase2() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DAPInt.h1697 unsigned logBase2() const { return getActiveBits() - 1; } in logBase2() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPInt.h1805 unsigned logBase2() const { return getActiveBits() - 1; } in logBase2() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Dxcoff.go638 func logBase2(a int) uint8 { func