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