Searched defs:exponent_mask (Results 1 – 1 of 1) sorted by relevance
3540 constexpr uint64_t exponent_mask = (uint64_t{1} << exponent_bits) - 1; in convertIEEEFloatToAPInt() local3820 constexpr uint64_t exponent_mask = (uint64_t{1} << exponent_bits) - 1; in initFromIEEEAPInt() local