Searched defs:kExponentBias (Results 1 – 14 of 14) sorted by relevance
99 static constexpr int kExponentBias = 1023; member190 static constexpr int kExponentBias = 127; member
96 static constexpr int kExponentBias = 1023; member180 static constexpr int kExponentBias = 127; member
51 static const int kExponentBias = 0x3FF + kPhysicalSignificandSize; variable
65 static const int kExponentBias = 0x3FF + kPhysicalSignificandSize; variable
45 constexpr int32_t kExponentBias = 1023; variable
288 static constexpr int kExponentBias = (1 << (E - 1)) - 1; member