Home
last modified time | relevance | path

Searched defs:gr (Results 151 – 175 of 5867) sorted by relevance

12345678910>>...235

/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/petgraph-0.5.1/tests/
H A Dgraphmap.rs17 let mut gr = UnGraphMap::new(); in simple() localVariable
111 let mut gr = UnGraphMap::default(); in dfs() localVariable
149 let mut gr = UnGraphMap::new(); in edge_iterator() localVariable
170 let gr = in from_edges() localVariable
176 let gr = GraphMap::<_, (), Undirected>::from_edges(&[ in from_edges() localVariable
197 let mut gr = DiGraphMap::<_, ()>::with_capacity(0, 0); in graphmap_directed() localVariable
235 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in scc() localVariable
257 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in test_into_graph() localVariable
/dports/sysutils/vector/vector-0.10.0/cargo-crates/petgraph-0.5.1/tests/
H A Dgraphmap.rs17 let mut gr = UnGraphMap::new(); in simple() localVariable
111 let mut gr = UnGraphMap::default(); in dfs() localVariable
149 let mut gr = UnGraphMap::new(); in edge_iterator() localVariable
170 let gr = in from_edges() localVariable
176 let gr = GraphMap::<_, (), Undirected>::from_edges(&[ in from_edges() localVariable
197 let mut gr = DiGraphMap::<_, ()>::with_capacity(0, 0); in graphmap_directed() localVariable
235 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in scc() localVariable
257 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in test_into_graph() localVariable
/dports/science/octopus/octopus-10.5/src/opt_control/
H A Dtarget_tdlocal_inc.F9022 subroutine target_init_tdlocal(gr, namespace, tg, td) argument
23 type(grid_t), intent(in) :: gr local
72 subroutine target_output_tdlocal(tg, namespace, gr, dir, geo, outp) argument
75 type(grid_t), intent(in) :: gr local
136 subroutine target_tdcalc_tdlocal(tg, gr, psi, time) argument
138 type(grid_t), intent(in) :: gr local
184 subroutine target_build_tdlocal(tg, gr, time) argument
186 type(grid_t), intent(in) :: gr local
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/petgraph-0.5.0/tests/
H A Dgraphmap.rs17 let mut gr = UnGraphMap::new(); in simple() localVariable
111 let mut gr = UnGraphMap::default(); in dfs() localVariable
149 let mut gr = UnGraphMap::new(); in edge_iterator() localVariable
170 let gr = in from_edges() localVariable
176 let gr = GraphMap::<_, (), Undirected>::from_edges(&[ in from_edges() localVariable
197 let mut gr = DiGraphMap::<_, ()>::with_capacity(0, 0); in graphmap_directed() localVariable
235 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in scc() localVariable
257 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in test_into_graph() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/petgraph/tests/
H A Dgraphmap.rs17 let mut gr = UnGraphMap::new(); in simple() localVariable
111 let mut gr = UnGraphMap::default(); in dfs() localVariable
149 let mut gr = UnGraphMap::new(); in edge_iterator() localVariable
170 let gr = in from_edges() localVariable
176 let gr = GraphMap::<_, (), Undirected>::from_edges(&[ in from_edges() localVariable
197 let mut gr = DiGraphMap::<_, ()>::with_capacity(0, 0); in graphmap_directed() localVariable
235 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in scc() localVariable
257 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in test_into_graph() localVariable
/dports/net/krill/krill-0.9.4/cargo-crates/petgraph-0.5.1/tests/
H A Dgraphmap.rs17 let mut gr = UnGraphMap::new(); in simple() localVariable
111 let mut gr = UnGraphMap::default(); in dfs() localVariable
149 let mut gr = UnGraphMap::new(); in edge_iterator() localVariable
170 let gr = in from_edges() localVariable
176 let gr = GraphMap::<_, (), Undirected>::from_edges(&[ in from_edges() localVariable
197 let mut gr = DiGraphMap::<_, ()>::with_capacity(0, 0); in graphmap_directed() localVariable
235 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in scc() localVariable
257 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in test_into_graph() localVariable
/dports/devel/texlab/texlab-3.3.0/cargo-crates/petgraph-0.5.1/tests/
H A Dgraphmap.rs17 let mut gr = UnGraphMap::new(); in simple() localVariable
111 let mut gr = UnGraphMap::default(); in dfs() localVariable
149 let mut gr = UnGraphMap::new(); in edge_iterator() localVariable
170 let gr = in from_edges() localVariable
176 let gr = GraphMap::<_, (), Undirected>::from_edges(&[ in from_edges() localVariable
197 let mut gr = DiGraphMap::<_, ()>::with_capacity(0, 0); in graphmap_directed() localVariable
235 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in scc() localVariable
257 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in test_into_graph() localVariable
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/petgraph-0.5.1/tests/
H A Dgraphmap.rs17 let mut gr = UnGraphMap::new(); in simple() localVariable
111 let mut gr = UnGraphMap::default(); in dfs() localVariable
149 let mut gr = UnGraphMap::new(); in edge_iterator() localVariable
170 let gr = in from_edges() localVariable
176 let gr = GraphMap::<_, (), Undirected>::from_edges(&[ in from_edges() localVariable
197 let mut gr = DiGraphMap::<_, ()>::with_capacity(0, 0); in graphmap_directed() localVariable
235 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in scc() localVariable
257 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in test_into_graph() localVariable
/dports/lang/rust/rustc-1.58.1-src/vendor/petgraph/tests/
H A Dgraphmap.rs17 let mut gr = UnGraphMap::new(); in simple() localVariable
111 let mut gr = UnGraphMap::default(); in dfs() localVariable
149 let mut gr = UnGraphMap::new(); in edge_iterator() localVariable
170 let gr = in from_edges() localVariable
176 let gr = GraphMap::<_, (), Undirected>::from_edges(&[ in from_edges() localVariable
197 let mut gr = DiGraphMap::<_, ()>::with_capacity(0, 0); in graphmap_directed() localVariable
235 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in scc() localVariable
257 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in test_into_graph() localVariable
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/petgraph/tests/
H A Dgraphmap.rs17 let mut gr = UnGraphMap::new(); in simple() localVariable
111 let mut gr = UnGraphMap::default(); in dfs() localVariable
149 let mut gr = UnGraphMap::new(); in edge_iterator() localVariable
170 let gr = in from_edges() localVariable
176 let gr = GraphMap::<_, (), Undirected>::from_edges(&[ in from_edges() localVariable
197 let mut gr = DiGraphMap::<_, ()>::with_capacity(0, 0); in graphmap_directed() localVariable
235 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in scc() localVariable
257 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in test_into_graph() localVariable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/petgraph-0.5.1/tests/
H A Dgraphmap.rs17 let mut gr = UnGraphMap::new(); in simple() localVariable
111 let mut gr = UnGraphMap::default(); in dfs() localVariable
149 let mut gr = UnGraphMap::new(); in edge_iterator() localVariable
170 let gr = in from_edges() localVariable
176 let gr = GraphMap::<_, (), Undirected>::from_edges(&[ in from_edges() localVariable
197 let mut gr = DiGraphMap::<_, ()>::with_capacity(0, 0); in graphmap_directed() localVariable
235 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in scc() localVariable
257 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in test_into_graph() localVariable
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/proc-macro2-1.0.29/src/
H A Dwrapper.rs17 // Work around https://github.com/rust-lang/rust/issues/65080. in simple()
111 Ok(TokenStream::Fallback(src.parse()?)) in dfs()
152 // Assumes inside_proc_macro(). in edge_iterator()
170 impl From<TokenTree> for TokenStream { in from_edges()
176 } in from_edges()
197 first.evaluate_now(); in graphmap_directed()
235 tts.stream
257 LexError::Compiler(_) => Span::call_site(), in test_into_graph()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv20.c20 struct nv20_gr *gr = chan->gr; in nv20_gr_chan_init() local
33 struct nv20_gr *gr = chan->gr; in nv20_gr_chan_fini() local
78 struct nv20_gr *gr = nv20_gr(base); in nv20_gr_chan_new() local
151 struct nv20_gr *gr = nv20_gr(base); in nv20_gr_tile() local
182 struct nv20_gr *gr = nv20_gr(base); in nv20_gr_intr() local
222 struct nv20_gr *gr = nv20_gr(base); in nv20_gr_oneinit() local
231 struct nv20_gr *gr = nv20_gr(base); in nv20_gr_init() local
326 struct nv20_gr *gr = nv20_gr(base); in nv20_gr_dtor() local
335 struct nv20_gr *gr; in nv20_gr_new_() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv20.c20 struct nv20_gr *gr = chan->gr; in nv20_gr_chan_init() local
33 struct nv20_gr *gr = chan->gr; in nv20_gr_chan_fini() local
78 struct nv20_gr *gr = nv20_gr(base); in nv20_gr_chan_new() local
151 struct nv20_gr *gr = nv20_gr(base); in nv20_gr_tile() local
182 struct nv20_gr *gr = nv20_gr(base); in nv20_gr_intr() local
222 struct nv20_gr *gr = nv20_gr(base); in nv20_gr_oneinit() local
231 struct nv20_gr *gr = nv20_gr(base); in nv20_gr_init() local
326 struct nv20_gr *gr = nv20_gr(base); in nv20_gr_dtor() local
335 struct nv20_gr *gr; in nv20_gr_new_() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv20.c20 struct nv20_gr *gr = chan->gr; in nv20_gr_chan_init() local
33 struct nv20_gr *gr = chan->gr; in nv20_gr_chan_fini() local
78 struct nv20_gr *gr = nv20_gr(base); in nv20_gr_chan_new() local
151 struct nv20_gr *gr = nv20_gr(base); in nv20_gr_tile() local
182 struct nv20_gr *gr = nv20_gr(base); in nv20_gr_intr() local
222 struct nv20_gr *gr = nv20_gr(base); in nv20_gr_oneinit() local
231 struct nv20_gr *gr = nv20_gr(base); in nv20_gr_init() local
326 struct nv20_gr *gr = nv20_gr(base); in nv20_gr_dtor() local
335 struct nv20_gr *gr; in nv20_gr_new_() local
/dports/devel/ppl/ppl-1.2/tests/Grid/
H A Dgeneralizedaffinepreimage1.cc236 Grid gr(3); in test06() local
266 Grid gr(3); in test07() local
295 Grid gr(5, EMPTY); in test08() local
316 Grid gr(1); in test09() local
339 Grid gr(1); in test10() local
362 Grid gr(3); in test11() local
386 Grid gr(3); in test12() local
410 Grid gr(3); in test13() local
433 Grid gr(2); in test14() local
462 Grid gr(2); in test15() local
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_graticule/
H A Dosgearth_graticule.cpp84 UTMGraticule* gr = new UTMGraticule(); in main() local
90 MGRSGraticule* gr = new MGRSGraticule(); in main() local
96 GARSGraticule* gr = new GARSGraticule(); in main() local
102 GeodeticGraticule* gr = new GeodeticGraticule(); in main() local
/dports/devel/ppl/ppl-1.2/tests/Box/
H A Dfromgrid1.cc34 Grid gr(2, EMPTY); in test01() local
60 Grid gr(2, EMPTY); in test02() local
86 Grid gr(2, EMPTY); in test03() local
113 Grid gr(3, EMPTY); in test04() local
136 Grid gr(3, UNIVERSE); in test05() local
236 Grid gr(3, EMPTY); in test08() local
265 Grid gr(3); in test09() local
375 Grid gr(4, EMPTY); in test12() local
407 Grid gr(4, EMPTY); in test13() local
432 Grid gr(0, EMPTY); in test14() local
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/GWW/gww/
H A Dgreen_function.f9033 SUBROUTINE initialize_green(gr) argument
35 TYPE(green) gr local
43 SUBROUTINE free_memory_green(gr) argument
46 TYPE(green) gr local
54 SUBROUTINE create_green(gr,wu,time,debug,zero_time_neg,l_hf_energies,ene_hf) argument
69 TYPE(green) :: gr!the green function on output local
183 TYPE(green) :: gr!the green function on output local
290 SUBROUTINE write_green(gr, debug) argument
299 TYPE(green) :: gr!the green function to be written local
372 SUBROUTINE read_green(label, gr, debug,zero_time_neg) argument
[all …]
/dports/math/mathgl/mathgl-2.5/src/
H A Dother.cpp101 void MGL_EXPORT mgl_dens_x(HMGL gr, HCDT a, const char *sch, double sv, const char *opt) in mgl_dens_x()
113 void MGL_EXPORT mgl_dens_y(HMGL gr, HCDT a, const char *sch, double sv, const char *opt) in mgl_dens_y()
125 void MGL_EXPORT mgl_dens_z(HMGL gr, HCDT a, const char *sch, double sv, const char *opt) in mgl_dens_z()
159 void MGL_EXPORT mgl_cont_x_val(HMGL gr, HCDT v, HCDT a, const char *sch, double sv, const char *opt) in mgl_cont_x_val()
185 void MGL_EXPORT mgl_cont_y_val(HMGL gr, HCDT v, HCDT a, const char *sch, double sv, const char *opt) in mgl_cont_y_val()
237 void MGL_EXPORT mgl_cont_x(HMGL gr, HCDT a, const char *sch, double sv, const char *opt) in mgl_cont_x()
246 void MGL_EXPORT mgl_cont_y(HMGL gr, HCDT a, const char *sch, double sv, const char *opt) in mgl_cont_y()
255 void MGL_EXPORT mgl_cont_z(HMGL gr, HCDT a, const char *sch, double sv, const char *opt) in mgl_cont_z()
362 void MGL_EXPORT mgl_contf_x(HMGL gr, HCDT a, const char *sch, double sv, const char *opt) in mgl_contf_x()
370 void MGL_EXPORT mgl_contf_y(HMGL gr, HCDT a, const char *sch, double sv, const char *opt) in mgl_contf_y()
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/petgraph-0.6.0/tests/
H A Dgraphmap.rs17 let mut gr = UnGraphMap::new(); in simple() localVariable
65 let mut gr = DiGraphMap::new(); in edges_directed() localVariable
154 let mut gr = UnGraphMap::default(); in dfs() localVariable
192 let mut gr = UnGraphMap::new(); in edge_iterator() localVariable
213 let gr = in from_edges() localVariable
219 let gr = GraphMap::<_, (), Undirected>::from_edges(&[ in from_edges() localVariable
240 let mut gr = DiGraphMap::<_, ()>::with_capacity(0, 0); in graphmap_directed() localVariable
278 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in scc() localVariable
300 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in test_into_graph() localVariable
/dports/devel/grex/grex-1.3.0/cargo-crates/petgraph-0.6.0/tests/
H A Dgraphmap.rs17 let mut gr = UnGraphMap::new(); in simple() localVariable
65 let mut gr = DiGraphMap::new(); in edges_directed() localVariable
154 let mut gr = UnGraphMap::default(); in dfs() localVariable
192 let mut gr = UnGraphMap::new(); in edge_iterator() localVariable
213 let gr = in from_edges() localVariable
219 let gr = GraphMap::<_, (), Undirected>::from_edges(&[ in from_edges() localVariable
240 let mut gr = DiGraphMap::<_, ()>::with_capacity(0, 0); in graphmap_directed() localVariable
278 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in scc() localVariable
300 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in test_into_graph() localVariable
/dports/devel/texlab/texlab-3.3.0/cargo-crates/petgraph-0.6.0/tests/
H A Dgraphmap.rs17 let mut gr = UnGraphMap::new(); in simple() localVariable
65 let mut gr = DiGraphMap::new(); in edges_directed() localVariable
154 let mut gr = UnGraphMap::default(); in dfs() localVariable
192 let mut gr = UnGraphMap::new(); in edge_iterator() localVariable
213 let gr = in from_edges() localVariable
219 let gr = GraphMap::<_, (), Undirected>::from_edges(&[ in from_edges() localVariable
240 let mut gr = DiGraphMap::<_, ()>::with_capacity(0, 0); in graphmap_directed() localVariable
278 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in scc() localVariable
300 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in test_into_graph() localVariable
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/petgraph-0.6.0/tests/
H A Dgraphmap.rs17 let mut gr = UnGraphMap::new(); in simple() localVariable
65 let mut gr = DiGraphMap::new(); in edges_directed() localVariable
154 let mut gr = UnGraphMap::default(); in dfs() localVariable
192 let mut gr = UnGraphMap::new(); in edge_iterator() localVariable
213 let gr = in from_edges() localVariable
219 let gr = GraphMap::<_, (), Undirected>::from_edges(&[ in from_edges() localVariable
240 let mut gr = DiGraphMap::<_, ()>::with_capacity(0, 0); in graphmap_directed() localVariable
278 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in scc() localVariable
300 let gr: GraphMap<_, u32, Directed> = GraphMap::from_edges(&[ in test_into_graph() localVariable
/dports/databases/libgda5/libgda-5.2.10/tests/providers/
H A Dprov-test-util.c17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. in simple()
65 gda_data_model_get_n_columns (compare_m), ncols); in edges_directed()
154 GError *error = NULL;
192 if (! (gda_data_model_export_to_file (schema_m, GDA_DATA_MODEL_IO_DATA_ARRAY_XML, str,
216 *
221 static gboolean iter_is_correct (GdaDataModelIter *iter, GdaDataModel *ref_model);
240 if (!stmt) {
278 iter = gda_data_model_create_iter (cursor_model);
301 static gboolean in test_into_graph()

12345678910>>...235