HomeSort by relevance Sort by last modified time
    Searched full:dcomplex (Results 1 - 25 of 27) sorted by null

1 2

  /device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
int_types.h 150 typedef double _Complex Dcomplex;
158 typedef struct { double real, imaginary; } Dcomplex;
  /external/compiler-rt/lib/builtins/
divdc3.c 20 COMPILER_RT_ABI Dcomplex
32 Dcomplex z;
int_types.h 150 typedef double _Complex Dcomplex;
158 typedef struct { double real, imaginary; } Dcomplex;
muldc3.c 20 COMPILER_RT_ABI Dcomplex
27 Dcomplex z;
  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixVector_BLAS.h 71 EIGEN_BLAS_SYMV_SPECIALIZE(dcomplex)
104 EIGEN_BLAS_SYMV_SPECIALIZATION(dcomplex, double, zhemv_)
TriangularMatrixVector_BLAS.h 70 EIGEN_BLAS_TRMV_SPECIALIZE(dcomplex)
151 EIGEN_BLAS_TRMV_CM(dcomplex, double, cd, z)
233 EIGEN_BLAS_TRMV_RM(dcomplex, double, cd, z)
TriangularMatrixMatrix_BLAS.h 70 EIGEN_BLAS_TRMM_SPECIALIZE(dcomplex, true)
71 EIGEN_BLAS_TRMM_SPECIALIZE(dcomplex, false)
184 EIGEN_BLAS_TRMM_L(dcomplex, double, cd, z)
294 EIGEN_BLAS_TRMM_R(dcomplex, double, cd, z)
GeneralMatrixMatrixTriangular_BLAS.h 71 // EIGEN_BLAS_RANKUPDATE_SPECIALIZE(dcomplex)
133 // EIGEN_BLAS_RANKUPDATE_C(dcomplex, double, double, zherk_)
GeneralMatrixVector_BLAS.h 85 EIGEN_BLAS_GEMV_SPECIALIZE(dcomplex)
122 EIGEN_BLAS_GEMV_SPECIALIZATION(dcomplex, double, z)
TriangularSolverMatrix_BLAS.h 88 EIGEN_BLAS_TRSM_L(dcomplex, double, z)
142 EIGEN_BLAS_TRSM_R(dcomplex, double, z)
GeneralMatrixMatrix_BLAS.h 108 GEMM_SPECIALIZATION(dcomplex, cd, double, z)
SelfadjointMatrixMatrix_BLAS.h 154 EIGEN_BLAS_HEMM_L(dcomplex, double, cd, z)
268 EIGEN_BLAS_HEMM_R(dcomplex, double, cd, z)
  /external/eigen/Eigen/src/Eigenvalues/
ComplexSchur_LAPACKE.h 84 EIGEN_LAPACKE_SCHUR_COMPLEX(dcomplex, lapack_complex_double, z, Z, ColMajor, LAPACK_COL_MAJOR)
86 EIGEN_LAPACKE_SCHUR_COMPLEX(dcomplex, lapack_complex_double, z, Z, RowMajor, LAPACK_ROW_MAJOR)
SelfAdjointEigenSolver_LAPACKE.h 80 EIGEN_LAPACKE_EIG_SELFADJ(dcomplex, lapack_complex_double, double, zheev, ColMajor, LAPACK_COL_MAJOR)
85 EIGEN_LAPACKE_EIG_SELFADJ(dcomplex, lapack_complex_double, double, zheev, RowMajor, LAPACK_ROW_MAJOR)
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR_LAPACKE.h 87 EIGEN_LAPACKE_QR_COLPIV(dcomplex, lapack_complex_double, z, ColMajor, LAPACK_COL_MAJOR)
92 EIGEN_LAPACKE_QR_COLPIV(dcomplex, lapack_complex_double, z, RowMajor, LAPACK_ROW_MAJOR)
HouseholderQR_LAPACKE.h 61 EIGEN_LAPACKE_QR_NOPIV(dcomplex, lapack_complex_double, z)
  /external/eigen/Eigen/src/SVD/
JacobiSVD_LAPACKE.h 80 EIGEN_LAPACKE_SVD(dcomplex, lapack_complex_double, double, z, ColMajor, LAPACK_COL_MAJOR)
85 EIGEN_LAPACKE_SVD(dcomplex, lapack_complex_double, double, z, RowMajor, LAPACK_ROW_MAJOR)
  /external/eigen/Eigen/src/LU/
PartialPivLU_LAPACKE.h 76 EIGEN_LAPACKE_LU_PARTPIV(dcomplex, lapack_complex_double, z)
  /external/eigen/Eigen/src/Cholesky/
LLT_LAPACKE.h 92 EIGEN_LAPACKE_LLT(dcomplex, lapack_complex_double, z)
  /external/eigen/Eigen/src/Core/util/
MKL_support.h 113 typedef std::complex<double> dcomplex; typedef in namespace:Eigen
  /external/eigen/Eigen/src/Core/
Assign_MKL.h 112 EIGEN_MKL_VML_DECLARE_UNARY_CALL(EIGENOP, EIGEN_CAT(EIGEN_VMLMODE_PREFIX(VMLMODE),z##VMLOP), dcomplex, MKL_Complex16, VMLMODE)
170 EIGEN_MKL_VML_DECLARE_POW_CALL(pow, vmzPowx, dcomplex, MKL_Complex16, LA)
  /external/tensorflow/tensorflow/core/util/
saved_tensor_slice_util.h 117 TENSOR_PROTO_EXTRACT_TYPE_COMPLEX(complex128, dcomplex, double);
  /external/eigen/Eigen/src/PaStiXSupport/
PaStiXSupport.h 15 #if defined(DCOMPLEX)
17 #define PASTIX_DCOMPLEX DCOMPLEX
  /prebuilts/sdk/renderscript/lib/x86/
libcompiler_rt.a     [all...]
  /prebuilts/sdk/renderscript/lib/arm/
libcompiler_rt.a     [all...]

Completed in 663 milliseconds

1 2