Home
last modified time | relevance | path

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

/coreutils/src/
Dseq.c293 long double first, long double step, long double last) in print_numbers() argument
295 bool out_of_range = (step < 0 ? first < last : last < first); in print_numbers()
309 x = first + i * step; in print_numbers()
310 out_of_range = (step < 0 ? x < last : last < x); in print_numbers()
363 get_default_format (operand first, operand step, operand last) in get_default_format() argument
367 int prec = MAX (first.precision, step.precision); in get_default_format()
453 seq_fast (char const *a, char const *b, uintmax_t step) in seq_fast() argument
503 for (uintmax_t n_incr = step; n_incr; n_incr--) in seq_fast()
566 operand step = { 1, 1, 0 }; in main() local
656 && xstrtold (argv[optind + 1], nullptr, &step.value, cl_strtold) in main()
[all …]
/coreutils/src/blake2/
Dblake2b-ref.c324 size_t i, step; in main() local
345 for(step = 1; step < BLAKE2B_BLOCKBYTES; ++step) { in main()
357 while (mlen >= step) { in main()
358 if ( (err = blake2b_update(&S, p, step)) < 0 ) { in main()
361 mlen -= step; in main()
362 p += step; in main()
/coreutils/
DREADME-hacking42 As an optional step, if you already have a copy of the Gnulib Git
48 The next step is to get and check other files needed to build,
DHACKING137 a step further, and no longer maintain an explicit ChangeLog file in
DNEWS925 each processing step.
1962 seq -w ensures correct alignment when the step value includes a precision
1968 Also seq no longer ignores a specified step value when the end value is 1.
5304 seq's default step is 1, even if LAST < FIRST.
/coreutils/scripts/build-older-versions/
DREADME.older-versions102 hang for a long time at the following step:
/coreutils/doc/
Dcoreutils.texi17648 then a name to ID resolving step is avoided by specifying a leading @samp{+}.
17927 Show verbose information for each processing step.
18298 Use @option{-v} to diagnose the operations step-by-step:
19386 The default format is derived from @var{first}, @var{step}, and
19405 @var{first}, @var{step}, and @var{last} should all use a fixed point
19920 The first step is to change the case of all the letters in our input file
19927 The next step is to get rid of punctuation. Quoted words and unquoted words
19943 next step is break the data apart so that we have one word per line. This