Home
last modified time | relevance | path

Searched +defs:G +defs:i (Results 1 – 25 of 13079) sorted by relevance

12345678910>>...524

/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/test/
H A Dgraph_test.h35 for(int i=0;i<cnt;i++) { in checkGraphNodeList() local
47 for(int i=0;i<cnt;i++) { in checkGraphRedNodeList() local
65 for(int i=0;i<cnt;i++) { in checkGraphBlueNodeList() local
83 for(int i=0;i<cnt;i++) { in checkGraphArcList() local
99 for(int i=0;i<cnt;i++) { in checkGraphOutArcList() local
114 for(int i=0;i<cnt;i++) { in checkGraphInArcList() local
129 for(int i=0;i<cnt;i++) { in checkGraphEdgeList() local
143 for(int i=0;i<cnt;i++) { in checkGraphIncEdgeList() local
166 int i = 0; in checkGraphConArcList() local
181 int i = 0; in checkGraphConEdgeList() local
[all …]
/dports/math/lemon/lemon-1.3.1/test/
H A Dgraph_test.h35 for(int i=0;i<cnt;i++) { in checkGraphNodeList() local
47 for(int i=0;i<cnt;i++) { in checkGraphRedNodeList() local
65 for(int i=0;i<cnt;i++) { in checkGraphBlueNodeList() local
83 for(int i=0;i<cnt;i++) { in checkGraphArcList() local
99 for(int i=0;i<cnt;i++) { in checkGraphOutArcList() local
114 for(int i=0;i<cnt;i++) { in checkGraphInArcList() local
129 for(int i=0;i<cnt;i++) { in checkGraphEdgeList() local
143 for(int i=0;i<cnt;i++) { in checkGraphIncEdgeList() local
166 int i = 0; in checkGraphConArcList() local
181 int i = 0; in checkGraphConEdgeList() local
[all …]
/dports/math/igraph/igraph-0.9.5/vendor/glpk/api/
H A Dgraph.c72 { glp_graph *G; in glp_create_graph() local
144 { int i, nv_new; in glp_add_vertices() local
188 void glp_set_vertex_name(glp_graph *G, int i, const char *name) in glp_set_vertex_name()
246 glp_arc *glp_add_arc(glp_graph *G, int i, int j) in glp_add_arc()
300 int i, k, nv_new; in glp_del_vertices() local
452 void glp_delete_graph(glp_graph *G) in glp_delete_graph()
460 void glp_create_v_index(glp_graph *G) in glp_create_v_index()
463 int i; in glp_create_v_index() local
481 int i = 0; in glp_find_vertex() local
492 void glp_delete_v_index(glp_graph *G) in glp_delete_v_index()
[all …]
/dports/math/glpk/glpk-5.0/src/api/
H A Dgraph.c72 { glp_graph *G; in glp_create_graph() local
144 { int i, nv_new; in glp_add_vertices() local
188 void glp_set_vertex_name(glp_graph *G, int i, const char *name) in glp_set_vertex_name()
246 glp_arc *glp_add_arc(glp_graph *G, int i, int j) in glp_add_arc()
300 int i, k, nv_new; in glp_del_vertices() local
452 void glp_delete_graph(glp_graph *G) in glp_delete_graph()
460 void glp_create_v_index(glp_graph *G) in glp_create_v_index()
463 int i; in glp_create_v_index() local
481 int i = 0; in glp_find_vertex() local
492 void glp_delete_v_index(glp_graph *G) in glp_delete_v_index()
[all …]
/dports/science/py-pymol/pymol-open-source-2.4.0/layer0/
H A DLex.h14 #define LexDec(G, i) OVLexicon_DecRef(G->Lexicon, i) argument
15 #define LexInc(G, i) OVLexicon_IncRef(G->Lexicon, i) argument
16 #define LexNumeric(i) (i) argument
21 inline const char * LexStr(PyMOLGlobals * G, const lexidx_t & i) { in LexStr()
29 inline lexidx_t LexIdx(PyMOLGlobals * G, pymol::zstring_view s) { in LexIdx()
36 inline void LexAssign(PyMOLGlobals * G, lexidx_t& i, const lexidx_t& j) { in LexAssign()
44 inline void LexAssign(PyMOLGlobals * G, lexidx_t& i, const char * s) { in LexAssign()
55 inline lexidx_t LexBorrow(PyMOLGlobals * G, const char * s) { in LexBorrow()
H A DMemoryCache.h72 #define VLACacheCheck(G,ptr,type,rec,t,i) VLACheck(ptr,type,rec) argument
73 #define VLACacheAlloc(G,type,initSize,t,i) VLAlloc(type,initSize) argument
74 #define VLACacheFreeP(G,ptr,t,i,f) VLAFreeP(ptr) argument
75 #define VLACacheSize(G,ptr,type,size,t,i) VLASize(ptr,type,size) argument
76 #define VLACacheSizeForSure(G,ptr,type,size,t,i) VLASizeForSure(ptr,type,size) argument
77 #define VLACacheExpand(G,ptr,rec,thread_index,i) VLAExpand(ptr,rec) argument
79 #define MemoryCacheReplaceBlock(G,g,o,n) argument
81 #define VLACacheMalloc(G,a,b,c,d,t,i) VLAMalloc(a,b,c,d) argument
82 #define VLACacheFree(G,p,t,i,f) VLAFree(p) argument
84 #define CacheAlloc(G,type,size,thread,id) pymol::malloc<type>(size) argument
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/poems/
H A Dnorm.cpp22 double G; in Magnitude() local
24 for (int i=1;i<=A.GetNumRows();i++) G += A.Get(i)*A.Get(i); in Magnitude() local
30 double G; in Magnitude() local
32 for (int i=1;i<=A.GetNumCols();i++) G += A.Get(i)*A.Get(i); in Magnitude() local
38 double G; in Magnitude() local
40 for (int i=1;i<=3;i++) G += A.Get(i)*A.Get(i); in Magnitude() local
46 double G; in Magnitude() local
48 for (int i=1;i<=4;i++) G += A.Get(i)*A.Get(i); in Magnitude() local
54 double G; in Magnitude() local
56 for (int i=1;i<=6;i++) G += A.Get(i)*A.Get(i); in Magnitude() local
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/poems/
H A Dnorm.cpp22 double G; in Magnitude() local
24 for (int i=1;i<=A.GetNumRows();i++) G += A.Get(i)*A.Get(i); in Magnitude() local
30 double G; in Magnitude() local
32 for (int i=1;i<=A.GetNumCols();i++) G += A.Get(i)*A.Get(i); in Magnitude() local
38 double G; in Magnitude() local
40 for (int i=1;i<=3;i++) G += A.Get(i)*A.Get(i); in Magnitude() local
46 double G; in Magnitude() local
48 for (int i=1;i<=4;i++) G += A.Get(i)*A.Get(i); in Magnitude() local
54 double G; in Magnitude() local
56 for (int i=1;i<=6;i++) G += A.Get(i)*A.Get(i); in Magnitude() local
/dports/math/ogdf/OGDF/src/ogdf/basic/graph_generators/
H A Ddeterministic.cpp71 for (int i=0; i<n; i++) { in circulantGraph() local
77 for (int i=0; i<n; i++) { in circulantGraph() local
82 for (int i=0; i<n; i++) { in circulantGraph() local
97 for(int i=1; i<n; i++) { in regularTree() local
104 void completeGraph(Graph &G, int n) in completeGraph()
110 int i,j; in completeGraph() local
155 void wheelGraph(Graph &G, int n) in wheelGraph()
177 void suspension(Graph &G, int n) in suspension()
192 void cubeGraph(Graph &G, int n) in cubeGraph()
200 for(int i=0; i<c; ++i) { in cubeGraph() local
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/cpp/
H A DTexture.cpp200 const double * G = R + numElements; in getImage() local
337 const double * G = R + numElements; in getImage() local
356 const double * G = R + numElements; in getImage() local
494 const double * G = R + numElements; in getImage() local
514 const double * G = R + numElements; in getImage() local
651 const double * G = R + numElements; in getImage() local
983 const double * G = R + numElements; in getImage() local
1091 const double * G = R + numElements; in getImage() local
1187 const double * G = R + numElements; in getImage() local
1293 const double * G = R + numElements; in getImage() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Deval.pass.cpp28 typedef std::minstd_rand G; in main() typedef
45 typedef std::minstd_rand G; in main() typedef
63 typedef std::minstd_rand G; in main() typedef
81 typedef std::minstd_rand G; in main() typedef
99 typedef std::minstd_rand G; in main() typedef
117 typedef std::minstd_rand G; in main() typedef
135 typedef std::minstd_rand G; in main() typedef
156 typedef std::minstd_rand G; in main() typedef
177 typedef std::minstd_rand G; in main() typedef
198 typedef std::minstd_rand G; in main() typedef
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Deval.pass.cpp28 typedef std::minstd_rand G; in main() typedef
45 typedef std::minstd_rand G; in main() typedef
63 typedef std::minstd_rand G; in main() typedef
81 typedef std::minstd_rand G; in main() typedef
99 typedef std::minstd_rand G; in main() typedef
117 typedef std::minstd_rand G; in main() typedef
135 typedef std::minstd_rand G; in main() typedef
156 typedef std::minstd_rand G; in main() typedef
177 typedef std::minstd_rand G; in main() typedef
198 typedef std::minstd_rand G; in main() typedef
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Deval.pass.cpp28 typedef std::minstd_rand G; in main() typedef
45 typedef std::minstd_rand G; in main() typedef
63 typedef std::minstd_rand G; in main() typedef
81 typedef std::minstd_rand G; in main() typedef
99 typedef std::minstd_rand G; in main() typedef
117 typedef std::minstd_rand G; in main() typedef
135 typedef std::minstd_rand G; in main() typedef
156 typedef std::minstd_rand G; in main() typedef
177 typedef std::minstd_rand G; in main() typedef
198 typedef std::minstd_rand G; in main() typedef
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Deval.pass.cpp28 typedef std::minstd_rand G; in main() typedef
45 typedef std::minstd_rand G; in main() typedef
63 typedef std::minstd_rand G; in main() typedef
81 typedef std::minstd_rand G; in main() typedef
99 typedef std::minstd_rand G; in main() typedef
117 typedef std::minstd_rand G; in main() typedef
135 typedef std::minstd_rand G; in main() typedef
156 typedef std::minstd_rand G; in main() typedef
177 typedef std::minstd_rand G; in main() typedef
198 typedef std::minstd_rand G; in main() typedef
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Deval.pass.cpp28 typedef std::minstd_rand G; in main() typedef
45 typedef std::minstd_rand G; in main() typedef
63 typedef std::minstd_rand G; in main() typedef
81 typedef std::minstd_rand G; in main() typedef
99 typedef std::minstd_rand G; in main() typedef
117 typedef std::minstd_rand G; in main() typedef
135 typedef std::minstd_rand G; in main() typedef
156 typedef std::minstd_rand G; in main() typedef
177 typedef std::minstd_rand G; in main() typedef
198 typedef std::minstd_rand G; in main() typedef
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Deval.pass.cpp28 typedef std::minstd_rand G; in main() typedef
45 typedef std::minstd_rand G; in main() typedef
63 typedef std::minstd_rand G; in main() typedef
81 typedef std::minstd_rand G; in main() typedef
99 typedef std::minstd_rand G; in main() typedef
117 typedef std::minstd_rand G; in main() typedef
135 typedef std::minstd_rand G; in main() typedef
156 typedef std::minstd_rand G; in main() typedef
177 typedef std::minstd_rand G; in main() typedef
198 typedef std::minstd_rand G; in main() typedef
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Deval.pass.cpp28 typedef std::minstd_rand G; in main() typedef
45 typedef std::minstd_rand G; in main() typedef
63 typedef std::minstd_rand G; in main() typedef
81 typedef std::minstd_rand G; in main() typedef
99 typedef std::minstd_rand G; in main() typedef
117 typedef std::minstd_rand G; in main() typedef
135 typedef std::minstd_rand G; in main() typedef
156 typedef std::minstd_rand G; in main() typedef
177 typedef std::minstd_rand G; in main() typedef
198 typedef std::minstd_rand G; in main() typedef
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Deval.pass.cpp28 typedef std::minstd_rand G; in main() typedef
45 typedef std::minstd_rand G; in main() typedef
63 typedef std::minstd_rand G; in main() typedef
81 typedef std::minstd_rand G; in main() typedef
99 typedef std::minstd_rand G; in main() typedef
117 typedef std::minstd_rand G; in main() typedef
135 typedef std::minstd_rand G; in main() typedef
156 typedef std::minstd_rand G; in main() typedef
177 typedef std::minstd_rand G; in main() typedef
198 typedef std::minstd_rand G; in main() typedef
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Deval.pass.cpp28 typedef std::minstd_rand G; in main() typedef
45 typedef std::minstd_rand G; in main() typedef
63 typedef std::minstd_rand G; in main() typedef
81 typedef std::minstd_rand G; in main() typedef
99 typedef std::minstd_rand G; in main() typedef
117 typedef std::minstd_rand G; in main() typedef
135 typedef std::minstd_rand G; in main() typedef
156 typedef std::minstd_rand G; in main() typedef
177 typedef std::minstd_rand G; in main() typedef
198 typedef std::minstd_rand G; in main() typedef
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Deval.pass.cpp28 typedef std::minstd_rand G; in main() typedef
45 typedef std::minstd_rand G; in main() typedef
63 typedef std::minstd_rand G; in main() typedef
81 typedef std::minstd_rand G; in main() typedef
99 typedef std::minstd_rand G; in main() typedef
117 typedef std::minstd_rand G; in main() typedef
135 typedef std::minstd_rand G; in main() typedef
156 typedef std::minstd_rand G; in main() typedef
177 typedef std::minstd_rand G; in main() typedef
198 typedef std::minstd_rand G; in main() typedef
[all …]
/dports/databases/libgda5-jdbc/libgda-5.2.10/tests/meta-store/
H A Ddata_columns.csv28 meta,pub,_udt_columns,collation_catalog,15,NULL,TRUE,pg_catalog.varchar,0,NULL,gchararray,NULL,1073…
45 meta,pub,_element_types,object_catalog,2,NULL,FALSE,pg_catalog.varchar,0,NULL,gchararray,NULL,10737…
63 meta,pub,_all_types,udt_name,11,NULL,TRUE,pg_catalog.varchar,0,NULL,gchararray,NULL,1073741824,NULL…
81 meta,pub,_character_sets,default_collate_schema,5,NULL,TRUE,pg_catalog.varchar,0,NULL,gchararray,NU…
99 meta,pub,_referential_constraints,update_rule,8,NULL,TRUE,pg_catalog.varchar,0,NULL,gchararray,NULL…
156 meta,pub,_view_column_usage,column_name,7,NULL,FALSE,pg_catalog.varchar,0,NULL,gchararray,NULL,1073…
177 meta,pub,_domains,collation_catalog,7,NULL,TRUE,pg_catalog.varchar,0,NULL,gchararray,NULL,107374182…
198 meta,pub,_domain_column_usage,column_name,7,NULL,TRUE,pg_catalog.varchar,0,NULL,gchararray,NULL,107…
219 meta,pub,_routines,return_type,8,NULL,TRUE,pg_catalog.varchar,0,NULL,gchararray,NULL,1073741824,NUL…
240 meta,pub,_tables,table_catalog,1,NULL,FALSE,pg_catalog.varchar,0,NULL,gchararray,NULL,1073741824,NU…
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/lib/neatogen/
H A Dstuff.c50 int i, j; in new_array() local
75 int i, j, k; in new_3array() local
93 int i, j; in free_3array() local
337 int init, i; in initial_positions() local
454 static void update_arrays(graph_t * G, int nG, int i) in update_arrays()
524 int i, k; in choose_node() local
578 int i, m; in move_node() local
609 int i, par; in heapup() local
650 int i; in neato_enqueue() local
662 int i; in neato_dequeue() local
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/XSTUFF/
H A DXblossom.c123 int i, j, npseudo_save = 0; local
244 int i; local
272 int i; local
485 int i; local
558 int i = 0; local
607 int i, test; local
867 int i; local
891 int i; local
920 int i; local
966 int i; local
[all …]
/dports/math/gap/gap-4.11.0/pkg/guava-3.15/src/leon/src/
H A Dpermgrp.c129 Unsigned i; in isIdentityElt() local
155 Unsigned i; in isInvolutoryElt() local
174 Unsigned i; in fixesBasicOrbit() local
225 PermGroup *const G, in assignGenName()
230 Unsigned i, prefixLen; in assignGenName() local
289 PermGroup *const G, in adjoinInverseGen()
329 int i, j; in depthGreaterThan() local
419 PermGroup *const G, in conjugateGroupByPerm()
422 Unsigned level, i, pt; in conjugateGroupByPerm() local
460 int i; in checkConjugacyInGroup() local
[all …]
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/
H A Dclustering.cpp13 AbundanceGraph& G) in operator ()()
16 for (size_t i = 0; i < abundances.size(); ++i) in operator ()() local
21 for (size_t i = 0; i < abundances.size(); ++i) in operator ()() local
38 AbundanceGraph& G) in operator ()()
41 for (size_t i = 0; i < abundances.size(); ++i) in operator ()() local
46 for (size_t i = 0; i < abundances.size(); ++i) in operator ()() local
61 AbundanceGraph& G) in operator ()()
64 for (size_t i = 0; i < abundances.size(); ++i) in operator ()() local
69 for (size_t i = 0; i < abundances.size(); ++i) in operator ()() local
84 AbundanceGraph& G) in operator ()()
[all …]

12345678910>>...524