#include <gtest-internal.h>
|
| typedef TypeWithSize< sizeof(RawType)>::UInt | Bits |
| typedef TypeWithSize< sizeof(RawType)>::UInt | Bits |
◆ Bits [1/2]
template<typename RawType>
◆ Bits [2/2]
template<typename RawType>
◆ FloatingPoint() [1/2]
template<typename RawType>
◆ FloatingPoint() [2/2]
template<typename RawType>
◆ AlmostEquals() [1/2]
template<typename RawType>
◆ AlmostEquals() [2/2]
template<typename RawType>
◆ bits() [1/2]
template<typename RawType>
◆ bits() [2/2]
template<typename RawType>
◆ DistanceBetweenSignAndMagnitudeNumbers() [1/2]
template<typename RawType>
◆ DistanceBetweenSignAndMagnitudeNumbers() [2/2]
template<typename RawType>
◆ exponent_bits() [1/2]
template<typename RawType>
◆ exponent_bits() [2/2]
template<typename RawType>
◆ fraction_bits() [1/2]
template<typename RawType>
◆ fraction_bits() [2/2]
template<typename RawType>
◆ Infinity() [1/2]
template<typename RawType>
◆ Infinity() [2/2]
template<typename RawType>
◆ is_nan() [1/2]
template<typename RawType>
◆ is_nan() [2/2]
template<typename RawType>
◆ Max() [1/6]
◆ Max() [2/6]
◆ Max() [3/6]
template<typename RawType>
◆ Max() [4/6]
◆ Max() [5/6]
◆ Max() [6/6]
template<typename RawType>
◆ ReinterpretBits() [1/2]
template<typename RawType>
◆ ReinterpretBits() [2/2]
template<typename RawType>
◆ sign_bit() [1/2]
template<typename RawType>
◆ sign_bit() [2/2]
template<typename RawType>
◆ SignAndMagnitudeToBiased() [1/2]
template<typename RawType>
◆ SignAndMagnitudeToBiased() [2/2]
template<typename RawType>
◆ kBitCount
template<typename RawType>
◆ kExponentBitCount
template<typename RawType>
◆ kExponentBitMask
template<typename RawType>
◆ kFractionBitCount
template<typename RawType>
Initial value: =
std::numeric_limits<RawType>::digits - 1
◆ kFractionBitMask
template<typename RawType>
Initial value: =
static const size_t kExponentBitCount
Definition gtest-internal.h:278
◆ kMaxUlps
template<typename RawType>
◆ kSignBitMask
template<typename RawType>
◆ u_
template<typename RawType>
The documentation for this class was generated from the following files: