Searched refs:Accumulator (Results 1 – 9 of 9) sorted by relevance
70 struct Accumulator { typedef T Type; }; argument72 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 …]
675 struct CV_EXPORTS Accumulator struct680 template<> struct Accumulator<unsigned char> { typedef float Type; }; argument681 template<> struct Accumulator<unsigned short> { typedef float Type; }; struct682 template<> struct Accumulator<char> { typedef float Type; }; argument683 template<> struct Accumulator<short> { typedef float Type; }; argument693 typedef typename Accumulator<T>::Type ResultType;709 typedef typename Accumulator<T>::Type ResultType;725 typedef typename Accumulator<T>::Type ResultType;
49 inline sampleprof_error MergeResult(sampleprof_error &Accumulator, in MergeResult() argument53 if (Accumulator == sampleprof_error::success && in MergeResult()55 Accumulator = Result; in MergeResult()56 return Accumulator; in MergeResult()
187 inline instrprof_error MergeResult(instrprof_error &Accumulator, in MergeResult() argument191 if (Accumulator == instrprof_error::success && in MergeResult()193 Accumulator = Result; in MergeResult()194 return Accumulator; in MergeResult()
186 Value *Accumulator = Builder.CreateAdd(Param, RecursiveReturn);187 Builder.CreateRet(Accumulator);
72 // Accumulator Registers423 // Accumulator Registers
17 ; ACC32 - Accumulator based multiply/divide on 32-bit targets
177 // Accumulator operands are needed two cycles later.
5890 std::string Accumulator; in CodeCompleteObjCSelector() local5893 if (!Accumulator.empty()) { in CodeCompleteObjCSelector()5895 Accumulator)); in CodeCompleteObjCSelector()5896 Accumulator.clear(); in CodeCompleteObjCSelector()5900 Accumulator += Sel.getNameForSlot(I); in CodeCompleteObjCSelector()5901 Accumulator += ':'; in CodeCompleteObjCSelector()5903 Builder.AddTypedTextChunk(Builder.getAllocator().CopyString( Accumulator)); in CodeCompleteObjCSelector()