Searched defs:getExactLog2 (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | APFloat.h | 519 int getExactLog2() const { getExactLog2() function |
/llvm-project/llvm/lib/Support/ | ||
H A D | APFloat.cpp | 5220 int DoubleAPFloat::getExactLog2() const { getExactLog2() function in llvm::detail::DoubleAPFloat |
/llvm-project/llvm/unittests/ADT/ | ||
H A D | APFloatTest.cpp | 6917 TEST(APFloatTest,getExactLog2) TEST() argument |