Searched refs:kExponentBias (Results 1 – 1 of 1) sorted by relevance
39 …nt() const { return static_cast<int>(((u_ & kExponentMask) >> kSignificandSize) - kExponentBias); } in Exponent()62 static const int kExponentBias = 0x3FF; variable63 static const int kDenormalExponent = 1 - kExponentBias;