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

  /frameworks/av/media/libaudioprocessing/
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/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;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProf.h 59 inline sampleprof_error MergeResult(sampleprof_error &Accumulator,
63 if (Accumulator == sampleprof_error::success &&
65 Accumulator = Result;
66 return Accumulator;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProf.h 59 inline sampleprof_error MergeResult(sampleprof_error &Accumulator,
63 if (Accumulator == sampleprof_error::success &&
65 Accumulator = Result;
66 return Accumulator;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProf.h 59 inline sampleprof_error MergeResult(sampleprof_error &Accumulator,
63 if (Accumulator == sampleprof_error::success &&
65 Accumulator = Result;
66 return Accumulator;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProf.h 59 inline sampleprof_error MergeResult(sampleprof_error &Accumulator,
63 if (Accumulator == sampleprof_error::success &&
65 Accumulator = Result;
66 return Accumulator;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProf.h 59 inline sampleprof_error MergeResult(sampleprof_error &Accumulator,
63 if (Accumulator == sampleprof_error::success &&
65 Accumulator = Result;
66 return Accumulator;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProf.h 59 inline sampleprof_error MergeResult(sampleprof_error &Accumulator,
63 if (Accumulator == sampleprof_error::success &&
65 Accumulator = Result;
66 return Accumulator;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProf.h 59 inline sampleprof_error MergeResult(sampleprof_error &Accumulator,
63 if (Accumulator == sampleprof_error::success &&
65 Accumulator = Result;
66 return Accumulator;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProf.h 59 inline sampleprof_error MergeResult(sampleprof_error &Accumulator,
63 if (Accumulator == sampleprof_error::success &&
65 Accumulator = Result;
66 return Accumulator;
  /prebuilts/go/darwin-x86/test/
closure.go 44 // Accumulator generator
  /prebuilts/go/linux-x86/test/
closure.go 44 // Accumulator generator
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 186 Value *Accumulator = Builder.CreateAdd(Param, RecursiveReturn);
187 Builder.CreateRet(Accumulator);
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 667 enum class Accumulator {
685 m_type(Accumulator::kNone),
708 if (Accumulator::kText == m_type || drawIndex != m_commandIndex ||
709 (Accumulator::kPath == m_type &&
714 if (Accumulator::kPath != m_type) {
730 m_type = Accumulator::kPath;
784 m_type = Accumulator::kNone;
797 if (Accumulator::kPath == m_type || drawIndex != m_commandIndex ||
798 (Accumulator::kText == m_type &&
802 if (Accumulator::kText != m_type)
    [all...]
  /frameworks/compile/slang/
slang_backend.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.7.3/
jsoup-1.7.3.jar 

Completed in 1014 milliseconds