Searched defs:MASK (Results 1 - 1 of 1) sorted by relevance

/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DCalculatorExpr.java894 private static final BigInteger MASK = field in class:CalculatorExpr
901 return appr.and(MASK).signum() == 0;

Completed in 73 milliseconds