Home
last modified time | relevance | path

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

12

/external/skia/src/core/
DSkRectPriv.h79 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
DSkRect.cpp248 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/
Dvector2d.cc23 void Vector2d::Subtract(const Vector2d& other) { in Subtract() function in gfx::Vector2d
Dvector2d_f.cc26 void Vector2dF::Subtract(const Vector2dF& other) { in Subtract() function in gfx::Vector2dF
Dscroll_offset.h47 void Subtract(const ScrollOffset& other) { in Subtract() function
Dvector3d_f.cc32 void Vector3dF::Subtract(const Vector3dF& other) { in Subtract() function in gfx::Vector3dF
Dmatrix3_f.cc107 Matrix3F Matrix3F::Subtract(const Matrix3F& rhs) const { in Subtract() function in gfx::Matrix3F
Drect_f.cc133 void RectF::Subtract(const RectF& rect) { in Subtract() function in gfx::RectF
Drect.cc207 void Rect::Subtract(const Rect& rect) { in Subtract() function in gfx::Rect
/external/angle/src/tests/compiler_tests/
DConstantFoldingOverflow_test.cpp47 TEST_F(ConstantFoldingOverflowExpressionTest, Subtract) in TEST_F() argument
/external/webrtc/rtc_base/numerics/
Dmod_ops.h32 inline unsigned long Subtract(unsigned long a, unsigned long b) { // NOLINT in Subtract() function
Dmod_ops_unittest.cc49 TEST_F(TestModOps, Subtract) { in TEST_F() argument
/external/protobuf/src/google/protobuf/util/
Dfield_mask_util.h131 static void Subtract(const FieldMask& mask1, const FieldMask& mask2, in Subtract() function
/external/webrtc/modules/rtp_rtcp/include/
Drtcp_statistics.h60 void Subtract(const RtcpPacketTypeCounter& other) { in Subtract() function
Drtp_rtcp_defines.h308 void Subtract(const RtpPacketCounter& other) { in Subtract() function
354 void Subtract(const StreamDataCounters& other) { in Subtract() function
/external/llvm-project/flang/include/flang/Evaluate/
Dexpression.h281 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/
Ddouble-conversion-diy-fp.h66 void Subtract(const DiyFp& other) { in Subtract() function
/external/icu/icu4c/source/i18n/
Ddouble-conversion-diy-fp.h66 void Subtract(const DiyFp& other) { in Subtract() function
/external/webrtc/modules/desktop_capture/
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
/external/llvm/unittests/Support/
DBlockFrequencyTest.cpp91 TEST(BlockFrequencyTest, Subtract) { in TEST() argument
/external/llvm-project/llvm/unittests/Support/
DBlockFrequencyTest.cpp90 TEST(BlockFrequencyTest, Subtract) { in TEST() argument
/external/llvm-project/flang/lib/Evaluate/
Dcomplex.cpp24 ValueWithRealFlags<Complex<R>> Complex<R>::Subtract( in Subtract() function in Fortran::evaluate::value::Complex
/external/llvm-project/mlir/unittests/Analysis/
DPresburgerSetTest.cpp211 TEST(SetTest, Subtract) { in TEST() argument
/external/libchrome/base/metrics/
Dhistogram_samples.cc212 void HistogramSamples::Subtract(const HistogramSamples& other) { in Subtract() function in base::HistogramSamples
/external/tensorflow/tensorflow/python/keras/layers/
Dmerge.py258 class Subtract(_Merge): class

12