Home
last modified time | relevance | path

Searched defs:scalar_type (Results 1 – 8 of 8) sorted by relevance

/external/opencv3/modules/cudaarithm/src/cuda/
Dnormalize.cu66 typedef typename LargerType<larger_type2, float>::type scalar_type; typedef
122 typedef typename LargerType<larger_type2, float>::type scalar_type; typedef
Dadd_weighted.cu88 typedef typename LargerType<larger_type2, float>::type scalar_type; in addWeightedImpl() typedef
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
Dvec_math.hpp548 #define CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(op, input_type, scalar_type, output_type) \ argument
825 #define CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(func_name, func, input_type, scalar_type, output_type… argument
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dvec_math.hpp537 #define CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(op, input_type, scalar_type, output_type) \ argument
814 #define CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(func_name, func, input_type, scalar_type, output_type… argument
/external/opencv3/modules/core/src/cuda/
Dgpu_mat.cu438 typedef typename LargerType<float, dst_elem_type>::type scalar_type; in convertToNoScale() typedef
460 typedef typename LargerType<float, dst_elem_type>::type scalar_type; in convertToScale() typedef
/external/opencv/cv/src/
Dcvkdtree.cpp58 typedef __scalartype scalar_type; typedef
D_cvkdtree.hpp64 typedef typename __deref::scalar_type scalar_type; typedef in CvKDTree
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c621 LLVMTypeRef scalar_type; in lp_build_any_true_range() local