Home
last modified time | relevance | path

Searched defs:Mat2 (Results 1 – 25 of 252) sorted by relevance

1234567891011

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/issues/
H A Dissue-4107.rs11 pub struct Mat2<T> { x: T } argument
14 impl<T> Dimensional<Vec2<T>> for Mat2<T> { } implementation
15 impl<T> Index<usize, Vec2<T>> for Mat2<T> { } implementation
24 impl<T> Matrix<T, Vec2<T>> for Mat2<T> { implementation
/dports/graphics/libgfx/libgfx-1.1.0/include/gfx/
H A Dmat2.h28 Mat2() { *this = 0.0; } in Mat2() function
29 Mat2(double a, double b, double c, double d) in Mat2() function
31 Mat2(const Vec2 &r0,const Vec2 &r1) { row[0]=r0; row[1]=r1; } in Mat2() function
32 Mat2(const Mat2 &m) { *this = m; } in Mat2() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaObjCXX/
H A Dtypo-correction.mm62 struct Mat2 { int rows; }; struct
67 Mat2 tlMat1; // expected-note {{'tlMat1' declared here}} argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaObjCXX/
H A Dtypo-correction.mm62 struct Mat2 { int rows; }; struct
67 Mat2 tlMat1; // expected-note {{'tlMat1' declared here}} argument
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaObjCXX/
H A Dtypo-correction.mm62 struct Mat2 { int rows; }; struct
67 Mat2 tlMat1; // expected-note {{'tlMat1' declared here}} argument
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaObjCXX/
H A Dtypo-correction.mm62 struct Mat2 { int rows; }; argument
67 Mat2 tlMat1; // expected-note {{'tlMat1' declared here}} argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaObjCXX/
H A Dtypo-correction.mm62 struct Mat2 { int rows; }; argument
67 Mat2 tlMat1; // expected-note {{'tlMat1' declared here}} argument
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaObjCXX/
H A Dtypo-correction.mm62 struct Mat2 { int rows; }; struct
67 Mat2 tlMat1; // expected-note {{'tlMat1' declared here}} argument
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaObjCXX/
H A Dtypo-correction.mm62 struct Mat2 { int rows; }; struct
67 Mat2 tlMat1; // expected-note {{'tlMat1' declared here}} argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaObjCXX/
H A Dtypo-correction.mm62 struct Mat2 { int rows; }; struct
67 Mat2 tlMat1; // expected-note {{'tlMat1' declared here}} argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaObjCXX/
H A Dtypo-correction.mm62 struct Mat2 { int rows; }; argument
67 Mat2 tlMat1; // expected-note {{'tlMat1' declared here}} argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaObjCXX/
H A Dtypo-correction.mm62 struct Mat2 { int rows; }; argument
67 Mat2 tlMat1; // expected-note {{'tlMat1' declared here}} argument
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaObjCXX/
H A Dtypo-correction.mm62 struct Mat2 { int rows; }; struct
67 Mat2 tlMat1; // expected-note {{'tlMat1' declared here}} argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaObjCXX/
H A Dtypo-correction.mm62 struct Mat2 { int rows; }; struct
67 Mat2 tlMat1; // expected-note {{'tlMat1' declared here}} argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaObjCXX/
H A Dtypo-correction.mm62 struct Mat2 { int rows; }; struct
67 Mat2 tlMat1; // expected-note {{'tlMat1' declared here}} argument
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaObjCXX/
H A Dtypo-correction.mm62 struct Mat2 { int rows; }; argument
67 Mat2 tlMat1; // expected-note {{'tlMat1' declared here}} argument
/dports/databases/postgresql13-plpython/postgresql-13.5/contrib/pg_trgm/sql/
H A Dpg_trgm.sql63 drop index trgm_idx;
67 select t,similarity(t,'qwertyu0988') as sml from test_trgm where t % 'qwertyu0988' order by sml des…
/dports/math/eigen3/eigen-3.3.9/failtest/
H A Dsparse_storage_mismatch.cpp6 typedef SparseMatrix<double,RowMajor> Mat2; typedef
8 typedef SparseMatrix<double,ColMajor> Mat2; typedef
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/failtest/
H A Dsparse_storage_mismatch.cpp6 typedef SparseMatrix<double,RowMajor> Mat2; typedef
8 typedef SparseMatrix<double,ColMajor> Mat2; typedef
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/failtest/
H A Dsparse_storage_mismatch.cpp6 typedef SparseMatrix<double,RowMajor> Mat2; typedef
8 typedef SparseMatrix<double,ColMajor> Mat2; typedef
/dports/misc/opennn/opennn-5.0.5/eigen/failtest/
H A Dsparse_storage_mismatch.cpp6 typedef SparseMatrix<double,RowMajor> Mat2; typedef
8 typedef SparseMatrix<double,ColMajor> Mat2; typedef
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/failtest/
H A Dsparse_storage_mismatch.cpp6 typedef SparseMatrix<double,RowMajor> Mat2; typedef
8 typedef SparseMatrix<double,ColMajor> Mat2; typedef
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/nalgebra/src/third_party/glam/common/
H A Dglam_unit_complex.rs4 impl From<UnitComplex<f32>> for Mat2 { implementation
6 fn from(e: UnitComplex<f32>) -> Mat2 { in from()
H A Dglam_rotation.rs4 impl From<Rotation2<f32>> for Mat2 { implementation
6 fn from(e: Rotation2<f32>) -> Mat2 { in from()
/dports/games/xjig/xjig-2.4/
H A Dmat2.h61 Mat2() in Mat2() function
63 Mat2( const Mat2 &m ) in Mat2() function
65 Mat2(const Real &ir11, const Real &ir12, const Real &itx, in Mat2() function

1234567891011