Searched refs:prod0 (Results 1 – 4 of 4) sorted by relevance
/external/skia/tests/ |
D | MathTest.cpp | 117 unsigned prod0 = SkMul16ShiftRound(a, b, 8); in test_muldivround() 119 SkASSERT(prod0 == prod1); in test_muldivround() 129 unsigned prod0 = SkMul16ShiftRound(a, b, 8); in test_muldivround() local 132 REPORTER_ASSERT(reporter, prod0 == prod1); in test_muldivround()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_glsl450.c | 49 nir_ssa_def *prod0 = in build_mat3_det() local 58 nir_ssa_def *diff = nir_fsub(b, prod0, prod1); in build_mat3_det()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 2062 tcu::Interval prod0; in fma() local 2069 TCU_SET_INTERVAL(prod0, tmp, tmp = ia.lo() * ib.lo()); in fma() 2074 …prod = format.convert(format.roundOut(prod0 | prod1 | prod2 | prod3, ia.isFinite() && ib.isFinite(… in fma()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderCommonFunctionTests.cpp | 2325 tcu::Interval prod0; in fma() local 2332 TCU_SET_INTERVAL(prod0, tmp, tmp = ia.lo() * ib.lo()); in fma() 2337 …prod = format.convert(format.roundOut(prod0 | prod1 | prod2 | prod3, ia.isFinite() && ib.isFinite(… in fma()
|