Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
D_cxcore.h166 inline CvComplex32f conj(CvComplex32f a) in conj() function
256 inline CvComplex64f conj(CvComplex64f a) in conj() function
/external/opencv3/modules/core/perf/opencl/
Dperf_dxt.cpp106 const bool conj = get<1>(params); in OCL_PERF_TEST_P() local
/external/opencv3/modules/core/misc/java/src/java/
Dcore+Scalar.java60 public Scalar conj() { in conj() method in Scalar
/external/opencv3/modules/cudaarithm/src/cuda/
Dmul_spectrums.cu80 __device__ __forceinline__ float2 conj(const float2& a) in conj() function
/external/eigen/test/
Dexceptions.cpp74 ScalarWithExceptions conj(const ScalarWithExceptions &x) { return x; } in conj() function
/external/opencv3/modules/core/include/opencv2/core/
Dmatx.hpp961 Vec<float, 2> Vec<float, 2>::conj() const in conj() function in cv::Vec
967 Vec<double, 2> Vec<double, 2>::conj() const in conj() function in cv::Vec
973 Vec<float, 4> Vec<float, 4>::conj() const in conj() function in cv::Vec
979 Vec<double, 4> Vec<double, 4>::conj() const in conj() function in cv::Vec
Dtypes.hpp909 Complex<_Tp> Complex<_Tp>::conj() const in conj() function in cv::Complex
1982 Scalar_<_Tp> Scalar_<_Tp>::conj() const in conj() function in cv::Scalar_
/external/clang/lib/Headers/
Dtgmath.h1310 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro