Home
last modified time | relevance | path

Searched refs:PIVOT_VALUE_NUMERIC (Results 1 – 6 of 6) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/output/
H A Dpivot-table.c950 if (value->type == PIVOT_VALUE_NUMERIC && !value->numeric.format.w) in pivot_table_put()
1811 case PIVOT_VALUE_NUMERIC: in pivot_value_format_body()
1947 case PIVOT_VALUE_NUMERIC: in pivot_value_destroy()
2140 .type = PIVOT_VALUE_NUMERIC, in pivot_value_new_number()
2205 pv->type = PIVOT_VALUE_NUMERIC; in pivot_value_new_value()
2250 if (value->type == PIVOT_VALUE_NUMERIC) in pivot_value_set_rc()
H A Dpivot-table.h536 PIVOT_VALUE_NUMERIC, /* A value of a numeric variable. */ enumerator
/dports/math/pspp/pspp-1.4.1/src/output/spv/
H A Dspv-legacy-decoder.c1002 v->type = PIVOT_VALUE_NUMERIC; in pivot_value_from_data_value()
1022 v->type = PIVOT_VALUE_NUMERIC; in pivot_value_from_data_value()
1037 v->type = PIVOT_VALUE_NUMERIC; in pivot_value_from_data_value()
1547 if (value->type == PIVOT_VALUE_NUMERIC) in apply_styles_to_value()
2270 if (value->type == PIVOT_VALUE_NUMERIC in decode_spvdx_table()
H A Dspv-light-decoder.c295 out->type = PIVOT_VALUE_NUMERIC; in decode_spvlb_value()
304 out->type = PIVOT_VALUE_NUMERIC; in decode_spvlb_value()
H A Dspv-writer.c580 case PIVOT_VALUE_NUMERIC:
/dports/math/pspp/pspp-1.4.1/src/language/dictionary/
H A Dsys-file-info.c596 if (value->type == PIVOT_VALUE_NUMERIC) in display_value_labels()
607 if (label->type == PIVOT_VALUE_NUMERIC) in display_value_labels()