Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 257) sorted by relevance

1234567891011

/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/bench/
Dquatmul.cpp9 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
DbenchVecAdd.cpp27 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()
Dbench_gemm.cpp61 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
DbenchmarkSlice.cpp26 int r, c, nr, nc; in main() local
Dproduct_threshold.cpp39 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/
Dlevel3_impl.h43 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
Dlevel1_real_impl.h64 Scalar c = *reinterpret_cast<Scalar*>(pc); in EIGEN_BLAS_FUNC() local
Dlevel2_real_impl.h77 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/
Dcxx11_tensor_image_patch.cpp87 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 …]
Dcxx11_meta.cpp77 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/
Dsparse_block.cpp59 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
Dcorners.cpp22 Index c = internal::random<Index>(1,cols); in corners() local
54 c = CCols, in corners_fixedsize() enumerator
Dqr_colpivoting.cpp46 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
Dupperbidiagonalization.cpp26 MatrixType c = ubd.householderU() * b * ubd.householderV().adjoint(); in upperbidiag() local
Dumeyama.cpp100 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
Dproduct_trsolve.cpp71 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/
DMatrixBase_cwiseProduct.cpp2 Matrix3i c = a.cwiseProduct(b); variable
DMatrixBase_noalias.cpp1 Matrix2d a, b, c; a << 1,2,3,4; b << 5,6,7,8; variable
DCwise_product.cpp2 Array33i c = a * b; variable
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/OrderingMethods/
DEigen_Colamd.h119 #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/
DJacobi.h43 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/
Deigen_gen_credits.cpp171 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/
DDeterminant.h19 (const MatrixBase<Derived>& matrix, int a, int b, int c) in bruteforce_det3_helper()
/applications/sample/camera/launcher/launcher/src/main/cpp/
Dapp_info.cpp99 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/
DUmeyama.h148 const Scalar c = Scalar(1)/src_var * svd.singularValues().dot(S); variable

1234567891011