Home | History | Annotate | Download | only in gtest

Lines Matching full:sign_bit

7177 //     sign_bit exponent_bits fraction_bits
7179 // Here, sign_bit is a single bit that designates the sign of the
7274 Bits sign_bit() const { return kSignBitMask & u_.bits_; }