Home
last modified time | relevance | path

Searched defs:Accumulator (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp675 struct CV_EXPORTS Accumulator struct
677 typedef T Type;
680 template<> struct Accumulator<unsigned char> { typedef float Type; }; argument
681 template<> struct Accumulator<unsigned short> { typedef float Type; }; struct
682 template<> struct Accumulator<char> { typedef float Type; }; struct
683 template<> struct Accumulator<short> { typedef float Type; }; struct
/external/opencv3/modules/flann/include/opencv2/flann/
Ddist.h70 struct Accumulator { typedef T Type; }; argument
/external/llvm/include/llvm/ProfileData/
DSampleProf.h49 inline sampleprof_error MergeResult(sampleprof_error &Accumulator, in MergeResult()
DInstrProf.h187 inline instrprof_error MergeResult(instrprof_error &Accumulator, in MergeResult()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp5890 std::string Accumulator; in CodeCompleteObjCSelector() local