Home
last modified time | relevance | path

Searched refs: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
3582 uint64_t shifted_exponent = (myexponent & exponent_mask) in convertIEEEFloatToAPInt()
3820 constexpr uint64_t exponent_mask = (uint64_t{1} << exponent_bits) - 1; in initFromIEEEAPInt() local
3835 (last_word >> (trailing_significand_bits % 64)) & exponent_mask; in initFromIEEEAPInt()