Lines Matching defs:x1
74 long x1, x2;78 x1 = x2;79 x2 = x1 - ((x1 * x1) - x) / (2 * x1);80 } while (x1 != x2);82 if (x1 * x1 > x) {83 --x1;86 return x1;