Home
last modified time | relevance | path

Searched defs:accumulate (Results 1 – 25 of 27) sorted by relevance

12

/third_party/boost/boost/phoenix/stl/algorithm/
Diteration.hpp48 struct accumulate struct
54 struct result<This(R&, I)>
59 struct result<This(R&, I &)>
65 struct result<This(R&, I, C)>
70 struct result<This(R&, I &, C)>
77 operator()(R& r, I i) const in operator ()()
84 operator()(R& r, I i, C c) const in operator ()()
/third_party/boost/boost/fusion/algorithm/iteration/
Daccumulate.hpp22 struct accumulate struct
30 accumulate(Sequence& seq, State const& state, F f) in accumulate() function
38 accumulate(Sequence const& seq, State const& state, F f) in accumulate() function
/third_party/boost/boost/lambda/
Dnumeric.hpp25 struct accumulate { struct
28 struct sig {
36 operator()(A a, B b, C c) const in operator ()()
41 operator()(A a, B b, C c, D d) const in operator ()()
/third_party/boost/boost/mpl/
Daccumulate.hpp29 struct accumulate struct
/third_party/boost/libs/mpl/doc/src/refmanual/
Daccumulate.rst3 accumulate title
/third_party/boost/boost/range/
Dnumeric.hpp39 inline Value accumulate(const SinglePassRange& rng, Value init) in accumulate() function
48 inline Value accumulate(const SinglePassRange& rng, Value init, in accumulate() function
/third_party/boost/boost/compute/algorithm/
Daccumulate.hpp166 inline T accumulate(InputIterator first, in accumulate() function
179 inline T accumulate(InputIterator first, in accumulate() function
/third_party/boost/libs/serialization/test/
DA.cpp44 void accumulate(std::size_t & s, const T & t){ in accumulate() function
/third_party/boost/boost/hana/detail/
Dalgorithm.hpp161 constexpr T accumulate(InputIt first, InputIt last, T init, F f) { in accumulate() function
168 constexpr T accumulate(InputIt first, InputIt last, T init) { in accumulate() function
/third_party/boost/boost/numeric/ublas/tensor/
Dalgorithms.hpp139 ValueType accumulate(SizeType const p, SizeType const*const n, in accumulate() function
188 ValueType accumulate(SizeType const p, SizeType const*const n, in accumulate() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveRegUnits.cpp64 void LiveRegUnits::accumulate(const MachineInstr &MI) { in accumulate() function in LiveRegUnits
/third_party/libsoup/libsoup/
Dsoup-message-body.c367 gboolean accumulate; member
430 gboolean accumulate) in soup_message_body_set_accumulate()
/third_party/boost/libs/serialization/example/
Ddemo_dll_a.hpp152 void accumulate(std::size_t & s, const T & t){ in accumulate() function
/third_party/boost/libs/hana/example/tutorial/
Dappendix_mpl.cpp187 using accumulate = fold<Sequence, State, F>; typedef
/third_party/grpc/third_party/upb/upb/pb/
Dencoder.c205 static void accumulate(upb_pb_encoder *e) { in accumulate() function
/third_party/boost/boost/polygon/detail/
Dpolygon_formation.hpp1422 int accumulate = at2->getPolyLineSize() + at1->getPolyLineSize(); in joinChains() local
1463 int accumulate = at2->getPolyLineSize() + at1->getPolyLineSize(); in joinChains() local
/third_party/flutter/skia/src/gpu/ops/
DGrQuadPerEdgeAA.cpp350 auto accumulate = [&](const SkPoint& p) { in get_exact_coverage() local
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c2039 int accumulate; /* Accumulate component errors (don't log) */ member
/third_party/libpng/contrib/libtests/
Dpngstest.c2039 int accumulate; /* Accumulate component errors (don't log) */ member
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c2039 int accumulate; /* Accumulate component errors (don't log) */ member
/third_party/glib/gobject/
Dgsignal.c3231 accumulate (GSignalInvocationHint *ihint, in accumulate() function
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdparser.c1002 accumulate (guint64 * v, guint64 mul, guint64 add) in accumulate() function
/third_party/flutter/skia/src/core/
DSkCanvas.cpp1507 void accumulate(SkBaseDevice* device, SkRegion* rgn) { in accumulate() function in RgnAccumulator
/third_party/flutter/skia/src/opts/
DSkRasterPipeline_opts.h2466 STAGE(accumulate, const SkRasterPipeline_SamplerCtx* c) { in STAGE() argument
/third_party/skia/src/opts/
DSkRasterPipeline_opts.h2593 STAGE(accumulate, const SkRasterPipeline_SamplerCtx* c) { in STAGE() argument

12