Home
last modified time | relevance | path

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

/coreutils/src/
Dgetlimits.c88 bool negative = (buf[1] == '-'); in decimal_absval_add_one() local
89 char *absnum = buf + 1 + negative; in decimal_absval_add_one()
96 if (negative) in decimal_absval_add_one()
Dnumfmt.c479 char **endptr, long double *value, bool *negative) in simple_strtod_int() argument
490 *negative = true; in simple_strtod_int()
493 *negative = false; in simple_strtod_int()
519 if (*negative) in simple_strtod_int()
548 bool negative; in simple_strtod_float() local
555 e = simple_strtod_int (input_str, endptr, value, &negative); in simple_strtod_float()
585 if (negative) in simple_strtod_float()
Ddf.c879 df_readable (bool negative, uintmax_t n, char *buf, in df_readable() argument
882 if (! known_value (n) && !negative) in df_readable()
886 char *p = human_readable (negative ? -n : n, buf + negative, in df_readable()
888 if (negative) in df_readable()
/coreutils/
DNEWS626 nl --line-increment can now take a negative number to decrement the count.
1917 with such a minimum SIZE (or a maximum SIZE if it is negative).
2068 seq now handles arbitrarily long non-negative whole numbers when the
2088 but only with non-negative whole numbers, an increment of 1, and no
2229 stat no longer reports a negative file size as a huge positive number.
3708 which have negative errno values.
4227 (a negative number) rather than as garbage.
5302 requiring the larger width is negative and smaller than the other endpoint.
5455 * printf no longer segfaults for a negative field width or precision
/coreutils/doc/
Dcoreutils.texi1534 has positive and negative infinity, distinguishes positive from
1535 negative zero, and uses special values called NaNs to represent
1900 @var{number} can be negative to decrement.
1950 The starting @var{number} can be negative.
3246 The @var{number} must be non-negative and can be a floating-point number
3596 Note lines within a negative offset of a regexp pattern
4630 Sort numerically, first by numeric sign (negative, zero, or positive);
12654 If @var{size} is negative, then @command{du} will only print entries with a size
13851 (possibly negative), or the special expression @w{@code{-l @var{string}}},
13972 You should not pass a negative integer or a string with leading
[all …]