Home
last modified time | relevance | path

Searched refs:pivot_table_set_weight_format (Results 1 – 8 of 8) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/language/stats/
H A Dnpar-summary.c103 pivot_table_set_weight_format (table, wfmt);
H A Dcochran.c183 pivot_table_set_weight_format (table, dict_get_weight_format (ch->dict)); in show_sig_box()
H A Dks-one-sample.c275 pivot_table_set_weight_format (table, wfmt); in show_results()
H A Djonckheere-terpstra.c358 pivot_table_set_weight_format (table, wfmt); in show_jt()
H A Dcrosstabs.q1249 pivot_table_set_weight_format (table, &proc->weight_format);
1289 pivot_table_set_weight_format (chisq, &xt->weight_format);
1320 pivot_table_set_weight_format (sym, &xt->weight_format);
1360 pivot_table_set_weight_format (risk, &xt->weight_format);
1407 pivot_table_set_weight_format (direct, &xt->weight_format);
H A Doneway.c1046 pivot_table_set_weight_format (table, cmd->wfmt);
/dports/math/pspp/pspp-1.4.1/src/output/
H A Dpivot-table.h469 void pivot_table_set_weight_format (struct pivot_table *,
H A Dpivot-table.c863 pivot_table_set_weight_format (table, var_get_print_format (wv)); in pivot_table_set_weight_var()
871 pivot_table_set_weight_format (struct pivot_table *table, in pivot_table_set_weight_format() function