Home
last modified time | relevance | path

Searched defs:accumulator (Results 1 – 25 of 41) sorted by relevance

12

/third_party/boost/libs/histogram/test/
Dhistogram_fail2.cpp13 struct accumulator { in main() struct
14 void operator()(double) {} in main()
15 void operator()(weight_type<double>, double) {} in main()
Dhistogram_fail1.cpp13 struct accumulator { in main() struct
14 void operator()() {} in main()
Dhistogram_fail3.cpp11 struct accumulator { in main() struct
12 void operator()(double) {} in main()
Dhistogram_fail4.cpp13 struct accumulator { in main() struct
14 void operator()(std::string) {} in main()
/third_party/boost/libs/fusion/example/performance/
Dsequence_efficiency.cpp81 struct accumulator struct
83 accumulator() in accumulator() function
88 void operator()(Sequence const& seq) in operator ()()
93 T sum;
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drganalysis.c523 test_buffer_square_float_mono (gint * accumulator, gint sample_rate, in test_buffer_square_float_mono()
550 test_buffer_square_float_stereo (gint * accumulator, gint sample_rate, in test_buffer_square_float_stereo()
580 test_buffer_square_int16_mono (gint * accumulator, gint sample_rate, in test_buffer_square_int16_mono()
607 test_buffer_square_int16_stereo (gint * accumulator, gint sample_rate, in test_buffer_square_int16_stereo()
726 gint accumulator = 0; in GST_START_TEST() local
1173 gint accumulator; in GST_START_TEST() local
1236 gint accumulator = 0; in GST_START_TEST() local
1285 gint accumulator = 0; in GST_START_TEST() local
1347 gint accumulator = 0; in GST_START_TEST() local
1396 gint accumulator; in GST_START_TEST() local
[all …]
/third_party/ffmpeg/libavfilter/
Dphase_template.c31 #define accumulator int macro
34 #define accumulator int64_t macro
Dvf_removelogo.c398 unsigned int accumulator = 0, divisor = 0; in blur_pixel() local
/third_party/node/deps/npm/node_modules/npm-audit-report/reporters/
Dparseable.js13 let accumulator = { variable
/third_party/grpc/src/core/lib/transport/
Dbdp_estimator.h77 int64_t accumulator() { return accumulator_; } in accumulator() function
/third_party/boost/boost/math/differentiation/
Dautodiff_cpp11.hpp123 return_type accumulator = cr.apply_coefficients( in apply_coefficients() local
141 return_type accumulator = cr.apply_coefficients_nonhorner( in apply_coefficients_nonhorner() local
167 return_type accumulator = in apply_derivatives() local
189 return_type accumulator = cr.apply_derivatives_nonhorner( in apply_derivatives_nonhorner() local
Dautodiff.hpp1044 promote<fvar<RealType, Order>, Fvar, Fvars...> accumulator = cr.apply_coefficients( in apply_coefficients() local
1064 fvar<RealType, Order> accumulator = f(i); in apply_coefficients() local
1081 promote<fvar<RealType, Order>, Fvar, Fvars...> accumulator = cr.apply_coefficients_nonhorner( in apply_coefficients_nonhorner() local
1109 fvar<RealType, Order> accumulator = fvar<RealType, Order>(f(0u)); in apply_coefficients_nonhorner() local
1133 promote<fvar<RealType, Order>, Fvar, Fvars...> accumulator = in apply_derivatives() local
1156 fvar<RealType, Order> accumulator = f(i) / factorial<root_type>(static_cast<unsigned>(i)); in apply_derivatives() local
1173 promote<fvar<RealType, Order>, Fvar, Fvars...> accumulator = cr.apply_derivatives_nonhorner( in apply_derivatives_nonhorner() local
1202 fvar<RealType, Order> accumulator = fvar<RealType, Order>(f(0u)); in apply_derivatives_nonhorner() local
1255 RealType accumulator = RealType(); in epsilon_inner_product() local
/third_party/node/deps/npm/node_modules/lodash._bindcallback/
Dindex.js34 case 4: return function(accumulator, value, index, collection) { argument
/third_party/jerryscript/tests/jerry/es2015/
Dfunction-rest-parameter.js53 return a.reduce (function (accumulator, currentValue) { return accumulator + currentValue }); argument
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DBitReader.cs37 internal long accumulator; field in Org.Brotli.Dec.BitReader
/third_party/skia/third_party/externals/brotli/java/org/brotli/enc/
DPreparedDictionaryGenerator.java71 long accumulator = 0; in generate() local
/third_party/abseil-cpp/absl/strings/internal/
Dcharconv_bigint.h324 uint64_t accumulator = 0; in DivMod() local
Dcharconv_parse.cc263 T accumulator = *out; in ConsumeDigits() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcharconv_bigint.h324 uint64_t accumulator = 0; in DivMod() local
Dcharconv_parse.cc263 T accumulator = *out; in ConsumeDigits() local
/third_party/glib/gobject/
Dgsignal.c242 SignalAccumulator *accumulator; member
1498 GSignalAccumulator accumulator, in g_signal_new()
1568 GSignalAccumulator accumulator, in g_signal_new_class_handler()
1695 GSignalAccumulator accumulator, in g_signal_newv()
1954 GSignalAccumulator accumulator, in g_signal_new_valist()
3234 SignalAccumulator *accumulator) in accumulate()
3364 SignalAccumulator *accumulator; in g_signal_emit_valist() local
3608 SignalAccumulator *accumulator; in signal_emit_unlocked_R() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas_solver_alg.cc160 int64_t accumulator = 0; in findOffset() local
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dfixed-dtoa.cc43 uint64_t accumulator; in Multiply() local
/third_party/gstreamer/gstplugins_base/gst/audiotestsrc/
Dgstaudiotestsrc.h125 gdouble accumulator; /* phase angle */ member
/third_party/mesa3d/src/intel/perf/
Dintel_perf.c941 uint64_t *accumulator) in accumulate_uint32()
951 uint64_t *accumulator) in accumulate_uint40()

12