Searched defs:exponentBits (Results 1 – 5 of 5) sorted by relevance
118 …inline StorageType exponentBits (void) const { return (m_value >> MantissaBits) & ((StorageType(1… in exponentBits() function in tcu::Float259 const StorageType exponentBits = static_cast<StorageType>(exponent + ExponentBias); in constructBits() local
115 const deUint64 exponentBits = 0x7ff0000000000000; in isNanFloat64() local
152 static deUint32 getExponentMask (int exponentBits) in getExponentMask()643 const int exponentBits = getExponentBits(type); in infNanRandomFloats() local