Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/data/
H A Dmissing-values.c36 MVT_NONE = 0, /* No user-missing values. */ enumerator
53 mv->type = MVT_NONE; in mv_init()
69 mv->type = MVT_NONE; in mv_init_pool()
92 mv->type = MVT_NONE; in mv_clear()
127 return mv->type == MVT_NONE; in mv_is_empty()
150 case MVT_NONE: in mv_add_value()
213 if (low <= high && (mv->type == MVT_NONE || mv->type == MVT_1)) in mv_add_range()
337 case MVT_NONE: in using_element()
398 case MVT_NONE: in is_num_user_missing()
424 case MVT_NONE: in is_str_user_missing()
[all …]