Home
last modified time | relevance | path

Searched defs:subtrahend (Results 1 – 15 of 15) 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/autotest/client/cros/video/
Dhistogram_verifier.py153 def subtract_histogram(minuend, subtrahend): argument
/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/setuptools/pkg_resources/_vendor/
Dzipp.py63 def _difference(minuend, subtrahend): argument
/external/python/setuptools/setuptools/_vendor/
Dzipp.py63 def _difference(minuend, subtrahend): argument
/external/skia/src/pdf/
DSkPDFDocument.cpp57 static size_t difference(size_t minuend, size_t subtrahend) { in difference()
/external/freetype/src/psaux/
Dpsintrp.c1573 CF2_F16Dot16 subtrahend; in cf2_interpT2CharString() local
1950 CF2_F16Dot16 subtrahend; in cf2_interpT2CharString() local
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp864 auto subtrahend = B->VSHUFFLE(src0, src1, B->C({1, 3, 9, 11, 5, 7, 13, 15})); in VHSUB_EMU() local
/external/python/cpython3/Lib/
Dzipfile.py2159 def _difference(minuend, subtrahend): argument
/external/cronet/base/allocator/partition_allocator/
Dpartition_alloc_unittest.cc1461 for (size_t subtrahend = 0; subtrahend < 4; subtrahend++) { in TEST_P() local
/external/toybox/toys/pending/
Dbc.c1400 BcNum *minuend, *subtrahend; in bc_num_s() local