Searched refs:exponent_offset (Results 1 – 2 of 2) sorted by relevance
115 static const int exponent_offset = mantissa_offset + mbits; in FPRound() local116 static const int sign_offset = exponent_offset + ebits; in FPRound()144 mantissa = (UINT64_C(1) << exponent_offset) - 1; in FPRound()147 (exponent << exponent_offset) | in FPRound()200 (exponent << exponent_offset) | in FPRound()222 (exponent << exponent_offset) | in FPRound()230 (exponent << exponent_offset) | in FPRound()
2562 static const int exponent_offset = mantissa_offset + mbits; in FPRound() local2563 static const int sign_offset = exponent_offset + ebits; in FPRound()2586 (exponent << exponent_offset) | in FPRound()2630 static_cast<T>((sign << sign_offset) | (exponent << exponent_offset) | in FPRound()2647 (exponent << exponent_offset) | in FPRound()