Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h240 static const size_t kBitCount = 8*sizeof(RawType); variable
247 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount;
250 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1);