Searched refs:cZZ (Results 1 – 2 of 2) sorted by relevance
1096 Sk2s cZZ = coeff.fDenom.eval(tt2); in chopAt() local1098 Sk2s bZZ = times_2(dZZ) - (aZZ + cZZ) * Sk2s(0.5f); in chopAt()1101 dst->fPts[2] = to_point(cXY / cZZ); in chopAt()1102 Sk2s ww = bZZ / (aZZ * cZZ).sqrt(); in chopAt()
1299 Sk2s cZZ = coeff.fDenom.eval(tt2); in chopAt() local1301 Sk2s bZZ = times_2(dZZ) - (aZZ + cZZ) * Sk2s(0.5f); in chopAt()1304 dst->fPts[2] = to_point(cXY / cZZ); in chopAt()1305 Sk2s ww = bZZ / (aZZ * cZZ).sqrt(); in chopAt()