Searched defs:conj (Results 1 - 12 of 12) sorted by relevance

/external/opencv3/modules/core/misc/java/src/java/
H A Dcore+Scalar.java60 public Scalar conj() { method in class:Scalar
/external/opencv3/modules/core/perf/opencl/
H A Dperf_dxt.cpp106 const bool conj = get<1>(params); local
111 OCL_TEST_CYCLE() cv::mulSpectrums(src1, src2, dst, 0, conj);
/external/eigen/test/
H A Dexceptions.cpp74 ScalarWithExceptions conj(const ScalarWithExceptions &x) { return x; } function
/external/eigen/Eigen/src/Core/products/
H A DTriangularSolverMatrix.h75 conj_if<Conjugate> conj; local
121 Scalar a = (Mode & UnitDiag) ? Scalar(1) : Scalar(1)/conj(tri(i,i));
130 b += conj(l[i3]) * r[i3];
141 r[i3] -= b * conj(l[i3]);
224 conj_if<Conjugate> conj; local
300 Scalar b = conj(rhs(IsLower ? j+1+k3 : absolute_j2+k3,j));
305 Scalar b = (Mode & UnitDiag) ? Scalar(1) : Scalar(1)/conj(rhs(j,j));
/external/opencv/cxcore/src/
H A D_cxcore.h166 inline CvComplex32f conj(CvComplex32f a) function
256 inline CvComplex64f conj(CvComplex64f a) function
/external/eigen/Eigen/src/Core/
H A DMathFunctions.h189 * Implementation of conj *
206 using std::conj;
207 return conj(x);
593 inline EIGEN_MATHFUNC_RETVAL(conj, Scalar) conj(const Scalar& x) function in namespace:Eigen::numext
595 return EIGEN_MATHFUNC_IMPL(conj, Scalar)::run(x);
/external/eigen/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffScalar.h51 * - internal::conj, internal::real, internal::imag, numext::abs2.
533 inline const AutoDiffScalar<DerType>& conj(const AutoDiffScalar<DerType>& x) { return x; } function in namespace:Eigen
/external/clang/lib/Headers/
H A Dtgmath.h1283 // conj
1303 __tg_conj(double _Complex __x) {return conj(__x);}
1309 #undef conj macro
1310 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Dtgmath.h1283 // conj
1303 __tg_conj(double _Complex __x) {return conj(__x);}
1309 #undef conj macro
1310 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro
/external/opencv3/modules/core/include/opencv2/core/
H A Dtypes.hpp84 Complex conj() const;
591 Scalar_<_Tp> conj() const;
909 Complex<_Tp> Complex<_Tp>::conj() const function in class:cv::Complex
1982 Scalar_<_Tp> Scalar_<_Tp>::conj() const function in class:cv::Scalar_
2144 return b.conj() * s;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...

Completed in 1001 milliseconds