HomeSort by relevance Sort by last modified time
    Searched defs:conj (Results 1 - 8 of 8) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_conj.c 34 conj(double complex z) function
  /external/eigen/test/
exceptions.cpp 74 ScalarWithExceptions conj(const ScalarWithExceptions &x) { return x; } function
  /external/opencv/cxcore/src/
_cxcore.h 166 inline CvComplex32f conj(CvComplex32f a) function
256 inline CvComplex64f conj(CvComplex64f a) function
  /external/eigen/Eigen/src/Core/products/
TriangularSolverMatrix.h 75 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/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffScalar.h 51 * - 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/eigen/Eigen/src/Core/
MathFunctions.h 189 * 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/clang/lib/Headers/
tgmath.h 1283 // 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/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 513 milliseconds