HomeSort by relevance Sort by last modified time
    Searched refs:Accumulator (Results 1 - 7 of 7) sorted by null

  /external/lldb/test/functionalities/data-formatter/data-formatter-cpp/
main.cpp 24 typedef Counter Accumulator; // should show as int
86 Accumulator* ACILookInt = new Accumulator(10);
  /frameworks/av/services/audioflinger/
AudioResamplerFirProcess.h 72 * Helper template functions for loop unrolling accumulator operations.
75 * Using a recursive template rather than an array of TO[] for the accumulator
80 class Accumulator : public Accumulator<CHANNELS-1, TO> // recursive
85 Accumulator<CHANNELS-1, TO>::clear();
90 Accumulator<CHANNELS-1, TO>::acc(coef, data);
94 Accumulator<CHANNELS-1, TO>::volume(out, gain);
101 class Accumulator<0, TO> {
192 Accumulator<CHANNELS, TO> accum;
  /external/openfst/src/include/fst/
accumulator.h 0 // accumulator.h
130 // Stores shareable data for fast log accumulator copies.
340 // Stores shareable data for cache log accumulator copies.
428 // this accumulator.
595 // Stores shareable data for replace accumulator copies.
596 template <class Accumulator, class T>
599 typedef typename Accumulator::Arc Arc;
607 ReplaceAccumulatorData(const vector<Accumulator*> &accumulators)
623 accumulators_[i] = new Accumulator;
633 Accumulator *GetAccumulator(size_t i) { return accumulators_[i];
    [all...]
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 179 Value *Accumulator = Builder.CreateAdd(Param, RecursiveReturn);
180 Builder.CreateRet(Accumulator);
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]

Completed in 321 milliseconds