Lines Matching defs:kBitCount
241 static const size_t kBitCount = 8*sizeof(RawType);248 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount;251 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1);346 // power of (kBitCount - 1), an integer x is represented by the