reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/unittest/googletest/include/gtest/internal/gtest-internal.h
  266   typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;
  271   static const size_t kBitCount = 8*sizeof(RawType);
  310   explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
  317   static RawType ReinterpretBits(const Bits bits) {
  324   static RawType Infinity() {
  329   static RawType Max();
  370     RawType value_;  // The raw floating-point number.