/dports/math/igraph/igraph-0.9.5/src/misc/ |
H A D | cocitation.c | 211 for (IGRAPH_VIT_RESET(vit), i = 0; !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit), i++) { in igraph_cocitation_real() 350 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in igraph_similarity_jaccard() 359 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_similarity_jaccard() 362 for (IGRAPH_VIT_RESET(vit2), j = 0; in igraph_similarity_jaccard()
|
H A D | microscopic_update.c | 319 IGRAPH_VIT_RESET(A); in igraph_i_vcumulative_proportionate_values()
|
/dports/math/R-cran-igraph/igraph/src/ |
H A D | cocitation.c | 208 for (IGRAPH_VIT_RESET(vit), i = 0; !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit), i++) { in igraph_cocitation_real() 347 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in igraph_similarity_jaccard() 356 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_similarity_jaccard() 359 for (IGRAPH_VIT_RESET(vit2), j = 0; in igraph_similarity_jaccard()
|
H A D | prpack.cpp | 88 for (IGRAPH_VIT_RESET(vit), i = 0; !IGRAPH_VIT_END(vit); in igraph_personalized_pagerank_prpack()
|
H A D | separators.c | 52 for (IGRAPH_VIT_RESET(*vit); in igraph_i_is_separator() 73 for (IGRAPH_VIT_RESET(*vit); in igraph_i_is_separator() 81 for (i = 0, IGRAPH_VIT_RESET(*vit); in igraph_i_is_separator()
|
H A D | distances.c | 64 for (i = 0, IGRAPH_VIT_RESET(vit); in igraph_i_eccentricity()
|
H A D | structural_properties.c | 535 for (IGRAPH_VIT_RESET(fromvit), i = 0; in igraph_shortest_paths() 722 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in igraph_get_shortest_paths() 806 for (IGRAPH_VIT_RESET(vit), j = 0; in igraph_get_shortest_paths() 1071 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in igraph_get_all_shortest_paths() 1176 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in igraph_get_all_shortest_paths() 1537 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_pagerank_old() 1817 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in igraph_i_subgraph_copy_and_delete() 4470 for (IGRAPH_VIT_RESET(fromvit), i = 0; in igraph_shortest_paths_dijkstra() 5452 for (IGRAPH_VIT_RESET(fromvit), i = 0; in igraph_shortest_paths_bellman_ford() 5505 for (IGRAPH_VIT_RESET(tovit), j = 0; !IGRAPH_VIT_END(tovit); in igraph_shortest_paths_bellman_ford() [all …]
|
H A D | type_indexededgelist.c | 958 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_degree() 966 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_degree() 975 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_degree() 989 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_degree()
|
/dports/math/igraph/igraph-0.9.5/src/paths/ |
H A D | unweighted.c | 135 for (IGRAPH_VIT_RESET(fromvit), i = 0; in igraph_shortest_paths() 320 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in igraph_get_shortest_paths() 405 for (IGRAPH_VIT_RESET(vit), j = 0; in igraph_get_shortest_paths()
|
H A D | dijkstra.c | 157 for (IGRAPH_VIT_RESET(fromvit), i = 0; in igraph_shortest_paths_dijkstra() 394 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in igraph_get_shortest_paths_dijkstra() 479 for (IGRAPH_VIT_RESET(vit), i = 0; !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit), i++) { in igraph_get_shortest_paths_dijkstra() 768 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in igraph_get_all_shortest_paths_dijkstra() 911 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in igraph_get_all_shortest_paths_dijkstra()
|
H A D | all_shortest_paths.c | 164 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in igraph_get_all_shortest_paths() 269 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in igraph_get_all_shortest_paths()
|
H A D | bellman_ford.c | 134 for (IGRAPH_VIT_RESET(fromvit), i = 0; in igraph_shortest_paths_bellman_ford() 187 for (IGRAPH_VIT_RESET(tovit), j = 0; !IGRAPH_VIT_END(tovit); in igraph_shortest_paths_bellman_ford() 430 for (IGRAPH_VIT_RESET(tovit), i = 0; !IGRAPH_VIT_END(tovit); IGRAPH_VIT_NEXT(tovit), i++) { in igraph_get_shortest_paths_bellman_ford()
|
H A D | distances.c | 66 for (i = 0, IGRAPH_VIT_RESET(vit); in igraph_i_eccentricity()
|
H A D | johnson.c | 192 for (j = 0, IGRAPH_VIT_RESET(tovit); j < nc; j++, IGRAPH_VIT_NEXT(tovit)) { in igraph_shortest_paths_johnson()
|
H A D | shortest_paths.c | 753 for (IGRAPH_VIT_RESET(vit), i=0; in igraph_local_efficiency() 793 for (IGRAPH_VIT_RESET(vit), i=0; in igraph_local_efficiency()
|
/dports/math/igraph/igraph-0.9.5/src/centrality/ |
H A D | prpack.cpp | 110 for (IGRAPH_VIT_RESET(vit), i = 0; !IGRAPH_VIT_END(vit); in igraph_i_personalized_pagerank_prpack()
|
H A D | closeness.c | 456 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_closeness_cutoff() 564 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_i_harmonic_centrality_unweighted()
|
H A D | betweenness.c | 233 for (j = 0, IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); in igraph_i_betweenness_cutoff_weighted() 472 for (k = 0, IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); in igraph_betweenness_cutoff()
|
/dports/math/igraph/igraph-0.9.5/src/connectivity/ |
H A D | separators.c | 55 for (IGRAPH_VIT_RESET(*vit); in igraph_i_is_separator() 76 for (IGRAPH_VIT_RESET(*vit); in igraph_i_is_separator() 84 for (i = 0, IGRAPH_VIT_RESET(*vit); in igraph_i_is_separator()
|
/dports/math/igraph/igraph-0.9.5/examples/simple/ |
H A D | igraph_get_all_shortest_paths_dijkstra.c | 87 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in check_nrgeo()
|
/dports/math/igraph/igraph-0.9.5/src/properties/ |
H A D | basic_properties.c | 170 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_diversity()
|
/dports/math/igraph/igraph-0.9.5/include/ |
H A D | igraph_iterators.h | 194 #define IGRAPH_VIT_RESET(vit) ((vit).pos = (vit).start) macro
|
/dports/math/R-cran-igraph/igraph/src/include/ |
H A D | igraph_iterators.h | 195 #define IGRAPH_VIT_RESET(vit) ((vit).pos = (vit).start) macro
|
/dports/math/igraph/igraph-0.9.5/src/graph/ |
H A D | type_indexededgelist.c | 1024 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_degree() 1032 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_degree() 1041 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_degree() 1055 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_degree()
|
/dports/math/igraph/igraph-0.9.5/src/operators/ |
H A D | subgraph.c | 58 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in igraph_i_induced_subgraph_copy_and_delete()
|