Home
last modified time | relevance | path

Searched defs:minuend (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/boost/icl/concept/
Dinterval_set.hpp153 erase(Type& object, const typename Type::segment_type& minuend) in erase()
160 erase(Type& object, const typename Type::element_type& minuend) in erase()
/third_party/gstreamer/gstreamer/gst/
Dgstvalue.c124 GType minuend; member
5301 gst_value_subtract_int_int_range (GValue * dest, const GValue * minuend, in gst_value_subtract_int_int_range()
5377 gst_value_subtract_int_range_int (GValue * dest, const GValue * minuend, in gst_value_subtract_int_range_int()
5413 gst_value_subtract_int_range_int_range (GValue * dest, const GValue * minuend, in gst_value_subtract_int_range_int_range()
5449 gst_value_subtract_int64_int64_range (GValue * dest, const GValue * minuend, in gst_value_subtract_int64_int64_range()
5524 gst_value_subtract_int64_range_int64 (GValue * dest, const GValue * minuend, in gst_value_subtract_int64_range_int64()
5562 const GValue * minuend, const GValue * subtrahend) in gst_value_subtract_int64_range_int64_range()
5598 gst_value_subtract_double_double_range (GValue * dest, const GValue * minuend, in gst_value_subtract_double_double_range()
5614 gst_value_subtract_double_range_double (GValue * dest, const GValue * minuend, in gst_value_subtract_double_range_double()
5626 const GValue * minuend, const GValue * subtrahend) in gst_value_subtract_double_range_double_range()
[all …]
Dgstcaps.c1832 gst_caps_structure_subtract (GSList ** into, const GstStructure * minuend, in gst_caps_structure_subtract()
1869 gst_caps_subtract (GstCaps * minuend, GstCaps * subtrahend) in gst_caps_subtract()
/third_party/skia/src/pathops/
DSkPathOpsOp.cpp295 const SkPath* minuend = &one; in OpDebug() local
/third_party/flutter/skia/src/pathops/
DSkPathOpsOp.cpp295 const SkPath* minuend = &one; in OpDebug() local
/third_party/boost/boost/icl/
Dinterval_base_map.hpp1071 ::_subtract(const segment_type& minuend) in _subtract()
1218 ::erase(const segment_type& minuend) in erase()
1280 ::erase(const interval_type& minuend) in erase()
Dinterval_base_set.hpp542 ::subtract(const segment_type& minuend) in subtract()
Dmap.hpp640 … map<DomainT,CodomainT,Traits,Compare,Combine,Section,Alloc>::_subtract(const value_type& minuend) in _subtract()
/third_party/flutter/skia/src/pdf/
DSkPDFDocument.cpp35 static size_t difference(size_t minuend, size_t subtrahend) { in difference()
/third_party/skia/src/pdf/
DSkPDFDocument.cpp57 static size_t difference(size_t minuend, size_t subtrahend) { in difference()
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dpsintrp.c1572 CF2_F16Dot16 minuend; in cf2_interpT2CharString() local
1942 CF2_F16Dot16 minuend; in cf2_interpT2CharString() local
/third_party/freetype/src/psaux/
Dpsintrp.c1572 CF2_F16Dot16 minuend; in cf2_interpT2CharString() local
1942 CF2_F16Dot16 minuend; in cf2_interpT2CharString() local
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsintrp.c1572 CF2_F16Dot16 minuend; in cf2_interpT2CharString() local
1947 CF2_F16Dot16 minuend; in cf2_interpT2CharString() local
/third_party/boost/boost/icl/detail/
Dinterval_set_algo.hpp613 void subtract(Type& object, const typename Type::value_type& minuend) in subtract()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp882 auto minuend = B->VSHUFFLE(src0, src1, B->C({0, 2, 8, 10, 4, 6, 12, 14})); in VHSUB_EMU() local
/third_party/python/Lib/
Dzipfile.py2152 def _difference(minuend, subtrahend): argument
/third_party/toybox/toys/pending/
Dbc.c1395 BcNum *minuend, *subtrahend; in bc_num_s() local