Home
last modified time | relevance | path

Searched refs:var_col (Results 1 – 11 of 11) sorted by relevance

/dports/biology/vcftools/vcftools-0.1.16/src/perl/
H A Dvcf-contrast172 for my $var_col (@{$$opts{var_cols}})
177 $var_pl = $vcf->get_field($$rec[$var_col],$ipl);
184 my $gt = $vcf->get_field($$rec[$var_col],$igt);
207 if ( $var_gt ne $bg_gts[$i] ) { $novel_gt{$var_col} = 1; }
214 if ( !exists($als{$al}) ) { $novel_al{$var_col} = 1; }
/dports/math/R-cran-haven/haven/src/readstat/txt/
H A Dreadstat_spss_commands_read.c1875 long var_col = 0; in readstat_parse_spss_commands() local
2001 var_col = integer - 1; in readstat_parse_spss_commands()
2013 var_len = integer - var_col; in readstat_parse_spss_commands()
2071 entry->col = var_col; in readstat_parse_spss_commands()
H A Dreadstat_sas_commands_read.c3208 int var_row = 0, var_col = 0; in readstat_parse_sas_commands() local
3347 var_col = integer - 1; in readstat_parse_sas_commands()
3359 var_len = integer - var_col; in readstat_parse_sas_commands()
3466 entry->col = var_col; in readstat_parse_sas_commands()
H A Dreadstat_spss_commands_read.rl61 long var_col = 0;
87 var_col = integer - 1;
92 var_len = integer - var_col;
119 entry->col = var_col;
H A Dreadstat_sas_commands_read.rl61 int var_row = 0, var_col = 0;
93 var_col = integer - 1;
98 var_len = integer - var_col;
142 entry->col = var_col;
/dports/science/dynare/dynare-4.6.4/preprocessor/src/
H A DStaticModel.cc2526 int var_col = symbol_table.getTypeSpecificID(getSymbIDByDerivID(var)) + 1; in writeParamsDerivativesFile() local
2530 << eq+1 << ", " << var_col << ", " << param_col in writeParamsDerivativesFile()
2579 int var_col = symbol_table.getTypeSpecificID(getSymbIDByDerivID(var)) + 1; in writeParamsDerivativesFile() local
2586 << RIGHT_ARRAY_SUBSCRIPT(output_type) << "=" << var_col << ";" << endl in writeParamsDerivativesFile()
2604 << RIGHT_ARRAY_SUBSCRIPT(output_type) << "=" << var_col << ";" << endl in writeParamsDerivativesFile()
2917 int var_col = symbol_table.getTypeSpecificID(getSymbIDByDerivID(var)) + 1; in writeJsonParamsDerivativesFile() local
2929 hessian_output << R"(, "var_col": )" << var_col in writeJsonParamsDerivativesFile()
2987 int var_col = symbol_table.getTypeSpecificID(getSymbIDByDerivID(var)) + 1; in writeJsonParamsDerivativesFile() local
2995 third_derivs_output << R"(, "var_col": )" << var_col in writeJsonParamsDerivativesFile()
H A DDynamicModel.cc6016 int var_col = getDynJacobianCol(var) + 1; in writeParamsDerivativesFile() local
6019 gp_output << "gp" << LEFT_ARRAY_SUBSCRIPT(output_type) << eq+1 << ", " << var_col in writeParamsDerivativesFile()
6068 int var_col = getDynJacobianCol(var) + 1; in writeParamsDerivativesFile() local
6075 << RIGHT_ARRAY_SUBSCRIPT(output_type) << "=" << var_col << ";" << endl in writeParamsDerivativesFile()
6093 << RIGHT_ARRAY_SUBSCRIPT(output_type) << "=" << var_col << ";" << endl in writeParamsDerivativesFile()
7191 int var_col = getDynJacobianCol(var) + 1; in writeJsonParamsDerivativesFile() local
7199 gp_output << R"(, "var_col": )" << var_col + 1 in writeJsonParamsDerivativesFile()
7262 int var_col = getDynJacobianCol(var) + 1; in writeJsonParamsDerivativesFile() local
7271 gpp_output << R"(, "var_col": )" << var_col + 1 in writeJsonParamsDerivativesFile()
/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dvc.cpp477 header.var_col = 0; in ReadHeader_vc()
726 if (header.var_col != 0 && header.var_col == i + 1) { in ReadFile_cor()
760 if (header.var_col != 0) { in ReadFile_cor()
843 if (header.af_col == 0 && header.var_col == 0 && mapRS2var.size() == 0) { in ReadFile_beta()
910 if (header.var_col != 0 && header.var_col == i + 1) { in ReadFile_beta()
941 if ((header.var_col != 0 || header.af_col != 0 || in ReadFile_beta()
951 if (header.var_col == 0) { in ReadFile_beta()
H A Dparam.h111 size_t var_col; variable
H A Dgemma_io.cpp2429 header.var_col = 0; in ReadHeader_io()
/dports/databases/mdbtools/mdbtools-1.0.0/
H A DHACKING.md170 | ???? | n bytes | var_table[]| offset from start of row for each var_col |
187 | ???? | n bytes | var_table[]| offset from start of row for each var_col |
205 to determine where the last var_col ends.