Home
last modified time | relevance | path

Searched refs:subtrahend (Results 1 – 18 of 18) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstvalue.c91 const GValue * minuend, const GValue * subtrahend);
125 GType subtrahend; member
5302 const GValue * subtrahend) in gst_value_subtract_int_int_range() argument
5304 gint min = gst_value_get_int_range_min (subtrahend); in gst_value_subtract_int_int_range()
5305 gint max = gst_value_get_int_range_max (subtrahend); in gst_value_subtract_int_int_range()
5306 gint step = gst_value_get_int_range_step (subtrahend); in gst_value_subtract_int_int_range()
5378 const GValue * subtrahend) in gst_value_subtract_int_range_int() argument
5383 gint val = g_value_get_int (subtrahend); in gst_value_subtract_int_range_int()
5414 const GValue * subtrahend) in gst_value_subtract_int_range_int_range() argument
5419 gint min2 = gst_value_get_int_range_min (subtrahend); in gst_value_subtract_int_range_int_range()
[all …]
Dgstvalue.h722 const GValue * subtrahend);
798 const GValue *subtrahend);
801 const GValue *subtrahend);
Dgstcaps.c1833 const GstStructure * subtrahend) in gst_caps_structure_subtract() argument
1840 ret = gst_structure_foreach ((GstStructure *) subtrahend, in gst_caps_structure_subtract()
1869 gst_caps_subtract (GstCaps * minuend, GstCaps * subtrahend) in gst_caps_subtract() argument
1878 g_return_val_if_fail (subtrahend != NULL, NULL); in gst_caps_subtract()
1880 if (CAPS_IS_EMPTY (minuend) || CAPS_IS_ANY (subtrahend)) { in gst_caps_subtract()
1884 if (CAPS_IS_EMPTY_SIMPLE (subtrahend)) in gst_caps_subtract()
1894 sublen = GST_CAPS_LEN (subtrahend); in gst_caps_subtract()
1901 sub = gst_caps_get_structure_unchecked (subtrahend, i); in gst_caps_subtract()
1902 sub_f = gst_caps_get_features_unchecked (subtrahend, i); in gst_caps_subtract()
Dgstcaps.h519 GstCaps *subtrahend) G_GNUC_WARN_UNUSED_RESULT;
/third_party/boost/boost/icl/concept/
Delement_associator.hpp336 operator -= (Type& object, const Type& subtrahend) in operator -=() argument
338 ICL_const_FORALL(typename Type, it_, subtrahend) in operator -=()
346 operator - (Type object, const Type& subtrahend) in operator -() argument
348 return object -= subtrahend; in operator -()
Delement_map.hpp182 operator - (Type object, const typename Type::set_type& subtrahend) in operator -() argument
184 return object -= subtrahend; in operator -()
/third_party/skia/src/pathops/
DSkPathOpsOp.cpp296 const SkPath* subtrahend = &two; in OpDebug() local
299 swap(minuend, subtrahend); in OpDebug()
311 builder.addOperand(*subtrahend); in OpDebug()
/third_party/flutter/skia/src/pathops/
DSkPathOpsOp.cpp296 const SkPath* subtrahend = &two; in OpDebug() local
299 swap(minuend, subtrahend); in OpDebug()
311 builder.addOperand(*subtrahend); in OpDebug()
/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/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/third_party/externals/freetype/src/psaux/
Dpsintrp.c1573 CF2_F16Dot16 subtrahend; in cf2_interpT2CharString() local
1578 subtrahend = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()
1582 SUB_INT32( minuend, subtrahend ) ); in cf2_interpT2CharString()
1943 CF2_F16Dot16 subtrahend; in cf2_interpT2CharString() local
1949 subtrahend = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()
1954 subtrahend ) ); in cf2_interpT2CharString()
/third_party/freetype/src/psaux/
Dpsintrp.c1573 CF2_F16Dot16 subtrahend; in cf2_interpT2CharString() local
1578 subtrahend = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()
1582 SUB_INT32( minuend, subtrahend ) ); in cf2_interpT2CharString()
1943 CF2_F16Dot16 subtrahend; in cf2_interpT2CharString() local
1949 subtrahend = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()
1954 subtrahend ) ); in cf2_interpT2CharString()
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsintrp.c1573 CF2_F16Dot16 subtrahend; in cf2_interpT2CharString() local
1578 subtrahend = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()
1582 SUB_INT32( minuend, subtrahend ) ); in cf2_interpT2CharString()
1948 CF2_F16Dot16 subtrahend; in cf2_interpT2CharString() local
1954 subtrahend = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()
1959 subtrahend ) ); in cf2_interpT2CharString()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp883 auto subtrahend = B->VSHUFFLE(src0, src1, B->C({1, 3, 9, 11, 5, 7, 13, 15})); in VHSUB_EMU() local
884 return cast<Instruction>(B->SUB(minuend, subtrahend)); in VHSUB_EMU()
/third_party/toybox/toys/pending/
Dbc.c1395 BcNum *minuend, *subtrahend; in bc_num_s() local
1429 subtrahend = b; in bc_num_s()
1435 subtrahend = a; in bc_num_s()
1441 if (c->rdx < subtrahend->rdx) { in bc_num_s()
1442 bc_num_extend(c, subtrahend->rdx - c->rdx); in bc_num_s()
1445 else start = c->rdx - subtrahend->rdx; in bc_num_s()
1447 s = bc_num_subArrays(c->num + start, subtrahend->num, subtrahend->len); in bc_num_s()
/third_party/python/Lib/
Dzipfile.py2152 def _difference(minuend, subtrahend): argument
2157 return itertools.filterfalse(set(subtrahend).__contains__, minuend)
/third_party/mindspore/mindspore/numpy/
Dmath_ops.py1967 subtrahend = F.tensor_slice(a, slice_start + (0,), slice_size)
1968 a = F.tensor_sub(minuend, subtrahend)
/third_party/gstreamer/gstplugins_base/
DChangeLog144521 …gst/subparse/gstsubparse.*: Remove spurious 1000 subtrahend when calculating the timestamp from th…
144525 Remove spurious 1000 subtrahend when calculating the timestamp from