Home
last modified time | relevance | path

Searched defs:adder (Results 1 – 25 of 33) sorted by relevance

12

/third_party/boost/libs/local_function/test/
Dadd_typed.cpp19 struct adder { struct
20 adder(void) : sum_(0) {} in adder() function
25 bind(adder*) this_, int num, return int) { in sum() argument
42 BOOST_TEST(adder().sum(v) == 60); in main() argument
Dadd_typed_seq.cpp13 struct adder { struct
14 adder(void) : sum_(0) {} in adder() function
18 (bind(adder*) this_) (int num) (return int) ) { in sum() argument
34 BOOST_TEST(adder().sum(v) == 60); in main() argument
Dadd_this_seq.cpp18 struct adder { struct
19 adder() : sum_(0) {} in adder() argument
40 BOOST_TEST(adder().sum(v) == 60); in main() argument
Dadd_this.cpp24 struct adder { struct
25 adder() : sum_(0) {} in adder() argument
46 BOOST_TEST(adder().sum(v) == 60); in main() argument
/third_party/gstreamer/gstplugins_base/gst/adder/
Dgstadder.c234 GstAdder *adder; in gst_adder_sink_getcaps() local
353 gst_adder_setcaps (GstAdder * adder, GstPad * pad, GstCaps * orig_caps) in gst_adder_setcaps()
429 gst_adder_query_duration (GstAdder * adder, GstQuery * query) in gst_adder_query_duration()
502 GstAdder *adder = GST_ADDER (parent); in gst_adder_src_query() local
588 forward_event (GstAdder * adder, GstEvent * event, gboolean flush) in forward_event()
636 GstAdder *adder; in gst_adder_src_event() local
774 GstAdder *adder = GST_ADDER (user_data); in gst_adder_sink_event() local
883 gst_adder_init (GstAdder * adder) in gst_adder_init()
919 GstAdder *adder = GST_ADDER (object); in gst_adder_dispose() local
941 GstAdder *adder = GST_ADDER (object); in gst_adder_set_property() local
[all …]
Dmeson.build23 adder = library('gstadder', variable
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dadder.c57 setup_pipeline (GstElement * adder, gint num_srcs) in setup_pipeline()
198 GstElement *pipeline, *adder; in GST_START_TEST() local
253 GstElement *bin, *src1, *src2, *adder, *sink; in GST_START_TEST() local
380 GstElement *bin, *adder; in GST_START_TEST() local
438 GstElement *bin, *src, *adder; in GST_START_TEST() local
517 GstElement *bin, *src1 = NULL, *src2, *ac1, *ac2, *adder, *sink; in GST_START_TEST() local
599 GstElement *bin, *src1, *src2, *adder, *sink; in GST_START_TEST() local
665 GstElement *bin, *src, *adder, *sink; in GST_START_TEST() local
749 GstElement *bin, *adder, *sink; in GST_START_TEST() local
849 GstElement *bin, *src[3], *adder, *sink; in GST_START_TEST() local
[all …]
/third_party/boost/boost/spirit/home/karma/string/
Dsymbols.hpp388 struct adder struct
391 struct result { typedef adder const& type; };
393 adder(symbols& sym) in adder() function
400 operator()(Attr const& attr, T const& val = T()) const in operator ()()
408 operator, (Attr const& attr) const in operator ,()
414 symbols& sym;
645 struct adder struct
648 struct result { typedef adder const& type; };
650 adder(symbols& sym) in adder() function
657 operator()(Attr const& attr) const in operator ()()
[all …]
/third_party/boost/boost/spirit/home/lex/lexer/
Dlexer.hpp112 struct adder struct
114 adder(lexer_def_& def_) in adder() argument
121 adder const& operator()(char_type c in operator ()()
136 adder const& operator()(string_type const& s in operator ()()
147 adder const& operator()( in operator ()()
184 lexer_def_& def;
/third_party/boost/boost/spirit/home/qi/string/
Dsymbols.hpp288 struct adder struct
291 struct result { typedef adder const& type; };
293 adder(symbols& sym_) in adder() argument
300 operator()(Iterator const& first, Iterator const& last, T const& val) const in operator ()()
308 operator()(Str const& s, T const& val = T()) const in operator ()()
317 operator,(Str const& s) const in operator ,()
324 symbols& sym;
/third_party/boost/boost/math/distributions/detail/
Dinv_discrete_quantile.hpp79 typename Dist::value_type adder, in do_inverse_discrete_quantile()
371 const typename Dist::value_type& adder, in inverse_discrete_quantile()
402 const typename Dist::value_type& adder, in inverse_discrete_quantile()
445 const typename Dist::value_type& adder, in inverse_discrete_quantile()
488 const typename Dist::value_type& adder, in inverse_discrete_quantile()
516 const typename Dist::value_type& adder, in inverse_discrete_quantile()
543 const typename Dist::value_type& adder, in inverse_discrete_quantile()
/third_party/boost/boost/spirit/home/x3/string/
Dsymbols.hpp222 struct adder struct
226 operator()(Iterator first, Iterator last, T const& val) const in operator ()()
234 operator()(Str const& s, T const& val = T()) const in operator ()()
243 operator,(Str const& s) const in operator ,()
250 symbols_parser& sym;
/third_party/boost/boost/histogram/
Dunlimited_storage.hpp542 struct adder { struct in boost::histogram::unlimited_storage
544 void operator()(double* tp, buffer_type&, std::size_t i, const U& x) { in operator ()()
548 void operator()(large_int* tp, buffer_type&, std::size_t i, const large_int& x) { in operator ()()
553 void operator()(T* tp, buffer_type& b, std::size_t i, const U& x) { in operator ()()
558 void is_x_integral(std::false_type, T* tp, buffer_type& b, std::size_t i, in is_x_integral()
567 void is_x_integral(std::false_type, T* tp, buffer_type& b, std::size_t i, in is_x_integral()
576 void is_x_integral(std::true_type, T* tp, buffer_type& b, std::size_t i, const U& x) { in is_x_integral()
581 void is_x_unsigned(std::false_type, T* tp, buffer_type& b, std::size_t i, in is_x_unsigned()
590 void is_x_unsigned(std::true_type, T* tp, buffer_type& b, std::size_t i, const U& x) { in is_x_unsigned()
600 void is_x_unsigned(std::true_type, large_int* tp, buffer_type&, std::size_t i, in is_x_unsigned()
/third_party/boost/libs/spirit/classic/example/fundamental/
Dsum.cpp34 bool adder(IteratorT first, IteratorT last, double& n) in adder() function
/third_party/boost/libs/spirit/example/qi/
Dsum.cpp44 bool adder(Iterator first, Iterator last, double& n) in adder() function
/third_party/boost/libs/spirit/example/x3/
Dsum.cpp36 bool adder(Iterator first, Iterator last, double& n) in adder() function
/third_party/boost/libs/variant/test/
Dtest5.cpp64 sum_int adder; in run() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DStringRange.java56 …public static void compact(Set<String> source, Adder adder, boolean shorterPairs, boolean moreComp… in compact()
111 public static void compact(Set<String> source, Adder adder, boolean shorterPairs) { in compact()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DStringRange.java63 …public static void compact(Set<String> source, Adder adder, boolean shorterPairs, boolean moreComp… in compact()
118 public static void compact(Set<String> source, Adder adder, boolean shorterPairs) { in compact()
/third_party/python/Lib/test/
Dtest_scope.py13 def adder(y): function
27 def adder(y): function
41 def adder(y): function
57 def adder(y): function
88 def adder(y): function
/third_party/boost/libs/spirit/classic/phoenix/test/
Dmore_expressions_tests.cpp43 function<adder_> adder; variable
/third_party/boost/libs/histogram/test/
Dunlimited_storage_test.cpp194 struct adder { struct
196 void operator()(boost::mp11::mp_list<LHS, RHS>) { in operator ()()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dadder_fp32.cc124 auto adder = reinterpret_cast<AdderCPUKernel *>(cdata); in AdderImpl() local
/third_party/boost/boost/icl/
Diterator.hpp56 inline add_iterator<ContainerT> adder(ContainerT& cont, IteratorT iter_) in adder() function
/third_party/gstreamer/gstplugins_base/tests/examples/dynamic/
Dsprinkle.c34 static GstElement *pipeline, *adder; variable

12