/external/opencv3/modules/cudaarithm/src/cuda/ |
D | mul_scalar.cu | 102 …char2, float, short2>, mulScalarImpl<uchar3, float, short3>, mulScalarImpl<uchar4, float, short4>}, in mulScalar() 111 …l<char2, float, short2>, mulScalarImpl<char3, float, short3>, mulScalarImpl<char4, float, short4>}, in mulScalar() 120 …rt2, float, short2>, mulScalarImpl<ushort3, float, short3>, mulScalarImpl<ushort4, float, short4>}, in mulScalar() 128 …t2, float, ushort2>, mulScalarImpl<short3, float, ushort3>, mulScalarImpl<short4, float, ushort4>}, in mulScalar() 129 …hort2, float, short2>, mulScalarImpl<short3, float, short3>, mulScalarImpl<short4, float, short4>}, in mulScalar() 130 …Impl<short2, float, int2>, mulScalarImpl<short3, float, int3>, mulScalarImpl<short4, float, int4>}, in mulScalar() 131 …hort2, float, float2>, mulScalarImpl<short3, float, float3>, mulScalarImpl<short4, float, float4>}, in mulScalar() 132 …, double, double2>, mulScalarImpl<short3, double, double3>, mulScalarImpl<short4, double, double4>} in mulScalar()
|
D | add_scalar.cu | 105 …char2, float, short2>, addScalarImpl<uchar3, float, short3>, addScalarImpl<uchar4, float, short4>}, in addScalar() 114 …l<char2, float, short2>, addScalarImpl<char3, float, short3>, addScalarImpl<char4, float, short4>}, in addScalar() 123 …rt2, float, short2>, addScalarImpl<ushort3, float, short3>, addScalarImpl<ushort4, float, short4>}, in addScalar() 131 …t2, float, ushort2>, addScalarImpl<short3, float, ushort3>, addScalarImpl<short4, float, ushort4>}, in addScalar() 132 …hort2, float, short2>, addScalarImpl<short3, float, short3>, addScalarImpl<short4, float, short4>}, in addScalar() 133 …Impl<short2, float, int2>, addScalarImpl<short3, float, int3>, addScalarImpl<short4, float, int4>}, in addScalar() 134 …hort2, float, float2>, addScalarImpl<short3, float, float3>, addScalarImpl<short4, float, float4>}, in addScalar() 135 …, double, double2>, addScalarImpl<short3, double, double3>, addScalarImpl<short4, double, double4>} in addScalar()
|
D | sub_scalar.cu | 128 …char2, float, short2>, subScalarImpl<uchar3, float, short3>, subScalarImpl<uchar4, float, short4>}, in subScalar() 137 …l<char2, float, short2>, subScalarImpl<char3, float, short3>, subScalarImpl<char4, float, short4>}, in subScalar() 146 …rt2, float, short2>, subScalarImpl<ushort3, float, short3>, subScalarImpl<ushort4, float, short4>}, in subScalar() 154 …t2, float, ushort2>, subScalarImpl<short3, float, ushort3>, subScalarImpl<short4, float, ushort4>}, in subScalar() 155 …hort2, float, short2>, subScalarImpl<short3, float, short3>, subScalarImpl<short4, float, short4>}, in subScalar() 156 …Impl<short2, float, int2>, subScalarImpl<short3, float, int3>, subScalarImpl<short4, float, int4>}, in subScalar() 157 …hort2, float, float2>, subScalarImpl<short3, float, float3>, subScalarImpl<short4, float, float4>}, in subScalar() 158 …, double, double2>, subScalarImpl<short3, double, double3>, subScalarImpl<short4, double, double4>} in subScalar()
|
D | div_scalar.cu | 170 …char2, float, short2>, divScalarImpl<uchar3, float, short3>, divScalarImpl<uchar4, float, short4>}, in divScalar() 179 …l<char2, float, short2>, divScalarImpl<char3, float, short3>, divScalarImpl<char4, float, short4>}, in divScalar() 188 …rt2, float, short2>, divScalarImpl<ushort3, float, short3>, divScalarImpl<ushort4, float, short4>}, in divScalar() 196 …t2, float, ushort2>, divScalarImpl<short3, float, ushort3>, divScalarImpl<short4, float, ushort4>}, in divScalar() 197 …hort2, float, short2>, divScalarImpl<short3, float, short3>, divScalarImpl<short4, float, short4>}, in divScalar() 198 …Impl<short2, float, int2>, divScalarImpl<short3, float, int3>, divScalarImpl<short4, float, int4>}, in divScalar() 199 …hort2, float, float2>, divScalarImpl<short3, float, float3>, divScalarImpl<short4, float, float4>}, in divScalar() 200 …, double, double2>, divScalarImpl<short3, double, double3>, divScalarImpl<short4, double, double4>} in divScalar()
|
D | mul_mat.cu | 221 …gridTransformBinary(globPtr<short4>(src1), globPtr<float>(src2), globPtr<short4>(dst), MulOpSpecia… in mulMat_16sc4_32f()
|
D | div_mat.cu | 239 …gridTransformBinary(globPtr<short4>(src1), globPtr<float>(src2), globPtr<short4>(dst), DivOpSpecia… in divMat_16sc4_32f()
|
/external/clang/test/Sema/ |
D | ext_vector_conversions.c | 4 typedef __attribute__((ext_vector_type(4))) short short4; typedef 14 short4 vs4; in test()
|
D | vector-init.c | 39 typedef short __attribute__((vector_size(8))) short4; typedef 43 …short4 arr2[2] = { test3_helper(), test3_helper() }; // expected-error 2 {{initializing 'short4' (… in test3()
|
/external/opencv3/modules/cudawarping/src/cuda/ |
D | resize.cu | 162 OPENCV_CUDA_IMPLEMENT_RESIZE_TEX(short4) in OPENCV_CUDA_IMPLEMENT_RESIZE_TEX() 333 template <> struct ResizeNearestDispatcher<short4> : SelectImplForNearest<short4> {}; 371 template <> struct ResizeLinearDispatcher<short4> : SelectImplForLinear<short4> {}; 404 template <> struct ResizeCubicDispatcher<short4> : SelectImplForCubic<short4> {}; 475 …template void resize<short4>(const PtrStepSzb& src, const PtrStepSzb& srcWhole, int yoff, int xoff…
|
D | warp.cu | 252 OPENCV_CUDA_IMPLEMENT_WARP_TEX(short4) 336 …template void warpAffine_gpu<short4>(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, floa… 374 …template void warpPerspective_gpu<short4>(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff,…
|
D | remap.cu | 182 OPENCV_CUDA_IMPLEMENT_REMAP_TEX(short4) 259 …template void remap_gpu<short4>(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, PtrStepSz…
|
D | pyr_up.cu | 182 template void pyrUp_gpu<short4>(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
|
D | pyr_down.cu | 213 template void pyrDown_gpu<short4>(PtrStepSzb src, PtrStepSzb dst, cudaStream_t stream);
|
/external/opencv3/modules/cudawarping/src/ |
D | pyramids.cpp | 76 …pu<short> , 0 /*pyrDown_gpu<short2>*/ , pyrDown_gpu<short3> , pyrDown_gpu<short4> }, in pyrDown() 116 …yrUp_gpu<short> , 0 /*pyrUp_gpu<short2>*/ , pyrUp_gpu<short3> , pyrUp_gpu<short4> }, in pyrUp()
|
D | resize.cpp | 67 …t> , 0 /*device::resize<short2>*/ , device::resize<short3> , device::resize<short4> }, in resize()
|
D | remap.cpp | 72 …{remap_gpu<short> , 0 /*remap_gpu<short2>*/ , remap_gpu<short3> , remap_gpu<short4> }, in remap()
|
D | warp.cpp | 294 …t> , 0 /*warpAffine_gpu<short2>*/ , warpAffine_gpu<short3> , warpAffine_gpu<short4> }, in warpAffine() 433 …arpPerspective_gpu<short2>*/ , warpPerspective_gpu<short3> , warpPerspective_gpu<short4> }, in warpPerspective()
|
/external/opencv3/modules/cudafilters/src/cuda/ |
D | row_filter.16sc4.cu | 49 …template void linearRow<short4, float4>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int k…
|
D | column_filter.16sc4.cu | 49 …template void linearColumn<float4, short4>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, in…
|
/external/opencv3/modules/cudaimgproc/src/ |
D | bilateral_filter.cpp | 74 …ral_filter_gpu<short2>*/ , bilateral_filter_gpu<short3> , bilateral_filter_gpu<short4> }, in bilateralFilter()
|
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
D | type_traits_detail.hpp | 101 template <> struct IsVec<short4> { enum {value = 1}; };
|
/external/opencv3/modules/cudev/include/opencv2/cudev/util/detail/ |
D | type_traits.hpp | 89 template <> struct IsVec<short4> { enum {value = 1}; };
|
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | bilateral_filter.cu | 181 OCV_INSTANTIATE_BILATERAL_FILTER(short4)
|
/external/opencv3/modules/core/src/cuda/ |
D | gpu_mat.cu | 375 …etToWithOutMask<short>,setToWithOutMask<short2>,setToWithOutMask<short3>,setToWithOutMask<short4>}, in setTo() 406 {setToWithMask<short>,setToWithMask<short2>,setToWithMask<short3>,setToWithMask<short4>}, in setTo()
|
/external/opencv3/modules/cudafilters/src/ |
D | filtering.cpp | 348 …:linearRow<short, float>, 0, filter::linearRow<short3, float3>, filter::linearRow<short4, float4>}, in SeparableLinearFilter() 359 …lumn<float, short>, 0, filter::linearColumn<float3, short3>, filter::linearColumn<float4, short4>}, in SeparableLinearFilter()
|