Searched refs:minuend (Results 1 - 15 of 15) sorted by relevance

/external/annotation-tools/scene-lib/src/annotations/util/
H A DSceneOps.java42 * the first of three arguments, followed in order by the "minuend"
79 * @param s1 the "minuend"
132 * Adds all annotations that are in {@code minuend} but not in
135 public void visitScene(AScene minuend, AScene subtrahend, argument
137 visitElements(minuend.packages, subtrahend.packages,
139 diff(minuend.imports, subtrahend.imports, difference.imports);
140 visitElements(minuend.classes, subtrahend.classes,
146 public Void visitAnnotationDef(AnnotationDef minuend, argument
153 * Calculates difference between {@code minuend} and first component
157 public Void visitBlock(ABlock minuend, Pai argument
169 visitClass(AClass minuend, Pair<AElement, AElement> eltPair) argument
192 visitDeclaration(ADeclaration minuend, Pair<AElement, AElement> eltPair) argument
208 visitExpression(AExpression minuend, Pair<AElement, AElement> eltPair) argument
228 visitField(AField minuend, Pair<AElement, AElement> eltPair) argument
237 visitMethod(AMethod minuend, Pair<AElement, AElement> eltPair) argument
266 visitTypeElement(ATypeElement minuend, Pair<AElement, AElement> eltPair) argument
280 visitTypeElementWithType(ATypeElementWithType minuend, Pair<AElement, AElement> eltPair) argument
290 visitElement(AElement minuend, Pair<AElement, AElement> eltPair) argument
309 visitElements(VivifyingMap<K, V> minuend, VivifyingMap<K, V> subtrahend, VivifyingMap<K, V> difference) argument
329 diff(Set<T> minuend, Set<T> subtrahend, Set<T> difference) argument
344 diff(Map<K, Set<V>> minuend, Map<K, Set<V>> subtrahend, Map<K, Set<V>> difference) argument
[all...]
/external/skia/src/pathops/
H A DSkPathOpsOp.cpp185 // inside minuend outside minuend
240 const SkPath* minuend, * subtrahend; local
243 minuend = &scaledOne;
247 minuend = &one;
251 SkTSwap(minuend, subtrahend);
258 SkOpEdgeBuilder builder(*minuend, contourList, &globalState);
/external/skqp/src/pathops/
H A DSkPathOpsOp.cpp185 // inside minuend outside minuend
240 const SkPath* minuend, * subtrahend; local
243 minuend = &scaledOne;
247 minuend = &one;
251 SkTSwap(minuend, subtrahend);
258 SkOpEdgeBuilder builder(*minuend, contourList, &globalState);
/external/freetype/src/psaux/
H A Dpsintrp.c1559 CF2_F16Dot16 minuend; local
1566 minuend = cf2_stack_popFixed( opStack );
1569 SUB_INT32( minuend, subtrahend ) );
1928 CF2_F16Dot16 minuend; local
1936 minuend = cf2_stack_popFixed( opStack );
1939 SUB_INT32( minuend,
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h778 // Instruction for computing minuend - multiplier * multiplicand.
781 LMultiplySubD(LOperand* minuend, LOperand* multiplier, argument
783 inputs_[0] = minuend;
788 LOperand* minuend() { return inputs_[0]; } function in class:v8::internal::final
2369 LInstruction* DoMultiplySub(HValue* minuend, HMul* mul);
H A Dlithium-codegen-arm.cc1283 DwVfpRegister minuend = ToDoubleRegister(instr->minuend()); local
1288 DCHECK(minuend.is(ToDoubleRegister(instr->result())));
1290 __ vmls(minuend, multiplier, multiplicand);
H A Dlithium-arm.cc1547 LInstruction* LChunkBuilder::DoMultiplySub(HValue* minuend, HMul* mul) { argument
1548 LOperand* minuend_op = UseRegisterAtStart(minuend);
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h760 // Instruction for computing minuend - multiplier * multiplicand.
763 LMultiplySubD(LOperand* minuend, LOperand* multiplier, argument
765 inputs_[0] = minuend;
770 LOperand* minuend() { return inputs_[0]; } function in class:v8::internal::final
2295 LInstruction* DoMultiplySub(HValue* minuend, HMul* mul);
H A Dlithium-ppc.cc1535 LInstruction* LChunkBuilder::DoMultiplySub(HValue* minuend, HMul* mul) { argument
1536 LOperand* minuend_op = UseRegisterAtStart(minuend);
H A Dlithium-codegen-ppc.cc1370 DoubleRegister minuend = ToDoubleRegister(instr->minuend()); local
1375 __ fmsub(result, multiplier, multiplicand, minuend);
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h724 // Instruction for computing minuend - multiplier * multiplicand.
727 LMultiplySubD(LOperand* minuend, LOperand* multiplier, argument
729 inputs_[0] = minuend;
734 LOperand* minuend() { return inputs_[0]; } function in class:v8::internal::final
2128 LInstruction* DoMultiplySub(HValue* minuend, HMul* mul);
H A Dlithium-s390.cc1381 LInstruction* LChunkBuilder::DoMultiplySub(HValue* minuend, HMul* mul) { argument
1382 LOperand* minuend_op = UseRegister(minuend);
H A Dlithium-codegen-s390.cc1319 DoubleRegister minuend = ToDoubleRegister(instr->minuend()); local
1328 __ sdbr(result, minuend);
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 367 milliseconds