HomeSort by relevance Sort by last modified time
    Searched full:conj (Results 51 - 75 of 191) sorted by null

1 23 4 5 6 7 8

  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 177 #define conj(z) __TGMATH_CPLX_ONLY(z, conj) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 177 #define conj(z) __TGMATH_CPLX_ONLY(z, conj) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 166 #define conj(z) __TGMATH_CPLX_ONLY(z, conj) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 166 #define conj(z) __TGMATH_CPLX_ONLY(z, conj) macro
  /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);
Functors.h 73 * This is a short cut for conj(x) * y which is needed for optimization purpose; in Eigen2 support mode, this becomes x * conj(y)
78 Conj = NumTraits<LhsScalar>::IsComplex
85 { return conj_helper<LhsScalar,RhsScalar,Conj,false>().pmul(a,b); }
89 { return conj_helper<Packet,Packet,Conj,false>().pmul(a,b); }
329 EIGEN_STRONG_INLINE const Scalar operator() (const Scalar& a) const { using numext::conj; return conj(a); }
    [all...]
  /external/eigen/blas/testing/
cblat3.f 689 LOGICAL CONJ, LEFT, NULL, RESET, SAME
709 CONJ = SNAME( 2: 3 ).EQ.'HE'
812 IF( CONJ )THEN
    [all...]
zblat3.f 690 LOGICAL CONJ, LEFT, NULL, RESET, SAME
710 CONJ = SNAME( 2: 3 ).EQ.'HE'
813 IF( CONJ )THEN
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h 267 dest.row(b) += numext::conj(v) * m_rhs.row(a);
394 dest.valuePtr()[k] = numext::conj(it.value());
455 dest.valuePtr()[k] = numext::conj(it.value());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
complex 376 conj(const std::complex<_Tp>& __z)
377 { return std::conj(__z); }
381 conj(_Tp __x)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
complex 375 conj(const std::complex<_Tp>& __z)
376 { return std::conj(__z); }
380 conj(_Tp __x)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
complex 375 conj(const std::complex<_Tp>& __z)
376 { return std::conj(__z); }
380 conj(_Tp __x)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
complex 376 conj(const std::complex<_Tp>& __z)
377 { return std::conj(__z); }
381 conj(_Tp __x)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
complex 376 conj(const std::complex<_Tp>& __z)
377 { return std::conj(__z); }
381 conj(_Tp __x)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
complex 376 conj(const std::complex<_Tp>& __z)
377 { return std::conj(__z); }
381 conj(_Tp __x)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
complex 376 conj(const std::complex<_Tp>& __z)
377 { return std::conj(__z); }
381 conj(_Tp __x)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
complex 375 conj(const std::complex<_Tp>& __z)
376 { return std::conj(__z); }
380 conj(_Tp __x)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
complex 375 conj(const std::complex<_Tp>& __z)
376 { return std::conj(__z); }
380 conj(_Tp __x)
  /external/eigen/blas/
level2_real_impl.h 97 func[UP] = (selfadjoint_rank1_update<Scalar,int,ColMajor,Upper,false,Conj>::run);
98 func[LO] = (selfadjoint_rank1_update<Scalar,int,ColMajor,Lower,false,Conj>::run);
level1_impl.h 126 *s = alpha*numext::conj(b)/norm;
  /external/opencv/cxcore/src/
_cxcore.h 166 inline CvComplex32f conj(CvComplex32f a) function
256 inline CvComplex64f conj(CvComplex64f a) function
  /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/eigen/Eigen/src/Cholesky/
LDLT.h 296 mat.coeffRef(i,k) = numext::conj(mat.coeffRef(index_of_biggest_in_corner,i));
297 mat.coeffRef(index_of_biggest_in_corner,i) = numext::conj(tmp);
300 mat.coeffRef(index_of_biggest_in_corner,k) = numext::conj(mat.coeff(index_of_biggest_in_corner,k));
382 mat.col(j).tail(rs) += (sigma*numext::conj(wj)/gamma)*w.tail(rs);
  /external/eigen/doc/
HiPerformance.dox 39 \code m1.noalias() += (s1*s2*conj(s3)*s4) * m2.adjoint() * m3.conjugate() \endcode
  /external/eigen/test/
product_trmm.cpp 58 VERIFY_IS_APPROX( ge_xs = (s1*mat).adjoint().template triangularView<Mode>() * ge_left.adjoint(), numext::conj(s1) * triTr.conjugate() * ge_left.adjoint());

Completed in 1393 milliseconds

1 23 4 5 6 7 8