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

/external/eigen/test/
H A Dexceptions.cpp74 ScalarWithExceptions conj(const ScalarWithExceptions &x) { return x; } function
/external/stlport/stlport/stl/
H A D_complex.h745 inline complex<_Tp> _STLP_CALL conj(const complex<_Tp>& __z) 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/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 ...

Completed in 338 milliseconds