Home
last modified time | relevance | path

Searched refs:from_vec (Results 1 – 25 of 1506) sorted by relevance

12345678910>>...61

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nalgebra-0.18.1/tests/linalg/
H A Dconvolution.rs21 …let expected_d = DVector::from_vec(vec![1.0, 2.0, 3.0, 4.0]).convolve_same(DVector::from_vec(vec![… in convolve_same_check()
29 … DVector::from_vec(vec![1.0, 2.0]).convolve_same(DVector::from_vec(vec![1.0, 2.0, 3.0, 4.0])); in convolve_same_check()
35 … DVector::<f32>::from_vec(vec![]).convolve_same(DVector::from_vec(vec![1.0, 2.0, 3.0, 4.0])); in convolve_same_check()
41 … DVector::from_vec(vec![1.0, 2.0, 3.0, 4.0]).convolve_same(DVector::<f32>::from_vec(vec![])); in convolve_same_check()
58 …let expected_d = DVector::from_vec(vec![1.0, 2.0, 3.0, 4.0]).convolve_full(DVector::from_vec(vec![… in convolve_full_check()
66 … DVector::from_vec(vec![1.0, 2.0] ).convolve_full(DVector::from_vec(vec![1.0, 2.0, 3.0, 4.0] )); in convolve_full_check()
72 … DVector::<f32>::from_vec(vec![]).convolve_full(DVector::from_vec(vec![1.0, 2.0, 3.0, 4.0] )); in convolve_full_check()
78 … DVector::from_vec(vec![1.0, 2.0, 3.0, 4.0] ).convolve_full(DVector::<f32>::from_vec(vec![])); in convolve_full_check()
103 … DVector::from_vec(vec![1.0, 2.0]).convolve_valid(DVector::from_vec(vec![1.0, 2.0, 3.0, 4.0])); in convolve_valid_check()
109 … DVector::<f32>::from_vec(vec![]).convolve_valid(DVector::from_vec(vec![1.0, 2.0, 3.0, 4.0])); in convolve_valid_check()
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/nalgebra/tests/linalg/
H A Dconvolution.rs22 .convolve_same(DVector::from_vec(vec![1.0, 2.0])); in convolve_same_check()
29 let _ = DVector::from_vec(vec![1.0, 2.0]) in convolve_same_check()
35 let _ = DVector::<f32>::from_vec(vec![]) in convolve_same_check()
41 let _ = DVector::from_vec(vec![1.0, 2.0, 3.0, 4.0]) in convolve_same_check()
60 .convolve_full(DVector::from_vec(vec![1.0, 2.0])); in convolve_full_check()
67 DVector::from_vec(vec![1.0, 2.0]) in convolve_full_check()
73 DVector::<f32>::from_vec(vec![]).convolve_full(DVector::from_vec(vec![1.0, 2.0, 3.0, 4.0])); in convolve_full_check()
78 DVector::from_vec(vec![1.0, 2.0, 3.0, 4.0]).convolve_full(DVector::<f32>::from_vec(vec![])); in convolve_full_check()
103 DVector::from_vec(vec![1.0, 2.0]) in convolve_valid_check()
109 DVector::<f32>::from_vec(vec![]) in convolve_valid_check()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nalgebra-0.18.1/tests/linalg/
H A Dconvolution.rs21 …let expected_d = DVector::from_vec(vec![1.0, 2.0, 3.0, 4.0]).convolve_same(DVector::from_vec(vec![… in convolve_same_check()
29 … DVector::from_vec(vec![1.0, 2.0]).convolve_same(DVector::from_vec(vec![1.0, 2.0, 3.0, 4.0])); in convolve_same_check()
35 … DVector::<f32>::from_vec(vec![]).convolve_same(DVector::from_vec(vec![1.0, 2.0, 3.0, 4.0])); in convolve_same_check()
41 … DVector::from_vec(vec![1.0, 2.0, 3.0, 4.0]).convolve_same(DVector::<f32>::from_vec(vec![])); in convolve_same_check()
58 …let expected_d = DVector::from_vec(vec![1.0, 2.0, 3.0, 4.0]).convolve_full(DVector::from_vec(vec![… in convolve_full_check()
66 … DVector::from_vec(vec![1.0, 2.0] ).convolve_full(DVector::from_vec(vec![1.0, 2.0, 3.0, 4.0] )); in convolve_full_check()
72 … DVector::<f32>::from_vec(vec![]).convolve_full(DVector::from_vec(vec![1.0, 2.0, 3.0, 4.0] )); in convolve_full_check()
78 … DVector::from_vec(vec![1.0, 2.0, 3.0, 4.0] ).convolve_full(DVector::<f32>::from_vec(vec![])); in convolve_full_check()
103 … DVector::from_vec(vec![1.0, 2.0]).convolve_valid(DVector::from_vec(vec![1.0, 2.0, 3.0, 4.0])); in convolve_valid_check()
109 … DVector::<f32>::from_vec(vec![]).convolve_valid(DVector::from_vec(vec![1.0, 2.0, 3.0, 4.0])); in convolve_valid_check()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/math/
H A Dm_xform_tmp.h76 const GLvector4f *from_vec ) in TAG()
79 GLfloat *from = from_vec->start; in TAG()
81 GLuint count = from_vec->count; in TAG()
102 const GLvector4f *from_vec ) in TAG()
106 GLuint count = from_vec->count; in TAG()
110 if (to_vec == from_vec) return; in TAG()
122 const GLvector4f *from_vec ) in TAG()
127 GLuint count = from_vec->count; in TAG()
144 const GLvector4f *from_vec ) in TAG()
242 const GLvector4f *from_vec ) in TAG()
[all …]
/dports/lang/clover/mesa-21.3.6/src/mesa/math/
H A Dm_xform_tmp.h76 const GLvector4f *from_vec ) in TAG()
79 GLfloat *from = from_vec->start; in TAG()
81 GLuint count = from_vec->count; in TAG()
102 const GLvector4f *from_vec ) in TAG()
106 GLuint count = from_vec->count; in TAG()
110 if (to_vec == from_vec) return; in TAG()
122 const GLvector4f *from_vec ) in TAG()
127 GLuint count = from_vec->count; in TAG()
144 const GLvector4f *from_vec ) in TAG()
242 const GLvector4f *from_vec ) in TAG()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/math/
H A Dm_xform_tmp.h76 const GLvector4f *from_vec ) in TAG()
79 GLfloat *from = from_vec->start; in TAG()
81 GLuint count = from_vec->count; in TAG()
102 const GLvector4f *from_vec ) in TAG()
106 GLuint count = from_vec->count; in TAG()
110 if (to_vec == from_vec) return; in TAG()
122 const GLvector4f *from_vec ) in TAG()
127 GLuint count = from_vec->count; in TAG()
144 const GLvector4f *from_vec ) in TAG()
242 const GLvector4f *from_vec ) in TAG()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/math/
H A Dm_xform_tmp.h76 const GLvector4f *from_vec ) in TAG()
79 GLfloat *from = from_vec->start; in TAG()
81 GLuint count = from_vec->count; in TAG()
102 const GLvector4f *from_vec ) in TAG()
106 GLuint count = from_vec->count; in TAG()
110 if (to_vec == from_vec) return; in TAG()
122 const GLvector4f *from_vec ) in TAG()
127 GLuint count = from_vec->count; in TAG()
144 const GLvector4f *from_vec ) in TAG()
242 const GLvector4f *from_vec ) in TAG()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/math/
H A Dm_xform_tmp.h76 const GLvector4f *from_vec ) in TAG()
79 GLfloat *from = from_vec->start; in TAG()
81 GLuint count = from_vec->count; in TAG()
102 const GLvector4f *from_vec ) in TAG()
106 GLuint count = from_vec->count; in TAG()
110 if (to_vec == from_vec) return; in TAG()
122 const GLvector4f *from_vec ) in TAG()
127 GLuint count = from_vec->count; in TAG()
144 const GLvector4f *from_vec ) in TAG()
242 const GLvector4f *from_vec ) in TAG()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/math/
H A Dm_xform_tmp.h76 const GLvector4f *from_vec ) in TAG()
79 GLfloat *from = from_vec->start; in TAG()
81 GLuint count = from_vec->count; in TAG()
102 const GLvector4f *from_vec ) in TAG()
106 GLuint count = from_vec->count; in TAG()
110 if (to_vec == from_vec) return; in TAG()
122 const GLvector4f *from_vec ) in TAG()
127 GLuint count = from_vec->count; in TAG()
144 const GLvector4f *from_vec ) in TAG()
242 const GLvector4f *from_vec ) in TAG()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/math/
H A Dm_xform_tmp.h76 const GLvector4f *from_vec ) in TAG()
79 GLfloat *from = from_vec->start; in TAG()
81 GLuint count = from_vec->count; in TAG()
102 const GLvector4f *from_vec ) in TAG()
106 GLuint count = from_vec->count; in TAG()
110 if (to_vec == from_vec) return; in TAG()
122 const GLvector4f *from_vec ) in TAG()
127 GLuint count = from_vec->count; in TAG()
144 const GLvector4f *from_vec ) in TAG()
242 const GLvector4f *from_vec ) in TAG()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/math/
H A Dm_xform_tmp.h76 const GLvector4f *from_vec ) in TAG()
79 GLfloat *from = from_vec->start; in TAG()
81 GLuint count = from_vec->count; in TAG()
102 const GLvector4f *from_vec ) in TAG()
106 GLuint count = from_vec->count; in TAG()
110 if (to_vec == from_vec) return; in TAG()
122 const GLvector4f *from_vec ) in TAG()
127 GLuint count = from_vec->count; in TAG()
144 const GLvector4f *from_vec ) in TAG()
242 const GLvector4f *from_vec ) in TAG()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/math/
H A Dm_xform_tmp.h76 const GLvector4f *from_vec ) in TAG()
79 GLfloat *from = from_vec->start; in TAG()
81 GLuint count = from_vec->count; in TAG()
102 const GLvector4f *from_vec ) in TAG()
106 GLuint count = from_vec->count; in TAG()
110 if (to_vec == from_vec) return; in TAG()
122 const GLvector4f *from_vec ) in TAG()
127 GLuint count = from_vec->count; in TAG()
144 const GLvector4f *from_vec ) in TAG()
242 const GLvector4f *from_vec ) in TAG()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/math/
H A Dm_xform_tmp.h76 const GLvector4f *from_vec ) in TAG()
79 GLfloat *from = from_vec->start; in TAG()
81 GLuint count = from_vec->count; in TAG()
102 const GLvector4f *from_vec ) in TAG()
106 GLuint count = from_vec->count; in TAG()
110 if (to_vec == from_vec) return; in TAG()
122 const GLvector4f *from_vec ) in TAG()
127 GLuint count = from_vec->count; in TAG()
144 const GLvector4f *from_vec ) in TAG()
242 const GLvector4f *from_vec ) in TAG()
[all …]
/dports/math/symengine/symengine-0.8.1/symengine/tests/basic/
H A Dtest_fields.cpp66 R = GaloisField::from_vec(x, {}, 3_z);
624 d2 = GaloisFieldDict::from_vec(
627 d1 = GaloisFieldDict::from_vec(
692 d1 = GaloisFieldDict::from_vec(
841 d1 = GaloisFieldDict::from_vec(
1050 d1 = GaloisFieldDict::from_vec(
1054 d1 = GaloisFieldDict::from_vec(
1058 d1 = GaloisFieldDict::from_vec(
1062 d1 = GaloisFieldDict::from_vec(
1066 d1 = GaloisFieldDict::from_vec(
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/pico-args-0.3.0/tests/
H A Dtests.rs12 let _ = Arguments::from_vec(to_vec(&[])); in no_args()
17 let mut args = Arguments::from_vec(to_vec(&["-V"])); in single_short_contains()
23 let mut args = Arguments::from_vec(to_vec(&["--version"])); in single_long_contains()
35 let mut args = Arguments::from_vec(to_vec(&["-v"])); in contains_two_02()
125 let mut args = Arguments::from_vec(to_vec(&["-w="])); in eq_option_err_01()
228 let args = Arguments::from_vec(to_vec(&[])); in free_01()
273 let mut args = Arguments::from_vec(to_vec(&[])); in free_from_fn_02()
314 let args = Arguments::from_vec(to_vec(&["-"])); in stdin()
327 let mut args = Arguments::from_vec(to_vec(&[])); in missing_required_option_01()
335 let mut args = Arguments::from_vec(to_vec(&[])); in missing_required_option_02()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/pico-args-0.4.2/tests/
H A Dtests.rs12 let _ = Arguments::from_vec(to_vec(&[])); in no_args()
17 let mut args = Arguments::from_vec(to_vec(&["-V"])); in single_short_contains()
23 let mut args = Arguments::from_vec(to_vec(&["--version"])); in single_long_contains()
29 let mut args = Arguments::from_vec(to_vec(&["--version"])); in contains_two_01()
35 let mut args = Arguments::from_vec(to_vec(&["-v"])); in contains_two_02()
133 let mut args = Arguments::from_vec(to_vec(&["-w="])); in eq_option_err_01()
387 let mut args = Arguments::from_vec(to_vec(&[])); in multiple_options_02()
415 let mut args = Arguments::from_vec(to_vec(&[])); in opt_free_from_fn_02()
461 let mut args = Arguments::from_vec(to_vec(&[])); in missing_required_option_01()
469 let mut args = Arguments::from_vec(to_vec(&[])); in missing_required_option_02()
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/pico-args-0.4.2/tests/
H A Dtests.rs12 let _ = Arguments::from_vec(to_vec(&[])); in no_args()
17 let mut args = Arguments::from_vec(to_vec(&["-V"])); in single_short_contains()
23 let mut args = Arguments::from_vec(to_vec(&["--version"])); in single_long_contains()
29 let mut args = Arguments::from_vec(to_vec(&["--version"])); in contains_two_01()
35 let mut args = Arguments::from_vec(to_vec(&["-v"])); in contains_two_02()
133 let mut args = Arguments::from_vec(to_vec(&["-w="])); in eq_option_err_01()
387 let mut args = Arguments::from_vec(to_vec(&[])); in multiple_options_02()
415 let mut args = Arguments::from_vec(to_vec(&[])); in opt_free_from_fn_02()
461 let mut args = Arguments::from_vec(to_vec(&[])); in missing_required_option_01()
469 let mut args = Arguments::from_vec(to_vec(&[])); in missing_required_option_02()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/pico-args-0.3.3/tests/
H A Dtests.rs12 let _ = Arguments::from_vec(to_vec(&[])); in no_args()
17 let mut args = Arguments::from_vec(to_vec(&["-V"])); in single_short_contains()
23 let mut args = Arguments::from_vec(to_vec(&["--version"])); in single_long_contains()
35 let mut args = Arguments::from_vec(to_vec(&["-v"])); in contains_two_02()
258 let mut args = Arguments::from_vec(to_vec(&[])); in multiple_options_02()
273 let args = Arguments::from_vec(to_vec(&[])); in free_01()
318 let mut args = Arguments::from_vec(to_vec(&[])); in free_from_fn_02()
359 let args = Arguments::from_vec(to_vec(&["-"])); in stdin()
372 let mut args = Arguments::from_vec(to_vec(&[])); in missing_required_option_01()
380 let mut args = Arguments::from_vec(to_vec(&[])); in missing_required_option_02()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/xflags-macros-0.2.3/tests/it/
H A Dmain.rs30 smoke::RustAnalyzer::from_vec, in smoke()
45 smoke::RustAnalyzer::from_vec, in smoke()
66 smoke::RustAnalyzer::from_vec, in smoke()
74 smoke::RustAnalyzer::from_vec, in smoke()
79 smoke::RustAnalyzer::from_vec, in smoke()
84 smoke::RustAnalyzer::from_vec, in smoke()
89 smoke::RustAnalyzer::from_vec, in smoke()
98 repeated_pos::RepeatedPos::from_vec, in repeated_argument()
122 subcommands::RustAnalyzer::from_vec, in subcommands()
142 subcommands::RustAnalyzer::from_vec, in subcommands()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/xflags-macros/tests/it/
H A Dmain.rs30 smoke::RustAnalyzer::from_vec, in smoke()
45 smoke::RustAnalyzer::from_vec, in smoke()
66 smoke::RustAnalyzer::from_vec, in smoke()
74 smoke::RustAnalyzer::from_vec, in smoke()
79 smoke::RustAnalyzer::from_vec, in smoke()
84 smoke::RustAnalyzer::from_vec, in smoke()
89 smoke::RustAnalyzer::from_vec, in smoke()
98 repeated_pos::RepeatedPos::from_vec, in repeated_argument()
122 subcommands::RustAnalyzer::from_vec, in subcommands()
142 subcommands::RustAnalyzer::from_vec, in subcommands()
[all …]
/dports/math/symengine/symengine-0.8.1/symengine/tests/polynomial/
H A Dtest_basic_conversions.cpp195 poly2 = UIntPoly::from_vec(gen, {2_z, 3_z});
257 UExprPoly::from_vec(
288 poly2 = UIntPoly::from_vec(gen, {{0_z}});
373 UExprPoly::from_vec(
435 poly2 = UExprPoly::from_vec(
450 poly2 = UExprPoly::from_vec(gen,
465 poly2 = UExprPoly::from_vec(
481 poly2 = UExprPoly::from_vec(
489 poly2 = UExprPoly::from_vec(
497 poly2 = UExprPoly::from_vec(
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/rust/src/
H A Dbinary_type.rs26 fn from_vec(vec: Vec<u8>) -> Self { in from_vec() method
37 fn from_vec(vec: Vec<u8>) -> Self { in from_vec() method
49 fn from_vec(vec: Vec<u8>) -> Self { in from_vec() method
70 fn from_vec(vec: Vec<u8>) -> Self { in from_vec() method
71 BinaryType::from_vec(vec) in from_vec()
88 fn from_vec(vec: Vec<u8>) -> Self { in from_vec() method
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/selectors-0.21.0/
H A Dparser.rs2455 Ok(SelectorList::from_vec(vec![Selector::from_vec( in test_parsing()
2465 Ok(SelectorList::from_vec(vec![Selector::from_vec( in test_parsing()
2480 Ok(SelectorList::from_vec(vec![Selector::from_vec( in test_parsing()
2497 Ok(SelectorList::from_vec(vec![Selector::from_vec( in test_parsing()
2510 Ok(SelectorList::from_vec(vec![Selector::from_vec( in test_parsing()
2517 Ok(SelectorList::from_vec(vec![Selector::from_vec( in test_parsing()
2527 Ok(SelectorList::from_vec(vec![Selector::from_vec( in test_parsing()
2537 Ok(SelectorList::from_vec(vec![Selector::from_vec( in test_parsing()
2547 Ok(SelectorList::from_vec(vec![Selector::from_vec( in test_parsing()
2557 Ok(SelectorList::from_vec(vec![Selector::from_vec( in test_parsing()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/selectors/
H A Dparser.rs2195 Selector::from_vec(vec!( in test_parsing()
2202 Selector::from_vec(vec!( in test_parsing()
2212 Selector::from_vec(vec!( in test_parsing()
2238 Selector::from_vec(vec!( in test_parsing()
2243 Selector::from_vec(vec!( in test_parsing()
2249 Selector::from_vec(vec!( in test_parsing()
2265 Selector::from_vec(vec!( in test_parsing()
2271 Selector::from_vec(vec!( in test_parsing()
2276 Selector::from_vec(vec!( in test_parsing()
2286 Selector::from_vec(vec!( in test_parsing()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/regalloc/src/
H A Dsparse_set.rs496 pub fn from_vec(vec: Vec<A::Item>) -> Self { in from_vec() function
740 let std1 = Set::<u32>::from_vec(vec1b); in test_sparse_set()
754 let mut std1 = Set::<u32>::from_vec(vec1b); in test_sparse_set()
779 let std1 = Set::<u32>::from_vec(vec1b); in test_sparse_set()
800 let mut std1 = Set::<u32>::from_vec(vec1b); in test_sparse_set()
801 let std2 = Set::<u32>::from_vec(vec2b); in test_sparse_set()
820 let std2 = Set::<u32>::from_vec(vec2b); in test_sparse_set()
838 let std1 = Set::<u32>::from_vec(vec1b); in test_sparse_set()
839 let std2 = Set::<u32>::from_vec(vec2b); in test_sparse_set()
859 let std1 = Set::<u32>::from_vec(vec1b); in test_sparse_set()
[all …]

12345678910>>...61