Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/unittests/ADT/
H A DAPIntTest.cpp938 TEST(APIntTest, nearestLogBase2) { in TEST() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPInt.h1823 unsigned nearestLogBase2() const { in nearestLogBase2() function
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DAPInt.h1547 unsigned nearestLogBase2() const { in nearestLogBase2() function
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h1525 unsigned nearestLogBase2() const { in nearestLogBase2() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DAPInt.cpp1134 unsigned APInt::nearestLogBase2() const { in nearestLogBase2() function in APInt