Lines Matching defs:x1
17 mp_word x1, x2;21 x1 = x2;22 x2 = x1 - ((x1 * x1) - x) / (2 * x1);23 } while (x1 != x2);25 if (x1 * x1 > x) {26 --x1;29 return x1;