Home
last modified time | relevance | path

Searched refs:minuend (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsOp.cpp245 const SkPath* minuend = &one; in OpDebug() local
248 minuend = &two; in OpDebug()
256 SkOpEdgeBuilder builder(*minuend, &contour, &allocator, &globalState); in OpDebug()
/external/v8/src/arm/
Dlithium-arm.h832 LMultiplySubD(LOperand* minuend, LOperand* multiplier, in LMultiplySubD() argument
834 inputs_[0] = minuend; in LMultiplySubD()
839 LOperand* minuend() { return inputs_[0]; } in minuend() function
2776 LInstruction* DoMultiplySub(HValue* minuend, HMul* mul);
Dlithium-arm.cc1613 LInstruction* LChunkBuilder::DoMultiplySub(HValue* minuend, HMul* mul) { in DoMultiplySub() argument
1614 LOperand* minuend_op = UseRegisterAtStart(minuend); in DoMultiplySub()
Dlithium-codegen-arm.cc1457 DwVfpRegister minuend = ToDoubleRegister(instr->minuend()); in DoMultiplySubD() local
1462 DCHECK(minuend.is(ToDoubleRegister(instr->result()))); in DoMultiplySubD()
1464 __ vmls(minuend, multiplier, multiplicand); in DoMultiplySubD()