Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp3364 int loExp = 0; in doApply() local
3365 const double loFrac = deFrExp(x.lo(), &loExp); in doApply()
3371 exponent = Interval(-TCU_INFINITY, de::max(loExp, hiExp)); in doApply()
3380 exponent = Interval(loExp, hiExp); in doApply()
3381 if (loExp == hiExp) in doApply()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp3335 int loExp = 0; in doApply() local
3336 const double loFrac = deFrExp(x.lo(), &loExp); in doApply()
3342 exponent = Interval(-TCU_INFINITY, de::max(loExp, hiExp)); in doApply()
3351 exponent = Interval(loExp, hiExp); in doApply()
3352 if (loExp == hiExp) in doApply()