Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp3514 int loExp = 0; in doApply() local
3515 const double loFrac = deFrExp(x.lo(), &loExp); in doApply()
3521 exponent = Interval(-TCU_INFINITY, de::max(loExp, hiExp)); in doApply()
3530 exponent = Interval(loExp, hiExp); in doApply()
3531 if (loExp == hiExp) in doApply()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp4412 int loExp = 0; in doApply() local
4413 const double loFrac = deFrExp(x.lo(), &loExp); in doApply()
4419 exponent = Interval(-TCU_INFINITY, de::max(loExp, hiExp)); in doApply()
4428 exponent = Interval(loExp, hiExp); in doApply()
4429 if (loExp == hiExp) in doApply()