Searched refs:factor (Results 1 – 16 of 16) sorted by relevance
/coreutils/man/ |
D | factor.x | 2 factor \- factor numbers
|
D | .gitignore | 29 factor.1
|
D | local.mk | 99 man/factor.1: src/factor$(EXEEXT)
|
/coreutils/tests/factor/ |
D | run.sh | 20 print_ver_ factor seq sha1sum 32 seq $START $END | factor | sha1sum -c --status exp && f=0
|
D | factor-parallel.sh | 20 print_ver_ factor
|
/coreutils/src/ |
D | .gitignore | 34 factor
|
D | factor.c | 253 static void factor (uintmax_t, uintmax_t, struct factors *); 1230 factor (0, n - 1, &factors); in prime_p() 1324 factor (nm1[1], nm1[0], &factors); in prime2_p() 2221 factor (uintmax_t t1, uintmax_t t0, struct factors *factors) in factor() function 2454 factor (t1, t0, &factors); in print_factors_single()
|
/coreutils/ |
D | cfg.mk | 267 LC_ALL=$$locale ./src/factor --version \ 887 ^tests/(local\.mk|(init|misc/stdbuf|factor/create-test)\.sh)$$|$(_cksum) 893 exclude_file_name_regexp--sc_error_message_uppercase = ^src/factor\.c$$
|
D | AUTHORS | 33 factor: Paul Rubin, Torbjörn Granlund, Niels Möller
|
D | .gitignore | 208 /tests/factor/t[0-9][0-9].sh
|
D | README | 12 du echo env expand expr factor false fmt fold groups head hostid hostname
|
D | NEWS | 73 factor, numfmt, and tsort now diagnose read errors on the input. 338 factor now accepts the --exponents (-h) option to print factors 615 expr and factor now support bignums on all platforms. 682 factor again outputs immediately when stdout is a tty but stdin is not. 1138 factor no longer goes into an infinite loop for certain numbers like 1213 factor again outputs immediately when numbers are input interactively. 1470 factor avoids writing partial lines, thus supporting parallel operation. 1901 factor now builds on aarch64 based systems [bug introduced in coreutils-8.20] 1948 factor no longer loops infinitely on 32 bit powerpc or sparc systems. 2015 factor now builds on x86_64 with x32 ABI, 32 bit MIPS, and all HPPA systems, [all …]
|
/coreutils/tests/ |
D | local.mk | 98 tests/factor/run.sh \ 99 tests/factor/create-test.sh \ 318 tests/factor/factor.pl \ 319 tests/factor/factor-parallel.sh \ 744 tf = tests/factor
|
/coreutils/po/ |
D | POTFILES.in | 64 src/factor.c
|
/coreutils/scripts/git-hooks/ |
D | commit-msg | 19 env expand expr factor false fmt fold groups head hostid hostname id
|
/coreutils/doc/ |
D | coreutils.texi | 69 * factor: (coreutils)factor invocation. Print prime factors 213 * Numeric operations:: factor numfmt seq 470 * factor invocation:: Print prime factors 4927 a factor of log @var{n}. Also see @ref{nproc invocation}. 18401 $ nice factor 4611686018427387903 18911 * factor invocation:: Show factors of numbers. 18917 @node factor invocation 18918 @section @command{factor}: Print prime factors 18920 @pindex factor 18923 @command{factor} prints prime factors. Synopsis: [all …]
|