Home
last modified time | relevance | path

Searched defs:v3 (Results 1 – 12 of 12) sorted by relevance

/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/CXX11/src/util/
DEmulateArray.h57 EIGEN_STRONG_INLINE array(const T& v1, const T& v2, const T& v3) { in array()
64 EIGEN_STRONG_INLINE array(const T& v1, const T& v2, const T& v3, in array()
73 EIGEN_STRONG_INLINE array(const T& v1, const T& v2, const T& v3, const T& v4, in array()
83 EIGEN_STRONG_INLINE array(const T& v1, const T& v2, const T& v3, const T& v4, in array()
94 EIGEN_STRONG_INLINE array(const T& v1, const T& v2, const T& v3, const T& v4, in array()
107 const T& v1, const T& v2, const T& v3, const T& v4, in array()
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/test/
Dsmallvectors.cpp24 V3 v3(x1, x2, x3); in smallVectors() local
Dinverse.cpp63 VectorType v3 = VectorType::Random(rows); in inverse() local
Dproduct_selfadjoint.cpp28 v3(rows); in product_selfadjoint() local
Dadjoint.cpp88 v3 = VectorType::Random(rows), in adjoint() local
Dsparse_vector.cpp23 SparseVectorType v1(rows), v2(rows), v3(rows); in sparse_vector() local
Dmapped_matrix.cpp174 MatrixType v3 = VectorType::Random(size); in map_not_aligned_on_scalar() local
Dgeo_quaternion.cpp65 v3 = Vector3::Random(); in quaternion() local
Dsparse_product.cpp250 DenseVector v3 = DenseVector::Random(rows); in sparse_product() local
Devaluators.cpp316 Vector3f v3; in test_evaluators() local
Dgeo_transformations.cpp219 Vector3 v3 = Vector3::Random().normalized(); in transformations() local
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/demos/opengl/
Dtrackball.cpp40 bool Trackball::mapToSphere(const Vector2i& p2, Vector3f& v3) in mapToSphere()