Home
last modified time | relevance | path

Searched refs:getTwo (Results 1 – 4 of 4) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfpMath.java348 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()
DDfp.java302 xdfp = xdfp.multiply(DfpMath.pow(field.getTwo(), exponent)); in Dfp()
659 public Dfp getTwo() { in getTwo() method in Dfp
660 return field.getTwo(); in getTwo()
2330 Dfp tempDfp = DfpMath.pow(getTwo(), exponent); in toDouble()
2339 y = y.divide(DfpMath.pow(getTwo(), exponent)); in toDouble()
DDfpField.java413 public Dfp getTwo() {
/external/guice/extensions/mini/test/com/google/inject/mini/
DMiniGuiceTest.java130 @Provides @Named("two") A getTwo() { in testBindingAnnotations()