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

/packages/apps/TV/common/src/com/android/tv/common/util/
H A DCollectionUtils.java70 public static <T> List<T> subtract( method in class:CollectionUtils
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DBoundedRational.java348 public static BoundedRational subtract(BoundedRational r1, BoundedRational r2) { method in class:BoundedRational
450 return rawMultiply(rawPow(exp.subtract(BigInteger.ONE)), this);
H A DUnifiedReal.java404 intScaled = intScaled.subtract(BigInteger.ONE);
629 public UnifiedReal subtract(UnifiedReal u) { method in class:UnifiedReal
879 return PI_OVER_2.subtract(asin());
927 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 301 milliseconds