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

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dapi_schema_graph.py308 def _Subtract(minuend, subtrahend):
310 which contains key-value pairs found in |minuend| but not in
314 for key in minuend:
317 difference[key] = _Subtract(minuend[key], {})
319 # Note that |minuend| and |subtrahend| are assumed to be graphs, and
321 rest = _Subtract(minuend[key], subtrahend[key])
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsOp.cpp231 // inside minuend outside minuend
259 const SkPath* minuend = &one; local
262 minuend = &two;
272 SkOpEdgeBuilder builder(*minuend, contours);
/external/skia/src/pathops/
H A DSkPathOpsOp.cpp231 // inside minuend outside minuend
259 const SkPath* minuend = &one; local
262 minuend = &two;
272 SkOpEdgeBuilder builder(*minuend, contours);
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h829 // Instruction for computing minuend - multiplier * multiplicand.
832 LMultiplySubD(LOperand* minuend, LOperand* multiplier, argument
834 inputs_[0] = minuend;
839 LOperand* minuend() { return inputs_[0]; } function in class:v8::internal::FINAL
2776 LInstruction* DoMultiplySub(HValue* minuend, HMul* mul);
H A Dlithium-codegen-arm.cc1457 DwVfpRegister minuend = ToDoubleRegister(instr->minuend()); local
1462 DCHECK(minuend.is(ToDoubleRegister(instr->result())));
1464 __ vmls(minuend, multiplier, multiplicand);
H A Dlithium-arm.cc1613 LInstruction* LChunkBuilder::DoMultiplySub(HValue* minuend, HMul* mul) { argument
1614 LOperand* minuend_op = UseRegisterAtStart(minuend);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 230 milliseconds