Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp1234 static const uint32_t c_f32infty = 255 << 23; in floatToHalfBits() local
1242 UInt4 b_isnormal = CmpNLE(UInt4(c_f32infty), absf); in floatToHalfBits()
1248 … ((b_isnormal ^ UInt4(0xFFFFFFFF)) & ((CmpNLE(absf, UInt4(c_f32infty)) & UInt4(c_nanbit)) | in floatToHalfBits()