Home
last modified time | relevance | path

Searched refs:BitsNeededFor (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/include/flang/Common/
Dleading-zero-bit-count.h92 template <typename A> inline constexpr int BitsNeededFor(A x) { in BitsNeededFor() function
/external/llvm-project/flang/lib/Decimal/
Ddecimal-to-binary.cpp195 int shift{common::BitsNeededFor(n) - precision}; in SetTo()