| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/test/ |
| D | main.h | 327 #define VERIFY_GE(a, b) ::verify_impl(a >= b, g_test_stack.back().c_str(), __FILE__, __LINE__, EI_P… argument 328 #define VERIFY_LE(a, b) ::verify_impl(a <= b, g_test_stack.back().c_str(), __FILE__, __LINE__, EI_P… argument 331 #define VERIFY_IS_EQUAL(a, b) VERIFY(test_is_equal(a, b, true)) argument 332 #define VERIFY_IS_NOT_EQUAL(a, b) VERIFY(test_is_equal(a, b, false)) argument 333 #define VERIFY_IS_APPROX(a, b) VERIFY(verifyIsApprox(a, b)) argument 334 #define VERIFY_IS_NOT_APPROX(a, b) VERIFY(!test_isApprox(a, b)) argument 335 #define VERIFY_IS_MUCH_SMALLER_THAN(a, b) VERIFY(test_isMuchSmallerThan(a, b)) argument 336 #define VERIFY_IS_NOT_MUCH_SMALLER_THAN(a, b) VERIFY(!test_isMuchSmallerThan(a, b)) argument 337 #define VERIFY_IS_APPROX_OR_LESS_THAN(a, b) VERIFY(test_isApproxOrLessThan(a, b)) argument 338 #define VERIFY_IS_NOT_APPROX_OR_LESS_THAN(a, b) VERIFY(!test_isApproxOrLessThan(a, b)) argument [all …]
|
| D | sparse_ref.cpp | 45 EIGEN_DONT_INLINE void call_ref_1(Ref<SparseMatrix<float> > a, const B &b) { VERIFY_IS_EQUAL(a.toDe… in call_ref_1() 48 EIGEN_DONT_INLINE void call_ref_2(const Ref<const SparseMatrix<float> >& a, const B &b) { VERIFY_IS… in call_ref_2() 51 …NE void call_ref_3(const Ref<const SparseMatrix<float>, StandardCompressedFormat>& a, const B &b) { in call_ref_3() 57 EIGEN_DONT_INLINE void call_ref_4(Ref<SparseVector<float> > a, const B &b) { VERIFY_IS_EQUAL(a.toDe… in call_ref_4() 60 EIGEN_DONT_INLINE void call_ref_5(const Ref<const SparseVector<float> >& a, const B &b) { VERIFY_IS… in call_ref_5()
|
| D | boostmultiprec.cpp | 114 Real fmax(const Real& a, const Real& b) { using std::max; return max(a,b); } in fmax() 117 inline bool test_isMuchSmallerThan(const Real& a, const Real& b) { in test_isMuchSmallerThan() 121 inline bool test_isApprox(const Real& a, const Real& b) { in test_isApprox() 125 inline bool test_isApproxOrLessThan(const Real& a, const Real& b) { in test_isApproxOrLessThan() 133 Real test_relative_error(const Real &a, const Real &b) { in test_relative_error()
|
| D | product_extra.cpp | 132 MatrixType res, a(rows,0), b(0,cols); in zero_sized_objects() local 140 MatrixType res, a(rows,cols), b(cols,0); in zero_sized_objects() local 150 Matrix<Scalar,0,1> b; in zero_sized_objects() local 158 Matrix<Scalar,0,1> b; in zero_sized_objects() local 166 Matrix<Scalar,Dynamic,1> b(0,1); in zero_sized_objects() local 174 Matrix<Scalar,Dynamic,1> b(0,1); in zero_sized_objects() local 202 Matrix<float,Dynamic,Dynamic,ColMajor,5,1> b(4,0); in bug_127() local 203 a*b; in bug_127() local 274 VectorXd a, b, c(n); in aliasing_with_resize() local
|
| D | ref.cpp | 151 EIGEN_DONT_INLINE void call_ref_1(Ref<VectorXf> a, const B &b) { VERIFY_IS_EQUAL(a,b); } in call_ref_1() 153 EIGEN_DONT_INLINE void call_ref_2(const Ref<const VectorXf>& a, const B &b) { VERIFY_IS_EQUAL(a,b);… in call_ref_2() 155 EIGEN_DONT_INLINE void call_ref_3(Ref<VectorXf,0,InnerStride<> > a, const B &b) { VERIFY_IS_EQUAL(a… in call_ref_3() 157 EIGEN_DONT_INLINE void call_ref_4(const Ref<const VectorXf,0,InnerStride<> >& a, const B &b) { VERI… in call_ref_4() 159 EIGEN_DONT_INLINE void call_ref_5(Ref<MatrixXf,0,OuterStride<> > a, const B &b) { VERIFY_IS_EQUAL(a… in call_ref_5() 161 EIGEN_DONT_INLINE void call_ref_6(const Ref<const MatrixXf,0,OuterStride<> >& a, const B &b) { VERI… in call_ref_6() 163 EIGEN_DONT_INLINE void call_ref_7(Ref<Matrix<float,Dynamic,3> > a, const B &b) { VERIFY_IS_EQUAL(a,… in call_ref_7() 169 RowVectorXf b = RowVectorXf::Random(10); in call_ref() local
|
| D | jacobi.cpp | 40 MatrixType b = a; in jacobi() local 53 MatrixType b = a; in jacobi() local
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/bench/ |
| D | quat_slerp.cpp | 11 EIGEN_DONT_INLINE Q nlerp(const Q& a, const Q& b, typename Q::Scalar t) in nlerp() 17 EIGEN_DONT_INLINE Q slerp_eigen(const Q& a, const Q& b, typename Q::Scalar t) in slerp_eigen() 23 EIGEN_DONT_INLINE Q slerp_legacy(const Q& a, const Q& b, typename Q::Scalar t) in slerp_legacy() 45 EIGEN_DONT_INLINE Q slerp_legacy_nlerp(const Q& a, const Q& b, typename Q::Scalar t) in slerp_legacy_nlerp() 85 EIGEN_DONT_INLINE Q slerp_rw(const Q& a, const Q& b, typename Q::Scalar t) in slerp_rw() 109 EIGEN_DONT_INLINE Q slerp_gael(const Q& a, const Q& b, typename Q::Scalar t) in slerp_gael() 169 Qf a, b; in main() local 220 Quaternionf a,b; in main() local
|
| 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() 27 Quat b(2, 3, 4, 5); in bench() local
|
| D | benchVecAdd.cpp | 26 Scalar* b = internal::aligned_new<Scalar>(size2+4)+1; 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() 123 void matlab_cplx_real(const M& ar, const M& ai, const M& b, M& cr, M& ci) in matlab_cplx_real() 130 EIGEN_DONT_INLINE void gemm(const A& a, const B& b, C& c) in gemm() 212 B b(p,n); b.setRandom(); in main() local 327 M b(p,n); b.setRandom(); in main() local
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Geometry/ |
| D | AlignedBox.h | 189 EIGEN_DEVICE_FUNC inline bool contains(const AlignedBox& b) const in contains() 194 EIGEN_DEVICE_FUNC inline bool intersects(const AlignedBox& b) const in intersects() 210 EIGEN_DEVICE_FUNC inline AlignedBox& extend(const AlignedBox& b) in extend() 220 EIGEN_DEVICE_FUNC inline AlignedBox& clamp(const AlignedBox& b) in clamp() 230 EIGEN_DEVICE_FUNC inline AlignedBox intersection(const AlignedBox& b) const in intersection() 236 EIGEN_DEVICE_FUNC inline AlignedBox merged(const AlignedBox& b) const in merged() 274 EIGEN_DEVICE_FUNC inline NonInteger exteriorDistance(const AlignedBox& b) const in exteriorDistance() 336 …UNC inline Scalar AlignedBox<Scalar,AmbientDim>::squaredExteriorDistance(const AlignedBox& b) const in squaredExteriorDistance()
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/blas/f2c/ |
| D | datatypes.h | 19 #define min(a,b) ((a) <= (b) ? (a) : (b)) argument 20 #define max(a,b) ((a) >= (b) ? (a) : (b)) argument 21 #define dmin(a,b) (doublereal)min(a,b) argument 22 #define dmax(a,b) (doublereal)max(a,b) argument
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/blas/ |
| D | level3_impl.h | 42 const Scalar* b = reinterpret_cast<const Scalar*>(pb); in EIGEN_BLAS_FUNC() local 143 Scalar* b = reinterpret_cast<Scalar*>(pb); in EIGEN_BLAS_FUNC() local 248 Scalar* b = reinterpret_cast<Scalar*>(pb); in EIGEN_BLAS_FUNC() local 292 const Scalar* b = reinterpret_cast<const Scalar*>(pb); in EIGEN_BLAS_FUNC() local 441 const Scalar* b = reinterpret_cast<const Scalar*>(pb); in EIGEN_BLAS_FUNC() local 509 const Scalar* b = reinterpret_cast<const Scalar*>(pb); in EIGEN_BLAS_FUNC() local 635 const Scalar* b = reinterpret_cast<const Scalar*>(pb); in EIGEN_BLAS_FUNC() local
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/src/MatrixFunctions/ |
| D | MatrixExponential.h | 69 const RealScalar b[] = {120.L, 60.L, 12.L, 1.L}; in matrix_exp_pade3() local 86 const RealScalar b[] = {30240.L, 15120.L, 3360.L, 420.L, 30.L, 1.L}; in matrix_exp_pade5() local 104 const RealScalar b[] = {17297280.L, 8648640.L, 1995840.L, 277200.L, 25200.L, 1512.L, 56.L, 1.L}; in matrix_exp_pade7() local 125 const RealScalar b[] = {17643225600.L, 8821612800.L, 2075673600.L, 302702400.L, 30270240.L, in matrix_exp_pade9() local 147 const RealScalar b[] = {64764752532480000.L, 32382376266240000.L, 7771770303897600.L, in matrix_exp_pade13() local 175 const RealScalar b[] = {830034394580628357120000.L, 415017197290314178560000.L, in matrix_exp_pade17() local
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/SparseCore/ |
| D | SparseSolverBase.h | 88 solve(const MatrixBase<Rhs>& b) const in solve() 101 solve(const SparseMatrixBase<Rhs>& b) const in solve() 111 void _solve_impl(const SparseMatrixBase<Rhs> &b, SparseMatrixBase<Dest> &dest) const in _solve_impl()
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/libsamplerate/tests/ |
| D | util.h | 12 #define MAX(a,b) (((a) > (b)) ? (a) : (b)) argument 16 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/test/ |
| D | cxx11_tensor_uint128.cpp | 49 uint128_t b = (static_cast<uint128_t>(j1) << 64) + static_cast<uint128_t>(j2); in test_add() local 68 uint128_t b = (static_cast<uint128_t>(j1) << 64) + static_cast<uint128_t>(j2); in test_sub() local 87 uint128_t b = (static_cast<uint128_t>(j1) << 64) + static_cast<uint128_t>(j2); in test_mul() local 106 uint128_t b = (static_cast<uint128_t>(j1) << 64) + static_cast<uint128_t>(j2); in test_div() local 123 uint128_t b = static_cast<uint128_t>(j2); in test_misc1() local
|
| D | cxx11_tensor_image_patch.cpp | 89 for (int b = 0; b < 7; ++b) { in test_simple_patch() local 149 for (int b = 0; b < 7; ++b) { in test_simple_patch() local 229 for (int b = 0; b < input_batches; ++b) { // batch in test_patch_padding_valid() local 302 for (int b = 0; b < input_batches; ++b) { // batch in test_patch_padding_valid_same_value() local 379 for (int b = 0; b < input_batches; ++b) { // batch in test_patch_padding_same() local 578 for (int b = 0; b < 16; ++b) { in test_imagenet_patches() local 628 for (int b = 0; b < 32; ++b) { in test_imagenet_patches() local 674 for (int b = 0; b < 32; ++b) { in test_imagenet_patches() local 720 for (int b = 0; b < 32; ++b) { in test_imagenet_patches() local
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/CXX11/src/Tensor/ |
| D | TensorIntDiv.h | 88 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE uint32_t muluh(const uint32_t a, const T b) { in muluh() 97 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE uint64_t muluh(const uint64_t a, const T b) { in muluh()
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/doc/special_examples/ |
| D | Tutorial_sparse_example_details.cpp | 9 Eigen::VectorXd& b, const Eigen::VectorXd& boundary) in insertCoefficient() 19 void buildProblem(std::vector<T>& coefficients, Eigen::VectorXd& b, int n) in buildProblem()
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/IterativeLinearSolvers/ |
| D | BasicPreconditioners.h | 89 void _solve_impl(const Rhs& b, Dest& x) const in _solve_impl() 95 solve(const MatrixBase<Rhs>& b) const in solve() 219 inline const Rhs& solve(const Rhs& b) const { return b; } in solve()
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/doc/snippets/ |
| D | tut_matrix_assignment_resizing.cpp | 3 MatrixXf b(3,3); variable
|
| D | Tutorial_solve_triangular_inplace.cpp | 2 Vector3f b; variable
|
| D | LeastSquaresQR.cpp | 2 VectorXf b = VectorXf::Random(3); variable
|
| D | LeastSquaresNormalEquations.cpp | 2 VectorXf b = VectorXf::Random(3); variable
|