OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InInterval
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/cudalegacy/perf/
perf_labeling.cpp
65
struct
InInterval
67
InInterval
(const int& _lo, const int& _hi) : lo(-_lo), hi(_hi) {}
77
InInterval
& operator=(const
InInterval
&);
90
InInterval
inInt(0, 2);
/external/opencv3/modules/cudalegacy/src/cuda/
ccomponetns.cu
131
template<typename T, int CH> struct
InInterval
{};
133
template<typename T> struct
InInterval
<T, 1>
136
__host__ __device__ __forceinline__
InInterval
(const float4& _lo, const float4& _hi) : lo((E)(-_lo.x)), hi((E)_hi.x) { }
147
template<typename T> struct
InInterval
<T, 3>
150
__host__ __device__ __forceinline__
InInterval
(const float4& _lo, const float4& _hi)
163
template<typename T> struct
InInterval
<T, 4>
166
__host__ __device__ __forceinline__
InInterval
(const float4& _lo, const float4& _hi)
213
typedef
InInterval
<typename IntervalsTraits<T>::dist_type, IntervalsTraits<T>::ch> Int_t;
/external/opencv3/modules/cudalegacy/test/
test_labeling.cpp
63
struct
InInterval
65
InInterval
(const int& _lo, const int& _hi) : lo(-_lo), hi(_hi) {}
80
InInterval
inInt(0, 2);
Completed in 110 milliseconds