Searched refs:getTwo (Results 1 – 4 of 4) sorted by relevance
348 spy[0] = pow(a.getTwo(), p2); // use spy[0] temporarily as a divisor in log()459 y = y.multiply(a[0].getTwo()); in logInternal()517 final Dfp two = x.getTwo(); in pow()
302 xdfp = xdfp.multiply(DfpMath.pow(field.getTwo(), exponent)); in Dfp()659 public Dfp getTwo() { in getTwo() method in Dfp660 return field.getTwo(); in getTwo()2330 Dfp tempDfp = DfpMath.pow(getTwo(), exponent); in toDouble()2339 y = y.divide(DfpMath.pow(getTwo(), exponent)); in toDouble()
413 public Dfp getTwo() {
159 A getTwo() { in testBindingAnnotations()