OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FastType
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/features2d/perf/opencl/
perf_fast.cpp
10
CV_ENUM(
FastType
, TYPE_5_8, TYPE_7_12)
12
typedef std::tr1::tuple<string,
FastType
> File_Type_t;
21
FastType
::all()
/external/opencv3/modules/features2d/perf/
perf_fast.cpp
10
CV_ENUM(
FastType
, TYPE_5_8, TYPE_7_12, TYPE_9_16)
12
typedef std::tr1::tuple<string,
FastType
> File_Type_t;
21
FastType
::all()
/external/eigen/unsupported/test/
alignedvector3.cpp
20
typedef AlignedVector3<Scalar>
FastType
;
23
FastType
f1(r1), f2(r2), f3(r3), f4(r4), f5(r5), f6(r6);
Completed in 79 milliseconds