Home
last modified time | relevance | path

Searched refs:fpValue (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp1708 const tcu::Float32 fpValue(in); in frexp() local
1710 if (!fpValue.isZero()) in frexp()
1713 *significand = tcu::Float32::construct(fpValue.sign(), -1, fpValue.mantissa()).asFloat(); in frexp()
1714 *exponent = fpValue.exponent()+1; in frexp()
1718 *significand = fpValue.sign() < 0 ? -0.0f : 0.0f; in frexp()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp376 const tcu::Float32 fpValue(in); in frexp() local
378 if (!fpValue.isZero()) in frexp()
381 *significand = tcu::Float32::construct(fpValue.sign(), -1, fpValue.mantissa()).asFloat(); in frexp()
382 *exponent = fpValue.exponent()+1; in frexp()
386 *significand = fpValue.sign() < 0 ? -0.0f : 0.0f; in frexp()