Home
last modified time | relevance | path

Searched refs:cluster_tables (Results 1 – 2 of 2) sorted by relevance

/dports/databases/p5-SQL-Translator/SQL-Translator-1.62/lib/SQL/Translator/Producer/
H A DGraphViz.pm327 my ( $cluster_name, @cluster_tables );
330 @cluster_tables = @{ $c->{'tables'} || [] };
335 @cluster_tables = split /\s*,\s*/, $tables;
338 for my $table ( @cluster_tables ) {
/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink_assoc.c11648 double* cluster_tables; in homog_assoc() local
11710 if (bigstack_alloc_d(cluster_ct2 * 4, &cluster_tables) || in homog_assoc()
11743 dptr = cluster_tables; in homog_assoc()
11806 …for (cluster_idx = 0, dptr = cluster_tables; cluster_idx < cluster_ct2; cluster_idx++, dptr = &(dp… in homog_assoc()