Home
last modified time | relevance | path

Searched defs:Accumulate (Results 1 – 25 of 26) sorted by relevance

12

/external/angle/third_party/abseil-cpp/absl/flags/
Dflag_benchmark.cc201 void Accumulate(typename Accumulator<T>::type& a, const T& f) { in Accumulate() function
204 void Accumulate(bool& a, bool f) { a = a || f; } in Accumulate() function
205 void Accumulate(size_t& a, const std::string& f) { a += f.size(); } in Accumulate() function
206 void Accumulate(size_t& a, const std::vector<std::string>& f) { a += f.size(); } in Accumulate() function
207 void Accumulate(bool& a, const OptionalInt& f) { a |= f.has_value(); } in Accumulate() function
208 void Accumulate(bool& a, const OptionalString& f) { a |= f.has_value(); } in Accumulate() function
209 void Accumulate(bool& a, const UDT& f) { in Accumulate() function
/external/webrtc/modules/audio_processing/aec3/
Dvector_math_unittest.cc61 TEST(VectorMath, Accumulate) { in TEST() argument
125 TEST(VectorMath, Accumulate) { in TEST() argument
Dreverb_decay_estimator.cc289 void ReverbDecayEstimator::LateReverbLinearRegressor::Accumulate(float z) { in Accumulate() function in webrtc::ReverbDecayEstimator::LateReverbLinearRegressor
321 void ReverbDecayEstimator::EarlyReverbLengthEstimator::Accumulate( in Accumulate() function in webrtc::ReverbDecayEstimator::EarlyReverbLengthEstimator
Dvector_math.h162 void Accumulate(rtc::ArrayView<const float> x, rtc::ArrayView<float> z) { in Accumulate() function
/external/libchrome/base/metrics/
Dhistogram_samples_unittest.cc57 TEST(SingleSampleTest, Accumulate) { in TEST() argument
Dsample_map.cc88 void SampleMap::Accumulate(Sample value, Count count) { in Accumulate() function in base::SampleMap
Ddummy_histogram.cc44 void Accumulate(HistogramBase::Sample value, in Accumulate() function in base::__anon43cc95590111::DummyHistogramSamples
Dpersistent_sample_map.cc111 void PersistentSampleMap::Accumulate(Sample value, Count count) { in Accumulate() function in base::PersistentSampleMap
Dsample_vector.cc35 void SampleVectorBase::Accumulate(Sample value, Count count) { in Accumulate() function in base::SampleVectorBase
Dhistogram_samples.cc102 bool HistogramSamples::AtomicSingleSample::Accumulate( in Accumulate() function in base::HistogramSamples::AtomicSingleSample
Dsample_vector_unittest.cc32 TEST_F(SampleVectorTest, Accumulate) { in TEST_F() argument
/external/llvm-project/clang/lib/Analysis/
DCFGStmtMap.cpp48 static void Accumulate(SMap &SM, CFGBlock *B) { in Accumulate() function
/external/clang/lib/Analysis/
DCFGStmtMap.cpp49 static void Accumulate(SMap &SM, CFGBlock *B) { in Accumulate() function
/external/openscreen/cast/streaming/
Dbandwidth_estimator.cc130 void BandwidthEstimator::FlowTracker::Accumulate(int32_t amount, in Accumulate() function in openscreen::cast::BandwidthEstimator::FlowTracker
/external/tensorflow/tensorflow/c/eager/
Dtape.h1022 Status ForwardAccumulator<Gradient, BackwardFunction, TapeTensor>::Accumulate( in Accumulate() function
/external/webrtc/rtc_base/
Dvirtual_socket_server.cc1095 VirtualSocketServer::Function* VirtualSocketServer::Accumulate(Function* f) { in Accumulate() function in rtc::VirtualSocketServer
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp2497 bool Accumulate) { in SearchSignedMulShort()
2537 SDValue &Src1, bool Accumulate) { in SearchSignedMulLong()
/external/abseil-cpp/absl/algorithm/
Dcontainer_test.cc377 TEST_F(NonMutatingTest, Accumulate) { in TEST_F() argument
/external/webrtc/third_party/abseil-cpp/absl/algorithm/
Dcontainer_test.cc377 TEST_F(NonMutatingTest, Accumulate) { in TEST_F() argument
/external/openscreen/third_party/abseil/src/absl/algorithm/
Dcontainer_test.cc451 TEST_F(NonMutatingTest, Accumulate) { in TEST_F() argument
/external/angle/third_party/abseil-cpp/absl/algorithm/
Dcontainer_test.cc451 TEST_F(NonMutatingTest, Accumulate) { in TEST_F() argument
/external/libtextclassifier/abseil-cpp/absl/algorithm/
Dcontainer_test.cc451 TEST_F(NonMutatingTest, Accumulate) { in TEST_F() argument
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/algorithm/
Dcontainer_test.cc451 TEST_F(NonMutatingTest, Accumulate) { in TEST_F() argument
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp14846 #define MMA_BUILTIN(Name, Types, Accumulate) \ in EmitPPCBuiltinExpr() argument
14876 bool Accumulate; in EmitPPCBuiltinExpr() local
/external/googletest/googletest/test/
Dgtest_unittest.cc846 static void Accumulate(int n) { g_sum += n; } in Accumulate() function

12