mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 00:41:08 +00:00
7a25bf2d19
Fixes #265.
12 lines
379 B
C
12 lines
379 B
C
/* This file generated by gen-bases.c - DO NOT EDIT. */
|
|
|
|
#if GMP_NUMB_BITS != 32
|
|
Error, error, this data is for 32 bits
|
|
#endif
|
|
|
|
/* mp_bases[10] data, as literal values */
|
|
#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(0x12e0be82)
|
|
#define MP_BASES_NORMALIZATION_STEPS_10 2
|