/external/skia/src/core/ |
D | SkRectPriv.h | 79 static SkRect Subtract(const SkRect& a, const SkRect& b) { in Subtract() function 84 static SkIRect Subtract(const SkIRect& a, const SkIRect& b) { in Subtract() function
|
D | SkRect.cpp | 248 bool SkRectPriv::Subtract(const SkRect& a, const SkRect& b, SkRect* out) { in Subtract() function in SkRectPriv 252 bool SkRectPriv::Subtract(const SkIRect& a, const SkIRect& b, SkIRect* out) { in Subtract() function in SkRectPriv
|
/external/libchrome/ui/gfx/geometry/ |
D | vector2d.cc | 23 void Vector2d::Subtract(const Vector2d& other) { in Subtract() function in gfx::Vector2d
|
D | vector2d_f.cc | 26 void Vector2dF::Subtract(const Vector2dF& other) { in Subtract() function in gfx::Vector2dF
|
D | scroll_offset.h | 47 void Subtract(const ScrollOffset& other) { in Subtract() function
|
D | vector3d_f.cc | 32 void Vector3dF::Subtract(const Vector3dF& other) { in Subtract() function in gfx::Vector3dF
|
D | matrix3_f.cc | 107 Matrix3F Matrix3F::Subtract(const Matrix3F& rhs) const { in Subtract() function in gfx::Matrix3F
|
D | rect_f.cc | 133 void RectF::Subtract(const RectF& rect) { in Subtract() function in gfx::RectF
|
D | rect.cc | 207 void Rect::Subtract(const Rect& rect) { in Subtract() function in gfx::Rect
|
/external/angle/src/tests/compiler_tests/ |
D | ConstantFoldingOverflow_test.cpp | 47 TEST_F(ConstantFoldingOverflowExpressionTest, Subtract) in TEST_F() argument
|
/external/webrtc/rtc_base/numerics/ |
D | mod_ops.h | 32 inline unsigned long Subtract(unsigned long a, unsigned long b) { // NOLINT in Subtract() function
|
D | mod_ops_unittest.cc | 49 TEST_F(TestModOps, Subtract) { in TEST_F() argument
|
/external/protobuf/src/google/protobuf/util/ |
D | field_mask_util.h | 131 static void Subtract(const FieldMask& mask1, const FieldMask& mask2, in Subtract() function
|
/external/webrtc/modules/rtp_rtcp/include/ |
D | rtcp_statistics.h | 60 void Subtract(const RtcpPacketTypeCounter& other) { in Subtract() function
|
D | rtp_rtcp_defines.h | 308 void Subtract(const RtpPacketCounter& other) { in Subtract() function 354 void Subtract(const StreamDataCounters& other) { in Subtract() function
|
/external/llvm-project/flang/include/flang/Evaluate/ |
D | expression.h | 281 template <typename A> struct Subtract : public Operation<Subtract<A>, A, A, A> { struct 284 using Base = Operation<Subtract, A, A, A>; argument
|
/external/icu/libicu/cts_headers/ |
D | double-conversion-diy-fp.h | 66 void Subtract(const DiyFp& other) { in Subtract() function
|
/external/icu/icu4c/source/i18n/ |
D | double-conversion-diy-fp.h | 66 void Subtract(const DiyFp& other) { in Subtract() function
|
/external/webrtc/modules/desktop_capture/ |
D | desktop_region.cc | 275 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
|
/external/llvm/unittests/Support/ |
D | BlockFrequencyTest.cpp | 91 TEST(BlockFrequencyTest, Subtract) { in TEST() argument
|
/external/llvm-project/llvm/unittests/Support/ |
D | BlockFrequencyTest.cpp | 90 TEST(BlockFrequencyTest, Subtract) { in TEST() argument
|
/external/llvm-project/flang/lib/Evaluate/ |
D | complex.cpp | 24 ValueWithRealFlags<Complex<R>> Complex<R>::Subtract( in Subtract() function in Fortran::evaluate::value::Complex
|
/external/llvm-project/mlir/unittests/Analysis/ |
D | PresburgerSetTest.cpp | 211 TEST(SetTest, Subtract) { in TEST() argument
|
/external/libchrome/base/metrics/ |
D | histogram_samples.cc | 212 void HistogramSamples::Subtract(const HistogramSamples& other) { in Subtract() function in base::HistogramSamples
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | merge.py | 258 class Subtract(_Merge): class
|