Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuFloat.hpp118 …inline StorageType exponentBits (void) const { return (m_value >> MantissaBits) & ((StorageType(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/spirv_assembly/
DvktSpvAsmWorkgroupMemoryTests.cpp115 const deUint64 exponentBits = 0x7ff0000000000000; in isNanFloat64() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmWorkgroupMemoryTests.cpp115 const deUint64 exponentBits = 0x7ff0000000000000; in isNanFloat64() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp152 static deUint32 getExponentMask (int exponentBits) in getExponentMask()
643 const int exponentBits = getExponentBits(type); in infNanRandomFloats() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp152 static deUint32 getExponentMask (int exponentBits) in getExponentMask()
643 const int exponentBits = getExponentBits(type); in infNanRandomFloats() local