OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Int2Type
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/cudalegacy/src/cuda/
NCVRuntimeTemplates.hpp
97
// class template
Int2Type
99
// Invocation:
Int2Type
<v> where v is a compile-time constant integral
104
struct
Int2Type
188
Loki::Typelist<typename Loki::
Int2Type
<1>, TList >,
195
Loki::Typelist<typename Loki::
Int2Type
<0>, TList >,
NPP_staging.cu
206
return scanElemOp( elem,
Int2Type
<(int)tbDoSqr>() );
211
template <int v> struct
Int2Type
{ enum { value = v }; };
213
static inline __host__ __device__ T_out scanElemOp(T_in elem,
Int2Type
<0>)
218
static inline __host__ __device__ T_out scanElemOp(T_in elem,
Int2Type
<1>)
[
all
...]
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
type_traits.hpp
62
//
Int2Type
64
template <int A> struct
Int2Type
Completed in 880 milliseconds