Home | History | Annotate | Download | only in Intersection

Lines Matching refs:x_ry

705         double x_ry = x * ry;
707 double cmp = x_ry - rx_y;
711 if (approximately_zero(x_ry) && approximately_zero(rx_y)