OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sum_type
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/SemaCXX/
decltype-pr4444.cpp
6
typedef decltype(t+2)
sum_type
;
member in struct:TestStruct
/external/opencv3/modules/hal/include/opencv2/hal/
intrin.hpp
67
typedef _Tp
sum_type
;
typedef in struct:cv::V_TypeTraits
82
typedef int
sum_type
;
typedef in struct:cv::V_TypeTraits
99
typedef int
sum_type
;
typedef in struct:cv::V_TypeTraits
116
typedef int
sum_type
;
typedef in struct:cv::V_TypeTraits
134
typedef int
sum_type
;
typedef in struct:cv::V_TypeTraits
153
typedef unsigned
sum_type
;
typedef in struct:cv::V_TypeTraits
169
typedef int
sum_type
;
typedef in struct:cv::V_TypeTraits
186
typedef uint64
sum_type
;
typedef in struct:cv::V_TypeTraits
201
typedef int64
sum_type
;
typedef in struct:cv::V_TypeTraits
217
typedef float
sum_type
;
typedef in struct:cv::V_TypeTraits
247
typedef double
sum_type
;
typedef in struct:cv::V_TypeTraits
[
all
...]
intrin_cpp.hpp
348
template<typename _Tp, int n> inline typename V_TypeTraits<_Tp>::
sum_type
v_reduce_sum(const v_reg<_Tp, n>& a)
350
typename V_TypeTraits<_Tp>::
sum_type
c = a.s[0];
/external/opencv3/modules/photo/src/cuda/
nlm.cu
397
typedef typename TypeVec<float, VecTraits<T>::cn>::vec_type
sum_type
;
400
sum_type
sum = VecTraits<
sum_type
>::all(0);
416
sum = sum + weight * saturate_cast<
sum_type
>(src(sy + y, sx + x));
Completed in 1325 milliseconds