summaryrefslogtreecommitdiff
path: root/gmp-impl.h
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-04-20 01:15:05 +0200
committerKevin Ryde <user42@zip.com.au>2002-04-20 01:15:05 +0200
commitcb85c3f8cfd9f97cdc6843b52624458953182039 (patch)
treecafc78493a21a4c372fe43e344d73ad44aec4dae /gmp-impl.h
parent7ce6b54b409e12617f9e036982a75feb14c4c5aa (diff)
downloadgmp-cb85c3f8cfd9f97cdc6843b52624458953182039.tar.gz
* gmp-impl.h (MP_BASES_BIG_BASE_INVERTED_10,
MP_BASES_NORMALIZATION_STEPS_10): Fix nails values. (MP_BASES_*): Remove GMP_NUMB_BITS == 30 data.
Diffstat (limited to 'gmp-impl.h')
-rw-r--r--gmp-impl.h18
1 files changed, 6 insertions, 12 deletions
diff --git a/gmp-impl.h b/gmp-impl.h
index b3db44be6..7ccd53024 100644
--- a/gmp-impl.h
+++ b/gmp-impl.h
@@ -1745,14 +1745,8 @@ __GMP_DECLSPEC extern const struct bases mp_bases[257];
#if GMP_NUMB_BITS == 28
#define MP_BASES_CHARS_PER_LIMB_10 8
#define MP_BASES_BIG_BASE_10 CNST_LIMB(0x5f5e100)
-#define MP_BASES_BIG_BASE_INVERTED_10 CNST_LIMB(0x5798ee2) /* ? */
-#define MP_BASES_NORMALIZATION_STEPS_10 1
-#endif
-#if GMP_NUMB_BITS == 30
-#define MP_BASES_CHARS_PER_LIMB_10 9
-#define MP_BASES_BIG_BASE_10 CNST_LIMB(0x3b9aca00)
-#define MP_BASES_BIG_BASE_INVERTED_10 CNST_LIMB(0x04b82fa0) /* ? */
-#define MP_BASES_NORMALIZATION_STEPS_10 0
+#define MP_BASES_BIG_BASE_INVERTED_10 CNST_LIMB(0x5798ee23)
+#define MP_BASES_NORMALIZATION_STEPS_10 5
#endif
#if GMP_NUMB_BITS == 32
#define MP_BASES_CHARS_PER_LIMB_10 9
@@ -1763,14 +1757,14 @@ __GMP_DECLSPEC extern const struct bases mp_bases[257];
#if GMP_NUMB_BITS == 60
#define MP_BASES_CHARS_PER_LIMB_10 18
#define MP_BASES_BIG_BASE_10 CNST_LIMB(0xde0b6b3a7640000)
-#define MP_BASES_BIG_BASE_INVERTED_10 CNST_LIMB(0x2725dd1d243aba0) /* ? */
-#define MP_BASES_NORMALIZATION_STEPS_10 0
+#define MP_BASES_BIG_BASE_INVERTED_10 CNST_LIMB(0x2725dd1d243aba0e)
+#define MP_BASES_NORMALIZATION_STEPS_10 4
#endif
#if GMP_NUMB_BITS == 62
#define MP_BASES_CHARS_PER_LIMB_10 18
#define MP_BASES_BIG_BASE_10 CNST_LIMB(0xde0b6b3a7640000)
-#define MP_BASES_BIG_BASE_INVERTED_10 CNST_LIMB(0x9c97747490eae83) /* ? */
-#define MP_BASES_NORMALIZATION_STEPS_10 2
+#define MP_BASES_BIG_BASE_INVERTED_10 CNST_LIMB(0x2725dd1d243aba0e)
+#define MP_BASES_NORMALIZATION_STEPS_10 4
#endif
#if GMP_NUMB_BITS == 64
#define MP_BASES_CHARS_PER_LIMB_10 19