Searched refs:kExponentBitCount (Results 1 – 11 of 11) sorted by relevance
67 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount;74 ~static_cast<Bits>(0) >> (kExponentBitCount + 1);
333 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount; variable340 ~static_cast<Bits>(0) >> (kExponentBitCount + 1);
353 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount; variable360 ~static_cast<Bits>(0) >> (kExponentBitCount + 1);
362 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount; variable369 ~static_cast<Bits>(0) >> (kExponentBitCount + 1);
278 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount; variable285 ~static_cast<Bits>(0) >> (kExponentBitCount + 1);
266 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount; variable273 ~static_cast<Bits>(0) >> (kExponentBitCount + 1);
255 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount; variable262 ~static_cast<Bits>(0) >> (kExponentBitCount + 1);
8024 static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount;8031 ~static_cast<Bits>(0) >> (kExponentBitCount + 1);