Home
last modified time | relevance | path

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

/coreutils/src/
Dioblksize.h96 unsigned long long power = 1ull << (ULLONG_WIDTH - leading_zeros); in io_blksize() local
97 if (power <= IDX_MAX) in io_blksize()
98 blocksize = power; in io_blksize()
Dnumfmt.c280 suffix_power_char (int power) in suffix_power_char() argument
282 switch (power) in suffix_power_char()
352 int power = 0; in expld() local
358 ++power; in expld()
363 *x = power; in expld()
623 int power = 0; in simple_strtod_human() local
656 power = suffix_power (**endptr); in simple_strtod_human()
680 long double multiplier = powerld (scale_base, power); in simple_strtod_human()
682 devmsg (" suffix power=%d^%d = %Lf\n", scale_base, power, multiplier); in simple_strtod_human()
773 int power = 0; in double_to_human() local
[all …]
/coreutils/
DCOPYING187 When you convey a covered work, you waive any legal power to forbid
DNEWS1556 and IEC (power of 2) units are now specified by appending 'i'.
2678 do no work. I.e., "sort < big-file | less" could waste a lot of power.
5561 block size seems to be a multiple of a power of 1000.
/coreutils/doc/
Dcoreutils.texi1310 shell command, but that requires more human labor and brain power than
9684 so that even if power is lost the output data will be preserved.
9688 writes it, and thus output data and metadata may be lost if power is lost.