Searched refs:exponent_offset (Results 1 – 2 of 2) sorted by relevance
131 static const int exponent_offset = mantissa_offset + mbits; in FPRound() local132 static const int sign_offset = exponent_offset + ebits; in FPRound()160 mantissa = (UINT64_C(1) << exponent_offset) - 1; in FPRound()163 (exponent << exponent_offset) | in FPRound()216 static_cast<T>((sign << sign_offset) | (exponent << exponent_offset) | in FPRound()238 (exponent << exponent_offset) | in FPRound()246 (exponent << exponent_offset) | in FPRound()
2601 static const int exponent_offset = mantissa_offset + mbits; in FPRound() local2602 static const int sign_offset = exponent_offset + ebits; in FPRound()2625 (exponent << exponent_offset) | in FPRound()2669 static_cast<T>((sign << sign_offset) | (exponent << exponent_offset) | in FPRound()2686 (exponent << exponent_offset) | in FPRound()