HomeSort by relevance Sort by last modified time
    Searched refs:isApprInt (Results 1 - 2 of 2) sorted by null

  /external/crcalc/tests/src/com/hp/creals/
SlowCRTest.java 44 private static boolean isApprInt(CR x) {
111 check(isApprInt(tmp.subtract(x).divide(CR.PI))
112 || isApprInt(tmp.add(x).divide(CR.PI)),
120 check(isApprInt(tmp.subtract(x).divide(CR.PI))
121 || isApprInt(tmp.add(x).divide(CR.PI)),
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorExpr.java 806 private static boolean isApprInt(CR x) {
826 if (!isApprInt(cval)) {
    [all...]

Completed in 412 milliseconds