Searched refs:exponent_offset (Results 1 – 2 of 2) sorted by relevance
228 static const int exponent_offset = mantissa_offset + mbits; in FPRound() local229 static const int sign_offset = exponent_offset + ebits; in FPRound()257 mantissa = (UINT64_C(1) << exponent_offset) - 1; in FPRound()260 (exponent << exponent_offset) | in FPRound()313 (exponent << exponent_offset) | in FPRound()335 (exponent << exponent_offset) | in FPRound()343 (exponent << exponent_offset) | in FPRound()
2553 static const int exponent_offset = mantissa_offset + mbits; in FPRound() local2554 static const int sign_offset = exponent_offset + ebits; in FPRound()2577 (exponent << exponent_offset) | in FPRound()2621 (exponent << exponent_offset) | in FPRound()2638 (exponent << exponent_offset) | in FPRound()