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

/freebsd-current/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h255 static const size_t kBitCount = 8 * sizeof(RawType); member in class:testing::internal::FloatingPoint
262 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount;
265 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1);
355 // power of (kBitCount - 1), an integer x is represented by the

Completed in 108 milliseconds