Searched refs:isExponentNotTooSmall (Results 1 – 1 of 1) sorted by relevance
575 auto isExponentNotTooSmall = SIMD::UInt(CmpGE(combinedExponent, SIMD::Int(-126))); in EmitExtGLSLstd450() local577 auto isExponentInBounds = isExponentNotTooSmall & isExponentNotTooLarge; in EmitExtGLSLstd450()