Lines Matching defs:two
523 // Found two matching trace_lines in a row. Mark the first one as dead.
1571 auto two = [](skvm::F32 x) { return x+x; };
1671 return s + (d - two(min(s * dst.a,
1677 return s + (d - two(s * d));
1703 select(two(s) <= src.a,
1704 two(s * d),
1705 src.a * dst.a - two((dst.a - d) * (src.a - s)));
1711 select(two(d) <= dst.a,
1712 two(s * d),
1713 src.a * dst.a - two((dst.a - d) * (src.a - s)));
1725 s2 = two(s),
3163 // registers. This will be two passes, first hoisted instructions, then inside the loop.
3761 // Merge the two, ymm dst() = {xmm tmp|xmm dst()}
3972 a->vpermq (dst(), dst(), 0xd8); // swap middle two 64-bit lanes