Lines Matching defs:sign
235 // 1 sign bit, 8 exponent bits, 23 fractional bits.
249 // 1 sign bit, 11 exponent bits, 52 fractional bits.
263 // 1 sign bit, 5 exponent bits, 10 fractional bits.
338 // The bit that is used as a sign.
361 // Returns the bits associated with the value, without the leading sign bit.
703 // zero out any underflowing value (but retain the sign).
752 const char* const sign = (bits & HF::sign_mask) ? "-" : "";
795 os << sign << "0x" << (is_zero ? '0' : '1');
811 // input stream is a plus or minus sign. In that case we also set the fail bit
1171 // They're of opposing sign, so it's safe to add.