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

  /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> {
193 Accumulator<CHANNELS, TO> accum;
  /external/opencv3/modules/flann/include/opencv2/flann/
dist.h 70 struct Accumulator { typedef T Type; };
72 struct Accumulator<unsigned char> { typedef float Type; };
74 struct Accumulator<unsigned short> { typedef float Type; };
76 struct Accumulator<unsigned int> { typedef float Type; };
78 struct Accumulator<char> { typedef float Type; };
80 struct Accumulator<short> { typedef float Type; };
82 struct Accumulator<int> { typedef float Type; };
109 typedef typename Accumulator<T>::Type ResultType;
142 typedef typename Accumulator<T>::Type ResultType;
207 typedef typename Accumulator<T>::Type ResultType
    [all...]
  /external/opencv3/modules/features2d/include/opencv2/
features2d.hpp 675 struct CV_EXPORTS Accumulator
680 template<> struct Accumulator<unsigned char> { typedef float Type; };
681 template<> struct Accumulator<unsigned short> { typedef float Type; };
682 template<> struct Accumulator<char> { typedef float Type; };
683 template<> struct Accumulator<short> { typedef float Type; };
693 typedef typename Accumulator<T>::Type ResultType;
709 typedef typename Accumulator<T>::Type ResultType;
725 typedef typename Accumulator<T>::Type ResultType;
    [all...]
  /external/llvm/include/llvm/ProfileData/
SampleProf.h 49 inline sampleprof_error MergeResult(sampleprof_error &Accumulator,
53 if (Accumulator == sampleprof_error::success &&
55 Accumulator = Result;
56 return Accumulator;
InstrProf.h 187 inline instrprof_error MergeResult(instrprof_error &Accumulator,
191 if (Accumulator == instrprof_error::success &&
193 Accumulator = Result;
194 return Accumulator;
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 186 Value *Accumulator = Builder.CreateAdd(Param, RecursiveReturn);
187 Builder.CreateRet(Accumulator);
  /frameworks/compile/slang/
slang_backend.cpp 809 llvm::SmallVector<llvm::Metadata *, 2> Accumulator;
810 Accumulator.push_back(
812 Accumulator.push_back(llvm::MDString::get(
815 addOperand(Idx++, llvm::MDTuple::get(mLLVMContext, Accumulator));
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 

Completed in 123 milliseconds