Home
last modified time | relevance | path

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

/coreutils/src/
Dnumfmt.c66 scale_none, /* the default: no scaling. */ enumerator
80 scale_none, scale_auto, scale_SI, scale_IEC, scale_IEC_I enumerator
90 scale_none, scale_SI, scale_IEC, scale_IEC_I enumerator
168 static enum scale_type scale_from = scale_none;
169 static enum scale_type scale_to = scale_none;
222 case scale_none: in default_scale_base()
653 if (allowed_scaling == scale_none) in simple_strtod_human()
753 if (scale == scale_none) in double_to_human()
1185 if (scale_to == scale_none in prepare_padded_number()
1573 if (debug && scale_from == scale_none && scale_to == scale_none in main()
[all …]