Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp1256 static const uint32_t mask_nosign = 0x7FFF; in halfToFloatBits() local
1261 UInt4 expmant = As<UInt4>(halfBits) & UInt4(mask_nosign); in halfToFloatBits()