Searched refs:kExponentBitCount (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h278 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount; member in class:testing::internal::FloatingPoint
285 ~static_cast<Bits>(0) >> (kExponentBitCount + 1);

Completed in 9 milliseconds