Searched refs:exponent_offset (Results 1 – 2 of 2) sorted by relevance
1102 static const int exponent_offset = mantissa_offset + mbits; in FPRound() local1103 static const int sign_offset = exponent_offset + ebits; in FPRound()1131 mantissa = (UINT64_C(1) << exponent_offset) - 1; in FPRound()1134 (exponent << exponent_offset) | in FPRound()1191 static_cast<T>((sign << sign_offset) | (exponent << exponent_offset) | in FPRound()1213 (exponent << exponent_offset) | in FPRound()1221 (exponent << exponent_offset) | in FPRound()
110 const int exponent_offset = mantissa_offset + mbits; in FPRound() local111 const int sign_offset = exponent_offset + ebits; in FPRound()139 mantissa = (UINT64_C(1) << exponent_offset) - 1; in FPRound()142 (exponent << exponent_offset) | in FPRound()195 static_cast<T>((sign << sign_offset) | (exponent << exponent_offset) | in FPRound()217 (exponent << exponent_offset) | in FPRound()225 (exponent << exponent_offset) | in FPRound()