/external/eigen/test/ |
umeyama.cpp | 85 Q.col(0) *= numext::conj(Q.determinant());
|
product_extra.cpp | 45 VERIFY_IS_APPROX(m3.noalias() = ((s1 * m1).adjoint()) * m2, (numext::conj(s1) * m1.adjoint()).eval() * m2);
|
/external/eigen/unsupported/Eigen/ |
AdolcForward | 71 inline const adouble& conj(const adouble& x) { return x; }
|
/prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/ |
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
|
/prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/ |
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
|
/prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/ |
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
|
/prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/ |
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
|
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/ |
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
|
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/ |
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
|
/prebuilts/sdk/renderscript/clang-include/ |
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
|
/prebuilts/sdk/tools/darwin/renderscript/clang-include/ |
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/eigen/Eigen/src/Core/ |
GenericPacketMath.h | 107 /** \internal \returns conj(a) (coeff-wise) */ 109 pconj(const Packet& a) { return numext::conj(a); }
|
/external/eigen/doc/ |
AsciiQuickReference.txt | 91 R.transpose() // R.' or conj(R') 95 R.conjugate() // conj(R)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
tgmath.h | 442 #define conj(Val) __TGMATH_UNARY_IMAG (Val, conj) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
tgmath.h | 442 #define conj(Val) __TGMATH_UNARY_IMAG (Val, conj) macro
|
/external/clang/test/CodeGen/ |
libcall-declarations.c | 217 double _Complex conj(double _Complex); 305 F(cimagf), F(cimagl), F(conj), F(conjf), F(conjl), 504 // CHECK-NOERRNO: declare { double, double } @conj(double, double) [[NUW]] 593 // CHECK-ERRNO: declare { double, double } @conj(double, double) [[NUW]]
|
/external/eigen/unsupported/Eigen/src/AutoDiff/ |
AutoDiffVector.h | 25 * - internal::conj, internal::real, internal::imag, numext::abs2.
|
/external/eigen/unsupported/Eigen/src/SVD/ |
JacobiSVD.h | 382 if(svd.computeU()) svd.m_matrixU.col(p) *= conj(z); 385 if(svd.computeU()) svd.m_matrixU.col(q) *= conj(z); 389 rot.c() = conj(work_matrix.coeff(p,p)) / n; 403 if(svd.computeU()) svd.m_matrixU.col(q) *= conj(z);
|
/system/media/audio_utils/ |
fixedfft.cpp | 86 /* Returns the multiplication of \conj{a} and {b}. */
|
/external/eigen/Eigen/src/Eigenvalues/ |
Tridiagonalization.h | 348 using numext::conj; 368 * (conj(h) * matA.col(i).tail(remainingSize))); 370 hCoeffs.tail(n-i-1) += (conj(h)*Scalar(-0.5)*(hCoeffs.tail(remainingSize).dot(matA.col(i).tail(remainingSize)))) * matA.col(i).tail(n-i-1);
|
/external/eigen/Eigen/src/SVD/ |
JacobiSVD.h | 383 if(svd.computeU()) svd.m_matrixU.col(p) *= conj(z); 388 if(svd.computeU()) svd.m_matrixU.col(q) *= conj(z); 394 rot.c() = conj(work_matrix.coeff(p,p)) / n; 408 if(svd.computeU()) svd.m_matrixU.col(q) *= conj(z); [all...] |
/external/ltrace/etc/ |
libm.so.conf | 396 double_complex conj(double_complex);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
complex | 319 conj(_Tp __x)
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
complex | 319 conj(_Tp __x)
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
complex | 319 conj(_Tp __x)
|