Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuFloat.hpp110 static Float constructBits (int sign, int exponent, StorageType mantissaBits);
254 Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::constructBits in constructBits() function in tcu::Float
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp192 …const float largestRepresentableValue = tcu::Float32::constructBits(+1, maxNormalizedValueExpone… in makeFloatRepresentable()
196 …const float zeroValue = (zeroNotRepresentable) ? (tcu::Float32::constructBits(+1, minNormali… in makeFloatRepresentable()
213 const tcu::Float32 targetRepresentation(tcu::Float32::constructBits(float32Representation.sign(), in makeFloatRepresentable()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp17667 float16.push_back(tcu::Float16::constructBits(sign, exponent, mantissa).bits()); in getFloat16a()