Searched refs:next_a (Results 1 – 3 of 3) sorted by relevance
335 bool next_a = in CommonFactors() local343 if (next_a) { in CommonFactors()
1610 final BigInteger next_a = a.add(b).shiftRight(1); in approximate() local1612 final BigInteger a_diff = a.subtract(next_a); in approximate()1643 a = next_a; in approximate()
355 if let Some(next_a) = self.a.next() { in fold()357 a = next_a; in fold()