Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShaderGLSLstd450.cpp576 auto isExponentNotTooLarge = SIMD::UInt(CmpLE(combinedExponent, SIMD::Int(128))); in EmitExtGLSLstd450() local
577 auto isExponentInBounds = isExponentNotTooSmall & isExponentNotTooLarge; in EmitExtGLSLstd450()
585 …v |= ~isExponentNotTooLarge & SIMD::UInt(0x7F800000); // Mark as inf if the exponent is too great. in EmitExtGLSLstd450()