Home
last modified time | relevance | path

Searched defs:Subtract (Results 1 – 25 of 75) sorted by relevance

123

/aosp_15_r20/external/tensorflow/tensorflow/core/lib/monitoring/
H A Dtest_utils.cc43 StatusOr<Histogram> Histogram::Subtract(const Histogram& other) const { in Subtract() function in tensorflow::monitoring::testing::Histogram
86 Percentiles Percentiles::Subtract(const Percentiles& other) const { in Subtract() function in tensorflow::monitoring::testing::Percentiles
H A Dtest_utils_test.cc47 TEST(HistogramTest, Subtract) { in TEST() argument
334 TEST(PercentilesTest, Subtract) { in TEST() argument
/aosp_15_r20/external/skia/src/core/
H A DSkRectPriv.h78 static SkRect Subtract(const SkRect& a, const SkRect& b) { in Subtract() function
83 static SkIRect Subtract(const SkIRect& a, const SkIRect& b) { in Subtract() function
H A DSkRect.cpp256 bool SkRectPriv::Subtract(const SkRect& a, const SkRect& b, SkRect* out) { in Subtract() function in SkRectPriv
260 bool SkRectPriv::Subtract(const SkIRect& a, const SkIRect& b, SkIRect* out) { in Subtract() function in SkRectPriv
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_time_test.cc48 TEST_F(QuicTimeDeltaTest, Subtract) { in TEST_F() argument
139 TEST_F(QuicTimeTest, Subtract) { in TEST_F() argument
H A Dquic_time.cc73 QuicWallTime QuicWallTime::Subtract(QuicTime::Delta delta) const { in Subtract() function in quic::QuicWallTime
/aosp_15_r20/external/webrtc/modules/desktop_capture/
H A Ddesktop_region.cc275 void DesktopRegion::Subtract(const DesktopRegion& region) { in Subtract() function in webrtc::DesktopRegion
364 void DesktopRegion::Subtract(const DesktopRect& rect) { in Subtract() function in webrtc::DesktopRegion
/aosp_15_r20/system/logging/logd/
H A DLogStatistics.h161 void Subtract(const TKey& key, const LogStatisticsElement& element) { in Subtract() function
196 bool Subtract(const LogStatisticsElement& element) { in Subtract() function
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/function/
H A DSubtract.java27 public class Subtract implements BivariateFunction { class
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/include/
H A Drtp_rtcp_defines.h322 void Subtract(const RtpPacketCounter& other) { in Subtract() function
375 void Subtract(const StreamDataCounters& other) { in Subtract() function
H A Drtcp_statistics.h37 void Subtract(const RtcpPacketTypeCounter& other) { in Subtract() function
/aosp_15_r20/external/libchrome/ui/gfx/geometry/
H A Dvector2d.cc23 void Vector2d::Subtract(const Vector2d& other) { in Subtract() function in gfx::Vector2d
H A Dvector2d_f.cc26 void Vector2dF::Subtract(const Vector2dF& other) { in Subtract() function in gfx::Vector2dF
/aosp_15_r20/external/double-conversion/test/cctest/
H A Dtest-diy-fp.cc38 TEST(Subtract) { in TEST() argument
/aosp_15_r20/external/cronet/build/toolchain/win/
H A Dml.py37 def Subtract(nt, **kwargs): function
/aosp_15_r20/external/angle/build/toolchain/win/
H A Dml.py37 def Subtract(nt, **kwargs): function
/aosp_15_r20/build/soong/android/
H A Dsdk.go326 Subtract(other SdkMemberTraitSet) SdkMemberTraitSet methodSpec
360 func (s sdkMemberTraitSet) Subtract(other SdkMemberTraitSet) SdkMemberTraitSet { func
/aosp_15_r20/external/angle/src/tests/compiler_tests/
H A DConstantFoldingOverflow_test.cpp47 TEST_F(ConstantFoldingOverflowExpressionTest, Subtract) in TEST_F() argument
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Dremote_ntp_time_estimator.cc29 int64_t Subtract(NtpTime minuend, NtpTime subtrahend) { in Subtract() function
/aosp_15_r20/external/webrtc/rtc_base/numerics/
H A Dmod_ops.h32 inline unsigned long Subtract(unsigned long a, unsigned long b) { // NOLINT in Subtract() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/
H A Dfield_mask_util.h149 static void Subtract(const FieldMask& mask1, const FieldMask& mask2, in Subtract() function
/aosp_15_r20/external/protobuf/src/google/protobuf/util/
H A Dfield_mask_util.h149 static void Subtract(const FieldMask& mask1, const FieldMask& mask2, in Subtract() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/ui/gfx/geometry/
Dscroll_offset.h50 void Subtract(const ScrollOffset& other) { in Subtract() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/ui/gfx/geometry/
Dscroll_offset.h50 void Subtract(const ScrollOffset& other) { in Subtract() function
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/edwards25519/
Dscalar.go77 func (s *Scalar) Subtract(x, y *Scalar) *Scalar { func

123