Home
last modified time | relevance | path

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

/external/skia/tests/
DMathTest.cpp80 unsigned prod0 = SkMul16ShiftRound(a, b, 8); in test_muldivround()
82 SkASSERT(prod0 == prod1); in test_muldivround()
92 unsigned prod0 = SkMul16ShiftRound(a, b, 8); in test_muldivround() local
95 REPORTER_ASSERT(reporter, prod0 == prod1); in test_muldivround()
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp2062 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()