HomeSort by relevance Sort by last modified time
    Searched defs:subtrahend (Results 1 - 25 of 50) sorted by null

1 2

  /external/annotation-tools/scene-lib/src/annotations/util/
SceneOps.java 43 * and the "subtrahend" (see {@link #diff(AScene, AScene)}). If
80 * @param s2 the "subtrahend"
133 * {@code subtrahend} to {@code difference}.
135 public void visitScene(AScene minuend, AScene subtrahend,
137 visitElements(minuend.packages, subtrahend.packages,
139 diff(minuend.imports, subtrahend.imports, difference.imports);
140 visitElements(minuend.classes, subtrahend.classes,
158 ABlock subtrahend = (ABlock) eltPair.fst; local
160 visitElements(minuend.locals, subtrahend.locals, difference.locals);
170 AClass subtrahend = (AClass) eltPair.fst local
194 ADeclaration subtrahend = (ADeclaration) eltPair.fst; local
210 AExpression subtrahend = (AExpression) eltPair.fst; local
239 AMethod subtrahend = (AMethod) eltPair.fst; local
268 ATypeElement subtrahend = (ATypeElement) eltPair.fst; local
292 AElement subtrahend = eltPair.fst; local
    [all...]
  /external/skia/src/pathops/
SkPathOpsOp.cpp 186 // inside subtrahend outside subtrahend inside subtrahend outside subtrahend
240 const SkPath* minuend, * subtrahend; local
245 subtrahend = &scaledTwo;
248 subtrahend = &two;
251 SkTSwap(minuend, subtrahend);
263 builder.addOperand(*subtrahend);
  /external/skqp/src/pathops/
SkPathOpsOp.cpp 186 // inside subtrahend outside subtrahend inside subtrahend outside subtrahend
240 const SkPath* minuend, * subtrahend; local
245 subtrahend = &scaledTwo;
248 subtrahend = &two;
251 SkTSwap(minuend, subtrahend);
263 builder.addOperand(*subtrahend);
  /libcore/ojluni/src/main/java/sun/misc/
FDBigInteger.java 759 * Subtracts the supplied <code>FDBigInteger</code> subtrahend from this
761 * If the subtrahend is immutable, store the result in this(minuend).
764 * @param subtrahend The <code>FDBigInteger</code> to be subtracted.
765 * @return This <code>FDBigInteger</code> less the subtrahend.
769 @ requires this.value() >= subtrahend.value();
771 @ ensures \result.value() == \old(this.value() - subtrahend.value());
775 @ requires !subtrahend.isImmutable;
776 @ requires this.value() >= subtrahend.value();
779 @ ensures \result.value() == \old(this.value() - subtrahend.value());
781 public FDBigInteger leftInplaceSub(FDBigInteger subtrahend) {
    [all...]
  /external/freetype/src/psaux/
psintrp.c 1560 CF2_F16Dot16 subtrahend; local
1929 CF2_F16Dot16 subtrahend; local
    [all...]
  /prebuilts/misc/common/truth/
truth-0.28.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.26/
truth-0.26.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.28/
truth-0.28.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.31/
truth-0.31.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.34/
truth-0.34.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.36/
truth-0.36.jar 
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
android-all-7.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 

Completed in 594 milliseconds

1 2