Searched defs:Accumulator (Results 1 – 5 of 5) sorted by relevance
675 struct CV_EXPORTS Accumulator struct677 typedef T Type;680 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; }; struct683 template<> struct Accumulator<short> { typedef float Type; }; struct
70 struct Accumulator { typedef T Type; }; argument
49 inline sampleprof_error MergeResult(sampleprof_error &Accumulator, in MergeResult()
187 inline instrprof_error MergeResult(instrprof_error &Accumulator, in MergeResult()
5890 std::string Accumulator; in CodeCompleteObjCSelector() local