Home
last modified time | relevance | path

Searched defs:exponentBits (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmWorkgroupMemoryTests.cpp115 const deUint64 exponentBits = 0x7ff0000000000000; in isNanFloat64() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmWorkgroupMemoryTests.cpp115 const deUint64 exponentBits = 0x7ff0000000000000; in isNanFloat64() local
/third_party/vk-gl-cts/framework/common/
H A DtcuFloat.hpp118 inline StorageType exponentBits (void) const { return (m_value >> MantissaBits) & ((StorageType(1)<<ExponentBits)-1); } in exponentBits() function in tcu::Float
259 const StorageType exponentBits = static_cast<StorageType>(exponent + ExponentBias); in constructBits() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp152 static deUint32 getExponentMask (int exponentBits) in getExponentMask() argument
643 const int exponentBits = getExponentBits(type); in infNanRandomFloats() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp152 static deUint32 getExponentMask (int exponentBits) in getExponentMask() argument
643 const int exponentBits = getExponentBits(type); in infNanRandomFloats() local

Completed in 7 milliseconds