Searched refs:constructBits (Results 1 – 3 of 3) sorted by relevance
/external/deqp/framework/common/ |
D | tcuFloat.hpp | 110 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/ |
D | es31fShaderCommonFunctionTests.cpp | 192 …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/ |
D | vktSpvAsmInstructionTests.cpp | 17667 float16.push_back(tcu::Float16::constructBits(sign, exponent, mantissa).bits()); in getFloat16a()
|