Home
last modified time | relevance | path

Searched defs:subtrahend (Results 1 – 12 of 12) sorted by relevance

/external/jemalloc_new/src/
Dnstime.c66 nstime_subtract(nstime_t *time, const nstime_t *subtrahend) { in nstime_subtract()
73 nstime_isubtract(nstime_t *time, uint64_t subtrahend) { in nstime_isubtract()
/external/caliper/caliper/src/main/java/com/google/caliper/util/
DShortDuration.java127 public abstract ShortDuration minus(ShortDuration subtrahend); in minus()
223 @Override public ShortDuration minus(ShortDuration subtrahend) { in minus()
/external/autotest/client/cros/video/
Dhistogram_verifier.py155 def subtract_histogram(minuend, subtrahend): argument
/external/jemalloc/src/
Dnstime.c64 nstime_subtract(nstime_t *time, const nstime_t *subtrahend) in nstime_subtract()
/external/skqp/src/pathops/
DSkPathOpsOp.cpp298 const SkPath* subtrahend = &two; in OpDebug() local
/external/skia/src/pathops/
DSkPathOpsOp.cpp298 const SkPath* subtrahend = &two; in OpDebug() local
/external/skia/src/pdf/
DSkPDFDocument.cpp35 static size_t difference(size_t minuend, size_t subtrahend) { in difference()
/external/skqp/src/pdf/
DSkPDFDocument.cpp35 static size_t difference(size_t minuend, size_t subtrahend) { in difference()
/external/freetype/src/psaux/
Dpsintrp.c1561 CF2_F16Dot16 subtrahend; in cf2_interpT2CharString() local
1931 CF2_F16Dot16 subtrahend; in cf2_interpT2CharString() local
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp1669 uint64_t subtrahend = uint64_t(qp) * uint64_t(v[i]); in KnuthDiv() local
/external/v8/src/objects/
Dbigint.cc1591 BigInt::digit_t MutableBigInt::InplaceSub(Handle<BigIntBase> subtrahend, in InplaceSub()
/external/toybox/toys/pending/
Dbc.c1394 BcNum *minuend, *subtrahend; in bc_num_s() local