Home
last modified time | relevance | path

Searched defs:subtrahend (Results 1 – 16 of 16) 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/webrtc/modules/rtp_rtcp/source/
Dremote_ntp_time_estimator.cc29 int64_t Subtract(NtpTime minuend, NtpTime subtrahend) { in Subtract()
/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/apache-commons-math/src/main/java/org/apache/commons/math3/complex/
DComplex.java560 public Complex subtract(Complex subtrahend) throws NullArgumentException { in subtract()
576 public Complex subtract(double subtrahend) { in subtract()
/external/autotest/client/cros/video/
Dhistogram_verifier.py153 def subtract_histogram(minuend, subtrahend): argument
/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/concept/
Delement_associator.hpp336 operator -= (Type& object, const Type& subtrahend) in operator -=()
346 operator - (Type object, const Type& subtrahend) in operator -()
Delement_map.hpp182 operator - (Type object, const typename Type::set_type& subtrahend) in operator -()
/external/virglrenderer/src/drm/linux/
Doverflow.h177 static inline size_t __must_check size_sub(size_t minuend, size_t subtrahend) in size_sub()
/external/libgav1/src/dsp/arm/
Dintrapred_filter_neon.cc116 const uint16x8_t subtrahend = in FilterIntraPredictor_NEON() local
/external/skia/src/pathops/
DSkPathOpsOp.cpp309 const SkPath* subtrahend = &two; in OpDebug() local
/external/python/cpython3/Lib/zipfile/_path/
D__init__.py76 def _difference(minuend, subtrahend): argument
/external/freetype/src/psaux/
Dpsintrp.c1573 CF2_F16Dot16 subtrahend; in cf2_interpT2CharString() local
1950 CF2_F16Dot16 subtrahend; in cf2_interpT2CharString() local
/external/skia/src/pdf/
DSkPDFDocument.cpp85 static size_t difference(size_t minuend, size_t subtrahend) { in difference()
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/
Dpartition_alloc_unittest.cc1629 for (size_t subtrahend = 0; subtrahend < 4; subtrahend++) { in TEST_P() local
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/
Dpartition_alloc_unittest.cc1629 for (size_t subtrahend = 0; subtrahend < 4; subtrahend++) { in TEST_P() local
/external/toybox/toys/pending/
Dbc.c1482 BcNum *minuend, *subtrahend; in bc_num_s() local