| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/bench/ |
| D | quatmul.cpp | 9 EIGEN_DONT_INLINE void quatmul_default(const Quat& a, const Quat& b, Quat& c) in quatmul_default() 15 EIGEN_DONT_INLINE void quatmul_novec(const Quat& a, const Quat& b, Quat& c) in quatmul_novec() 28 Quat c; in bench() local
|
| D | benchVecAdd.cpp | 27 Scalar* c = internal::aligned_new<Scalar>(size2); in main() local 79 void benchVec(MatrixXf& a, MatrixXf& b, MatrixXf& c) in benchVec() 85 void benchVec(VectorXf& a, VectorXf& b, VectorXf& c) in benchVec() 91 void benchVec(Scalar* a, Scalar* b, Scalar* c, int size) in benchVec()
|
| D | bench_gemm.cpp | 61 void blas_gemm(const MatrixXf& a, const MatrixXf& b, MatrixXf& c) in blas_gemm() 72 EIGEN_DONT_INLINE void blas_gemm(const MatrixXd& a, const MatrixXd& b, MatrixXd& c) in blas_gemm() 83 void blas_gemm(const MatrixXcf& a, const MatrixXcf& b, MatrixXcf& c) in blas_gemm() 94 void blas_gemm(const MatrixXcd& a, const MatrixXcd& b, MatrixXcd& c) in blas_gemm() 130 EIGEN_DONT_INLINE void gemm(const A& a, const B& b, C& c) in gemm() 213 C c(m,n); c.setOnes(); in main() local
|
| D | benchmarkSlice.cpp | 26 int r, c, nr, nc; in main() local
|
| D | product_threshold.cpp | 39 EIGEN_DONT_INLINE void prod(const Lhs& a, const Rhs& b, Res& c) in prod() 49 typedef Matrix<Scalar,M,N> Res; Res c; c.setRandom(); in bench_prod() local
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/blas/ |
| D | level3_impl.h | 43 Scalar* c = reinterpret_cast<Scalar*>(pc); in EIGEN_BLAS_FUNC() local 293 Scalar* c = reinterpret_cast<Scalar*>(pc); in EIGEN_BLAS_FUNC() local 382 Scalar* c = reinterpret_cast<Scalar*>(pc); in EIGEN_BLAS_FUNC() local 442 Scalar* c = reinterpret_cast<Scalar*>(pc); in EIGEN_BLAS_FUNC() local 510 Scalar* c = reinterpret_cast<Scalar*>(pc); in EIGEN_BLAS_FUNC() local 586 Scalar* c = reinterpret_cast<Scalar*>(pc); in EIGEN_BLAS_FUNC() local 636 Scalar* c = reinterpret_cast<Scalar*>(pc); in EIGEN_BLAS_FUNC() local
|
| D | level1_real_impl.h | 64 Scalar c = *reinterpret_cast<Scalar*>(pc); in EIGEN_BLAS_FUNC() local
|
| D | level2_real_impl.h | 77 Scalar* c = reinterpret_cast<Scalar*>(pc); in EIGEN_BLAS_FUNC() local 117 Scalar* c = reinterpret_cast<Scalar*>(pc); in EIGEN_BLAS_FUNC() local
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/test/ |
| D | cxx11_tensor_image_patch.cpp | 87 for (int c = 0; c < 5; ++c) { in test_simple_patch() local 147 for (int c = 0; c < 2; ++c) { in test_simple_patch() local 227 for (int c = 0; c < ksize; ++c) { // patch cols in test_patch_padding_valid() local 300 for (int c = 0; c < ksize; ++c) { // patch cols in test_patch_padding_valid_same_value() local 377 for (int c = 0; c < ksize; ++c) { // patch cols in test_patch_padding_same() local 472 for (int c = 0; c < 5; ++c) { in test_patch_no_extra_dim() local 525 for (int c = 0; c < 2; ++c) { in test_patch_no_extra_dim() local 582 for (int c = 0; c < 11; ++c) { in test_imagenet_patches() local 632 for (int c = 0; c < 9; ++c) { in test_imagenet_patches() local 678 for (int c = 0; c < 7; ++c) { in test_imagenet_patches() local [all …]
|
| D | cxx11_meta.cpp | 77 int c; member 222 static void test_id_helper(dummy_a a, dummy_a b, dummy_a c) in test_id_helper() 314 array<int, 6> c{{4, 9, 17, 19, 27, 47}}; in test_array_zip_and_apply() local
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/test/ |
| D | sparse_block.cpp | 59 for(Index c=0; c<w; c++) in sparse_block() local 71 for(Index c=0; c<w; c++) in sparse_block() local 84 for(Index c=0; c<w; c++) in sparse_block() local 101 for(Index c=0; c<w; c++) in sparse_block() local 108 for(Index c=0; c<cols; c++) in sparse_block() local
|
| D | corners.cpp | 22 Index c = internal::random<Index>(1,cols); in corners() local 54 c = CCols, in corners_fixedsize() enumerator
|
| D | qr_colpivoting.cpp | 46 MatrixType c = q * t * z * cod.colsPermutation().inverse(); in cod() local 115 MatrixType c = q * r * qr.colsPermutation().inverse(); in qr() local 173 Matrix<Scalar,Rows,Cols> c = qr.householderQ() * r * qr.colsPermutation().inverse(); in qr_fixedsize() local 219 RealScalar c = std::sqrt(1 - s*s); in qr_kahan_matrix() local
|
| D | upperbidiagonalization.cpp | 26 MatrixType c = ubd.householderU() * b * ubd.householderV().adjoint(); in upperbidiag() local
|
| D | umeyama.cpp | 100 const Scalar c = abs(internal::random<Scalar>()); in run_test() local 134 const Scalar c = internal::random<Scalar>(0.5, 2.0); in run_fixed_size_test() local
|
| D | product_trsolve.cpp | 71 int c = internal::random<int>(0,cols-1); in trsolve() local
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/doc/snippets/ |
| D | MatrixBase_cwiseProduct.cpp | 2 Matrix3i c = a.cwiseProduct(b); variable
|
| D | MatrixBase_noalias.cpp | 1 Matrix2d a, b, c; a << 1,2,3,4; b << 5,6,7,8; variable
|
| D | Cwise_product.cpp | 2 Array33i c = a * b; variable
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/OrderingMethods/ |
| D | Eigen_Colamd.h | 119 #define COL_IS_DEAD(c) (Col [c].start < ALIVE) argument 120 #define COL_IS_ALIVE(c) (Col [c].start >= ALIVE) argument 121 #define COL_IS_DEAD_PRINCIPAL(c) (Col [c].start == DEAD_PRINCIPAL) argument 123 #define KILL_PRINCIPAL_COL(c) { Col [c].start = DEAD_PRINCIPAL ; } argument 124 #define KILL_NON_PRINCIPAL_COL(c) { Col [c].start = DEAD_NON_PRINCIPAL ; } argument 716 IndexType c ; /* a column index */ in init_scoring() local 1458 IndexType c ; /* column index */ in order_children() local 1562 IndexType c ; /* a column index */ in detect_super_cols() local 1716 IndexType c ; /* a column index */ in garbage_collection() local
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Jacobi/ |
| D | Jacobi.h | 43 JacobiRotation(const Scalar& c, const Scalar& s) : m_c(c), m_s(s) {} in JacobiRotation() 45 Scalar& c() { return m_c; } in c() function 46 Scalar c() const { return m_c; } in c() function
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/scripts/ |
| D | eigen_gen_credits.cpp | 171 contributor c; in add_online_info_into_contributors_list() local 197 contributor c; in main() local
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/LU/ |
| D | Determinant.h | 19 (const MatrixBase<Derived>& matrix, int a, int b, int c) in bruteforce_det3_helper()
|
| /applications/sample/camera/launcher/launcher/src/main/cpp/ |
| D | app_info.cpp | 99 void AppInfo::SetLocation(int16_t r, int16_t c) in SetLocation()
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Geometry/ |
| D | Umeyama.h | 148 const Scalar c = Scalar(1)/src_var * svd.singularValues().dot(S); variable
|