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

/external/deqp/framework/common/
H A DtcuFloat.hpp103 static Float constructBits (int sign, int exponent, StorageType mantissaBits);
226 Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::constructBits function in class:tcu::Float
/external/deqp/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp205 const float largestRepresentableValue = tcu::Float32::constructBits(+1, maxNormalizedValueExponent, ((1u << numMantissaBits) - 1u) << (23u - (deUint32)numMantissaBits)).asFloat();
209 const float zeroValue = (zeroNotRepresentable) ? (tcu::Float32::constructBits(+1, minNormalizedValueExponent, 1).asFloat()) : (0.0f);
226 const tcu::Float32 targetRepresentation(tcu::Float32::constructBits(float32Representation.sign(),
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp209 const float largestRepresentableValue = tcu::Float32::constructBits(+1, maxNormalizedValueExponent, ((1u << numMantissaBits) - 1u) << (23u - (deUint32)numMantissaBits)).asFloat();
213 const float zeroValue = (zeroNotRepresentable) ? (tcu::Float32::constructBits(+1, minNormalizedValueExponent, 1).asFloat()) : (0.0f);
230 const tcu::Float32 targetRepresentation(tcu::Float32::constructBits(float32Representation.sign(),

Completed in 187 milliseconds