Searched refs:prod0 (Results 1 – 2 of 2) sorted by relevance
80 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() local95 REPORTER_ASSERT(reporter, prod0 == prod1); in test_muldivround()
2062 tcu::Interval prod0; in fma() local2069 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()