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

/packages/apps/TV/common/src/com/android/tv/common/
H A DCollectionUtils.java74 public static <T> List<T> subtract(Collection<T> originals, T[] toSubtracts, method in class:CollectionUtils
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DBoundedRational.java243 public static BoundedRational subtract(BoundedRational r1, BoundedRational r2) { method in class:BoundedRational
344 return rawMultiply(rawPow(exp.subtract(BigInteger.ONE)), this);
H A DUnifiedReal.java387 intScaled = intScaled.subtract(BigInteger.ONE);
595 public UnifiedReal subtract(UnifiedReal u) { method in class:UnifiedReal
838 return PI_OVER_2.subtract(asin());
878 return base.multiply(recursivePow(base, exp.subtract(BigInteger.ONE)));
/packages/apps/Email/provider_src/com/android/email/provider/
H A DContentCache.java130 /*package*/ synchronized int subtract(T object) { method in class:ContentCache.CounterMap
310 int count = sActiveCursors.subtract(mCursor);
658 mLockMap.subtract(id);
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 246 milliseconds