| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/src/FFT/ |
| D | ei_fftw_impl.h | 24 T * fftw_cast(const T* p) in fftw_cast() 30 fftw_complex * fftw_cast( const std::complex<double> * p) in fftw_cast() 36 fftwf_complex * fftw_cast( const std::complex<float> * p) in fftw_cast() 42 fftwl_complex * fftw_cast( const std::complex<long double> * p) in fftw_cast()
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/src/MatrixFunctions/ |
| D | MatrixPower.h | 51 … MatrixPowerParenthesesReturnValue(MatrixPower<MatrixType>& pow, RealScalar p) : m_pow(pow), m_p(p) in MatrixPowerParenthesesReturnValue() 136 MatrixPowerAtomic<MatrixType>::MatrixPowerAtomic(const MatrixType& T, RealScalar p) : in MatrixPowerAtomic() 176 void MatrixPowerAtomic<MatrixType>::compute2x2(ResultType& res, RealScalar p) const in compute2x2() 292 …c<MatrixType>::computeSuperDiag(const ComplexScalar& curr, const ComplexScalar& prev, RealScalar p) in computeSuperDiag() 308 MatrixPowerAtomic<MatrixType>::computeSuperDiag(RealScalar curr, RealScalar prev, RealScalar p) in computeSuperDiag() 450 void MatrixPower<MatrixType>::compute(ResultType& res, RealScalar p) in compute() 470 void MatrixPower<MatrixType>::split(RealScalar& p, RealScalar& intpart) in split() 530 void MatrixPower<MatrixType>::computeIntPower(ResultType& res, RealScalar p) in computeIntPower() 553 void MatrixPower<MatrixType>::computeFracPower(ResultType& res, RealScalar p) in computeFracPower() 611 MatrixPowerReturnValue(const Derived& A, RealScalar p) : m_A(A), m_p(p) in MatrixPowerReturnValue() [all …]
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Jacobi/ |
| D | Jacobi.h | 126 inline bool JacobiRotation<Scalar>::makeJacobi(const MatrixBase<Derived>& m, Index p, Index q) in makeJacobi() 148 void JacobiRotation<Scalar>::makeGivens(const Scalar& p, const Scalar& q, Scalar* r) in makeGivens() 156 void JacobiRotation<Scalar>::makeGivens(const Scalar& p, const Scalar& q, Scalar* r, internal::true… in makeGivens() 215 void JacobiRotation<Scalar>::makeGivens(const Scalar& p, const Scalar& q, Scalar* r, internal::fals… in makeGivens() 277 inline void MatrixBase<Derived>::applyOnTheLeft(Index p, Index q, const JacobiRotation<OtherScalar>… in applyOnTheLeft() 292 inline void MatrixBase<Derived>::applyOnTheRight(Index p, Index q, const JacobiRotation<OtherScalar… in applyOnTheRight()
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/test/ |
| D | redux.cpp | 33 Scalar s(0), p(1), minc(numext::real(m1.coeff(0))), maxc(numext::real(m1.coeff(0))); in matrixRedux() local 92 Scalar s(0), p(1); in vectorRedux() local 109 Scalar s(0), p(1); in vectorRedux() local 126 Scalar s(0), p(1); in vectorRedux() local
|
| D | jacobi.cpp | 34 Index p = internal::random<Index>(0, rows-1); in jacobi() local 47 Index p = internal::random<Index>(0, cols-1); in jacobi() local
|
| D | dynalloc.cpp | 24 char *p = (char*)internal::handmade_aligned_malloc(i); in check_handmade_aligned_malloc() local 36 char *p = (char*)internal::aligned_malloc(i); in check_aligned_malloc() local 48 float *p = internal::aligned_new<float>(i); in check_aligned_new() local
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/SparseCholesky/ |
| D | SimplicialCholesky_impl.h | 164 Index p; in factorize_preordered() local 183 Index p = Lp[k] + m_nonZerosPerCol[k]++; in factorize_preordered() local
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Geometry/ |
| D | ParametrizedLine.h | 82 EIGEN_DEVICE_FUNC RealScalar squaredDistance(const VectorType& p) const in squaredDistance() 90 …EIGEN_DEVICE_FUNC RealScalar distance(const VectorType& p) const { EIGEN_USING_STD_MATH(sqrt) retu… in distance() 93 EIGEN_DEVICE_FUNC VectorType projection(const VectorType& p) const in projection()
|
| D | AlignedBox.h | 79 …EIGEN_DEVICE_FUNC inline explicit AlignedBox(const MatrixBase<Derived>& p) : m_min(p), m_max(m_min) in AlignedBox() 182 EIGEN_DEVICE_FUNC inline bool contains(const MatrixBase<Derived>& p) const in contains() 200 EIGEN_DEVICE_FUNC inline AlignedBox& extend(const MatrixBase<Derived>& p) in extend() 267 EIGEN_DEVICE_FUNC inline NonInteger exteriorDistance(const MatrixBase<Derived>& p) const in exteriorDistance()
|
| D | Hyperplane.h | 143 …EIGEN_DEVICE_FUNC inline Scalar signedDistance(const VectorType& p) const { return normal().dot(p)… in signedDistance() 148 …EIGEN_DEVICE_FUNC inline Scalar absDistance(const VectorType& p) const { return numext::abs(signed… in absDistance() 152 …EIGEN_DEVICE_FUNC inline VectorType projection(const VectorType& p) const { return p - signedDista… in projection()
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Core/ |
| D | MathFunctionsImpl.h | 57 T p = pmadd(x2, alpha_13, alpha_11); in generic_fast_tanh_float() local 79 RealScalar p, qp; in positive_real_hypot() local
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/doc/snippets/ |
| D | Tutorial_Map_using.cpp | 9 float *p = &m2(0); // get the address storing the data for m2 variable
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/misc/ |
| D | RealSvd2x2.h | 19 void real_2x2_jacobi_svd(const MatrixType& matrix, Index p, Index q, in real_2x2_jacobi_svd()
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/src/Splines/ |
| D | Spline.h | 252 const DenseIndex p = degree; in BasisFunctions() local 300 const DenseIndex p = degree(); in operator() local 321 const DenseIndex p = spline.degree(); in derivativesImpl() local 374 const DenseIndex p, in BasisFunctionDerivativesImpl()
|
| /applications/sample/camera/launcher/launcher/src/main/cpp/ |
| D | app_info.cpp | 75 char* p = strrchr(appName_, static_cast<int>('.')); in SetLable() local
|
| /applications/standard/app_samples/code/BasicFeature/DFX/FaultLogger/entry/src/main/cpp/ |
| D | napi_init.cpp | 21 int *p = nullptr; in Add() local
|
| /applications/standard/app_samples/code/DocsSample/Drawing/NDKAPIDrawing/entry/src/main/cpp/samples/ |
| D | sample_rect.cpp | 118 …OH_Drawing_Corner_Radii p = OH_Drawing_RoundRectGetCorner(roundRect, OH_Drawing_CornerPos::CORNER_… in DrawRoundRect() local
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/CXX11/src/Tensor/ |
| D | TensorConvolution.h | 116 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Index mapCudaInputPlaneToTensorInputOffset(Index p) const { in mapCudaInputPlaneToTensorInputOffset() 140 …EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Index mapCudaOutputPlaneToTensorOutputOffset(Index p) const { in mapCudaOutputPlaneToTensorOutputOffset()
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/test/ |
| D | autodiff_scalar.cpp | 46 Deriv1 p = Deriv1::Random(); in check_hyperbolic_functions() local
|
| D | autodiff.cpp | 26 EIGEN_DONT_INLINE typename Vector::Scalar foo(const Vector& p) in foo() 218 Vector2f p = Vector2f::Random(); in test_autodiff_scalar() local 231 Vector2f p = Vector2f::Random(); in test_autodiff_vector() local
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Eigenvalues/ |
| D | EigenSolver.h | 418 Scalar p = Scalar(0.5) * (m_matT.coeff(i, i) - m_matT.coeff(i+1, i+1)); in compute() local 479 Scalar p = m_eivalues.coeff(n).real(); in doComputeEigenvectors() local
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/OrderingMethods/ |
| D | Amd.h | 62 StorageIndex i, p, top = 0; in cs_tdfs() local 100 ok, nel = 0, p, p1, p2, p3, p4, pj, pk, pk1, pk2, pn, q, t, h; in minimum_degree_ordering() local
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/IterativeLinearSolvers/ |
| D | IncompleteCholesky.h | 351 Index p = colPtr[j+1] - colPtr[j] - 1 ; in factorize() local 383 Index p = colPtr(col+1) - jk; in updateList() local
|
| D | BiCGSTAB.h | 56 VectorType v = VectorType::Zero(n), p = VectorType::Zero(n); in bicgstab() local
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/bench/ |
| D | BenchTimer.h | 30 static void escape(void *p) { in escape()
|