Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dpsfont.c111 FT_Int logBase2; in cf2_computeDarkening() local
/third_party/freetype/src/psaux/
Dpsfont.c110 FT_Int logBase2; in cf2_computeDarkening() local
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsfont.c110 FT_Int logBase2; in cf2_computeDarkening() local
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1805 unsigned logBase2() const { return getActiveBits() - 1; } in logBase2() function