Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuFloat.hpp110 …inline StorageType exponentBits (void) const { return (m_value >> MantissaBits) & ((StorageType(1… in exponentBits() function in tcu::Float
232 const StorageType exponentBits = static_cast<StorageType>(exponent + ExponentBias); in constructBits() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmWorkgroupMemoryTests.cpp115 const deUint64 exponentBits = 0x7ff0000000000000; in isNanFloat64() local
/external/compiler-rt/lib/builtins/
Dfp_lib.h217 #define exponentBits (typeWidth - significandBits - 1) macro