Home
last modified time | relevance | path

Searched refs:subtrahend (Results 1 – 9 of 9) sorted by relevance

/external/jemalloc/src/
Dnstime.c64 nstime_subtract(nstime_t *time, const nstime_t *subtrahend) in nstime_subtract() argument
67 assert(nstime_compare(time, subtrahend) >= 0); in nstime_subtract()
69 time->ns -= subtrahend->ns; in nstime_subtract()
/external/skia/src/pathops/
DSkPathOpsOp.cpp239 const SkPath* minuend, * subtrahend; in OpDebug() local
244 subtrahend = &scaledTwo; in OpDebug()
247 subtrahend = &two; in OpDebug()
250 SkTSwap(minuend, subtrahend); in OpDebug()
262 builder.addOperand(*subtrahend); in OpDebug()
/external/caliper/caliper/src/main/java/com/google/caliper/util/
DShortDuration.java127 public abstract ShortDuration minus(ShortDuration subtrahend); in minus() argument
171 @Override public ShortDuration minus(ShortDuration subtrahend) {
172 checkArgument(this == subtrahend);
223 @Override public ShortDuration minus(ShortDuration subtrahend) { in minus() argument
224 return ofPicos(picos - subtrahend.picos); in minus()
/external/google-breakpad/src/common/
Dtest_assembler.h130 Label operator-(uint64_t subtrahend) const;
131 uint64_t operator-(const Label &subtrahend) const;
Dtest_assembler.cc73 Label Label::operator-(uint64_t subtrahend) const { in operator -()
75 l.value_->Set(this->value_, -subtrahend); in operator -()
/external/jemalloc/include/jemalloc/internal/
Dnstime.h29 void nstime_subtract(nstime_t *time, const nstime_t *subtrahend);
/external/freetype/src/cff/
Dcf2intrp.c1160 CF2_F16Dot16 subtrahend; in cf2_interpT2CharString() local
1165 subtrahend = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()
1168 cf2_stack_pushFixed( opStack, minuend - subtrahend ); in cf2_interpT2CharString()
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp1669 uint64_t subtrahend = uint64_t(qp) * uint64_t(v[i]); in KnuthDiv() local
1670 bool borrow = subtrahend > u_tmp; in KnuthDiv()
1672 << ", subtrahend == " << subtrahend in KnuthDiv()
1675 uint64_t result = u_tmp - subtrahend; in KnuthDiv()
/external/jline/src/src/test/resources/jline/example/
Denglish.gz