OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Ncv64f
(Results
1 - 6
of
6
) sorted by null
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
NPP_staging.hpp
404
NCVStatus nppiStDecimate_64f_C1R(
Ncv64f
*d_src, Ncv32u srcStep,
405
Ncv64f
*d_dst, Ncv32u dstStep,
473
NCVStatus nppiStDecimate_64f_C1R_host(
Ncv64f
*h_src, Ncv32u srcStep,
474
Ncv64f
*h_dst, Ncv32u dstStep,
582
NCVStatus nppiStTranspose_64f_C1R(
Ncv64f
*d_src, Ncv32u srcStride,
583
Ncv64f
*d_dst, Ncv32u dstStride, NcvSize32u srcRoi);
652
NCVStatus nppiStTranspose_64f_C1R_host(
Ncv64f
*h_src, Ncv32u srcStride,
653
Ncv64f
*h_dst, Ncv32u dstStride, NcvSize32u srcRoi);
[
all
...]
NCV.hpp
134
typedef double
Ncv64f
;
220
NCV_CT_ASSERT(sizeof(
Ncv64f
) == 8);
/external/opencv3/modules/cudalegacy/src/cuda/
NCVPixelOperations.hpp
58
template<> inline __host__ __device__
Ncv64f
_pixMaxVal<
Ncv64f
>() {return DBL_MAX;}
68
template<> inline __host__ __device__
Ncv64f
_pixMinVal<
Ncv64f
>() {return DBL_MIN;}
83
template<> struct TConvVec2Base<double1> {typedef
Ncv64f
TBase;};
84
template<> struct TConvVec2Base<double3> {typedef
Ncv64f
TBase;};
85
template<> struct TConvVec2Base<double4> {typedef
Ncv64f
TBase;};
102
template<> struct TConvBase2Vec<
Ncv64f
, 1> {typedef double1 TVec;};
103
template<> struct TConvBase2Vec<
Ncv64f
, 3> {typedef double3 TVec;};
104
template<> struct TConvBase2Vec<
Ncv64f
, 4> {typedef double4 TVec;}
[
all
...]
NPP_staging.cu
[
all
...]
/external/opencv3/modules/cudalegacy/test/
TestRectStdDev.cpp
181
const
Ncv64f
relEPS = 0.005;
186
Ncv64f
absErr = fabs(h_norm.ptr()[h_norm.stride()*i+j] - h_norm_d.ptr()[h_norm_d.stride()*i+j]);
187
Ncv64f
relErr = absErr / h_norm.ptr()[h_norm.stride()*i+j];
TestHypothesesFilter.cpp
111
Ncv64f
randVal;
Completed in 1131 milliseconds