Searched defs:subtrahend (Results 1 – 16 of 16) sorted by relevance
/external/jemalloc_new/src/ |
D | nstime.c | 66 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/ |
D | remote_ntp_time_estimator.cc | 29 int64_t Subtract(NtpTime minuend, NtpTime subtrahend) { in Subtract()
|
/external/caliper/caliper/src/main/java/com/google/caliper/util/ |
D | ShortDuration.java | 127 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/ |
D | Complex.java | 560 public Complex subtract(Complex subtrahend) throws NullArgumentException { in subtract() 576 public Complex subtract(double subtrahend) { in subtract()
|
/external/autotest/client/cros/video/ |
D | histogram_verifier.py | 153 def subtract_histogram(minuend, subtrahend): argument
|
/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/concept/ |
D | element_associator.hpp | 336 operator -= (Type& object, const Type& subtrahend) in operator -=() 346 operator - (Type object, const Type& subtrahend) in operator -()
|
D | element_map.hpp | 182 operator - (Type object, const typename Type::set_type& subtrahend) in operator -()
|
/external/virglrenderer/src/drm/linux/ |
D | overflow.h | 177 static inline size_t __must_check size_sub(size_t minuend, size_t subtrahend) in size_sub()
|
/external/libgav1/src/dsp/arm/ |
D | intrapred_filter_neon.cc | 116 const uint16x8_t subtrahend = in FilterIntraPredictor_NEON() local
|
/external/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 309 const SkPath* subtrahend = &two; in OpDebug() local
|
/external/python/cpython3/Lib/zipfile/_path/ |
D | __init__.py | 76 def _difference(minuend, subtrahend): argument
|
/external/freetype/src/psaux/ |
D | psintrp.c | 1573 CF2_F16Dot16 subtrahend; in cf2_interpT2CharString() local 1950 CF2_F16Dot16 subtrahend; in cf2_interpT2CharString() local
|
/external/skia/src/pdf/ |
D | SkPDFDocument.cpp | 85 static size_t difference(size_t minuend, size_t subtrahend) { in difference()
|
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/ |
D | partition_alloc_unittest.cc | 1629 for (size_t subtrahend = 0; subtrahend < 4; subtrahend++) { in TEST_P() local
|
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/ |
D | partition_alloc_unittest.cc | 1629 for (size_t subtrahend = 0; subtrahend < 4; subtrahend++) { in TEST_P() local
|
/external/toybox/toys/pending/ |
D | bc.c | 1482 BcNum *minuend, *subtrahend; in bc_num_s() local
|