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