Home
last modified time | relevance | path

Searched refs:minuend (Results 1 – 20 of 20) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstvalue.c91 const GValue * minuend, const GValue * subtrahend);
124 GType minuend; member
5301 gst_value_subtract_int_int_range (GValue * dest, const GValue * minuend, in gst_value_subtract_int_int_range() argument
5307 gint val = g_value_get_int (minuend); in gst_value_subtract_int_int_range()
5317 gst_value_init_and_copy (dest, 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() argument
5380 gint min = gst_value_get_int_range_min (minuend); in gst_value_subtract_int_range_int()
5381 gint max = gst_value_get_int_range_max (minuend); in gst_value_subtract_int_range_int()
5382 gint step = gst_value_get_int_range_step (minuend); in gst_value_subtract_int_range_int()
5393 gst_value_init_and_copy (dest, minuend); in gst_value_subtract_int_range_int()
[all …]
Dgstvalue.h721 const GValue * minuend,
797 const GValue *minuend,
800 gboolean gst_value_can_subtract (const GValue *minuend,
Dgstcaps.c1832 gst_caps_structure_subtract (GSList ** into, const GstStructure * minuend, in gst_caps_structure_subtract() argument
1838 e.subtract_from = minuend; in gst_caps_structure_subtract()
1869 gst_caps_subtract (GstCaps * minuend, GstCaps * subtrahend) in gst_caps_subtract() argument
1877 g_return_val_if_fail (minuend != NULL, NULL); in gst_caps_subtract()
1880 if (CAPS_IS_EMPTY (minuend) || CAPS_IS_ANY (subtrahend)) { in gst_caps_subtract()
1885 return gst_caps_ref (minuend); in gst_caps_subtract()
1893 g_return_val_if_fail (!CAPS_IS_ANY (minuend), NULL); in gst_caps_subtract()
1897 src = _gst_caps_copy (minuend); in gst_caps_subtract()
Dgstcaps.h518 GstCaps * gst_caps_subtract (GstCaps *minuend,
/third_party/boost/boost/icl/concept/
Dinterval_set.hpp153 erase(Type& object, const typename Type::segment_type& minuend) in erase() argument
155 return icl::subtract(object, minuend); in erase()
160 erase(Type& object, const typename Type::element_type& minuend) in erase() argument
162 return icl::subtract(object, minuend); in erase()
/third_party/boost/boost/icl/
Dinterval_base_set.hpp542 ::subtract(const segment_type& minuend) in subtract() argument
544 if(icl::is_empty(minuend)) in subtract()
547 std::pair<iterator, iterator> exterior = equal_range(minuend); in subtract()
555 interval_type left_resid = right_subtract(*first_, minuend); in subtract()
558 right_resid = left_subtract(*last_ , minuend); in subtract()
Dinterval_base_map.hpp1071 ::_subtract(const segment_type& minuend) in _subtract() argument
1073 interval_type inter_val = minuend.first; in _subtract()
1077 const codomain_type& co_val = minuend.second; in _subtract()
1218 ::erase(const segment_type& minuend) in erase() argument
1220 interval_type inter_val = minuend.first; in erase()
1224 const codomain_type& co_val = minuend.second; in erase()
1280 ::erase(const interval_type& minuend) in erase() argument
1282 if(icl::is_empty(minuend)) in erase()
1285 std::pair<iterator, iterator> exterior = equal_range(minuend); in erase()
1293 interval_type left_resid = right_subtract((*first_).first, minuend); in erase()
[all …]
Dmap.hpp640 … map<DomainT,CodomainT,Traits,Compare,Combine,Section,Alloc>::_subtract(const value_type& minuend) in _subtract() argument
645 iterator it_ = find(minuend.first); in _subtract()
648 Combiner()((*it_).second, minuend.second); in _subtract()
/third_party/boost/boost/icl/detail/
Dinterval_set_algo.hpp613 void subtract(Type& object, const typename Type::value_type& minuend) in subtract() argument
619 if(icl::is_empty(minuend)) return; in subtract()
621 std::pair<iterator, iterator> exterior = object.equal_range(minuend); in subtract()
628 interval_type leftResid = right_subtract(*first_, minuend); in subtract()
631 rightResid = left_subtract(*last_ , minuend); in subtract()
/third_party/skia/src/pathops/
DSkPathOpsOp.cpp295 const SkPath* minuend = &one; in OpDebug() local
299 swap(minuend, subtrahend); in OpDebug()
306 SkOpEdgeBuilder builder(*minuend, contourList, &globalState); in OpDebug()
/third_party/flutter/skia/src/pathops/
DSkPathOpsOp.cpp295 const SkPath* minuend = &one; in OpDebug() local
299 swap(minuend, subtrahend); in OpDebug()
306 SkOpEdgeBuilder builder(*minuend, contourList, &globalState); in OpDebug()
/third_party/skia/src/pdf/
DSkPDFDocument.cpp57 static size_t difference(size_t minuend, size_t subtrahend) { in difference() argument
58 return SkASSERT(minuend >= subtrahend), minuend - subtrahend; in difference()
/third_party/flutter/skia/src/pdf/
DSkPDFDocument.cpp35 static size_t difference(size_t minuend, size_t subtrahend) { in difference() argument
36 return SkASSERT(minuend >= subtrahend), minuend - subtrahend; in difference()
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dpsintrp.c1572 CF2_F16Dot16 minuend; in cf2_interpT2CharString() local
1579 minuend = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()
1582 SUB_INT32( minuend, subtrahend ) ); in cf2_interpT2CharString()
1942 CF2_F16Dot16 minuend; in cf2_interpT2CharString() local
1950 minuend = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()
1953 SUB_INT32( minuend, in cf2_interpT2CharString()
/third_party/freetype/src/psaux/
Dpsintrp.c1572 CF2_F16Dot16 minuend; in cf2_interpT2CharString() local
1579 minuend = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()
1582 SUB_INT32( minuend, subtrahend ) ); in cf2_interpT2CharString()
1942 CF2_F16Dot16 minuend; in cf2_interpT2CharString() local
1950 minuend = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()
1953 SUB_INT32( minuend, in cf2_interpT2CharString()
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsintrp.c1572 CF2_F16Dot16 minuend; in cf2_interpT2CharString() local
1579 minuend = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()
1582 SUB_INT32( minuend, subtrahend ) ); in cf2_interpT2CharString()
1947 CF2_F16Dot16 minuend; in cf2_interpT2CharString() local
1955 minuend = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()
1958 SUB_INT32( minuend, in cf2_interpT2CharString()
/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
884 return cast<Instruction>(B->SUB(minuend, subtrahend)); in VHSUB_EMU()
/third_party/python/Lib/
Dzipfile.py2152 def _difference(minuend, subtrahend): argument
2157 return itertools.filterfalse(set(subtrahend).__contains__, minuend)
/third_party/toybox/toys/pending/
Dbc.c1395 BcNum *minuend, *subtrahend; in bc_num_s() local
1428 minuend = a; in bc_num_s()
1434 minuend = b; in bc_num_s()
1438 bc_num_copy(c, minuend); in bc_num_s()
/third_party/mindspore/mindspore/numpy/
Dmath_ops.py1966 minuend = F.tensor_slice(a, slice_start + (1,), slice_size)
1968 a = F.tensor_sub(minuend, subtrahend)