Home
last modified time | relevance | path

Searched refs:isExponentNotTooSmall (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/src/Pipeline/
DSpirvShaderGLSLstd450.cpp575 auto isExponentNotTooSmall = SIMD::UInt(CmpGE(combinedExponent, SIMD::Int(-126))); in EmitExtGLSLstd450() local
577 auto isExponentInBounds = isExponentNotTooSmall & isExponentNotTooLarge; in EmitExtGLSLstd450()