HomeSort by relevance Sort by last modified time
    Searched refs:minuend (Results 1 - 10 of 10) sorted by null

  /bionic/libc/upstream-netbsd/lib/libc/isc/
ev_timers.c 96 evSubTime(struct timespec minuend, struct timespec subtrahend) {
99 x.tv_sec = minuend.tv_sec - subtrahend.tv_sec;
100 if (minuend.tv_nsec >= subtrahend.tv_nsec)
101 x.tv_nsec = minuend.tv_nsec - subtrahend.tv_nsec;
103 x.tv_nsec = BILLION - subtrahend.tv_nsec + minuend.tv_nsec;
  /external/skia/src/pathops/
SkPathOpsOp.cpp 177 // inside minuend outside minuend
268 const SkPath* minuend = &one; local
271 minuend = &two;
279 SkOpEdgeBuilder builder(*minuend, &contour, &allocator, &globalState);
  /external/v8/src/crankshaft/arm/
lithium-arm.h 797 // Instruction for computing minuend - multiplier * multiplicand.
800 LMultiplySubD(LOperand* minuend, LOperand* multiplier,
802 inputs_[0] = minuend;
807 LOperand* minuend() { return inputs_[0]; } function in class:v8::internal::final
    [all...]
lithium-codegen-arm.cc 1325 DwVfpRegister minuend = ToDoubleRegister(instr->minuend()); local
    [all...]
lithium-arm.cc     [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h 775 // Instruction for computing minuend - multiplier * multiplicand.
778 LMultiplySubD(LOperand* minuend, LOperand* multiplier,
780 inputs_[0] = minuend;
785 LOperand* minuend() { return inputs_[0]; } function in class:v8::internal::final
    [all...]
lithium-ppc.cc     [all...]
lithium-codegen-ppc.cc 1388 DoubleRegister minuend = ToDoubleRegister(instr->minuend()); local
    [all...]
  /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 

Completed in 265 milliseconds