Home | History | Annotate | Download | only in core

Lines Matching defs:w1

1501     Sk64    w1, w2;
1521 w1.setMul(pt1.fX, pt2.fX);
1523 w1.add(w2);
1524 w1.div(y, Sk64::kRound_DivOption);
1525 if (!w1.is32()) {
1528 x = w1.get32();