Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3540 constexpr uint64_t exponent_mask = (uint64_t{1} << exponent_bits) - 1; in convertIEEEFloatToAPInt() local
3820 constexpr uint64_t exponent_mask = (uint64_t{1} << exponent_bits) - 1; in initFromIEEEAPInt() local