Searched refs:isShorthandZero (Results 1 – 1 of 1) sorted by relevance
209 const bool isShorthandZero = exponent == 0 && mantissa == 0; in construct() local215 …const StorageType exp = (isShorthandZero || isDenormOrZero) ? StorageType(0) : StorageType(exp… in construct()218 DE_ASSERT(isShorthandZero || isDenormOrZero || mantissa >> MantissaBits == 1); in construct()