Home
last modified time | relevance | path

Searched defs:nBits (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/lib/Decimal/
H A Ddecimal-to-binary.cpp204 static constexpr int nBits{CHAR_BIT * sizeof n}; in SetTo() local
/llvm-project/flang/include/flang/Evaluate/
H A Dinteger.h126 constexpr int nBits = CHAR_BIT * sizeof n; Integer() local
/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2059 const size_t nBits = wordsize * 8 - 1; updateAllocSize() local