Searched defs:inExp (Results 1 - 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderCommonFunctionTests.cpp | 108 const int inExp = tcu::Float32(input).exponent(); local 111 return de::max(0, inExp-outExp); // Lost due to mantissa shift. 2231 const int inExp = tcu::Float32(in0).exponent(); local 2235 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(refOut0) << ", (exp = " << inExp << ") with ULP threshold "
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderCommonFunctionTests.cpp | 100 const int inExp = tcu::Float32(input).exponent(); local 103 return de::max(0, inExp-outExp); // Lost due to mantissa shift.
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fShaderCommonFunctionTests.cpp | 104 const int inExp = tcu::Float32(input).exponent(); local 107 return de::max(0, inExp-outExp); // Lost due to mantissa shift. 1950 const int inExp = tcu::Float32(in0).exponent(); 1954 m_failMsg << "Expected [" << compNdx << "] = " << HexFloat(refOut0) << ", (exp = " << inExp << ") with ULP threshold "
|
/external/icu/icu4c/source/test/cintltst/ |
H A D | capitst.c | 2158 const char* inExp; member in struct:__anon6908 2236 doSetsTest(tests[i].locale, exp, set, tests[i].inExp, tests[i].outExp, &status);
|
Completed in 273 milliseconds