Searched refs:neigh (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/canvas/
H A Dcitygrid.tcl24 variable neigh ; array set neigh {} ; # name,dir -> list(name)
87 variable neigh
91 set allowed [struct::set intersect $allowed $neigh($grid($at),$dir)]
161 variable neigh
206 foreach t $bins(d0) { foreach n $bins(u0) { lappend neigh($t,d) $n } }
207 foreach t $bins(d1) { foreach n $bins(u1) { lappend neigh($t,d) $n } }
208 foreach t $bins(l0) { foreach n $bins(r0) { lappend neigh($t,l) $n } }
209 foreach t $bins(l1) { foreach n $bins(r1) { lappend neigh($t,l) $n } }
210 foreach t $bins(u0) { foreach n $bins(d0) { lappend neigh(
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dwalk.c294 GLA* neigh; local
300 neigh = &n->in;
302 neigh = &n->out;
308 if (neigh->n) {
317 c = neigh->n;
321 for (i=0, il = neigh->first;
330 for (i=0, il = neigh->first;
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/
H A DGraph.pm3977 my @neigh = $g->successors($n);
3979 for my $u (@neigh) {
3980 for my $v (@neigh) {
3988 if (@neigh > 1) {
3989 $clustering{$n} = $gamma_v/(@neigh * (@neigh - 1) / 2);
3990 $gamma += $gamma_v/(@neigh * (@neigh - 1) / 2);
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/
H A DGraph.pm3932 my @neigh = $g->successors($n);
3934 for my $u (@neigh) {
3935 for my $v (@neigh) {
3943 if (@neigh > 1) {
3944 $clustering{$n} = $gamma_v/(@neigh * (@neigh - 1) / 2);
3945 $gamma += $gamma_v/(@neigh * (@neigh - 1) / 2);

Completed in 211 milliseconds