diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-02-16 14:42:43 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-02-16 14:42:43 +0000 |
commit | 974ab3dd887985e3aa347f3c6521f819296396a0 (patch) | |
tree | 802fb82c9f8ec8acd7a60fba7824c2df6f0073ad /src/wheel.h | |
parent | 8e7ba70eba02f88d4f3ba12e07ab9c7bdf32240a (diff) | |
download | coreutils-upstream/8.21.tar.gz |
Imported Upstream version 8.21upstream/8.21
Diffstat (limited to 'src/wheel.h')
-rw-r--r-- | src/wheel.h | 491 |
1 files changed, 0 insertions, 491 deletions
diff --git a/src/wheel.h b/src/wheel.h deleted file mode 100644 index 1c04d598..00000000 --- a/src/wheel.h +++ /dev/null @@ -1,491 +0,0 @@ -/* The first 4 elements correspond to the incremental offsets of the - first 5 primes (2 3 5 7 11). The 5(th) element is the - difference between that last prime and the next largest integer - that is not a multiple of those primes. The remaining numbers - define the wheel. For more information, see - http://www.utm.edu/research/primes/glossary/WheelFactorization.html. */ -1, -2, -2, -4, -2, -4, -2, -4, -6, -2, -6, -4, -2, -4, -6, -6, -2, -6, -4, -2, -6, -4, -6, -8, -4, -2, -4, -2, -4, -14, -4, -6, -2, -10, -2, -6, -6, -4, -2, -4, -6, -2, -10, -2, -4, -2, -12, -10, -2, -4, -2, -4, -6, -2, -6, -4, -6, -6, -6, -2, -6, -4, -2, -6, -4, -6, -8, -4, -2, -4, -6, -8, -6, -10, -2, -4, -6, -2, -6, -6, -4, -2, -4, -6, -2, -6, -4, -2, -6, -10, -2, -10, -2, -4, -2, -4, -6, -8, -4, -2, -4, -12, -2, -6, -4, -2, -6, -4, -6, -12, -2, -4, -2, -4, -8, -6, -4, -6, -2, -4, -6, -2, -6, -10, -2, -4, -6, -2, -6, -4, -2, -4, -2, -10, -2, -10, -2, -4, -6, -6, -2, -6, -6, -4, -6, -6, -2, -6, -4, -2, -6, -4, -6, -8, -4, -2, -6, -4, -8, -6, -4, -6, -2, -4, -6, -8, -6, -4, -2, -10, -2, -6, -4, -2, -4, -2, -10, -2, -10, -2, -4, -2, -4, -8, -6, -4, -2, -4, -6, -6, -2, -6, -4, -8, -4, -6, -8, -4, -2, -4, -2, -4, -8, -6, -4, -6, -6, -6, -2, -6, -6, -4, -2, -4, -6, -2, -6, -4, -2, -4, -2, -10, -2, -10, -2, -6, -4, -6, -2, -6, -4, -2, -4, -6, -6, -8, -4, -2, -6, -10, -8, -4, -2, -4, -2, -4, -8, -10, -6, -2, -4, -8, -6, -6, -4, -2, -4, -6, -2, -6, -4, -6, -2, -10, -2, -10, -2, -4, -2, -4, -6, -2, -6, -4, -2, -4, -6, -6, -2, -6, -6, -6, -4, -6, -8, -4, -2, -4, -2, -4, -8, -6, -4, -8, -4, -6, -2, -6, -6, -4, -2, -4, -6, -8, -4, -2, -4, -2, -10, -2, -10, -2, -4, -2, -4, -6, -2, -10, -2, -4, -6, -8, -6, -4, -2, -6, -4, -6, -8, -4, -6, -2, -4, -8, -6, -4, -6, -2, -4, -6, -2, -6, -6, -4, -6, -6, -2, -6, -6, -4, -2, -10, -2, -10, -2, -4, -2, -4, -6, -2, -6, -4, -2, -10, -6, -2, -6, -4, -2, -6, -4, -6, -8, -4, -2, -4, -2, -12, -6, -4, -6, -2, -4, -6, -2, -12, -4, -2, -4, -8, -6, -4, -2, -4, -2, -10, -2, -10, -6, -2, -4, -6, -2, -6, -4, -2, -4, -6, -6, -2, -6, -4, -2, -10, -6, -8, -6, -4, -2, -4, -8, -6, -4, -6, -2, -4, -6, -2, -6, -6, -6, -4, -6, -2, -6, -4, -2, -4, -2, -10, -12, -2, -4, -2, -10, -2, -6, -4, -2, -4, -6, -6, -2, -10, -2, -6, -4, -14, -4, -2, -4, -2, -4, -8, -6, -4, -6, -2, -4, -6, -2, -6, -6, -4, -2, -4, -6, -2, -6, -4, -2, -4, -12, -2, -12 |