diff --git a/Math.Gmp.Native/gmp_lib.cs b/Math.Gmp.Native/gmp_lib.cs index 2a754eb..8f466dd 100644 --- a/Math.Gmp.Native/gmp_lib.cs +++ b/Math.Gmp.Native/gmp_lib.cs @@ -551,7 +551,7 @@ namespace Math.Gmp.Native /// /// Gets or sets the global GMP error number. /// - /// Global Variable and Constants + /// Global Variable and Constants /// GNU MP - Useful Macros and Constants public static int gmp_errno { @@ -568,7 +568,7 @@ namespace Math.Gmp.Native /// /// The GMP version number in the form “i.j.k”. This release is "6.1.2". /// - /// Global Variable and Constants + /// Global Variable and Constants /// GNU MP - Useful Macros and Constants /// /// @@ -587,7 +587,7 @@ namespace Math.Gmp.Native /// /// mp_bytes_per_limb /// mp_uint_per_limb - /// Global Variable and Constants + /// Global Variable and Constants /// GNU MP - Useful Macros and Constants /// /// @@ -606,7 +606,7 @@ namespace Math.Gmp.Native /// /// mp_bits_per_limb /// mp_uint_per_limb - /// Global Variable and Constants + /// Global Variable and Constants /// /// /// mp_size_t bytesPerLimb = gmp_lib.mp_bytes_per_limb; @@ -624,7 +624,7 @@ namespace Math.Gmp.Native /// /// mp_bits_per_limb /// mp_bytes_per_limb - /// Global Variable and Constants + /// Global Variable and Constants /// /// /// mp_size_t uintsPerLimb = gmp_lib.mp_uint_per_limb; @@ -649,7 +649,7 @@ namespace Math.Gmp.Native /// /// free /// reallocate - /// Custom Allocation + /// Custom Allocation /// GNU MP - Custom Allocation public static void_ptr allocate(size_t alloc_size) { @@ -680,7 +680,7 @@ namespace Math.Gmp.Native /// /// allocate /// free - /// Custom Allocation + /// Custom Allocation /// GNU MP - Custom Allocation public static void_ptr reallocate(void_ptr ptr, size_t old_size, size_t new_size) { @@ -757,7 +757,7 @@ namespace Math.Gmp.Native /// /// allocate /// reallocate - /// Custom Allocation + /// Custom Allocation /// GNU MP - Custom Allocation public static void free(void_ptr ptr, size_t size) { @@ -771,7 +771,7 @@ namespace Math.Gmp.Native /// The memory reallocation function. /// The memory de-allocation function. /// mp_set_memory_functions - /// Custom Allocation + /// Custom Allocation /// GNU MP - Custom Allocation /// /// @@ -827,7 +827,7 @@ namespace Math.Gmp.Native /// /// /// mp_get_memory_functions - /// Custom Allocation + /// Custom Allocation /// GNU MP - Custom Allocation /// /// @@ -1026,7 +1026,7 @@ namespace Math.Gmp.Native /// gmp_randinit_lc_2exp_size /// gmp_randinit_mt /// gmp_randinit_set - /// Random State Initialization + /// Random State Initialization /// GNU MP - Random State Initialization /// /// @@ -1079,7 +1079,7 @@ namespace Math.Gmp.Native /// gmp_randinit_lc_2exp_size /// gmp_randinit_mt /// gmp_randinit_set - /// Random State Initialization + /// Random State Initialization /// GNU MP - Random State Initialization /// /// @@ -1134,7 +1134,7 @@ namespace Math.Gmp.Native /// gmp_randinit_lc_2exp /// gmp_randinit_mt /// gmp_randinit_set - /// Random State Initialization + /// Random State Initialization /// GNU MP - Random State Initialization /// /// @@ -1178,7 +1178,7 @@ namespace Math.Gmp.Native /// gmp_randinit_lc_2exp /// gmp_randinit_lc_2exp_size /// gmp_randinit_set - /// Random State Initialization + /// Random State Initialization /// GNU MP - Random State Initialization /// /// @@ -1218,7 +1218,7 @@ namespace Math.Gmp.Native /// gmp_randinit_lc_2exp /// gmp_randinit_lc_2exp_size /// gmp_randinit_mt - /// Random State Initialization + /// Random State Initialization /// GNU MP - Random State Initialization /// /// @@ -1279,7 +1279,7 @@ namespace Math.Gmp.Native /// /// /// gmp_randseed_ui - /// Random State Seeding + /// Random State Seeding /// GNU MP - Random State Seeding /// /// @@ -1342,7 +1342,7 @@ namespace Math.Gmp.Native /// /// /// gmp_randseed - /// Random State Seeding + /// Random State Seeding /// GNU MP - Random State Seeding /// /// @@ -1383,7 +1383,7 @@ namespace Math.Gmp.Native /// gmp_randinit_lc_2exp_size /// gmp_randinit_mt /// gmp_randinit_set - /// Random State Initialization + /// Random State Initialization /// GNU MP - Random State Initialization public static void gmp_randclear(gmp_randstate_t state) { @@ -1407,7 +1407,7 @@ namespace Math.Gmp.Native /// /// /// gmp_urandomm_ui - /// Random State Miscellaneous + /// Random State Miscellaneous /// GNU MP - Random State Miscellaneous /// /// @@ -1448,7 +1448,7 @@ namespace Math.Gmp.Native /// The upper bound of the range. /// The generated random number. /// gmp_urandomb_ui - /// Random State Miscellaneous + /// Random State Miscellaneous /// GNU MP - Random State Miscellaneous /// /// @@ -1506,7 +1506,7 @@ namespace Math.Gmp.Native /// gmp_snprintf /// gmp_sprintf /// gmp_vasprintf - /// Formatted Output Functions + /// Formatted Output Functions /// GNU MP - Formatted Output Functions /// GNU MP - Formatted Output Strings /// @@ -1564,7 +1564,7 @@ namespace Math.Gmp.Native /// gmp_printf /// gmp_sprintf /// gmp_vfprintf - /// Formatted Output Functions + /// Formatted Output Functions /// GNU MP - Formatted Output Functions /// GNU MP - Formatted Output Strings /// @@ -1635,7 +1635,7 @@ namespace Math.Gmp.Native /// gmp_fprintf /// gmp_sprintf /// gmp_vprintf - /// Formatted Output Functions + /// Formatted Output Functions /// GNU MP - Formatted Output Functions /// GNU MP - Formatted Output Strings /// @@ -1695,7 +1695,7 @@ namespace Math.Gmp.Native /// gmp_asprintf /// gmp_sprintf /// gmp_vsnprintf - /// Formatted Output Functions + /// Formatted Output Functions /// GNU MP - Formatted Output Functions /// GNU MP - Formatted Output Strings /// @@ -1763,7 +1763,7 @@ namespace Math.Gmp.Native /// gmp_fprintf /// gmp_snprintf /// gmp_vsprintf - /// Formatted Output Functions + /// Formatted Output Functions /// GNU MP - Formatted Output Functions /// GNU MP - Formatted Output Strings /// @@ -1828,7 +1828,7 @@ namespace Math.Gmp.Native /// /// /// gmp_asprintf - /// Formatted Output Functions + /// Formatted Output Functions /// GNU MP - Formatted Output Functions /// GNU MP - Formatted Output Strings /// @@ -1892,7 +1892,7 @@ namespace Math.Gmp.Native /// Arguments. /// Return the number of characters written, or -1 if an error occurred. /// gmp_fprintf - /// Formatted Output Functions + /// Formatted Output Functions /// GNU MP - Formatted Output Functions /// GNU MP - Formatted Output Strings /// @@ -1958,7 +1958,7 @@ namespace Math.Gmp.Native /// Arguments. /// Return the number of characters written, or -1 if an error occurred. /// gmp_printf - /// Formatted Output Functions + /// Formatted Output Functions /// GNU MP - Formatted Output Functions /// GNU MP - Formatted Output Strings /// @@ -2023,7 +2023,7 @@ namespace Math.Gmp.Native /// /// /// gmp_snprintf - /// Formatted Output Functions + /// Formatted Output Functions /// GNU MP - Formatted Output Functions /// GNU MP - Formatted Output Strings /// @@ -2099,7 +2099,7 @@ namespace Math.Gmp.Native /// /// /// gmp_sprintf - /// Formatted Output Functions + /// Formatted Output Functions /// GNU MP - Formatted Output Functions /// GNU MP - Formatted Output Strings /// @@ -2169,7 +2169,7 @@ namespace Math.Gmp.Native /// gmp_scanf /// gmp_sscanf /// gmp_vfscanf - /// Formatted Input Functions + /// Formatted Input Functions /// GNU MP - Formatted Input Functions /// GNU MP - Formatted Input Strings /// @@ -2250,7 +2250,7 @@ namespace Math.Gmp.Native /// gmp_fscanf /// gmp_sscanf /// gmp_vscanf - /// Formatted Input Functions + /// Formatted Input Functions /// GNU MP - Formatted Input Functions /// GNU MP - Formatted Input Strings /// @@ -2318,7 +2318,7 @@ namespace Math.Gmp.Native /// gmp_fscanf /// gmp_scanf /// gmp_vsscanf - /// Formatted Input Functions + /// Formatted Input Functions /// GNU MP - Formatted Input Functions /// GNU MP - Formatted Input Strings /// @@ -2382,7 +2382,7 @@ namespace Math.Gmp.Native /// gmp_fscanf /// gmp_vscanf /// gmp_vsscanf - /// Formatted Input Functions + /// Formatted Input Functions /// GNU MP - Formatted Input Functions /// GNU MP - Formatted Input Strings /// @@ -2471,7 +2471,7 @@ namespace Math.Gmp.Native /// gmp_scanf /// gmp_vfscanf /// gmp_vsscanf - /// Formatted Input Functions + /// Formatted Input Functions /// GNU MP - Formatted Input Functions /// GNU MP - Formatted Input Strings /// @@ -2546,7 +2546,7 @@ namespace Math.Gmp.Native /// gmp_sscanf /// gmp_vfscanf /// gmp_vscanf - /// Formatted Input Functions + /// Formatted Input Functions /// GNU MP - Formatted Input Functions /// GNU MP - Formatted Input Strings /// @@ -2637,7 +2637,7 @@ namespace Math.Gmp.Native /// mpz_limbs_modify /// mpz_limbs_finish /// mpz_roinit_n - /// Integer Special Functions + /// Integer Special Functions /// GNU MP - Integer Special Functions /// /// @@ -2704,7 +2704,7 @@ namespace Math.Gmp.Native /// mpz_neg /// mpz_sub /// mpz_submul - /// Integer Arithmetic + /// Integer Arithmetic /// GNU MP - Integer Arithmetic /// /// @@ -2764,7 +2764,7 @@ namespace Math.Gmp.Native /// mpz_neg /// mpz_sub /// mpz_submul - /// Integer Arithmetic + /// Integer Arithmetic /// GNU MP - Integer Arithmetic /// /// @@ -2833,7 +2833,7 @@ namespace Math.Gmp.Native /// mpz_neg /// mpz_sub /// mpz_submul - /// Integer Arithmetic + /// Integer Arithmetic /// GNU MP - Integer Arithmetic /// /// @@ -2887,7 +2887,7 @@ namespace Math.Gmp.Native /// mpz_neg /// mpz_sub /// mpz_submul - /// Integer Arithmetic + /// Integer Arithmetic /// GNU MP - Integer Arithmetic /// /// @@ -2956,7 +2956,7 @@ namespace Math.Gmp.Native /// mpz_neg /// mpz_sub /// mpz_submul - /// Integer Arithmetic + /// Integer Arithmetic /// GNU MP - Integer Arithmetic /// /// @@ -3026,7 +3026,7 @@ namespace Math.Gmp.Native /// mpz_clrbit /// mpz_combit /// mpz_tstbit - /// Integer Logic and Bit Fiddling + /// Integer Logic and Bit Fiddling /// GNU MP - Integer Logic and Bit Fiddling /// /// @@ -3096,7 +3096,7 @@ namespace Math.Gmp.Native /// /// /// mpz_bin_uiui - /// Number Theoretic Functions + /// Number Theoretic Functions /// GNU MP - Number Theoretic Functions /// /// @@ -3150,7 +3150,7 @@ namespace Math.Gmp.Native /// The first operand integer. /// The second operand integer. /// mpz_bin_ui - /// Number Theoretic Functions + /// Number Theoretic Functions /// GNU MP - Number Theoretic Functions /// /// @@ -3208,7 +3208,7 @@ namespace Math.Gmp.Native /// mpz_fdiv_qr /// mpz_mod /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -3284,7 +3284,7 @@ namespace Math.Gmp.Native /// mpz_fdiv_qr /// mpz_mod /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -3352,7 +3352,7 @@ namespace Math.Gmp.Native /// mpz_fdiv_qr /// mpz_mod /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -3418,7 +3418,7 @@ namespace Math.Gmp.Native /// mpz_fdiv_qr /// mpz_mod /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -3501,7 +3501,7 @@ namespace Math.Gmp.Native /// mpz_fdiv_qr /// mpz_mod /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -3573,7 +3573,7 @@ namespace Math.Gmp.Native /// mpz_fdiv_qr /// mpz_mod /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -3649,7 +3649,7 @@ namespace Math.Gmp.Native /// mpz_fdiv_qr /// mpz_mod /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -3716,7 +3716,7 @@ namespace Math.Gmp.Native /// mpz_fdiv_qr /// mpz_mod /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -3783,7 +3783,7 @@ namespace Math.Gmp.Native /// mpz_fdiv_qr /// mpz_mod /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -3829,7 +3829,7 @@ namespace Math.Gmp.Native /// mpz_inits /// mpz_init2 /// mpz_realloc2 - /// Initializing Integers + /// Initializing Integers /// GNU MP - Initializing Integers /// /// @@ -3871,7 +3871,7 @@ namespace Math.Gmp.Native /// mpz_inits /// mpz_init2 /// mpz_realloc2 - /// Initializing Integers + /// Initializing Integers /// GNU MP - Initializing Integers /// /// @@ -3937,7 +3937,7 @@ namespace Math.Gmp.Native /// mpz_setbit /// mpz_combit /// mpz_tstbit - /// Integer Logic and Bit Fiddling + /// Integer Logic and Bit Fiddling /// GNU MP - Integer Logic and Bit Fiddling /// /// @@ -3988,7 +3988,7 @@ namespace Math.Gmp.Native /// mpz_cmpabs_d /// mpz_cmpabs_ui /// mpz_sgn - /// Integer Comparisons + /// Integer Comparisons /// GNU MP - Integer Comparisons /// /// @@ -4048,7 +4048,7 @@ namespace Math.Gmp.Native /// mpz_cmpabs_d /// mpz_cmpabs_ui /// mpz_sgn - /// Integer Comparisons + /// Integer Comparisons /// GNU MP - Integer Comparisons /// /// @@ -4093,7 +4093,7 @@ namespace Math.Gmp.Native /// mpz_cmpabs_d /// mpz_cmpabs_ui /// mpz_sgn - /// Integer Comparisons + /// Integer Comparisons /// GNU MP - Integer Comparisons /// /// @@ -4137,7 +4137,7 @@ namespace Math.Gmp.Native /// mpz_cmpabs /// mpz_cmpabs_d /// mpz_sgn - /// Integer Comparisons + /// Integer Comparisons /// GNU MP - Integer Comparisons /// /// @@ -4182,7 +4182,7 @@ namespace Math.Gmp.Native /// mpz_cmpabs_d /// mpz_cmpabs_ui /// mpz_sgn - /// Integer Comparisons + /// Integer Comparisons /// GNU MP - Integer Comparisons /// /// @@ -4242,7 +4242,7 @@ namespace Math.Gmp.Native /// mpz_cmpabs /// mpz_cmpabs_ui /// mpz_sgn - /// Integer Comparisons + /// Integer Comparisons /// GNU MP - Integer Comparisons /// /// @@ -4287,7 +4287,7 @@ namespace Math.Gmp.Native /// mpz_cmpabs /// mpz_cmpabs_d /// mpz_sgn - /// Integer Comparisons + /// Integer Comparisons /// GNU MP - Integer Comparisons /// /// @@ -4332,7 +4332,7 @@ namespace Math.Gmp.Native /// mpz_clrbit /// mpz_combit /// mpz_tstbit - /// Integer Logic and Bit Fiddling + /// Integer Logic and Bit Fiddling /// GNU MP - Integer Logic and Bit Fiddling /// /// @@ -4402,7 +4402,7 @@ namespace Math.Gmp.Native /// mpz_setbit /// mpz_clrbit /// mpz_tstbit - /// Integer Logic and Bit Fiddling + /// Integer Logic and Bit Fiddling /// GNU MP - Integer Logic and Bit Fiddling /// /// @@ -4462,7 +4462,7 @@ namespace Math.Gmp.Native /// mpz_fdiv_qr /// mpz_mod /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -4533,7 +4533,7 @@ namespace Math.Gmp.Native /// mpz_fdiv_qr /// mpz_mod /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -4597,7 +4597,7 @@ namespace Math.Gmp.Native /// mpz_fdiv_qr /// mpz_mod /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -4642,7 +4642,7 @@ namespace Math.Gmp.Native /// mpz_fdiv_qr /// mpz_mod /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -4711,7 +4711,7 @@ namespace Math.Gmp.Native /// mpz_fdiv_qr /// mpz_mod /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -4780,7 +4780,7 @@ namespace Math.Gmp.Native /// mpz_fdiv_qr /// mpz_mod /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -4843,7 +4843,7 @@ namespace Math.Gmp.Native /// mpz_fdiv_qr /// mpz_mod /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -4895,7 +4895,7 @@ namespace Math.Gmp.Native /// mpz_fdiv_qr /// mpz_mod /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -4938,7 +4938,7 @@ namespace Math.Gmp.Native /// mpz_fits_sshort_p /// mpz_odd_p /// mpz_sizeinbase - /// Miscellaneous Integer Functions + /// Miscellaneous Integer Functions /// GNU MP - Miscellaneous Integer Functions /// /// @@ -5025,7 +5025,7 @@ namespace Math.Gmp.Native /// /// /// mpz_import - /// Integer Import and Export + /// Integer Import and Export /// GNU MP - Integer Import and Export /// /// @@ -5165,7 +5165,7 @@ namespace Math.Gmp.Native /// /// /// mpz_import - /// Integer Import and Export + /// Integer Import and Export /// GNU MP - Integer Import and Export /// /// @@ -5260,7 +5260,7 @@ namespace Math.Gmp.Native /// The operand integer. /// mpz_2fac_ui /// mpz_mfac_uiui - /// Number Theoretic Functions + /// Number Theoretic Functions /// GNU MP - Number Theoretic Functions /// /// @@ -5305,7 +5305,7 @@ namespace Math.Gmp.Native /// The operand integer. /// mpz_fac_ui /// mpz_mfac_uiui - /// Number Theoretic Functions + /// Number Theoretic Functions /// GNU MP - Number Theoretic Functions /// /// @@ -5351,7 +5351,7 @@ namespace Math.Gmp.Native /// The second operand integer. /// mpz_fac_ui /// mpz_2fac_ui - /// Number Theoretic Functions + /// Number Theoretic Functions /// GNU MP - Number Theoretic Functions /// /// @@ -5394,7 +5394,7 @@ namespace Math.Gmp.Native /// /// The result integer. /// The operand integer. - /// Number Theoretic Functions + /// Number Theoretic Functions /// GNU MP - Number Theoretic Functions /// /// @@ -5452,7 +5452,7 @@ namespace Math.Gmp.Native /// mpz_divisible_p /// mpz_mod /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -5528,7 +5528,7 @@ namespace Math.Gmp.Native /// mpz_divisible_p /// mpz_mod /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -5595,7 +5595,7 @@ namespace Math.Gmp.Native /// mpz_divisible_p /// mpz_mod /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -5661,7 +5661,7 @@ namespace Math.Gmp.Native /// mpz_divisible_p /// mpz_mod /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -5744,7 +5744,7 @@ namespace Math.Gmp.Native /// mpz_divisible_p /// mpz_mod /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -5816,7 +5816,7 @@ namespace Math.Gmp.Native /// mpz_divisible_p /// mpz_mod /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -5891,7 +5891,7 @@ namespace Math.Gmp.Native /// mpz_divisible_p /// mpz_mod /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -5959,7 +5959,7 @@ namespace Math.Gmp.Native /// mpz_divisible_p /// mpz_mod /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -6027,7 +6027,7 @@ namespace Math.Gmp.Native /// mpz_divisible_p /// mpz_mod /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -6074,7 +6074,7 @@ namespace Math.Gmp.Native /// /// /// mpz_fib2_ui - /// Number Theoretic Functions + /// Number Theoretic Functions /// GNU MP - Number Theoretic Functions /// /// @@ -6133,7 +6133,7 @@ namespace Math.Gmp.Native /// /// /// mpz_fib_ui - /// Number Theoretic Functions + /// Number Theoretic Functions /// GNU MP - Number Theoretic Functions /// /// @@ -6189,7 +6189,7 @@ namespace Math.Gmp.Native /// mpz_odd_p /// mpz_even_p /// mpz_sizeinbase - /// Miscellaneous Integer Functions + /// Miscellaneous Integer Functions /// GNU MP - Miscellaneous Integer Functions /// /// @@ -6234,7 +6234,7 @@ namespace Math.Gmp.Native /// mpz_odd_p /// mpz_even_p /// mpz_sizeinbase - /// Miscellaneous Integer Functions + /// Miscellaneous Integer Functions /// GNU MP - Miscellaneous Integer Functions /// /// @@ -6279,7 +6279,7 @@ namespace Math.Gmp.Native /// mpz_odd_p /// mpz_even_p /// mpz_sizeinbase - /// Miscellaneous Integer Functions + /// Miscellaneous Integer Functions /// GNU MP - Miscellaneous Integer Functions /// /// @@ -6324,7 +6324,7 @@ namespace Math.Gmp.Native /// mpz_odd_p /// mpz_even_p /// mpz_sizeinbase - /// Miscellaneous Integer Functions + /// Miscellaneous Integer Functions /// GNU MP - Miscellaneous Integer Functions /// /// @@ -6369,7 +6369,7 @@ namespace Math.Gmp.Native /// mpz_odd_p /// mpz_even_p /// mpz_sizeinbase - /// Miscellaneous Integer Functions + /// Miscellaneous Integer Functions /// GNU MP - Miscellaneous Integer Functions /// /// @@ -6414,7 +6414,7 @@ namespace Math.Gmp.Native /// mpz_odd_p /// mpz_even_p /// mpz_sizeinbase - /// Miscellaneous Integer Functions + /// Miscellaneous Integer Functions /// GNU MP - Miscellaneous Integer Functions /// /// @@ -6460,7 +6460,7 @@ namespace Math.Gmp.Native /// /// mpz_gcd_ui /// mpz_gcdext - /// Number Theoretic Functions + /// Number Theoretic Functions /// GNU MP - Number Theoretic Functions /// /// @@ -6530,7 +6530,7 @@ namespace Math.Gmp.Native /// /// mpz_gcd /// mpz_gcdext - /// Number Theoretic Functions + /// Number Theoretic Functions /// GNU MP - Number Theoretic Functions /// /// @@ -6598,7 +6598,7 @@ namespace Math.Gmp.Native /// /// mpz_gcd /// mpz_gcd_ui - /// Number Theoretic Functions + /// Number Theoretic Functions /// GNU MP - Number Theoretic Functions /// /// @@ -6678,7 +6678,7 @@ namespace Math.Gmp.Native /// mpz_get_si /// mpz_get_str /// mpz_get_ui - /// Converting Integers + /// Converting Integers /// GNU MP - Converting Integers /// /// @@ -6730,7 +6730,7 @@ namespace Math.Gmp.Native /// mpz_get_si /// mpz_get_str /// mpz_get_ui - /// Converting Integers + /// Converting Integers /// GNU MP - Converting Integers /// /// @@ -6789,7 +6789,7 @@ namespace Math.Gmp.Native /// mpz_get_d_2exp /// mpz_get_str /// mpz_get_ui - /// Converting Integers + /// Converting Integers /// GNU MP - Converting Integers /// /// @@ -6852,7 +6852,7 @@ namespace Math.Gmp.Native /// mpz_get_d_2exp /// mpz_get_si /// mpz_get_ui - /// Converting Integers + /// Converting Integers /// GNU MP - Converting Integers /// /// @@ -6904,7 +6904,7 @@ namespace Math.Gmp.Native /// mpz_get_d_2exp /// mpz_get_si /// mpz_get_str - /// Converting Integers + /// Converting Integers /// GNU MP - Converting Integers /// /// @@ -6960,7 +6960,7 @@ namespace Math.Gmp.Native /// mpz_limbs_modify /// mpz_limbs_finish /// mpz_roinit_n - /// Integer Special Functions + /// Integer Special Functions /// GNU MP - Integer Special Functions /// /// @@ -7046,7 +7046,7 @@ namespace Math.Gmp.Native /// mpz_clrbit /// mpz_combit /// mpz_tstbit - /// Integer Logic and Bit Fiddling + /// Integer Logic and Bit Fiddling /// GNU MP - Integer Logic and Bit Fiddling /// /// @@ -7128,7 +7128,7 @@ namespace Math.Gmp.Native /// /// /// O:Math.Gmp.Native.gmp_lib.mpz_export - /// Integer Import and Export + /// Integer Import and Export /// GNU MP - Integer Import and Export /// /// @@ -7192,7 +7192,7 @@ namespace Math.Gmp.Native /// mpz_inits /// mpz_init2 /// mpz_realloc2 - /// Initializing Integers + /// Initializing Integers /// GNU MP - Initializing Integers /// /// @@ -7255,7 +7255,7 @@ namespace Math.Gmp.Native /// mpz_init /// mpz_inits /// mpz_realloc2 - /// Initializing Integers + /// Initializing Integers /// GNU MP - Initializing Integers /// /// @@ -7297,7 +7297,7 @@ namespace Math.Gmp.Native /// mpz_init /// mpz_init2 /// mpz_realloc2 - /// Initializing Integers + /// Initializing Integers /// GNU MP - Initializing Integers /// /// @@ -7350,7 +7350,7 @@ namespace Math.Gmp.Native /// mpz_init_set_si /// mpz_init_set_d /// mpz_init_set_str - /// Simultaneous Integer Init & Assign + /// Simultaneous Integer Init & Assign /// GNU MP - Combined Integer Initialization and Assignment /// /// @@ -7409,7 +7409,7 @@ namespace Math.Gmp.Native /// mpz_init_set_ui /// mpz_init_set_si /// mpz_init_set_str - /// Simultaneous Integer Init & Assign + /// Simultaneous Integer Init & Assign /// GNU MP - Combined Integer Initialization and Assignment /// /// @@ -7452,7 +7452,7 @@ namespace Math.Gmp.Native /// mpz_init_set_ui /// mpz_init_set_d /// mpz_init_set_str - /// Simultaneous Integer Init & Assign + /// Simultaneous Integer Init & Assign /// GNU MP - Combined Integer Initialization and Assignment /// /// @@ -7502,7 +7502,7 @@ namespace Math.Gmp.Native /// mpz_init_set_ui /// mpz_init_set_si /// mpz_init_set_d - /// Simultaneous Integer Init & Assign + /// Simultaneous Integer Init & Assign /// GNU MP - Combined Integer Initialization and Assignment /// /// @@ -7552,7 +7552,7 @@ namespace Math.Gmp.Native /// mpz_init_set_si /// mpz_init_set_d /// mpz_init_set_str - /// Simultaneous Integer Init & Assign + /// Simultaneous Integer Init & Assign /// GNU MP - Combined Integer Initialization and Assignment /// /// @@ -7600,7 +7600,7 @@ namespace Math.Gmp.Native /// mpz_out_str /// mpz_inp_str /// mpz_out_raw - /// I/O of Integers + /// I/O of Integers /// GNU MP - I/O of Integers /// /// @@ -7688,7 +7688,7 @@ namespace Math.Gmp.Native /// mpz_out_str /// mpz_out_raw /// mpz_inp_raw - /// I/O of Integers + /// I/O of Integers /// GNU MP - I/O of Integers /// /// @@ -7766,7 +7766,7 @@ namespace Math.Gmp.Native /// The behaviour of this function is undefined when is zero. /// /// - /// Number Theoretic Functions + /// Number Theoretic Functions /// GNU MP - Number Theoretic Functions /// /// @@ -7845,7 +7845,7 @@ namespace Math.Gmp.Native /// mpz_clrbit /// mpz_combit /// mpz_tstbit - /// Integer Logic and Bit Fiddling + /// Integer Logic and Bit Fiddling /// GNU MP - Integer Logic and Bit Fiddling /// /// @@ -7913,7 +7913,7 @@ namespace Math.Gmp.Native /// /// /// mpz_legendre - /// Number Theoretic Functions + /// Number Theoretic Functions /// GNU MP - Number Theoretic Functions /// /// @@ -7971,7 +7971,7 @@ namespace Math.Gmp.Native /// mpz_legendre /// mpz_si_kronecker /// mpz_ui_kronecker - /// Number Theoretic Functions + /// Number Theoretic Functions /// GNU MP - Number Theoretic Functions /// /// @@ -8029,7 +8029,7 @@ namespace Math.Gmp.Native /// mpz_legendre /// mpz_si_kronecker /// mpz_ui_kronecker - /// Number Theoretic Functions + /// Number Theoretic Functions /// GNU MP - Number Theoretic Functions /// /// @@ -8078,7 +8078,7 @@ namespace Math.Gmp.Native /// mpz_legendre /// mpz_si_kronecker /// mpz_ui_kronecker - /// Number Theoretic Functions + /// Number Theoretic Functions /// GNU MP - Number Theoretic Functions /// /// @@ -8127,7 +8127,7 @@ namespace Math.Gmp.Native /// mpz_kronecker_ui /// mpz_legendre /// mpz_ui_kronecker - /// Number Theoretic Functions + /// Number Theoretic Functions /// GNU MP - Number Theoretic Functions /// /// @@ -8176,7 +8176,7 @@ namespace Math.Gmp.Native /// mpz_kronecker_ui /// mpz_legendre /// mpz_si_kronecker - /// Number Theoretic Functions + /// Number Theoretic Functions /// GNU MP - Number Theoretic Functions /// /// @@ -8221,7 +8221,7 @@ namespace Math.Gmp.Native /// /// /// mpz_lcm_ui - /// Number Theoretic Functions + /// Number Theoretic Functions /// GNU MP - Number Theoretic Functions /// /// @@ -8290,7 +8290,7 @@ namespace Math.Gmp.Native /// /// /// mpz_lcm - /// Number Theoretic Functions + /// Number Theoretic Functions /// GNU MP - Number Theoretic Functions /// /// @@ -8318,7 +8318,7 @@ namespace Math.Gmp.Native /// /// /// mpz_jacobi - /// Number Theoretic Functions + /// Number Theoretic Functions /// GNU MP - Number Theoretic Functions /// /// @@ -8374,7 +8374,7 @@ namespace Math.Gmp.Native /// /// /// mpz_lucnum2_ui - /// Number Theoretic Functions + /// Number Theoretic Functions /// GNU MP - Number Theoretic Functions /// /// @@ -8433,7 +8433,7 @@ namespace Math.Gmp.Native /// /// /// mpz_lucnum_ui - /// Number Theoretic Functions + /// Number Theoretic Functions /// GNU MP - Number Theoretic Functions /// /// @@ -8490,7 +8490,7 @@ namespace Math.Gmp.Native /// /// /// mpz_probab_prime_p - /// Number Theoretic Functions + /// Number Theoretic Functions /// GNU MP - Number Theoretic Functions /// /// @@ -8540,7 +8540,7 @@ namespace Math.Gmp.Native /// mpz_fdiv_qr /// mpz_mod_ui /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -8619,7 +8619,7 @@ namespace Math.Gmp.Native /// mpz_fdiv_qr /// mpz_mod /// mpz_tdiv_qr - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -8681,7 +8681,7 @@ namespace Math.Gmp.Native /// mpz_neg /// mpz_sub /// mpz_submul - /// Integer Arithmetic + /// Integer Arithmetic /// GNU MP - Integer Arithmetic /// /// @@ -8757,7 +8757,7 @@ namespace Math.Gmp.Native /// mpz_neg /// mpz_sub /// mpz_submul - /// Integer Arithmetic + /// Integer Arithmetic /// GNU MP - Integer Arithmetic /// /// @@ -8819,7 +8819,7 @@ namespace Math.Gmp.Native /// mpz_neg /// mpz_sub /// mpz_submul - /// Integer Arithmetic + /// Integer Arithmetic /// GNU MP - Integer Arithmetic /// /// @@ -8881,7 +8881,7 @@ namespace Math.Gmp.Native /// mpz_neg /// mpz_sub /// mpz_submul - /// Integer Arithmetic + /// Integer Arithmetic /// GNU MP - Integer Arithmetic /// /// @@ -8940,7 +8940,7 @@ namespace Math.Gmp.Native /// mpz_neg /// mpz_sub /// mpz_submul - /// Integer Arithmetic + /// Integer Arithmetic /// GNU MP - Integer Arithmetic /// /// @@ -8999,7 +8999,7 @@ namespace Math.Gmp.Native /// /// /// mpz_probab_prime_p - /// Number Theoretic Functions + /// Number Theoretic Functions /// GNU MP - Number Theoretic Functions /// /// @@ -9059,7 +9059,7 @@ namespace Math.Gmp.Native /// mpz_fits_sshort_p /// mpz_even_p /// mpz_sizeinbase - /// Miscellaneous Integer Functions + /// Miscellaneous Integer Functions /// GNU MP - Miscellaneous Integer Functions /// /// @@ -9115,7 +9115,7 @@ namespace Math.Gmp.Native /// mpz_out_str /// mpz_inp_str /// mpz_inp_raw - /// I/O of Integers + /// I/O of Integers /// GNU MP - I/O of Integers /// /// @@ -9205,7 +9205,7 @@ namespace Math.Gmp.Native /// mpz_inp_str /// mpz_out_raw /// mpz_inp_raw - /// I/O of Integers + /// I/O of Integers /// GNU MP - I/O of Integers /// /// @@ -9290,7 +9290,7 @@ namespace Math.Gmp.Native /// mpz_rootrem /// mpz_sqrt /// mpz_sqrtrem - /// Integer Roots + /// Integer Roots /// GNU MP - Integer Roots /// /// @@ -9337,7 +9337,7 @@ namespace Math.Gmp.Native /// mpz_rootrem /// mpz_sqrt /// mpz_sqrtrem - /// Integer Roots + /// Integer Roots /// GNU MP - Integer Roots /// /// @@ -9391,7 +9391,7 @@ namespace Math.Gmp.Native /// mpz_clrbit /// mpz_combit /// mpz_tstbit - /// Integer Logic and Bit Fiddling + /// Integer Logic and Bit Fiddling /// GNU MP - Integer Logic and Bit Fiddling /// /// @@ -9432,7 +9432,7 @@ namespace Math.Gmp.Native /// mpz_powm_ui /// mpz_powm_sec /// mpz_ui_pow_ui - /// Integer Exponentiations + /// Integer Exponentiations /// GNU MP - Integer Exponentiation /// /// @@ -9496,7 +9496,7 @@ namespace Math.Gmp.Native /// mpz_powm_sec /// mpz_pow_ui /// mpz_ui_pow_ui - /// Integer Exponentiations + /// Integer Exponentiations /// GNU MP - Integer Exponentiation /// /// @@ -9582,7 +9582,7 @@ namespace Math.Gmp.Native /// mpz_powm_ui /// mpz_pow_ui /// mpz_ui_pow_ui - /// Integer Exponentiations + /// Integer Exponentiations /// GNU MP - Integer Exponentiation /// /// @@ -9664,7 +9664,7 @@ namespace Math.Gmp.Native /// mpz_powm_sec /// mpz_pow_ui /// mpz_ui_pow_ui - /// Integer Exponentiations + /// Integer Exponentiations /// GNU MP - Integer Exponentiation /// /// @@ -9733,7 +9733,7 @@ namespace Math.Gmp.Native /// /// mpz_millerrabin /// mpz_nextprime - /// Number Theoretic Functions + /// Number Theoretic Functions /// GNU MP - Number Theoretic Functions /// /// @@ -9789,7 +9789,7 @@ namespace Math.Gmp.Native /// mpz_urandomm /// mpz_rrandomb /// mpz_random2 - /// Integer Random Numbers + /// Integer Random Numbers /// GNU MP - Integer Random Numbers /// /// @@ -9845,7 +9845,7 @@ namespace Math.Gmp.Native /// mpz_urandomm /// mpz_rrandomb /// mpz_random - /// Integer Random Numbers + /// Integer Random Numbers /// GNU MP - Integer Random Numbers /// /// @@ -9897,7 +9897,7 @@ namespace Math.Gmp.Native /// mpz_init /// mpz_inits /// mpz_init2 - /// Initializing Integers + /// Initializing Integers /// GNU MP - Initializing Integers /// /// @@ -9960,7 +9960,7 @@ namespace Math.Gmp.Native /// The operand integer. /// The factor operand integer. /// The return value is how many such occurrences were removed. - /// Number Theoretic Functions + /// Number Theoretic Functions /// GNU MP - Number Theoretic Functions /// /// @@ -10028,7 +10028,7 @@ namespace Math.Gmp.Native /// mpz_rootrem /// mpz_sqrt /// mpz_sqrtrem - /// Integer Roots + /// Integer Roots /// GNU MP - Integer Roots /// /// @@ -10087,7 +10087,7 @@ namespace Math.Gmp.Native /// mpz_root /// mpz_sqrt /// mpz_sqrtrem - /// Integer Roots + /// Integer Roots /// GNU MP - Integer Roots /// /// @@ -10166,7 +10166,7 @@ namespace Math.Gmp.Native /// mpz_urandomm /// mpz_random /// mpz_random2 - /// Integer Random Numbers + /// Integer Random Numbers /// GNU MP - Integer Random Numbers /// /// @@ -10247,7 +10247,7 @@ namespace Math.Gmp.Native /// mpz_clrbit /// mpz_combit /// mpz_tstbit - /// Integer Logic and Bit Fiddling + /// Integer Logic and Bit Fiddling /// GNU MP - Integer Logic and Bit Fiddling /// /// @@ -10315,7 +10315,7 @@ namespace Math.Gmp.Native /// mpz_clrbit /// mpz_combit /// mpz_tstbit - /// Integer Logic and Bit Fiddling + /// Integer Logic and Bit Fiddling /// GNU MP - Integer Logic and Bit Fiddling /// /// @@ -10359,7 +10359,7 @@ namespace Math.Gmp.Native /// mpz_set_f /// mpz_set_str /// mpz_swap - /// Assigning Integers + /// Assigning Integers /// GNU MP - Assigning Integers /// /// @@ -10428,7 +10428,7 @@ namespace Math.Gmp.Native /// mpz_set_f /// mpz_set_str /// mpz_swap - /// Assigning Integers + /// Assigning Integers /// GNU MP - Assigning Integers /// /// @@ -10483,7 +10483,7 @@ namespace Math.Gmp.Native /// mpz_set_q /// mpz_set_str /// mpz_swap - /// Assigning Integers + /// Assigning Integers /// GNU MP - Assigning Integers /// /// @@ -10543,7 +10543,7 @@ namespace Math.Gmp.Native /// mpz_set_f /// mpz_set_str /// mpz_swap - /// Assigning Integers + /// Assigning Integers /// GNU MP - Assigning Integers /// /// @@ -10598,7 +10598,7 @@ namespace Math.Gmp.Native /// mpz_set_f /// mpz_set_str /// mpz_swap - /// Assigning Integers + /// Assigning Integers /// GNU MP - Assigning Integers /// /// @@ -10665,7 +10665,7 @@ namespace Math.Gmp.Native /// mpz_set_q /// mpz_set_f /// mpz_swap - /// Assigning Integers + /// Assigning Integers /// GNU MP - Assigning Integers /// /// @@ -10723,7 +10723,7 @@ namespace Math.Gmp.Native /// mpz_set_f /// mpz_set_str /// mpz_swap - /// Assigning Integers + /// Assigning Integers /// GNU MP - Assigning Integers /// /// @@ -10784,7 +10784,7 @@ namespace Math.Gmp.Native /// mpz_clrbit /// mpz_combit /// mpz_tstbit - /// Integer Logic and Bit Fiddling + /// Integer Logic and Bit Fiddling /// GNU MP - Integer Logic and Bit Fiddling /// /// @@ -10834,7 +10834,7 @@ namespace Math.Gmp.Native /// mpz_cmpabs /// mpz_cmpabs_d /// mpz_cmpabs_ui - /// Integer Comparisons + /// Integer Comparisons /// GNU MP - Integer Comparisons /// /// @@ -10883,7 +10883,7 @@ namespace Math.Gmp.Native /// mpz_limbs_modify /// mpz_limbs_finish /// mpz_roinit_n - /// Integer Special Functions + /// Integer Special Functions /// GNU MP - Integer Special Functions /// /// @@ -10960,7 +10960,7 @@ namespace Math.Gmp.Native /// mpz_fits_sshort_p /// mpz_odd_p /// mpz_even_p - /// Miscellaneous Integer Functions + /// Miscellaneous Integer Functions /// GNU MP - Miscellaneous Integer Functions /// /// @@ -11011,7 +11011,7 @@ namespace Math.Gmp.Native /// mpz_root /// mpz_rootrem /// mpz_sqrtrem - /// Integer Roots + /// Integer Roots /// GNU MP - Integer Roots /// /// @@ -11069,7 +11069,7 @@ namespace Math.Gmp.Native /// mpz_root /// mpz_rootrem /// mpz_sqrt - /// Integer Roots + /// Integer Roots /// GNU MP - Integer Roots /// /// @@ -11135,7 +11135,7 @@ namespace Math.Gmp.Native /// mpz_sub_ui /// mpz_submul /// mpz_ui_sub - /// Integer Arithmetic + /// Integer Arithmetic /// GNU MP - Integer Arithmetic /// /// @@ -11205,7 +11205,7 @@ namespace Math.Gmp.Native /// mpz_sub /// mpz_submul /// mpz_ui_sub - /// Integer Arithmetic + /// Integer Arithmetic /// GNU MP - Integer Arithmetic /// /// @@ -11266,7 +11266,7 @@ namespace Math.Gmp.Native /// mpz_sub /// mpz_sub_ui /// mpz_submul - /// Integer Arithmetic + /// Integer Arithmetic /// GNU MP - Integer Arithmetic /// /// @@ -11326,7 +11326,7 @@ namespace Math.Gmp.Native /// mpz_neg /// mpz_sub /// mpz_submul_ui - /// Integer Arithmetic + /// Integer Arithmetic /// GNU MP - Integer Arithmetic /// /// @@ -11395,7 +11395,7 @@ namespace Math.Gmp.Native /// mpz_neg /// mpz_sub /// mpz_submul - /// Integer Arithmetic + /// Integer Arithmetic /// GNU MP - Integer Arithmetic /// /// @@ -11454,7 +11454,7 @@ namespace Math.Gmp.Native /// mpz_set_q /// mpz_set_f /// mpz_set_str - /// Assigning Integers + /// Assigning Integers /// GNU MP - Assigning Integers /// /// @@ -11523,7 +11523,7 @@ namespace Math.Gmp.Native /// mpz_tdiv_qr_ui /// mpz_tdiv_q_2exp /// mpz_tdiv_r_2exp - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -11575,7 +11575,7 @@ namespace Math.Gmp.Native /// mpz_tdiv_ui /// mpz_tdiv_q_2exp /// mpz_tdiv_r_2exp - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -11651,7 +11651,7 @@ namespace Math.Gmp.Native /// mpz_tdiv_qr_ui /// mpz_tdiv_ui /// mpz_tdiv_r_2exp - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -11719,7 +11719,7 @@ namespace Math.Gmp.Native /// mpz_tdiv_ui /// mpz_tdiv_q_2exp /// mpz_tdiv_r_2exp - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -11785,7 +11785,7 @@ namespace Math.Gmp.Native /// mpz_tdiv_ui /// mpz_tdiv_q_2exp /// mpz_tdiv_r_2exp - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -11868,7 +11868,7 @@ namespace Math.Gmp.Native /// mpz_tdiv_ui /// mpz_tdiv_q_2exp /// mpz_tdiv_r_2exp - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -11940,7 +11940,7 @@ namespace Math.Gmp.Native /// mpz_tdiv_ui /// mpz_tdiv_q_2exp /// mpz_tdiv_r_2exp - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -12016,7 +12016,7 @@ namespace Math.Gmp.Native /// mpz_tdiv_qr_ui /// mpz_tdiv_ui /// mpz_tdiv_q_2exp - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -12084,7 +12084,7 @@ namespace Math.Gmp.Native /// mpz_tdiv_ui /// mpz_tdiv_q_2exp /// mpz_tdiv_r_2exp - /// Integer Division + /// Integer Division /// GNU MP - Integer Division /// /// @@ -12154,7 +12154,7 @@ namespace Math.Gmp.Native /// mpz_setbit /// mpz_clrbit /// mpz_combit - /// Integer Logic and Bit Fiddling + /// Integer Logic and Bit Fiddling /// GNU MP - Integer Logic and Bit Fiddling /// /// @@ -12196,7 +12196,7 @@ namespace Math.Gmp.Native /// mpz_powm_ui /// mpz_powm_sec /// mpz_pow_ui - /// Integer Exponentiations + /// Integer Exponentiations /// GNU MP - Integer Exponentiation /// /// @@ -12256,7 +12256,7 @@ namespace Math.Gmp.Native /// mpz_rrandomb /// mpz_random /// mpz_random2 - /// Integer Random Numbers + /// Integer Random Numbers /// GNU MP - Integer Random Numbers /// /// @@ -12323,7 +12323,7 @@ namespace Math.Gmp.Native /// mpz_rrandomb /// mpz_random /// mpz_random2 - /// Integer Random Numbers + /// Integer Random Numbers /// GNU MP - Integer Random Numbers /// /// @@ -12402,7 +12402,7 @@ namespace Math.Gmp.Native /// mpz_clrbit /// mpz_combit /// mpz_tstbit - /// Integer Logic and Bit Fiddling + /// Integer Logic and Bit Fiddling /// GNU MP - Integer Logic and Bit Fiddling /// /// @@ -12475,7 +12475,7 @@ namespace Math.Gmp.Native /// mpz_limbs_modify /// mpz_limbs_finish /// mpz_roinit_n - /// Integer Special Functions + /// Integer Special Functions /// GNU MP - Integer Special Functions /// /// @@ -12547,7 +12547,7 @@ namespace Math.Gmp.Native /// mpz_limbs_modify /// mpz_limbs_finish /// mpz_roinit_n - /// Integer Special Functions + /// Integer Special Functions /// GNU MP - Integer Special Functions /// /// @@ -12625,7 +12625,7 @@ namespace Math.Gmp.Native /// mpz_limbs_write /// mpz_limbs_finish /// mpz_roinit_n - /// Integer Special Functions + /// Integer Special Functions /// GNU MP - Integer Special Functions /// /// @@ -12714,7 +12714,7 @@ namespace Math.Gmp.Native /// mpz_limbs_write /// mpz_limbs_modify /// mpz_roinit_n - /// Integer Special Functions + /// Integer Special Functions /// GNU MP - Integer Special Functions public static void mpz_limbs_finish(/*const*/ mpz_t x, mp_size_t s) { @@ -12751,7 +12751,7 @@ namespace Math.Gmp.Native /// mpz_limbs_write /// mpz_limbs_modify /// mpz_limbs_finish - /// Integer Special Functions + /// Integer Special Functions /// GNU MP - Integer Special Functions /// /// @@ -12827,7 +12827,7 @@ namespace Math.Gmp.Native /// mpq_div_2exp /// mpq_neg /// mpq_inv - /// Rational Arithmetic + /// Rational Arithmetic /// GNU MP - Rational Arithmetic /// /// @@ -12856,7 +12856,7 @@ namespace Math.Gmp.Native /// mpq_neg /// mpq_abs /// mpq_inv - /// Rational Arithmetic + /// Rational Arithmetic /// GNU MP - Rational Arithmetic /// /// @@ -12885,7 +12885,7 @@ namespace Math.Gmp.Native /// mpq_set_si /// mpq_set_str /// mpq_swap - /// Initializing Rationals + /// Initializing Rationals /// GNU MP - Initializing Rationals /// /// @@ -12918,7 +12918,7 @@ namespace Math.Gmp.Native /// mpq_set_si /// mpq_set_str /// mpq_swap - /// Initializing Rationals + /// Initializing Rationals /// GNU MP - Initializing Rationals /// /// @@ -12965,7 +12965,7 @@ namespace Math.Gmp.Native /// mpq_set_si /// mpq_set_str /// mpq_swap - /// Initializing Rationals + /// Initializing Rationals /// GNU MP - Initializing Rationals /// /// @@ -13025,7 +13025,7 @@ namespace Math.Gmp.Native /// mpq_cmp_si /// mpq_sgn /// mpq_equal - /// Comparing Rationals + /// Comparing Rationals /// GNU MP - Comparing Rationals /// /// @@ -13087,7 +13087,7 @@ namespace Math.Gmp.Native /// mpq_cmp_ui /// mpq_sgn /// mpq_equal - /// Comparing Rationals + /// Comparing Rationals /// GNU MP - Comparing Rationals /// /// @@ -13138,7 +13138,7 @@ namespace Math.Gmp.Native /// mpq_cmp_si /// mpq_sgn /// mpq_equal - /// Comparing Rationals + /// Comparing Rationals /// GNU MP - Comparing Rationals /// /// @@ -13188,7 +13188,7 @@ namespace Math.Gmp.Native /// mpq_cmp_si /// mpq_sgn /// mpq_equal - /// Comparing Rationals + /// Comparing Rationals /// GNU MP - Comparing Rationals /// /// @@ -13250,7 +13250,7 @@ namespace Math.Gmp.Native /// mpq_get_den /// mpq_set_num /// mpq_set_den - /// Applying Integer Functions + /// Applying Integer Functions /// GNU MP - Applying Integer Functions /// /// @@ -13306,7 +13306,7 @@ namespace Math.Gmp.Native /// mpq_neg /// mpq_abs /// mpq_inv - /// Rational Arithmetic + /// Rational Arithmetic /// GNU MP - Rational Arithmetic /// /// @@ -13336,7 +13336,7 @@ namespace Math.Gmp.Native /// mpq_neg /// mpq_abs /// mpq_inv - /// Rational Arithmetic + /// Rational Arithmetic /// GNU MP - Rational Arithmetic /// /// @@ -13367,7 +13367,7 @@ namespace Math.Gmp.Native /// mpq_cmp_ui /// mpq_cmp_si /// mpq_sgn - /// Comparing Rationals + /// Comparing Rationals /// GNU MP - Comparing Rationals /// /// @@ -13428,7 +13428,7 @@ namespace Math.Gmp.Native /// mpq_get_den /// mpq_set_num /// mpq_set_den - /// Applying Integer Functions + /// Applying Integer Functions /// GNU MP - Applying Integer Functions /// /// @@ -13500,7 +13500,7 @@ namespace Math.Gmp.Native /// mpq_get_den /// mpq_set_num /// mpq_set_den - /// Applying Integer Functions + /// Applying Integer Functions /// GNU MP - Applying Integer Functions /// /// @@ -13571,7 +13571,7 @@ namespace Math.Gmp.Native /// mpq_set_d /// mpq_set_f /// mpq_get_str - /// Rational Conversions + /// Rational Conversions /// GNU MP - Rational Conversions /// /// @@ -13634,7 +13634,7 @@ namespace Math.Gmp.Native /// mpq_get_d /// mpq_set_d /// mpq_set_f - /// Rational Conversions + /// Rational Conversions /// GNU MP - Rational Conversions /// /// @@ -13692,7 +13692,7 @@ namespace Math.Gmp.Native /// mpq_set_si /// mpq_set_str /// mpq_swap - /// Initializing Rationals + /// Initializing Rationals /// GNU MP - Initializing Rationals /// /// @@ -13743,7 +13743,7 @@ namespace Math.Gmp.Native /// mpq_set_si /// mpq_set_str /// mpq_swap - /// Initializing Rationals + /// Initializing Rationals /// GNU MP - Initializing Rationals /// /// @@ -13812,7 +13812,7 @@ namespace Math.Gmp.Native /// /// /// mpq_out_str - /// I/O of Rationals + /// I/O of Rationals /// GNU MP - I/O of Rationals /// /// @@ -13892,7 +13892,7 @@ namespace Math.Gmp.Native /// mpq_div_2exp /// mpq_neg /// mpq_abs - /// Rational Arithmetic + /// Rational Arithmetic /// GNU MP - Rational Arithmetic /// /// @@ -13921,7 +13921,7 @@ namespace Math.Gmp.Native /// mpq_neg /// mpq_abs /// mpq_inv - /// Rational Arithmetic + /// Rational Arithmetic /// GNU MP - Rational Arithmetic /// /// @@ -13951,7 +13951,7 @@ namespace Math.Gmp.Native /// mpq_neg /// mpq_abs /// mpq_inv - /// Rational Arithmetic + /// Rational Arithmetic /// GNU MP - Rational Arithmetic /// /// @@ -13979,7 +13979,7 @@ namespace Math.Gmp.Native /// mpq_div_2exp /// mpq_abs /// mpq_inv - /// Rational Arithmetic + /// Rational Arithmetic /// GNU MP - Rational Arithmetic /// /// @@ -14009,7 +14009,7 @@ namespace Math.Gmp.Native /// mpq_get_den /// mpq_set_num /// mpq_set_den - /// Applying Integer Functions + /// Applying Integer Functions /// GNU MP - Applying Integer Functions /// /// @@ -14065,7 +14065,7 @@ namespace Math.Gmp.Native /// /// /// mpq_inp_str - /// I/O of Rationals + /// I/O of Rationals /// GNU MP - I/O of Rationals /// /// @@ -14153,7 +14153,7 @@ namespace Math.Gmp.Native /// mpq_set_si /// mpq_set_str /// mpq_swap - /// Initializing Rationals + /// Initializing Rationals /// GNU MP - Initializing Rationals /// /// @@ -14213,7 +14213,7 @@ namespace Math.Gmp.Native /// mpq_get_d /// mpq_set_f /// mpq_get_str - /// Rational Conversions + /// Rational Conversions /// GNU MP - Rational Conversions /// /// @@ -14265,7 +14265,7 @@ namespace Math.Gmp.Native /// mpq_get_num /// mpq_get_den /// mpq_set_num - /// Applying Integer Functions + /// Applying Integer Functions /// GNU MP - Applying Integer Functions /// /// @@ -14324,7 +14324,7 @@ namespace Math.Gmp.Native /// mpq_get_d /// mpq_set_d /// mpq_get_str - /// Rational Conversions + /// Rational Conversions /// GNU MP - Rational Conversions /// /// @@ -14393,7 +14393,7 @@ namespace Math.Gmp.Native /// mpq_get_num /// mpq_get_den /// mpq_set_den - /// Applying Integer Functions + /// Applying Integer Functions /// GNU MP - Applying Integer Functions /// /// @@ -14467,7 +14467,7 @@ namespace Math.Gmp.Native /// mpq_set_ui /// mpq_set_str /// mpq_swap - /// Initializing Rationals + /// Initializing Rationals /// GNU MP - Initializing Rationals /// /// @@ -14539,7 +14539,7 @@ namespace Math.Gmp.Native /// mpq_set_ui /// mpq_set_si /// mpq_swap - /// Initializing Rationals + /// Initializing Rationals /// GNU MP - Initializing Rationals /// /// @@ -14592,7 +14592,7 @@ namespace Math.Gmp.Native /// mpq_set_si /// mpq_set_str /// mpq_swap - /// Initializing Rationals + /// Initializing Rationals /// GNU MP - Initializing Rationals /// /// @@ -14645,7 +14645,7 @@ namespace Math.Gmp.Native /// mpq_set_si /// mpq_set_str /// mpq_swap - /// Initializing Rationals + /// Initializing Rationals /// GNU MP - Initializing Rationals /// /// @@ -14708,7 +14708,7 @@ namespace Math.Gmp.Native /// mpq_cmp_ui /// mpq_cmp_si /// mpq_equal - /// Comparing Rationals + /// Comparing Rationals /// GNU MP - Comparing Rationals /// /// @@ -14756,7 +14756,7 @@ namespace Math.Gmp.Native /// mpq_neg /// mpq_abs /// mpq_inv - /// Rational Arithmetic + /// Rational Arithmetic /// GNU MP - Rational Arithmetic /// /// @@ -14787,7 +14787,7 @@ namespace Math.Gmp.Native /// mpq_set_ui /// mpq_set_si /// mpq_set_str - /// Initializing Rationals + /// Initializing Rationals /// GNU MP - Initializing Rationals /// /// @@ -14857,7 +14857,7 @@ namespace Math.Gmp.Native /// mpf_pow_ui /// mpf_neg /// mpf_abs - /// Float Arithmetic + /// Float Arithmetic /// GNU MP - Float Arithmetic /// /// @@ -14924,7 +14924,7 @@ namespace Math.Gmp.Native /// mpf_pow_ui /// mpf_neg /// mpf_abs - /// Float Arithmetic + /// Float Arithmetic /// GNU MP - Float Arithmetic /// /// @@ -15000,7 +15000,7 @@ namespace Math.Gmp.Native /// mpf_pow_ui /// mpf_neg /// mpf_abs - /// Float Arithmetic + /// Float Arithmetic /// GNU MP - Float Arithmetic /// /// @@ -15069,7 +15069,7 @@ namespace Math.Gmp.Native /// mpf_fits_sshort_p /// mpf_urandomb /// mpf_random2 - /// Miscellaneous Float Functions + /// Miscellaneous Float Functions /// GNU MP - Miscellaneous Float Functions /// /// @@ -15140,7 +15140,7 @@ namespace Math.Gmp.Native /// mpf_get_prec /// mpf_set_prec /// mpf_set_prec_raw - /// Initializing Floats + /// Initializing Floats /// GNU MP - Initializing Floats /// /// @@ -15192,7 +15192,7 @@ namespace Math.Gmp.Native /// mpf_get_prec /// mpf_set_prec /// mpf_set_prec_raw - /// Initializing Floats + /// Initializing Floats /// GNU MP - Initializing Floats /// /// @@ -15248,7 +15248,7 @@ namespace Math.Gmp.Native /// mpf_cmp_si /// mpf_reldiff /// mpf_sgn - /// Float Comparison + /// Float Comparison /// GNU MP - Float Comparison /// /// @@ -15307,7 +15307,7 @@ namespace Math.Gmp.Native /// mpf_cmp_si /// mpf_reldiff /// mpf_sgn - /// Float Comparison + /// Float Comparison /// GNU MP - Float Comparison /// /// @@ -15373,7 +15373,7 @@ namespace Math.Gmp.Native /// mpf_cmp_si /// mpf_reldiff /// mpf_sgn - /// Float Comparison + /// Float Comparison /// GNU MP - Float Comparison /// /// @@ -15423,7 +15423,7 @@ namespace Math.Gmp.Native /// mpf_cmp_ui /// mpf_reldiff /// mpf_sgn - /// Float Comparison + /// Float Comparison /// GNU MP - Float Comparison /// /// @@ -15474,7 +15474,7 @@ namespace Math.Gmp.Native /// mpf_cmp_si /// mpf_reldiff /// mpf_sgn - /// Float Comparison + /// Float Comparison /// GNU MP - Float Comparison /// /// @@ -15536,7 +15536,7 @@ namespace Math.Gmp.Native /// mpf_neg /// mpf_abs /// mpf_div_2exp - /// Float Arithmetic + /// Float Arithmetic /// GNU MP - Float Arithmetic /// /// @@ -15614,7 +15614,7 @@ namespace Math.Gmp.Native /// mpf_pow_ui /// mpf_neg /// mpf_abs - /// Float Arithmetic + /// Float Arithmetic /// GNU MP - Float Arithmetic /// /// @@ -15691,7 +15691,7 @@ namespace Math.Gmp.Native /// mpf_neg /// mpf_abs /// mpf_div_2exp - /// Float Arithmetic + /// Float Arithmetic /// GNU MP - Float Arithmetic /// /// @@ -15741,7 +15741,7 @@ namespace Math.Gmp.Native /// mpf_fits_sshort_p /// mpf_urandomb /// mpf_random2 - /// Miscellaneous Float Functions + /// Miscellaneous Float Functions /// GNU MP - Miscellaneous Float Functions /// /// @@ -15789,7 +15789,7 @@ namespace Math.Gmp.Native /// mpf_fits_sshort_p /// mpf_urandomb /// mpf_random2 - /// Miscellaneous Float Functions + /// Miscellaneous Float Functions /// GNU MP - Miscellaneous Float Functions /// /// @@ -15837,7 +15837,7 @@ namespace Math.Gmp.Native /// mpf_fits_ushort_p /// mpf_urandomb /// mpf_random2 - /// Miscellaneous Float Functions + /// Miscellaneous Float Functions /// GNU MP - Miscellaneous Float Functions /// /// @@ -15885,7 +15885,7 @@ namespace Math.Gmp.Native /// mpf_fits_sshort_p /// mpf_urandomb /// mpf_random2 - /// Miscellaneous Float Functions + /// Miscellaneous Float Functions /// GNU MP - Miscellaneous Float Functions /// /// @@ -15933,7 +15933,7 @@ namespace Math.Gmp.Native /// mpf_fits_sshort_p /// mpf_urandomb /// mpf_random2 - /// Miscellaneous Float Functions + /// Miscellaneous Float Functions /// GNU MP - Miscellaneous Float Functions /// /// @@ -15981,7 +15981,7 @@ namespace Math.Gmp.Native /// mpf_fits_sshort_p /// mpf_urandomb /// mpf_random2 - /// Miscellaneous Float Functions + /// Miscellaneous Float Functions /// GNU MP - Miscellaneous Float Functions /// /// @@ -16029,7 +16029,7 @@ namespace Math.Gmp.Native /// mpf_fits_sshort_p /// mpf_urandomb /// mpf_random2 - /// Miscellaneous Float Functions + /// Miscellaneous Float Functions /// GNU MP - Miscellaneous Float Functions /// /// @@ -16099,7 +16099,7 @@ namespace Math.Gmp.Native /// mpf_get_si /// mpf_get_ui /// O:Math.Gmp.Native.gmp_lib.mpf_get_str - /// Converting Floats + /// Converting Floats /// GNU MP - Converting Floats /// /// @@ -16153,7 +16153,7 @@ namespace Math.Gmp.Native /// mpf_get_si /// mpf_get_ui /// O:Math.Gmp.Native.gmp_lib.mpf_get_str - /// Converting Floats + /// Converting Floats /// GNU MP - Converting Floats /// /// @@ -16215,7 +16215,7 @@ namespace Math.Gmp.Native /// mpf_get_prec /// mpf_set_prec /// mpf_set_prec_raw - /// Initializing Floats + /// Initializing Floats /// GNU MP - Initializing Floats /// /// @@ -16252,7 +16252,7 @@ namespace Math.Gmp.Native /// mpf_clears /// mpf_set_prec /// mpf_set_prec_raw - /// Initializing Floats + /// Initializing Floats /// GNU MP - Initializing Floats /// /// @@ -16304,7 +16304,7 @@ namespace Math.Gmp.Native /// mpf_get_d_2exp /// mpf_get_ui /// O:Math.Gmp.Native.gmp_lib.mpf_get_str - /// Converting Floats + /// Converting Floats /// GNU MP - Converting Floats /// /// @@ -16388,7 +16388,7 @@ namespace Math.Gmp.Native /// mpf_get_d_2exp /// mpf_get_si /// mpf_get_ui - /// Converting Floats + /// Converting Floats /// GNU MP - Converting Floats /// /// @@ -16483,7 +16483,7 @@ namespace Math.Gmp.Native /// mpf_get_d_2exp /// mpf_get_si /// mpf_get_ui - /// Converting Floats + /// Converting Floats /// GNU MP - Converting Floats /// /// @@ -16551,7 +16551,7 @@ namespace Math.Gmp.Native /// mpf_get_d_2exp /// mpf_get_si /// O:Math.Gmp.Native.gmp_lib.mpf_get_str - /// Converting Floats + /// Converting Floats /// GNU MP - Converting Floats /// /// @@ -16585,7 +16585,7 @@ namespace Math.Gmp.Native /// mpf_get_prec /// mpf_set_prec /// mpf_set_prec_raw - /// Initializing Floats + /// Initializing Floats /// GNU MP - Initializing Floats /// /// @@ -16645,7 +16645,7 @@ namespace Math.Gmp.Native /// mpf_get_prec /// mpf_set_prec /// mpf_set_prec_raw - /// Initializing Floats + /// Initializing Floats /// GNU MP - Initializing Floats /// /// @@ -16702,7 +16702,7 @@ namespace Math.Gmp.Native /// mpf_get_prec /// mpf_set_prec /// mpf_set_prec_raw - /// Initializing Floats + /// Initializing Floats /// GNU MP - Initializing Floats /// /// @@ -16745,7 +16745,7 @@ namespace Math.Gmp.Native /// mpf_init_set_si /// mpf_init_set_d /// mpf_init_set_str - /// Simultaneous Float Init & Assign + /// Simultaneous Float Init & Assign /// GNU MP - Combined Float Initialization and Assignment /// /// @@ -16808,7 +16808,7 @@ namespace Math.Gmp.Native /// mpf_init_set_ui /// mpf_init_set_si /// mpf_init_set_str - /// Simultaneous Float Init & Assign + /// Simultaneous Float Init & Assign /// GNU MP - Combined Float Initialization and Assignment /// /// @@ -16862,7 +16862,7 @@ namespace Math.Gmp.Native /// mpf_init_set_ui /// mpf_init_set_d /// mpf_init_set_str - /// Simultaneous Float Init & Assign + /// Simultaneous Float Init & Assign /// GNU MP - Combined Float Initialization and Assignment /// /// @@ -16924,7 +16924,7 @@ namespace Math.Gmp.Native /// mpf_init_set_ui /// mpf_init_set_si /// mpf_init_set_d - /// Simultaneous Float Init & Assign + /// Simultaneous Float Init & Assign /// GNU MP - Combined Float Initialization and Assignment /// /// @@ -16983,7 +16983,7 @@ namespace Math.Gmp.Native /// mpf_init_set_si /// mpf_init_set_d /// mpf_init_set_str - /// Simultaneous Float Init & Assign + /// Simultaneous Float Init & Assign /// GNU MP - Combined Float Initialization and Assignment /// /// @@ -17049,7 +17049,7 @@ namespace Math.Gmp.Native /// /// /// mpf_out_str - /// I/O of Floats + /// I/O of Floats /// GNU MP - I/O of Floats /// /// @@ -17127,7 +17127,7 @@ namespace Math.Gmp.Native /// mpf_fits_sshort_p /// mpf_urandomb /// mpf_random2 - /// Miscellaneous Float Functions + /// Miscellaneous Float Functions /// GNU MP - Miscellaneous Float Functions /// /// @@ -17179,7 +17179,7 @@ namespace Math.Gmp.Native /// mpf_neg /// mpf_abs /// mpf_mul_2exp - /// Float Arithmetic + /// Float Arithmetic /// GNU MP - Float Arithmetic /// /// @@ -17256,7 +17256,7 @@ namespace Math.Gmp.Native /// mpf_pow_ui /// mpf_neg /// mpf_abs - /// Float Arithmetic + /// Float Arithmetic /// GNU MP - Float Arithmetic /// /// @@ -17324,7 +17324,7 @@ namespace Math.Gmp.Native /// mpf_neg /// mpf_abs /// mpf_mul_2exp - /// Float Arithmetic + /// Float Arithmetic /// GNU MP - Float Arithmetic /// /// @@ -17389,7 +17389,7 @@ namespace Math.Gmp.Native /// mpf_sqrt /// mpf_pow_ui /// mpf_abs - /// Float Arithmetic + /// Float Arithmetic /// GNU MP - Float Arithmetic /// /// @@ -17471,7 +17471,7 @@ namespace Math.Gmp.Native /// /// /// mpf_inp_str - /// I/O of Floats + /// I/O of Floats /// GNU MP - I/O of Floats /// /// @@ -17528,7 +17528,7 @@ namespace Math.Gmp.Native /// mpf_sqrt /// mpf_neg /// mpf_abs - /// Float Arithmetic + /// Float Arithmetic /// GNU MP - Float Arithmetic /// /// @@ -17606,7 +17606,7 @@ namespace Math.Gmp.Native /// mpf_fits_ushort_p /// mpf_fits_sshort_p /// mpf_urandomb - /// Miscellaneous Float Functions + /// Miscellaneous Float Functions /// GNU MP - Miscellaneous Float Functions /// /// @@ -17650,7 +17650,7 @@ namespace Math.Gmp.Native /// mpf_cmp_ui /// mpf_cmp_si /// mpf_sgn - /// Float Comparison + /// Float Comparison /// GNU MP - Float Comparison /// /// @@ -17724,7 +17724,7 @@ namespace Math.Gmp.Native /// mpf_set_q /// mpf_set_str /// mpf_swap - /// Assigning Floats + /// Assigning Floats /// GNU MP - Assigning Floats /// /// @@ -17787,7 +17787,7 @@ namespace Math.Gmp.Native /// mpf_set_q /// mpf_set_str /// mpf_swap - /// Assigning Floats + /// Assigning Floats /// GNU MP - Assigning Floats /// /// @@ -17843,7 +17843,7 @@ namespace Math.Gmp.Native /// mpf_get_prec /// mpf_set_prec /// mpf_set_prec_raw - /// Initializing Floats + /// Initializing Floats /// GNU MP - Initializing Floats /// /// @@ -17888,7 +17888,7 @@ namespace Math.Gmp.Native /// mpf_clears /// mpf_get_prec /// mpf_set_prec_raw - /// Initializing Floats + /// Initializing Floats /// GNU MP - Initializing Floats /// /// @@ -17964,7 +17964,7 @@ namespace Math.Gmp.Native /// mpf_clears /// mpf_get_prec /// mpf_set_prec - /// Initializing Floats + /// Initializing Floats /// GNU MP - Initializing Floats /// /// @@ -18044,7 +18044,7 @@ namespace Math.Gmp.Native /// mpf_set_z /// mpf_set_str /// mpf_swap - /// Assigning Floats + /// Assigning Floats /// GNU MP - Assigning Floats /// /// @@ -18103,7 +18103,7 @@ namespace Math.Gmp.Native /// mpf_set_q /// mpf_set_str /// mpf_swap - /// Assigning Floats + /// Assigning Floats /// GNU MP - Assigning Floats /// /// @@ -18187,7 +18187,7 @@ namespace Math.Gmp.Native /// mpf_set_z /// mpf_set_q /// mpf_swap - /// Assigning Floats + /// Assigning Floats /// GNU MP - Assigning Floats /// /// @@ -18237,7 +18237,7 @@ namespace Math.Gmp.Native /// mpf_set_q /// mpf_set_str /// mpf_swap - /// Assigning Floats + /// Assigning Floats /// GNU MP - Assigning Floats /// /// @@ -18287,7 +18287,7 @@ namespace Math.Gmp.Native /// mpf_set_q /// mpf_set_str /// mpf_swap - /// Assigning Floats + /// Assigning Floats /// GNU MP - Assigning Floats /// /// @@ -18345,7 +18345,7 @@ namespace Math.Gmp.Native /// mpf_cmp_ui /// mpf_cmp_si /// mpf_reldiff - /// Float Comparison + /// Float Comparison /// GNU MP - Float Comparison /// /// @@ -18383,7 +18383,7 @@ namespace Math.Gmp.Native /// The operand float. /// The number of limbs currently in use. /// mpf_t - /// Float Arithmetic + /// Float Arithmetic /// GNU MP - Float Arithmetic /// /// @@ -18435,7 +18435,7 @@ namespace Math.Gmp.Native /// mpf_pow_ui /// mpf_neg /// mpf_abs - /// Float Arithmetic + /// Float Arithmetic /// GNU MP - Float Arithmetic /// /// @@ -18501,7 +18501,7 @@ namespace Math.Gmp.Native /// mpf_pow_ui /// mpf_neg /// mpf_abs - /// Float Arithmetic + /// Float Arithmetic /// GNU MP - Float Arithmetic /// /// @@ -18560,7 +18560,7 @@ namespace Math.Gmp.Native /// mpf_pow_ui /// mpf_neg /// mpf_abs - /// Float Arithmetic + /// Float Arithmetic /// GNU MP - Float Arithmetic /// /// @@ -18638,7 +18638,7 @@ namespace Math.Gmp.Native /// mpf_pow_ui /// mpf_neg /// mpf_abs - /// Float Arithmetic + /// Float Arithmetic /// GNU MP - Float Arithmetic /// /// @@ -18708,7 +18708,7 @@ namespace Math.Gmp.Native /// mpf_set_z /// mpf_set_q /// mpf_set_str - /// Assigning Floats + /// Assigning Floats /// GNU MP - Assigning Floats /// /// @@ -18781,7 +18781,7 @@ namespace Math.Gmp.Native /// mpf_fits_sshort_p /// mpf_urandomb /// mpf_random2 - /// Miscellaneous Float Functions + /// Miscellaneous Float Functions /// GNU MP - Miscellaneous Float Functions /// /// @@ -18858,7 +18858,7 @@ namespace Math.Gmp.Native /// mpf_neg /// mpf_abs /// mpf_div_2exp - /// Float Arithmetic + /// Float Arithmetic /// GNU MP - Float Arithmetic /// /// @@ -18926,7 +18926,7 @@ namespace Math.Gmp.Native /// mpf_pow_ui /// mpf_neg /// mpf_abs - /// Float Arithmetic + /// Float Arithmetic /// GNU MP - Float Arithmetic /// /// @@ -18988,7 +18988,7 @@ namespace Math.Gmp.Native /// /// /// The variable state must be initialized by calling one of the gmp_randinit functions - /// Random State Initialization + /// Random State Initialization /// (GNU MP - Random State Initialization) before invoking this function. /// /// @@ -19003,7 +19003,7 @@ namespace Math.Gmp.Native /// mpf_fits_ushort_p /// mpf_fits_sshort_p /// mpf_random2 - /// Miscellaneous Float Functions + /// Miscellaneous Float Functions /// GNU MP - Miscellaneous Float Functions /// /// @@ -19085,7 +19085,7 @@ namespace Math.Gmp.Native /// mpn_sqr /// mpn_sqrtrem /// mpn_tdiv_qr - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -19161,7 +19161,7 @@ namespace Math.Gmp.Native /// mpn_sqr /// mpn_sqrtrem /// mpn_tdiv_qr - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -19242,7 +19242,7 @@ namespace Math.Gmp.Native /// mpn_sqr /// mpn_sqrtrem /// mpn_tdiv_qr - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -19330,7 +19330,7 @@ namespace Math.Gmp.Native /// mpn_sqr /// mpn_sqrtrem /// mpn_tdiv_qr - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -19386,7 +19386,7 @@ namespace Math.Gmp.Native /// mpn_perfect_power_p /// mpn_perfect_square_p /// mpn_zero_p - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -19428,7 +19428,7 @@ namespace Math.Gmp.Native /// mpn_cmp /// mpn_perfect_power_p /// mpn_perfect_square_p - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -19491,7 +19491,7 @@ namespace Math.Gmp.Native /// mpn_sqr /// mpn_sqrtrem /// mpn_tdiv_qr - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -19581,7 +19581,7 @@ namespace Math.Gmp.Native /// mpn_sqr /// mpn_sqrtrem /// mpn_tdiv_qr - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -19675,7 +19675,7 @@ namespace Math.Gmp.Native /// mpn_sqr /// mpn_sqrtrem /// mpn_tdiv_qr - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -19766,7 +19766,7 @@ namespace Math.Gmp.Native /// mpn_sqr /// mpn_sqrtrem /// mpn_tdiv_qr - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -19854,7 +19854,7 @@ namespace Math.Gmp.Native /// mpn_sqr /// mpn_sqrtrem /// mpn_tdiv_qr - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -19954,7 +19954,7 @@ namespace Math.Gmp.Native /// /// mpn_gcd_1 /// O:Math.Gmp.Native.gmp_lib.mpn_gcdext - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -20014,7 +20014,7 @@ namespace Math.Gmp.Native /// /// mpn_gcd /// O:Math.Gmp.Native.gmp_lib.mpn_gcdext - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -20096,7 +20096,7 @@ namespace Math.Gmp.Native /// /// mpn_gcd /// mpn_gcd_1 - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -20196,7 +20196,7 @@ namespace Math.Gmp.Native /// /// mpn_gcd /// mpn_gcd_1 - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -20280,7 +20280,7 @@ namespace Math.Gmp.Native /// /// mpn_set_str /// mpn_sizeinbase - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -20343,7 +20343,7 @@ namespace Math.Gmp.Native /// mpn_rshift /// mpn_scan0 /// mpn_scan1 - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -20399,7 +20399,7 @@ namespace Math.Gmp.Native /// mpn_rshift /// mpn_scan0 /// mpn_scan1 - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -20477,7 +20477,7 @@ namespace Math.Gmp.Native /// mpn_sqr /// mpn_sqrtrem /// mpn_tdiv_qr - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -20549,7 +20549,7 @@ namespace Math.Gmp.Native /// mpn_sqr /// mpn_sqrtrem /// mpn_tdiv_qr - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -20639,7 +20639,7 @@ namespace Math.Gmp.Native /// mpn_sqr /// mpn_sqrtrem /// mpn_tdiv_qr - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -20721,7 +20721,7 @@ namespace Math.Gmp.Native /// mpn_sqr /// mpn_sqrtrem /// mpn_tdiv_qr - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -20797,7 +20797,7 @@ namespace Math.Gmp.Native /// mpn_submul_1 /// mpn_sqrtrem /// mpn_tdiv_qr - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -20871,7 +20871,7 @@ namespace Math.Gmp.Native /// mpn_sqr /// mpn_sqrtrem /// mpn_tdiv_qr - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -20932,7 +20932,7 @@ namespace Math.Gmp.Native /// mpn_nior_n /// mpn_xor_n /// mpn_xnor_n - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -20987,7 +20987,7 @@ namespace Math.Gmp.Native /// mpn_cmp /// mpn_perfect_power_p /// mpn_zero_p - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -21026,7 +21026,7 @@ namespace Math.Gmp.Native /// mpn_cmp /// mpn_perfect_square_p /// mpn_zero_p - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -21067,7 +21067,7 @@ namespace Math.Gmp.Native /// mpn_rshift /// mpn_scan0 /// mpn_scan1 - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -21126,7 +21126,7 @@ namespace Math.Gmp.Native /// /// /// mpn_random2 - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -21172,7 +21172,7 @@ namespace Math.Gmp.Native /// /// /// mpn_random - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -21225,7 +21225,7 @@ namespace Math.Gmp.Native /// mpn_popcount /// mpn_scan0 /// mpn_scan1 - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -21288,7 +21288,7 @@ namespace Math.Gmp.Native /// mpn_popcount /// mpn_rshift /// mpn_scan1 - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -21335,7 +21335,7 @@ namespace Math.Gmp.Native /// mpn_popcount /// mpn_rshift /// mpn_scan0 - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -21397,7 +21397,7 @@ namespace Math.Gmp.Native /// /// mpn_get_str /// mpn_sizeinbase - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -21465,7 +21465,7 @@ namespace Math.Gmp.Native /// /// mpn_get_str /// mpn_set_str - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -21546,7 +21546,7 @@ namespace Math.Gmp.Native /// mpn_submul_1 /// mpn_sqr /// mpn_tdiv_qr - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -21630,7 +21630,7 @@ namespace Math.Gmp.Native /// mpn_sqr /// mpn_sqrtrem /// mpn_tdiv_qr - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -21707,7 +21707,7 @@ namespace Math.Gmp.Native /// mpn_sqr /// mpn_sqrtrem /// mpn_tdiv_qr - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -21781,7 +21781,7 @@ namespace Math.Gmp.Native /// mpn_sqr /// mpn_sqrtrem /// mpn_tdiv_qr - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -21868,7 +21868,7 @@ namespace Math.Gmp.Native /// mpn_sqr /// mpn_sqrtrem /// mpn_tdiv_qr - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -21957,7 +21957,7 @@ namespace Math.Gmp.Native /// mpn_submul_1 /// mpn_sqr /// mpn_sqrtrem - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -22023,7 +22023,7 @@ namespace Math.Gmp.Native /// mpn_nior_n /// mpn_xor_n /// mpn_xnor_n - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -22082,7 +22082,7 @@ namespace Math.Gmp.Native /// mpn_nior_n /// mpn_xor_n /// mpn_xnor_n - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -22141,7 +22141,7 @@ namespace Math.Gmp.Native /// mpn_nior_n /// mpn_xor_n /// mpn_xnor_n - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -22200,7 +22200,7 @@ namespace Math.Gmp.Native /// mpn_nior_n /// mpn_xor_n /// mpn_xnor_n - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -22259,7 +22259,7 @@ namespace Math.Gmp.Native /// mpn_nior_n /// mpn_xor_n /// mpn_xnor_n - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -22318,7 +22318,7 @@ namespace Math.Gmp.Native /// mpn_nand_n /// mpn_xor_n /// mpn_xnor_n - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -22377,7 +22377,7 @@ namespace Math.Gmp.Native /// mpn_nand_n /// mpn_nior_n /// mpn_xnor_n - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -22436,7 +22436,7 @@ namespace Math.Gmp.Native /// mpn_nand_n /// mpn_nior_n /// mpn_xor_n - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -22488,7 +22488,7 @@ namespace Math.Gmp.Native /// The number of limbs of . /// mpn_copyd /// mpn_zero - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -22537,7 +22537,7 @@ namespace Math.Gmp.Native /// The number of limbs of . /// mpn_copyi /// mpn_zero - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -22585,7 +22585,7 @@ namespace Math.Gmp.Native /// The number of limbs of . /// mpn_copyd /// mpn_copyi - /// Low-level Functions + /// Low-level Functions /// GNU MP - Low-level Functions /// /// @@ -22654,7 +22654,7 @@ namespace Math.Gmp.Native /// mpn_sec_div_qr /// mpn_sec_div_r /// mpn_sec_invert - /// Low-level functions for cryptography + /// Low-level functions for cryptography /// GNU MP - Low-level Functions /// /// @@ -22735,7 +22735,7 @@ namespace Math.Gmp.Native /// mpn_sec_div_qr /// mpn_sec_div_r /// mpn_sec_invert - /// Low-level functions for cryptography + /// Low-level functions for cryptography /// GNU MP - Low-level Functions /// /// @@ -22812,7 +22812,7 @@ namespace Math.Gmp.Native /// mpn_sec_div_qr /// mpn_sec_div_r /// mpn_sec_invert - /// Low-level functions for cryptography + /// Low-level functions for cryptography /// GNU MP - Low-level Functions /// /// @@ -22873,7 +22873,7 @@ namespace Math.Gmp.Native /// The number of limbs of the mpn_sec_add_1 operand. /// The scratch space in number of limbs required by the function mpn_sec_add_1. /// mpn_sec_add_1 - /// Low-level functions for cryptography + /// Low-level functions for cryptography /// GNU MP - Low-level Functions public static mp_size_t mpn_sec_add_1_itch(mp_size_t n) { @@ -22908,7 +22908,7 @@ namespace Math.Gmp.Native /// mpn_sec_div_qr /// mpn_sec_div_r /// mpn_sec_invert - /// Low-level functions for cryptography + /// Low-level functions for cryptography /// GNU MP - Low-level Functions /// /// @@ -22969,7 +22969,7 @@ namespace Math.Gmp.Native /// The number of limbs of the mpn_sec_sub_1 operand. /// The scratch space in number of limbs required by the function mpn_sec_sub_1. /// mpn_sec_sub_1 - /// Low-level functions for cryptography + /// Low-level functions for cryptography /// GNU MP - Low-level Functions public static mp_size_t mpn_sec_sub_1_itch(mp_size_t n) { @@ -22999,7 +22999,7 @@ namespace Math.Gmp.Native /// mpn_sec_div_qr /// mpn_sec_div_r /// mpn_sec_invert - /// Low-level functions for cryptography + /// Low-level functions for cryptography /// GNU MP - Low-level Functions /// /// @@ -23081,7 +23081,7 @@ namespace Math.Gmp.Native /// mpn_sec_div_qr /// mpn_sec_div_r /// mpn_sec_invert - /// Low-level functions for cryptography + /// Low-level functions for cryptography /// GNU MP - Low-level Functions /// /// @@ -23141,7 +23141,7 @@ namespace Math.Gmp.Native /// The number of limbs of the mpn_sec_mul second operand. /// The scratch space in number of limbs required by the function mpn_sec_mul. /// mpn_sec_mul - /// Low-level functions for cryptography + /// Low-level functions for cryptography /// GNU MP - Low-level Functions public static mp_size_t mpn_sec_mul_itch(mp_size_t an, mp_size_t bn) { @@ -23180,7 +23180,7 @@ namespace Math.Gmp.Native /// mpn_sec_div_qr /// mpn_sec_div_r /// mpn_sec_invert - /// Low-level functions for cryptography + /// Low-level functions for cryptography /// GNU MP - Low-level Functions /// /// @@ -23236,7 +23236,7 @@ namespace Math.Gmp.Native /// The number of limbs of the mpn_sec_sqr operand. /// The scratch space in number of limbs required by the function mpn_sec_sqr. /// mpn_sec_sqr - /// Low-level functions for cryptography + /// Low-level functions for cryptography /// GNU MP - Low-level Functions public static mp_size_t mpn_sec_sqr_itch(mp_size_t an) { @@ -23279,7 +23279,7 @@ namespace Math.Gmp.Native /// mpn_sec_div_qr /// mpn_sec_div_r /// mpn_sec_invert - /// Low-level functions for cryptography + /// Low-level functions for cryptography /// GNU MP - Low-level Functions /// /// @@ -23343,7 +23343,7 @@ namespace Math.Gmp.Native /// The number of limbs of the mpn_sec_powm third operand. /// The scratch space in number of limbs required by the function mpn_sec_powm. /// mpn_sec_powm - /// Low-level functions for cryptography + /// Low-level functions for cryptography /// GNU MP - Low-level Functions public static mp_size_t mpn_sec_powm_itch(mp_size_t bn, mp_bitcnt_t enb, mp_size_t n) { @@ -23375,7 +23375,7 @@ namespace Math.Gmp.Native /// mpn_sec_div_qr /// mpn_sec_div_r /// mpn_sec_invert - /// Low-level functions for cryptography + /// Low-level functions for cryptography /// GNU MP - Low-level Functions /// /// @@ -23453,7 +23453,7 @@ namespace Math.Gmp.Native /// mpn_sec_div_qr_itch /// mpn_sec_div_r /// mpn_sec_invert - /// Low-level functions for cryptography + /// Low-level functions for cryptography /// GNU MP - Low-level Functions /// /// @@ -23520,7 +23520,7 @@ namespace Math.Gmp.Native /// The number of limbs of the mpn_sec_div_qr second operand. /// The scratch space in number of limbs required by the function mpn_sec_div_qr. /// mpn_sec_div_qr - /// Low-level functions for cryptography + /// Low-level functions for cryptography /// GNU MP - Low-level Functions public static mp_size_t mpn_sec_div_qr_itch(mp_size_t nn, mp_size_t dn) { @@ -23563,7 +23563,7 @@ namespace Math.Gmp.Native /// mpn_sec_div_qr /// mpn_sec_div_r_itch /// mpn_sec_invert - /// Low-level functions for cryptography + /// Low-level functions for cryptography /// GNU MP - Low-level Functions /// /// @@ -23618,7 +23618,7 @@ namespace Math.Gmp.Native /// The number of limbs of the mpn_sec_div_r second operand. /// The scratch space in number of limbs required by the function mpn_sec_div_r. /// mpn_sec_div_r - /// Low-level functions for cryptography + /// Low-level functions for cryptography /// GNU MP - Low-level Functions public static mp_size_t mpn_sec_div_r_itch(mp_size_t nn, mp_size_t dn) { @@ -23662,7 +23662,7 @@ namespace Math.Gmp.Native /// mpn_sec_div_qr /// mpn_sec_div_r /// mpn_sec_invert_itch - /// Low-level functions for cryptography + /// Low-level functions for cryptography /// GNU MP - Low-level Functions /// /// @@ -23703,7 +23703,7 @@ namespace Math.Gmp.Native /// The number of limbs of the mpn_sec_invert first operand. /// The scratch space in number of limbs required by the function mpn_sec_invert. /// mpn_sec_invert - /// Low-level functions for cryptography + /// Low-level functions for cryptography /// GNU MP - Low-level Functions public static mp_size_t mpn_sec_invert_itch(mp_size_t n) { diff --git a/docs/Gmp.Native.chm b/docs/Gmp.Native.chm index 5b4242f..5202d5e 100644 Binary files a/docs/Gmp.Native.chm and b/docs/Gmp.Native.chm differ diff --git a/docs/WebTOC.xml b/docs/WebTOC.xml index aa69cbd..78f5744 100644 --- a/docs/WebTOC.xml +++ b/docs/WebTOC.xml @@ -2,15 +2,15 @@ - + - - + + - - + + @@ -18,40 +18,40 @@ - + - + - - - + + + - + - + - - + + - + - + @@ -113,7 +113,7 @@ - + @@ -177,7 +177,7 @@ - + @@ -308,7 +308,7 @@ - + @@ -436,44 +436,44 @@ - + - + - + - + - + - + - + - - + + - + - + @@ -485,7 +485,7 @@ - + @@ -495,23 +495,23 @@ - + - + - - + + - + - + @@ -522,7 +522,7 @@ - + @@ -533,23 +533,23 @@ - + - + - - + + - + - + @@ -562,7 +562,7 @@ - + @@ -571,12 +571,12 @@ - + - - + + @@ -584,28 +584,28 @@ - + - + - + - - + + - + - + @@ -616,7 +616,7 @@ - + @@ -627,81 +627,81 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - + - - + + - + - + @@ -714,7 +714,7 @@ - + @@ -723,21 +723,21 @@ - + - + - + - + - - + + @@ -745,11 +745,11 @@ - + - + diff --git a/docs/Working/Output/HtmlHelp1/html/64df5728-6963-d01f-d17c-21ee6df7c418.htm.cloud b/docs/Working/Output/HtmlHelp1/html/64df5728-6963-d01f-d17c-21ee6df7c418.htm.cloud new file mode 100644 index 0000000..e69de29 diff --git a/docs/Working/Output/HtmlHelp1/html/6860df77-97f9-01e3-007e-2af1985315e9.htm.cloud b/docs/Working/Output/HtmlHelp1/html/6860df77-97f9-01e3-007e-2af1985315e9.htm.cloud new file mode 100644 index 0000000..e69de29 diff --git a/docs/Working/Output/HtmlHelp1/icons/privclass.gif.cloud b/docs/Working/Output/HtmlHelp1/icons/privclass.gif.cloud new file mode 100644 index 0000000..e69de29 diff --git a/docs/Working/Output/Website/icons/SectionCollapsed.png.cloud b/docs/Working/Output/Website/icons/SectionCollapsed.png.cloud new file mode 100644 index 0000000..e69de29 diff --git a/docs/Working/Output/Website/icons/pubclass.gif.cloud b/docs/Working/Output/Website/icons/pubclass.gif.cloud new file mode 100644 index 0000000..e69de29 diff --git a/docs/fti/FTI_100.json b/docs/fti/FTI_100.json index 420eff5..5e0baad 100644 --- a/docs/fti/FTI_100.json +++ b/docs/fti/FTI_100.json @@ -1 +1 @@ -{"default":[1,131074,589825,1835009,2949123,3473410,3801093,3932161,4128771,4325377,4915204,5046274,6356994,7012355,8519682,8978434,9109506,9240578,9502722,10289154,10420225,13041666,13303810,13828098,14024706,14155779,14614530,15007745,16252934,17367042,18743298,20119554,21102594,23461891,23724034,25624577,25952259,26673154,26869762,27066370,27131907,28508163,28770306,30474242,30932994,32702466,33947650,35061762,36110338,36896770,37617667,39059458,39190530,39976962,40960002,42008578],"determining":[10027009,12845057,41025537],"details":[14155777,37224449],"divisor":[5701633,6619138,7012360,9109506,9437185,10420226,10944513,11665414,13631489,13959171,14024706,16252943,19529730,20447233,22740993,24313859,24903681,27328514,35717121,42270724],"dll":[131073,196609,393217,458753,524289,589825,655361,720897,786433,917505,983041,1048577,1179649,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1966081,2031617,2097153,2293761,2359297,2490369,2555905,2621441,2686977,2752513,2883585,2949121,3014657,3145729,3211265,3276801,3342337,3473409,3538945,3604481,3735553,3801089,3866625,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5177345,5242881,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5898241,5963777,6029313,6094849,6225921,6356993,6488065,6553601,6684673,6815745,6881281,6946817,7077889,7143425,7208961,7274497,7340033,7405569,7471105,7602177,7667713,7733249,7798785,7929857,7995393,8060929,8126465,8192001,8257537,8323073,8454145,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9175041,9240577,9306113,9371649,9437185,9502721,9568257,9633793,9699329,9830401,9895937,10027009,10092545,10158081,10223617,10289153,10354689,10420225,10485761,10551297,10616833,10682369,10747905,10813441,10878977,10944513,11010049,11075585,11141121,11206657,11272193,11403265,11468801,11534337,11599873,11665409,11730945,11796481,11862017,11927553,11993089,12058625,12124161,12189697,12255233,12320769,12386305,12451841,12517377,12582913,12648449,12713985,12779521,12910593,12976129,13041665,13107201,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13762561,13828097,13893633,13959169,14024705,14090241,14155777,14221313,14286849,14352385,14417921,14483457,14548993,14614529,14680065,14745601,14811137,14876673,14942209,15007745,15073281,15138817,15204353,15269889,15400961,15532033,15597569,15663105,15728641,15794177,15859713,15925249,16056321,16121857,16187393,16252929,16318465,16449537,16515073,16580609,16646145,16711681,16842753,16908289,16973825,17039361,17104897,17170433,17235969,17301505,17367041,17498113,17563649,17629185,17760257,17825793,17891329,17956865,18022401,18087937,18153473,18219009,18284545,18415617,18481153,18546689,18612225,18677761,18743297,18808833,18874369,18939905,19005441,19070977,19136513,19202049,19267585,19333121,19398657,19464193,19529729,19660801,19726337,19791873,19922945,19988481,20054017,20119553,20185089,20250625,20316161,20381697,20447233,20512769,20578305,20643841,20709377,20774913,20840449,20905985,20971521,21037057,21102593,21233665,21299201,21364737,21430273,21495809,21626881,21692417,21757953,21823489,21889025,21954561,22020097,22085633,22151169,22216705,22282241,22347777,22478849,22544385,22609921,22675457,22740993,22806529,22872065,22937601,23003137,23068673,23134209,23199745,23265281,23330817,23396353,23461889,23527425,23592961,23658497,23789569,23724037,23855105,24051713,24117249,24248321,24313857,24379393,24444929,24510465,24576001,24641537,24707073,24772609,24838145,24903681,24969217,25034753,25100289,25165825,25231361,25296897,25362433,25427969,25493505,25559041,25624577,25690113,25755649,25886721,25952257,26017793,26148865,26214401,26279937,26411009,26345473,26476545,26542081,26607617,26673153,26738689,26804225,26869761,26935297,27000833,27066369,27131905,27262977,27328513,27394049,27459585,27525121,27590657,27656193,27721729,27787265,27983873,28049409,28114945,28246017,28311553,28377089,28442625,28508161,28573697,28639233,28770305,28835841,28901377,28966913,29032449,29097985,29163521,29294593,29360129,29425665,29491201,29556737,29622273,29753345,29818881,29884417,29949953,30015489,30081025,30146561,30277633,30343169,30408705,30474241,30605313,30670849,30736385,30801921,30867457,30932993,30998529,31064065,31129601,31195137,31260673,31326209,31391745,31457281,31522817,31588353,31653889,31719425,31784961,31850497,31916033,31981569,32112641,32178177,32243713,32309249,32374785,32440321,32505857,32571393,32636929,32702465,32833537,32899073,32964609,33030145,33095681,33161217,33226753,33292289,33357825,33423361,33554433,33619969,33685505,33751041,33816577,33882113,33947649,34013185,34078721,34144257,34209793,34275329,34406401,34471937,34603009,34668545,34799617,34865153,34930689,34996225,35061761,35127297,35192833,35258369,35323905,35389441,35454977,35520513,35586049,35651585,35717121,35782657,35913729,35979265,36044801,36110337,36175873,36241409,36306945,36372481,36438017,36503553,36569089,36634625,36700161,36765697,36831233,36896769,36962305,37027841,37093377,37158913,37224449,37289985,37355521,37421057,37486593,37552129,37617665,37683201,37748737,37814273,37879809,37945345,38010881,38076417,38207489,38338561,38404097,38469633,38535169,38600705,38666241,38797313,38862849,38928385,38993921,39059457,39124993,39190529,39256065,39321601,39452673,39518209,39583745,39714817,39780353,39845889,39911425,39976961,40042497,40108033,40173569,40239105,40304641,40370177,40435713,40501249,40566785,40632321,40763393,40828929,40894465,40960001,41025537,41091073,41156609,41222145,41287681,41418753,41484289,41549825,41615361,41680897,41746433,41811969,41877505,41943041,42008577,42074113,42139649,42205185,42270721,42336257,42401793,42467329,42532865,42598401,42663937,42729473,42795009,42860545,42926081,42991617,43057153,43122689,43188225,43253761,43319297,43384833,43450369,43515905,43581441,43646977,43712513,43778049],"debug":[23724033],"divisible":[7012355,13893638,15073283,16252934,18677766],"decrease":[5505025],"desired":[1835009,26345473,27000833,35192833],"decreasingly":[7012353,16252930,22937601],"dependent":[20119553,23068673,42729473],"distance":[7012354,13565957,16252932,37355524],"default_allocate":[3801094],"difference":[7012354,16252932,40960001,43581446],"defines":[13959169,16646145],"dbl":[4718598,7077894,10223622,18087942,23003142,42991622],"degenerate":[38862849],"direct":[14417921,15400961,18415617,29425665],"dividend":[7012353,11665414,16252930,27328513],"decreasing":[1507329],"divide":[5767171,7012362,9109506,10420226,14024706,16252948,16711681,20709378,25427969,26476545,26935297,27328513,31391745,33095682,40108033],"denominator":[1179649,1572865,2555905,2818049,4063234,7012359,7274497,7995393,8585220,8716289,9306113,10878977,11993089,13369345,13762561,13893633,14417929,15073281,16056321,16252942,16711681,16908289,17498113,18546689,18677761,19464193,19791873,21692417,21823489,21889025,22675457,22740993,24248321,24903681,27328513,28442625,28901377,29425671,29818881,29884417,30605313,32964609,33292289,36765697,38535169,39256065,39321602,40239105,41222145,42139649,42926082,43778049],"destroy":[23789569],"divides":[7012354,7995393,10878977,16252932,20709377,33095681,37683202,42270721],"double":[458759,4259845,4718595,4980740,7012358,7077891,10223619,14614532,16252940,18087939,20119559,20774918,23003139,23068678,24641540,28508164,35258375,36438017,39976965,42729479,42991619,43253764],"determined":[10485761,22020097,26345473,35192833],"definitely":[14876674,29949953,34078721],"determines":[2424833,6160385,10027009,11337729,12255233,14090241,15007745,17694721,18546689,23592961,25100289,27197441,29949953,30539777,34078721,38141953,39387137,42467329],"destination":[5439489,8847361,9699329,18808834,18939905,22609921,23134209,24641537,25690113,26345473,35192833,37224449,40632322,41418754,41484289,41811969,43253761],"define":[20447235,35717123,42270721],"den2":[1179658,7012354,11993098,16252932],"directly":[23724034],"device":[29949953,34078721],"digit":[26869761,34275329,35061761],"delegate":[7798789,29032453,38404101,38731777],"don":[1835009,4325377,4718593,7077889,10223617,18087937,23003137,34996225,42991617],"dependencies":[23724033],"denorm":[20119553,42729473],"divisions":[14876673],"definition":[6815745,22020097,38010881],"determine":[7012355,9306113,11534337,14876673,16252934,18153473,23658497,36372481,43188225],"doesn":[5767169,7340033,26476545,26935297,37093377,38862850,41025537,42860545],"directcast":[12713985,30277633],"disable":[23724033],"designed":[2883585,7405569,27000833,33161217,35520513],"discard":[26345473,35192833],"dfd1c04p":[8257538,15204354,17170434,17301506,25034754,37093378,41615362,42860546],"depending":[5898241,7405569,35520513],"described":[20447233,35717121],"data":[1966081,3276801,7012355,7405569,16252933,17432578,19333121,24444944,26345486,29949953,31522817,34078721,35192846,35520513,41025537,42205185],"dim":[131074,196611,458753,786434,917505,1179649,1310726,1507332,1572866,1638401,1966081,2031617,2097156,2490371,2555906,2883586,2949121,3014660,3342337,3473409,3604481,3735553,3801099,3866630,4128770,4259841,4521986,4653060,4718598,4980737,5046274,5177346,5373954,5439489,5505027,5636098,5701637,5767171,5898244,5963777,6356994,6488065,6684674,6815745,6946820,7077894,7274497,7340033,7405573,7733250,7995395,8060929,8257541,8323073,8519682,8585218,8650757,8716292,8847362,8912898,8978434,9109506,9175041,9240577,9306115,9437187,9502723,9568259,9633795,9699330,10158081,10223624,10289154,10354690,10485763,10616833,10878978,10944513,11010051,11075585,11141122,11206657,11534338,11599873,11993089,12124161,12189697,12517379,12582914,12713985,12976131,13041665,13107201,13303809,13369347,13565954,13631490,13762563,13828098,13893634,13959171,14024707,14155778,14221314,14286850,14417922,14614529,14680067,14876673,15073281,15204357,15269891,15400962,15663106,15728642,15794179,15859714,15925250,16056323,16121860,16318465,16449537,16515073,16646145,16973828,17170438,17235970,17301509,17367041,17498114,17629185,17891330,17956865,18087944,18153473,18415618,18612228,18677761,18743298,18808836,18874370,18939907,19267585,19333121,19398657,19464194,19529729,19660804,19791874,20119553,20250627,20447240,20643841,20709380,20774915,20840455,21102595,21299204,21626882,21692420,21823491,21889025,21954564,22020098,22085634,22347777,22609921,22675458,22740994,22806530,22937603,23003142,23068673,23134209,23199745,23330821,23396353,23461889,23658497,23789571,23855107,24117251,24248323,24313857,24379395,24444931,24576002,24641537,24903683,25034757,25165826,25296902,25362434,25427972,25690114,25755649,25886722,25952257,26017794,26279938,26411010,26345477,26476548,26607620,26673154,26804225,26869763,26935299,27000836,27066370,27262980,27328518,27394050,27459586,27525121,27590660,27656193,28246017,28311553,28377089,28442626,28508161,28573698,28770306,28835841,28901378,28966919,29163521,29425666,29556739,29622276,29753345,29818883,29884418,29949954,30015491,30081026,30277633,30474242,30605314,30801921,30867460,30998529,31064065,31195141,31260676,31326211,31391745,31457285,31653891,31981572,32571397,32702466,32964611,33030148,33095684,33161218,33226757,33292290,33423362,33685506,33947651,34078721,34209793,34406403,34471937,34603010,34865153,34996228,35061763,35192837,35258369,35389443,35454979,35520517,35717128,35913729,36044804,36110338,36175873,36372482,36438017,36569089,36634626,36765699,36896769,37093381,37158914,37224451,37289985,37355522,37486595,37617665,37683203,37748738,37814274,37879810,38010881,38076419,38207491,38535172,38600705,38666241,38862851,39059457,39190530,39256068,39452673,39518209,39583745,39976962,40042502,40108036,40239106,40501252,40566786,40632324,40894465,40960003,41091073,41222145,41287681,41418755,41484290,41549828,41615366,41746434,41811969,41943042,42008578,42139650,42205185,42270725,42336259,42401794,42663937,42729473,42860549,42991622,43188225,43253761,43646979,43778051],"distributed":[786433,1966081,7012356,16252936,18874369,19333121,22085633,34603009],"den":[14417928,29425678,39256065,40239105],"delete":[1507332,9306116,10485764,12517380,19660804,24379396,39256068,43122690],"dev":[29949953,34078721],"detects":[23724033],"discarded":[9306113],"decimal":[1376257,9306113,10485763,16908289,18939905,22020099,24379393,33882113,39321601,43122690],"division":[1572866,2555906,7274498,7995394,8716290,9109506,9437188,10420226,10878978,10944516,13369346,13631491,13762562,13893635,14024706,15073282,16056322,16252929,17498114,18677763,19464194,19791874,20447233,20709377,21692418,21823490,21889026,22675458,22740994,24248322,24903682,27590657,28442626,28901378,29818882,29884418,30605314,32964610,33095681,33292290,35717121,36765698,38535170,41222146,42139650,43778050],"drive":[23724033],"digits":[7012362,9306113,15925252,16252947,19595266,19660804,23658498,26869769,31195137,34275329,35061769,39256065,40239105,42663938,43122694],"destroyed":[5701633,17563649,20447234,35717122],"diagram":[41025538],"different":[1769473,4784129,5570561,7012353,13434881,13565954,15335425,15990785,16252930,20316162,23658498,23920641,23986177,24051714,24182785,26542082,29949953,30343170,30474243,32178178,33488897,34078721,34275329,34340865,34537473,36503554,37355521,37421058,37945345,39845890,40370177,43384833],"dst":[41877509],"detected":[23724033],"devel":[23724033],"defining":[2883585,33161217],"default_reallocate":[3801094],"decremented":[33423362,35389442],"description":[65537,327681,851969,1114113,1245185,1769476,1900545,2162689,2228225,2424833,2818049,3080193,3407873,3670017,3932161,4784132,5111809,5308417,5570563,5832705,6160385,6291457,6422529,6619137,6750209,7012353,7536641,7864321,8388609,9764865,9961473,10027013,11337729,12255235,12845057,13172737,13434884,13697025,14090242,15007747,15335425,15466497,15990785,16252931,16384001,16777217,17432577,17694721,18350081,18546692,19595265,19857409,21168129,21561345,22413313,23592965,23920641,23986177,24182785,25100292,25821185,26083329,27197441,27852801,27918337,28180481,28704769,29229057,29687809,30212097,30539777,32047105,32768001,33488897,34275332,34340865,34537473,34734081,35848193,37945348,38141953,38273025,38731779,39387137,39649281,40370180,40697857,41353217,42467330,43384836],"defined":[5177345,8912897,15007745,20447235,23724033,30081025,35717123,38731777],"declaration":[393217,1048577,1376257,1703937,2293761,3997697,4194305,4456449,5242881,6881281,7143425,7208961,7602177,8126465,8192001,9895937,10092545,11403265,11796481,11862017,12058625,12910593,13238273,13500417,14548993,14745601,14942209,15532033,15597569,16580609,16908289,17760257,17825793,18022401,18219009,18284545,19005441,19136513,19202049,19726337,20381697,21233665,21364737,21430273,22216705,22282241,22478849,22872065,23265281,24838145,24969217,25231361,25493505,25559041,26148865,26214401,28114945,28639233,29097985,30146561,30408705,31719425,31850497,32440321,32833537,33816577,33882113,35323905,35586049,35782657,35979265,38469633,38928385,38993921,39124993,40304641,40763393,41156609,42532865,43057153,43319297,43450369,43515905],"delegates":[38731777],"developed":[40108033],"default_free":[3801094]} \ No newline at end of file +{"default":[65538,524289,720897,1572865,2490371,3407877,3473410,3670019,3866625,4063233,4194306,4784132,5636098,7602179,8519682,8650754,8781826,9109506,9175042,9306113,11468802,12386306,12582914,12910594,13631490,13959171,14155778,14548994,15400962,16515074,16646145,18022406,19988482,22413314,23199747,25559041,26345474,26804226,27131907,27197443,27918338,28442626,28835842,28966915,31719426,33161218,33554434,33685506,35520514,36569090,37552130,39649283,40304642,41615362,41811970,42795010],"determining":[8978433,12189697,40894465],"details":[13959169,40828929],"divisor":[5373954,6815745,7602184,8716289,8781826,9306114,11337729,11403270,12713985,13631490,13762563,17825794,18022415,20381697,23134211,24576001,26738689,29097986,33882113,41877508],"dll":[65537,131073,327681,393217,458753,524289,589825,786433,851969,917505,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1703937,1835009,1900545,1966081,2097153,2359297,2424833,2490369,2555905,2621441,2752513,2818049,2883585,2949121,3014657,3145729,3211265,3276801,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3997697,4128769,4194305,4259841,2162689,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4980737,5046273,5111809,5177345,5308417,5439489,5505025,5570561,5636097,5767169,5832705,5898241,5963777,6094849,6160385,6225921,6356993,6422529,6488065,6553601,6619137,6750209,6815745,6881281,7012353,7077889,7208961,7274497,7340033,7405569,7471105,7536641,7667713,7733249,7798785,7864321,7929857,7995393,8060929,8126465,8192001,8323073,8454145,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9175041,9240577,9306113,9371649,9437185,9502721,9568257,9633793,9699329,9764865,9830401,9895937,9961473,10027009,10092545,10158081,10223617,10289153,10354689,10420225,10485761,10551297,10616833,10682369,10747905,10878977,10944513,11010049,11075585,11141121,11272193,11337729,11403265,11468801,11534337,11599873,11665409,11730945,11796481,11862017,11927553,11993089,12058625,12124161,12255233,12386305,12451841,12517377,12582913,12648449,12713985,12779521,12845057,12910593,12976129,13041665,13107201,13172737,13238273,13369345,13434881,13565953,13631489,13697025,13762561,13828097,13893633,13959169,14024705,14090241,14155777,14221313,14286849,14352385,14483457,14548993,14614529,14680065,14745601,14811137,14876673,14942209,15073281,15204353,15269889,15335425,15400961,15466497,15532033,15663105,15728641,15794177,15859713,15925249,15990785,16056321,16121857,16187393,16252929,16318465,16384001,16449537,16515073,16580609,16646145,16777217,16842753,16908289,16973825,17039361,17104897,17170433,17367041,17432577,17498113,17563649,17629185,17694721,17760257,17825793,17891329,17956865,18022401,18087937,18153473,18219009,18284545,18350081,18415617,18481153,18546689,18677761,18743297,18808833,18874369,18939905,19005441,19070977,19136513,19202049,19267585,19333121,19398657,19464193,19529729,19595265,19726337,19791873,19922945,19988481,20054017,20119553,20185089,20250625,20316161,20381697,20512769,20578305,20643841,20709377,20774913,20840449,20971521,21037057,21102593,21168129,21233665,21299201,21364737,21430273,21495809,21561345,21626881,21692417,21757953,21823489,21889025,21954561,22020097,22085633,22151169,22216705,22282241,22347777,22413317,22609921,22675457,22806529,22872065,22937601,23003137,23068673,23134209,23199745,23265281,23330817,23396353,23461889,23527425,23592961,23724033,23789569,23855105,23920641,23986177,24051713,24117249,24182785,24248321,24313857,24379393,24444929,24510465,24576001,24641537,24707073,24772609,24838145,24903681,24969217,25034753,25100289,25231361,25296897,25362433,25427969,25559041,25624577,25690113,25755649,25821185,25886721,25952257,26017793,26083329,26148865,26214401,26279937,26345473,26411009,26476545,26542081,26607617,26673153,26738689,26804225,26869761,26935297,27000833,27066369,27131905,27197441,27262977,27328513,27394049,27459585,27525121,27656193,27721729,27787265,27852801,27918337,27983873,28049409,28180481,28246017,28311553,28377089,28442625,28508161,28573697,28704769,28770305,28835841,28901377,28966913,29097985,29229057,29294593,29360129,29425665,29491201,29556737,29622273,29687809,29818881,29884417,29949953,30081025,30146561,30212097,30277633,30343169,30408705,30474241,30539777,30605313,30670849,30736385,30801921,30867457,30932993,30998529,31064065,31129601,31195137,31260673,31326209,31391745,31457281,31522817,31588353,31653889,31719425,31784961,31850497,31916033,31981569,32047105,32112641,32243713,32374785,32440321,32505857,32571393,32636929,32702465,32833537,32899073,32964609,33030145,33161217,33226753,33357825,33423361,33488897,33554433,33619969,33685505,33751041,33816577,33882113,33947649,34013185,34078721,34275329,34340865,34471937,34537473,34603009,34668545,34734081,34799617,34865153,34930689,34996225,35127297,35192833,35258369,35389441,35454977,35520513,35586049,35651585,35717121,35782657,35848193,35913729,35979265,36044801,36110337,36175873,36306945,36438017,36503553,36569089,36634625,36765697,36831233,36896769,36962305,37027841,37093377,37158913,37224449,37289985,37355521,37421057,37486593,37552129,37617665,37683201,37748737,37814273,37879809,37945345,38010881,38076417,38141953,38207489,38273025,38338561,38404097,38469633,38535169,38600705,38666241,38731777,38797313,38862849,38928385,38993921,39059457,39124993,39190529,39256065,39321601,39387137,39452673,39518209,39583745,39649281,39714817,39780353,39845889,39911425,40042497,40108033,40173569,40239105,40304641,40370177,40501249,40566785,40632321,40763393,40828929,40894465,40960001,41025537,41091073,41156609,41222145,41287681,41353217,41418753,41484289,41549825,41615361,41680897,41746433,41811969,41877505,41943041,42008577,42074113,42139649,42205185,42270721,42336257,42401793,42467329,42532865,42598401,42663937,42729473,42795009,42860545,42926081,42991617,43057153,43122689,43188225,43253761,43319297,43384833,43450369,43515905,43581441,43646977,43712513,43778049],"debug":[22413313],"divisible":[7602179,13893638,15335427,18022406,19791878],"decrease":[5046273],"desired":[1572865,25296897,25755649,35848193],"decreasingly":[7602177,18022402,22085633],"dependent":[16515073,24248321,42729473],"distance":[7602178,13107205,18022404,38141956],"default_allocate":[3407878],"difference":[7602178,18022404,41549830,41811969],"defines":[13762561,16187393],"dbl":[6422534,10354694,13172742,14811142,23461894,37486598],"degenerate":[37421057],"direct":[14352385,14614529,18087937,31784961],"dividend":[7602177,11403270,18022402,29097985],"decreasing":[1376257],"divide":[5111811,7602186,8781826,9306114,13631490,18022420,18219009,21168130,25034753,27328513,27459585,28704769,29097985,33357826,42139649],"denominator":[1114113,1966081,2293761,3735553,4259842,6750209,7340036,7471105,7602183,9437185,11534337,11599873,11665409,11862017,13434881,13893633,14614537,15335425,16318465,17104897,17760257,18022414,18153473,18219009,19791873,20578305,21233665,21889025,22282241,23396353,24313857,24576001,25231361,26738689,28573697,29097985,29294593,30670849,31129601,31784967,32243713,33947649,34078721,38469634,39059457,39518209,41091073,41484289,42336257,42532866,42991617,43188225],"destroy":[23986177],"divides":[7471105,7602178,11599873,18022404,21168129,33357825,35454978,41877505],"double":[1179655,4980741,5898244,6422531,7602182,10354691,13172739,14548996,14811139,16515079,18022412,20119558,23461891,23789572,24248326,28966916,32112647,37486595,40173569,42729479,42795013,43581444],"determined":[9895937,22937601,25755649,35848193],"definitely":[15073282,32374785,33488897],"determines":[1769473,6946817,8978433,11206657,11927553,14876673,16646145,17104897,18612225,24707073,25493505,26017793,32309249,32374785,33488897,35323905,40435713,42401793],"destination":[5505025,7077889,9633793,18481154,19005441,21692417,21823489,23789569,25100289,25755649,27000833,35848193,40828929,41156610,41353217,43581441,43712514],"define":[20381699,33882115,41877505],"den2":[1114122,7602178,11665418,18022404],"directly":[22413314],"device":[32374785,33488897],"digit":[27918337,31719425,34013185],"delegate":[7405573,29622277,36438021,39976961],"don":[1572865,3866625,6422529,10354689,13172737,14811137,23461889,31391745,37486593],"dependencies":[22413313],"denorm":[16515073,42729473],"divisions":[15073281],"definition":[6553601,22937601,36765697],"determine":[7602179,10616833,11534337,15073281,18022406,18350081,21757953,35127297,37879809],"doesn":[5111809,7274497,27328513,28704769,35979265,37421058,40894465,43384833],"directcast":[11796481,32505857],"disable":[22413313],"designed":[2359297,6881281,25296897,31850497,33226753],"discard":[25755649,35848193],"dfd1c04p":[8585218,15990786,16580610,17563650,23330818,35979266,37945346,43384834],"depending":[5570561,6881281,31850497],"described":[20381697,33882113],"data":[1703937,3145729,6881281,7602179,17235970,18022405,19070977,25755662,26411024,27656193,31850497,32374785,33488897,35848206,40894465,41943041],"dim":[65538,131075,786434,1048577,1114113,1179649,1376260,1441798,1703937,1900545,1966082,2359298,2490369,2555907,2621444,2818049,2949121,3014658,3211268,3276801,3407883,3473410,3538945,3604486,3670018,3735554,3997698,4194305,4718596,4980737,5046275,5111811,5505025,5570564,5636098,5767169,5832706,5898241,5963777,6422534,6488066,6553601,6750209,6815749,6881285,7077890,7274497,7340034,7471107,7667713,8060929,8323077,8454147,8519683,8585221,8650754,8716291,8781826,8912898,9109506,9175041,9371651,9437188,9502724,9568258,9633794,9895939,9961474,10027009,10092545,10354696,10616834,10747905,11010051,11075586,11141121,11272193,11337729,11468802,11534339,11599874,11665409,11730947,11796481,11862019,12386306,12451842,12517377,12582913,12648451,12713986,12910593,13107202,13172742,13434883,13565953,13631491,13697025,13762563,13893634,13959170,14024706,14155778,14221314,14286850,14352386,14548993,14614530,14811144,14942211,15073281,15204354,15335425,15400961,15466498,15532035,15663105,15728643,15794180,15925250,15990789,16187393,16252929,16384002,16449540,16515073,16580613,17039362,17498114,17563654,17629185,17760259,17825793,17891329,18087938,18153474,18350081,18481156,18546689,18874370,19005443,19070977,19136519,19333124,19398657,19464195,19529732,19791873,19988483,20119555,20381704,20512769,20578306,20643841,20971521,21168132,21233666,21364740,21626882,21692417,21757953,21823489,21889027,22085635,22282244,22347778,22675460,22806529,22872067,22937602,23134209,23199745,23265282,23330821,23396354,23461894,23527426,23592961,23789569,23920643,23986179,24248321,24313857,24510466,24576002,24641537,24969221,25034756,25100290,25231363,25296900,25362434,25690115,25755653,25886722,25952258,26083329,26148865,26214404,26279940,26345474,26411011,26476546,26542081,26607618,26673154,26738691,26804226,26869764,27000833,26935302,27066373,27131905,27328516,27394049,27459585,27525122,27918339,28049410,28246020,28311553,28573698,28704771,28835842,28901379,28966913,29097990,29229059,29294594,29491201,29687815,29818881,29884419,30277633,30343169,30605315,30670851,30932994,30998529,31064068,31129602,31326209,31391748,31588353,31653893,31719427,31784962,31850501,32112641,32243714,32374786,32440324,32505857,32899073,33161218,33226754,33357828,33488897,33554434,33619970,33685507,33751041,33816578,33882120,33947651,34078722,34340867,34603012,34734081,34799620,34930690,34996227,35127298,35192837,35389441,35454979,35520513,35586050,35848197,35913729,35979269,36175875,36569090,36765697,36962305,37224451,37355521,37421059,37486598,37552129,37617665,37748741,37879809,37945350,38010881,38141954,38273025,38535170,38600706,38666243,38731780,39059457,39190530,39256065,39321602,39387139,39518212,39649281,40108034,40173569,40239105,40304642,40501254,40828931,40960001,41091074,41156612,41353218,41484291,41615362,41680900,41746434,41811971,41877509,41943041,42008579,42074113,42139652,42336260,42598401,42663938,42729473,42795010,42860548,42926081,42991619,43057153,43188226,43253763,43384837,43581441,43712515,43778050],"distributed":[786433,1703937,7602180,15925249,18022408,19070977,22347777,33816577],"den":[14614536,31784974,41091073,42336257],"delete":[1376260,9895940,11534340,11730948,19529732,25690116,42336260,43515906],"dev":[32374785,33488897],"detects":[22413313],"discarded":[11534337],"decimal":[1245185,9895939,11534337,16318465,19005441,22937603,25690113,35717121,38469633,43515906],"division":[1966082,3735554,6750210,7471106,8716292,8781826,9306114,9437186,11337732,11599874,11862018,12713987,13434882,13631490,13893635,15335426,17760258,18022401,18153474,19791875,20381697,20578306,21168129,21233666,21889026,22282242,23396354,24313858,24576002,25231362,26738690,26869761,28573698,29294594,30670850,31129602,32243714,33357825,33882113,33947650,34078722,39059458,39518210,41484290,42991618,43188226],"drive":[22413313],"digits":[7602186,11534337,15204356,18022419,19529732,19660802,21757954,27066369,27918345,31719433,34013185,41091073,42336257,42598402,43515910],"destroyed":[6815745,17956865,20381698,33882114],"diagram":[40894466],"different":[1507329,4456449,4849665,7602177,13107202,13238273,14417921,15138817,18022402,20840450,21757954,22478849,22544385,22740993,24182786,28180482,30801922,32374785,32571394,33488897,33554435,34013185,34209793,34406401,35782657,36306946,36241409,37289986,38141953,38862849,38993921,41222146],"dst":[38207493],"detected":[22413313],"devel":[22413313],"defining":[2359297,33226753],"default_reallocate":[3407878],"decremented":[33619970,39387138],"description":[196609,262145,655361,983041,1507332,1638401,1769473,2031617,2228225,2293761,2686977,3080193,3342337,3932161,4063233,4456452,4849667,4915201,5242881,5373953,5701633,6029313,6291457,6684673,6946817,7143425,7602177,8257537,8388609,8978437,10813441,11206657,11927555,12189697,12320769,13238276,13303809,13500417,14417921,14876674,15007745,15138817,15597569,16646147,16711681,17104900,17235969,17301505,18022403,18612225,19660801,19857409,20447233,20905985,22478849,22544385,22740993,23658497,24707076,25165825,25493505,26017797,27590657,28114945,28639233,29032449,29163521,29753345,30015489,32178177,32309249,32768001,33095681,33292289,34013188,34144257,34209793,34406401,35061761,35323905,35782660,36241409,36372481,36700161,38862852,38993924,39976963,40435713,40697857,42401794],"defined":[3997697,11075585,16646145,20381699,22413313,33882115,34930689,39976961],"declaration":[327681,851969,1245185,1310721,1835009,4128769,4390913,4653057,6160385,6356993,6619137,7012353,7798785,7995393,8192001,9764865,10420225,10551297,10944513,12058625,12124161,13041665,13369345,13828097,14483457,15269889,16121857,16318465,16777217,16842753,17367041,17694721,18284545,18677761,18743297,18808833,18939905,19202049,19267585,19595265,20185089,20250625,20774913,22020097,22151169,22609921,23003137,23068673,23855105,24379393,24772609,24838145,25427969,25624577,25821185,27852801,27983873,28508161,29425665,30081025,30408705,30736385,31916033,31981569,32636929,32964609,34537473,35258369,35717121,36110337,36896769,37158913,38076417,38404097,39452673,39845889,39911425,40042497,41287681,42270721,43319297,43450369,43646977],"delegates":[39976961],"developed":[42139649],"default_free":[3407878]} \ No newline at end of file diff --git a/docs/fti/FTI_101.json b/docs/fti/FTI_101.json index 4e5786c..6c94a75 100644 --- a/docs/fti/FTI_101.json +++ b/docs/fti/FTI_101.json @@ -1 +1 @@ -{"examples":[131073,196609,458753,589825,786433,917505,1179649,1310721,1441793,1507329,1572865,1638401,1966081,2031617,2097153,2490369,2555905,2883585,2949121,3014657,3342337,3473409,3604481,3735553,3801089,3866625,4063233,4128769,4259841,4521985,4653057,4718593,4915201,4980737,5046273,5177345,5373953,5439489,5505025,5636097,5701633,5767169,5898241,5963777,6225921,6356993,6488065,6684673,6815745,6946817,7077889,7274497,7340033,7405569,7733249,7995393,8060929,8257537,8323073,8519681,8585217,8650753,8716289,8847361,8912897,8978433,9109505,9175041,9240577,9306113,9437185,9502721,9568257,9633793,9699329,10158081,10223617,10289153,10354689,10420225,10485761,10616833,10878977,11010049,10944513,11075585,11141121,11206657,11534337,11599873,11665409,11993089,12124161,12189697,12517377,12582913,12713985,12976129,13041665,13107201,13303809,13369345,13565953,13631489,13762561,13828097,13893633,13959169,14024705,14155777,14221313,14286849,14417921,14614529,14680065,14876673,15073281,15204353,15269889,15400961,15663105,15728641,15794177,15859713,15925249,16056321,16121857,16318465,16449537,16515073,16646145,16711681,16973825,17039361,17170433,17235969,17301505,17367041,17498113,17563649,17629185,17891329,17956865,18087937,18153473,18415617,18612225,18677761,18743297,18808833,18874369,18939905,19267585,19333121,19398657,19464193,19529729,19660801,19791873,20119553,20250625,20447233,20643841,20709377,20774913,20840449,21102593,21299201,21626881,21692417,21823489,21889025,21954561,22020097,22085633,22347777,22609921,22675457,22740993,22806529,22937601,23003137,23068673,23134209,23199745,23330817,23396353,23461889,23658497,23724033,23789569,23855105,24117249,24248321,24313857,24379393,24444929,24576001,24641537,24707073,24903681,25034753,25165825,25296897,25362433,25427969,25690113,25755649,25886721,25952257,26017793,26279937,26411009,26345473,26476545,26607617,26673153,26804225,26869761,26935297,27000833,27066369,27131905,27262977,27328513,27394049,27459585,27525121,27590657,27656193,28246017,28311553,28377089,28442625,28508161,28573697,28770305,28835841,28901377,28966913,29163521,29425665,29556737,29622273,29753345,29818881,29884417,29949953,30015489,30081025,30277633,30474241,30605313,30801921,30867457,30998529,31064065,31195137,31260673,31326209,31391745,31457281,31588353,31653889,31981569,32374785,32571393,32702465,32964609,33030145,33095681,33161217,33226753,33292289,33423361,33685505,33947649,34078721,34209793,34406401,34471937,34603009,34865153,34996225,35061761,35192833,35258369,35389441,35454977,35520513,35717121,35913729,36044801,36110337,36175873,36306945,36372481,36438017,36569089,36634625,36765697,36896769,37093377,37158913,37224449,37289985,37355521,37486593,37617665,37683201,37748737,37814273,37879809,38010881,38076417,38207489,38535169,38600705,38666241,38862849,39059457,39190529,39256065,39321601,39452673,39518209,39583745,39976961,40042497,40108033,40239105,40501249,40566785,40632321,40828929,40894465,40960001,41091073,41222145,41287681,41418753,41484289,41549825,41615361,41680897,41746433,41811969,41943041,42008577,42139649,42205185,42270721,42336257,42401793,42663937,42729473,42860545,42991617,43122689,43188225,43253761,43581441,43646977,43778049],"easily":[20447233,35717121],"equal":[65538,524289,1114114,1769475,1900546,2162690,2228226,2424833,4784131,5570563,5832706,6160385,6291458,7012354,7536642,7929858,8454145,8781825,8847362,9371649,9437185,10027009,10682370,10944513,11337729,11534337,12255233,12451842,12779522,13434883,13697026,14090241,15007745,15335425,15466498,15728641,15990785,16252932,17694721,18546689,18808833,19070977,19857410,20512769,20774914,21037057,21626884,22085634,22413314,23592961,23920641,23986177,24182785,24313857,25100289,27197441,27328514,27721729,27983874,29229058,29491201,30539777,30736386,31916033,32112641,32243713,32309249,32505857,32899074,33226753,33488897,34275331,34340865,34537473,34668546,34799617,34996225,35127297,35848194,36372481,37683202,37945347,38141953,38273026,39387137,39649282,40370179,42467329,43384835],"extension":[917506,2031618,7012357,15663106,16252938,28377090,37289986],"equivalence":[23724033],"exceptions":[9109506,10420226,14024706],"ending":[15007745],"expected":[196610,1310722,2097154,3014658,3866626,4653058,5701634,5767170,6946818,7405570,8650754,9633794,10485761,15728642,16973826,17563649,18612226,18808834,20250626,20447234,20709378,20840450,21299202,22020097,22937602,23330818,25296898,25427970,26017794,26607618,27328514,27590658,28966914,30867458,31260674,31326210,31457282,31981570,32571394,33030146,33095682,33226754,34996226,35520514,35717122,36044802,40042498,40108034,40501250,40632322,41418754,41549826,42663938],"exponentiation":[16252929,17629185,25362433,26476545,26935297,27000833],"error":[1507329,10485761,12517377,13172737,14155777,14352385,16121857,16252930,17170433,19660801,21954561,24379393,37224450,39256065,41615361,43122689],"exceptional":[42270721],"explicit":[1048578,1703938,2293762,4194306,4456450,5242882,6881282,7208962,7602178,8126466,9895938,10092546,11796482,11862018,12058626,12910594,14745602,14942210,15532034,18022402,18284546,19005442,19136514,19202050,19726338,20381698,21233666,21364738,21430274,24969218,25559042,26214402,28114946,28639234,29097986,30408706,31719426,31850498,32440322,35586050,35782658,35979266,38928386,38993922,39124994,40763394,41156610,42532866,43057154,43319298],"existing":[36700161],"expecting":[5767169,7012355,16252934,20709377,33095681],"exchange":[40501250],"element":[24444929],"exists":[9437185,10944513,13631489,13893633,15073281,17563650,18677761,25427969,26476545,26935297,38862850,40108033],"exidting":[40370177,43712513],"entry":[7012354,9633798,16252932,27000833],"equals":[65539,524296,1114116,1769475,1900547,2162692,2228227,2424833,4784131,5570563,5832708,6160385,6291459,7536644,8454150,8650753,8781832,9371656,10027009,11337729,12255233,13434883,13697028,14090241,15007745,15466500,17694721,18546689,19070984,19857411,20512776,21037064,22413315,23592961,25100289,27197441,27721734,29229059,29491206,30539777,31916038,32112646,32243718,32309256,32505862,34275331,34799622,35127304,35848196,37945347,38141953,38273027,39387137,39649284,40370179,42467329,43384835],"equivalent":[1769473,6094850,14417921,15400961,18415617,19857409,26607617,29425665],"exp":[7012357,16252938,17629190,20774926,25362438,26476565,26869766,26935303,27000853,35061766,38600711,39976976],"exported":[26345473,35192833],"expose":[38731777],"enumerator":[12255233,39387137,40173570],"examined":[9306113],"efficiency":[10027009,13434881,43384833],"ensures":[23724033],"exponent":[1376257,7012354,10027009,10485763,12845057,13631489,15073281,16252932,17629185,19464193,20119553,20774915,22020100,22675457,23068673,25362433,26476545,26869764,26935297,27000833,28901377,30605313,33292289,35061764,38600708,38731777,39976962,41025538,42139649,42729473,43122690,43384833],"entries":[7012353,9633794,16252930],"equality":[1769473,4784129,5570561,7929857,10682369,12451841,12779521,13434881,15335425,15990785,23920641,23986177,24182785,27983873,30736385,32899073,33488897,34275329,34340865,34537473,34668545,37945345,40370177,43384833],"endianness":[24444930,26345474,35192834],"example":[131074,196610,458754,589826,786434,917506,1179650,1310722,1441794,1507330,1572866,1638402,1966082,2031618,2097154,2490370,2555906,2883586,2949122,3014658,3342338,3473410,3604482,3735554,3801090,3866626,4063234,4128770,4259842,4521986,4653058,4718594,4915202,4980738,5046274,5177346,5373954,5439490,5505026,5636098,5701634,5767170,5898242,5963778,6225922,6356994,6488066,6684674,6815746,6946818,7077890,7274498,7340034,7405570,7733250,7995394,8060930,8257538,8323074,8519682,8585218,8650754,8716290,8847362,8912898,8978434,9109506,9175042,9240578,9306114,9437186,9502722,9568258,9633794,9699330,10158082,10223618,10289154,10354690,10420226,10485762,10616834,10878978,10944514,11010050,11075586,11141122,11206658,11534338,11599874,11665410,11993090,12124162,12189698,12517378,12582914,12713986,12976130,13041666,13107202,13303810,13369346,13565954,13631490,13762562,13828098,13893634,13959170,14024706,14155778,14221314,14286850,14417922,14614530,14680066,14876674,15073282,15204354,15269890,15400962,15663106,15728642,15794178,15859714,15925250,16056322,16121858,16318466,16449538,16515074,16646146,16711682,16973826,17039362,17170434,17235970,17301506,17367042,17498114,17563650,17629186,17891330,17956866,18087938,18153474,18415618,18612226,18677762,18743298,18808834,18874370,18939906,19267586,19333122,19398658,19464194,19529730,19660802,19791874,20119554,20250626,20447234,20643842,20709378,20774914,20840450,21102594,21299202,21626882,21692418,21823490,21889026,21954562,22020098,22085634,22347778,22609922,22675458,22740994,22806530,22937602,23003138,23068674,23134210,23199746,23330818,23396354,23461890,23658498,23789570,23724033,23855106,24117250,24248322,24313858,24379394,24444932,24576002,24641538,24707074,24903682,25034754,25165826,25296898,25362434,25427970,25690114,25755650,25886722,25952258,26017794,26279938,26411010,26345474,26476546,26607618,26673154,26804226,26869763,26935298,27000834,27066370,27131906,27262978,27328514,27394050,27459586,27525122,27590658,27656194,28246018,28311554,28377090,28442626,28508162,28573698,28770306,28835842,28901378,28966914,29163522,29425666,29556738,29622274,29753346,29818882,29884418,29949954,30015490,30081026,30277634,30474242,30605314,30801922,30867458,30998530,31064066,31195138,31260674,31326210,31391746,31457282,31588354,31653890,31981570,32374786,32571394,32702466,32964610,33030146,33095682,33161218,33226754,33292290,33423362,33685506,33947650,34078722,34209794,34406402,34471938,34603010,34865154,34996226,35061763,35192834,35258370,35389442,35454978,35520514,35717122,35913730,36044802,36110338,36175874,36306946,36372482,36438018,36569090,36634626,36765698,36896770,37093378,37158914,37224450,37289986,37355522,37486594,37617666,37683202,37748738,37814274,37879810,38010882,38076418,38207490,38535170,38600706,38666242,38862850,39059458,39190530,39256066,39321602,39452674,39518210,39583746,39976962,40042498,40108034,40239106,40501250,40566786,40632322,40828930,40894466,40960002,41025537,41091074,41222146,41287682,41418754,41484290,41549826,41615362,41680898,41746434,41811970,41943042,42008578,42139650,42205186,42270722,42336258,42401794,42663938,42729474,42860546,42991618,43122690,43188226,43253762,43581442,43646978,43778050],"exe":[23724038],"export":[16252929,24444930,26345476,35192836],"endian":[1507329,24444934,26345478,35192838,37027842],"exist":[7012353,16252930,26476545,26935297,38010882,38862850],"efficiently":[4521985,7012355,16252934,26411009,33685505],"extremely":[24576001],"empty":[26869761,35061761],"expptr":[26869766,35061766],"enb":[7012353,16252930,27787269,28966920],"earlier":[20447233,35717121],"extra":[5898241,15925249,20447233,23658497,31195137,35717121,37027841,40239105],"easy":[29949953,34078721],"end":[1769473,3801091,4784129,5570561,5636097,10027009,11075586,12189698,12255233,13434881,14090241,15007745,15269889,16252929,18546689,20447233,23592961,23724033,25100289,27394049,34275329,35717121,37945345,40370177,42467329,43384833],"entire":[2097153,9633793,14155777,18939905,20840449,22020097,39321601],"exclusive":[3014657,6946817,7012355,16252934,42336259],"excluding":[8257537,15204353,17301505,25034753,37093377,42860545],"exact":[4259841,7012354,7733249,16252932,20447233,23658498,35717121,40566785,42663938],"exposes":[65537,1245185,1769473,1900545,2228225,2424833,2818049,3080193,3670017,4784129,5111809,5308417,5570561,6160385,6291457,6750209,7012353,8388609,9764865,9961473,10027009,11337729,12255233,12845057,13172737,13434881,14090241,15007745,15335425,15990785,16252929,16384001,16777217,17694721,18350081,18546689,19857409,21168129,22413313,23592961,23724033,23920641,23986177,24182785,25100289,27197441,27852801,27918337,29229057,29687809,30212097,30539777,32047105,33488897,34275329,34340865,34537473,34734081,37945345,38141953,38273025,39387137,40370177,42467329,43384833],"established":[589825,2949121],"exponentiations":[17629185,25362433,26476545,26935297,27000833],"exponents":[10027009,41025537,43384833],"exactly":[5767170,7012358,9437185,10944513,13893634,15073282,15925249,16252940,18677762,20709378,26869761,33095682,35061761,40239105],"enter":[23724033],"exceeding":[15204353,25034753],"efficient":[30474241],"enable":[23724035]} \ No newline at end of file +{"examples":[65537,131073,524289,786433,1048577,1114113,1179649,1376257,1441793,1703937,1900545,1966081,2359297,2424833,2490369,2555905,2621441,2818049,2949121,3014657,3211265,3276801,3407873,3473409,3538945,3604481,3670017,3735553,3997697,4194305,4259841,4718593,4784129,4980737,5046273,5111809,5439489,5505025,5570561,5636097,5767169,5832705,5898241,5963777,6422529,6488065,6553601,6750209,6815745,6881281,7077889,7274497,7340033,7471105,7667713,8060929,8323073,8454145,8519681,8585217,8650753,8716289,8781825,8912897,9109505,9175041,9306113,9371649,9437185,9502721,9568257,9633793,9895937,9961473,10027009,10092545,10354689,10616833,10747905,11010049,11075585,11141121,11272193,11337729,11403265,11468801,11534337,11599873,11665409,11730945,11796481,11862017,12386305,12451841,12517377,12582913,12648449,12713985,12910593,13107201,13172737,13434881,13565953,13631489,13697025,13762561,13893633,13959169,14024705,14155777,14221313,14286849,14352385,14548993,14614529,14811137,14942209,15073281,15204353,15335425,15400961,15466497,15532033,15663105,15728641,15794177,15859713,15925249,15990785,16187393,16252929,16384001,16449537,16515073,16580609,17039361,17498113,17563649,17629185,17760257,17825793,17891329,17956865,18087937,18153473,18219009,18350081,18481153,18546689,18874369,19005441,19070977,19136513,19333121,19398657,19464193,19529729,19791873,19988481,20119553,20381697,20512769,20578305,20643841,20971521,21168129,21233665,21364737,21626881,21692417,21757953,21823489,21889025,22085633,22282241,22347777,22413313,22675457,22806529,22872065,22937601,23134209,23199745,23265281,23330817,23396353,23461889,23527425,23592961,23789569,23920641,23986177,24117249,24248321,24313857,24510465,24576001,24641537,24969217,25034753,25100289,25231361,25296897,25362433,25690113,25755649,25886721,25952257,26083329,26148865,26214401,26279937,26345473,26411009,26476545,26542081,26607617,26673153,26738689,26804225,26869761,27000833,26935297,27066369,27131905,27197441,27328513,27394049,27459585,27525121,27918337,28049409,28246017,28311553,28573697,28704769,28835841,28901377,28966913,29097985,29229057,29294593,29360129,29491201,29687809,29818881,29884417,30277633,30343169,30605313,30670849,30932993,31064065,30998529,31129601,31326209,31391745,31522817,31588353,31653889,31719425,31784961,31850497,32112641,32243713,32374785,32440321,32505857,32899073,33161217,33226753,33357825,33488897,33554433,33619969,33685505,33751041,33816577,33882113,33947649,34078721,34340865,34603009,34734081,34799617,34930689,34996225,35127297,35192833,35389441,35454977,35520513,35586049,35848193,35913729,35979265,36175873,36569089,36765697,36962305,37093377,37224449,37355521,37421057,37486593,37552129,37617665,37748737,37879809,37945345,38010881,38141953,38273025,38469633,38535169,38600705,38666241,38731777,39059457,39190529,39256065,39321601,39387137,39518209,39649281,40108033,40173569,40239105,40304641,40501249,40632321,40763393,40828929,40960001,41091073,41156609,41353217,41484289,41549825,41615361,41680897,41746433,41811969,41877505,41943041,42008577,42074113,42139649,42336257,42598401,42663937,42729473,42795009,42860545,42926081,42991617,43057153,43188225,43253761,43384833,43515905,43581441,43712513,43778049],"easily":[20381697,33882113],"equal":[196610,393217,1507331,1638402,1769473,2031618,2228226,3342338,4456451,4849667,5242882,6684674,6946817,7077890,7143426,7602178,7864321,7929858,8126465,8716289,8978433,9240577,9830402,10616833,11206657,11337729,11927553,12255234,12845058,13238275,13303810,14286849,14417921,14876673,15138817,15597570,16646145,17104897,17432577,18022404,18481153,18612225,19857410,20119554,20709377,21102593,21626884,22347778,22478849,22544385,22740993,23134209,23658498,24707073,25493505,26017793,27787266,28377089,28770306,29097986,29556737,30146561,31391745,32047105,32309249,32702466,32768002,32833537,33030145,34013187,34209793,34406401,34471937,34668545,34865153,35061762,35127297,35323905,35454978,35782659,36241409,36700162,37748737,38338562,38862851,38993923,40435713,40697858,42401793],"extension":[1048578,1900546,7602181,17498114,18022410,28311554,38010882],"equivalence":[22413313],"exceptions":[8781826,9306114,13631490],"ending":[16646145],"expected":[131074,1441794,2621442,3211266,3604482,4718594,5111810,6815746,6881282,8323074,9371650,9502722,9895937,14286850,16449538,17956865,18481154,19136514,19333122,19464194,20381698,21168130,21364738,22085634,22937601,24969218,25034754,26476546,26869762,26935298,28246018,28901378,29097986,29687810,31064066,31391746,31653890,31850498,32440322,33357826,33882114,34603010,34799618,35192834,37748738,38731778,40501250,41156610,41680898,42139650,42598402,42860546,43712514],"exponentiation":[17629185,18022401,25296897,25362433,27328513,28704769],"error":[1376257,9895937,11730945,13500417,13959169,14090241,15794177,17563649,18022402,19529729,22675457,25690113,37945345,40828930,42336257,43515905],"exceptional":[41877505],"explicit":[851970,1310722,1835010,4390914,4653058,6160386,6356994,6619138,7012354,7798786,7995394,9764866,10551298,10944514,12058626,12124162,14483458,16121858,17367042,17694722,18677762,18808834,18939906,19202050,19267586,20185090,20250626,20774914,22151170,24379394,24772610,25821186,27852802,27983874,29425666,30081026,30736386,31916034,31981570,32636930,32964610,35258370,38076418,38404098,39452674,39845890,42270722,43319298,43450370,43646978],"existing":[36044801],"expecting":[5111809,7602179,18022406,21168129,33357825],"exchange":[41680898],"element":[26411009],"exists":[8716289,11337729,12713985,13893633,15335425,17956866,19791873,25034753,27328513,28704769,37421058,42139649],"exidting":[35782657,42467329],"entry":[7602178,9371654,18022404,25296897],"equals":[196611,393224,1507331,1638403,1769473,2031620,2228227,3342340,4456451,4849667,5242883,6684676,6946817,7143428,7864326,8126472,8323073,8978433,9240584,11206657,11927553,13238275,13303812,14876673,15597572,16646145,17104897,17432584,18612225,19857411,20709384,21102600,23658499,24707073,25493505,26017793,28377094,29556742,30146566,32047110,32309249,32768003,32833544,33030150,34013187,34471942,34668552,34865158,35061764,35323905,35782659,36700163,38862851,38993923,40435713,40697860,42401793],"equivalent":[1507329,5308418,14352385,14614529,18087937,19857409,28246017,31784961],"exp":[7602181,17629190,18022410,20119566,25296917,25362438,27328533,27918342,28704775,31719430,37617671,42795024],"exported":[25755649,35848193],"expose":[39976961],"enumerator":[11927553,40435713,41025538],"examined":[11534337],"efficiency":[8978433,13238273,38993921],"ensures":[22413313],"exponent":[1245185,7602178,8978433,9895939,12189697,12713985,15335425,16515073,17629185,18022404,20119555,20578305,22937604,23396353,24248321,25296897,25362433,27328513,27918340,28573697,28704769,31129601,31719428,34078721,37617668,38993921,39976961,40894466,42729473,42795010,43188225,43515906],"entries":[7602177,9371650,18022402],"equality":[1507329,4456449,4849665,7929857,9830401,12255233,12845057,13238273,14417921,15138817,22478849,22544385,22740993,27787265,28770305,32702465,34013185,34209793,34406401,35782657,36241409,38338561,38862849,38993921],"endianness":[25755650,26411010,35848194],"example":[65538,131074,524290,786434,1048578,1114114,1179650,1376258,1441794,1703938,1900546,1966082,2359298,2424834,2490370,2555906,2621442,2818050,2949122,3014658,3211266,3276802,3407874,3473410,3538946,3604482,3670018,3735554,3997698,4194306,4259842,4718594,4784130,4980738,5046274,5111810,5439490,5505026,5570562,5636098,5767170,5832706,5898242,5963778,6422530,6488066,6553602,6750210,6815746,6881282,7077890,7274498,7340034,7471106,7667714,8060930,8323074,8454146,8519682,8585218,8650754,8716290,8781826,8912898,9109506,9175042,9306114,9371650,9437186,9502722,9568258,9633794,9895938,9961474,10027010,10092546,10354690,10616834,10747906,11010050,11075586,11141122,11272194,11337730,11403266,11468802,11534338,11599874,11665410,11730946,11796482,11862018,12386306,12451842,12517378,12582914,12648450,12713986,12910594,13107202,13172738,13434882,13565954,13631490,13697026,13762562,13893634,13959170,14024706,14155778,14221314,14286850,14352386,14548994,14614530,14811138,14942210,15073282,15204354,15335426,15400962,15466498,15532034,15663106,15728642,15794178,15859714,15925250,15990786,16187394,16252930,16384002,16449538,16515074,16580610,17039362,17498114,17563650,17629186,17760258,17825794,17891330,17956866,18087938,18153474,18219010,18350082,18481154,18546690,18874370,19005442,19070978,19136514,19333122,19398658,19464194,19529730,19791874,19988482,20119554,20381698,20512770,20578306,20643842,20971522,21168130,21233666,21364738,21626882,21692418,21757954,21823490,21889026,22085634,22282242,22347778,22413313,22675458,22806530,22872066,22937602,23134210,23199746,23265282,23330818,23396354,23461890,23527426,23592962,23789570,23920642,23986178,24117250,24248322,24313858,24510466,24576002,24641538,24969218,25034754,25100290,25231362,25296898,25362434,25690114,25755650,25886722,25952258,26083330,26148866,26214402,26279938,26345474,26411012,26476546,26542082,26607618,26673154,26738690,26804226,26869762,27000834,26935298,27066370,27131906,27197442,27328514,27394050,27459586,27525122,27918339,28049410,28246018,28311554,28573698,28704770,28835842,28901378,28966914,29097986,29229058,29294594,29360130,29491202,29687810,29818882,29884418,30277634,30343170,30605314,30670850,30932994,30998530,31064066,31129602,31326210,31391746,31522818,31588354,31653890,31719427,31784962,31850498,32112642,32243714,32374786,32440322,32505858,32899074,33161218,33226754,33357826,33488898,33554434,33619970,33685506,33751042,33816578,33882114,33947650,34078722,34340866,34603010,34734082,34799618,34930690,34996226,35127298,35192834,35389442,35454978,35520514,35586050,35848194,35913730,35979266,36175874,36569090,36765698,36962306,37093378,37224450,37355522,37421058,37486594,37552130,37617666,37748738,37879810,37945346,38010882,38141954,38273026,38469634,38535170,38600706,38666242,38731778,39059458,39190530,39256066,39321602,39387138,39518210,39649282,40108034,40173570,40239106,40304642,40501250,40632322,40763394,40828930,40894465,40960002,41091074,41156610,41353218,41484290,41549826,41615362,41680898,41746434,41811970,41877506,41943042,42008578,42074114,42139650,42336258,42598402,42663938,42729474,42795010,42860546,42926082,42991618,43057154,43188226,43253762,43384834,43515906,43581442,43712514,43778050],"exe":[22413318],"export":[18022401,25755652,26411010,35848196],"endian":[1376257,25755654,26411014,35848198,36503554],"exist":[7602177,18022402,27328513,28704769,36765698,37421058],"efficiently":[3014657,7602179,18022406,26673153,30932993],"extremely":[23527425],"empty":[27918337,31719425],"expptr":[27918342,31719430],"enb":[7602177,18022402,27262981,29687816],"earlier":[20381697,33882113],"extra":[5570561,15204353,20381697,21757953,27066369,33882113,36503553,41091073],"easy":[32374785,33488897],"end":[1507329,3407875,4456449,4849665,5832705,8978433,10027010,11927553,12517378,13238273,14876673,14942209,16646145,17104897,18022401,20381697,22413313,24707073,25886721,26017793,33882113,34013185,35782657,38862849,38993921,42401793],"entire":[3211265,9371649,13959169,19005441,19136513,22937601,38469633],"exclusive":[2621441,7602179,9502721,18022406,43253763],"excluding":[8585217,15990785,16580609,23330817,35979265,43384833],"exact":[4980737,7602178,9568257,18022404,20381697,21757954,33882113,42598402,42663937],"exposes":[196609,983041,1507329,1638401,1769473,2228225,2293761,3080193,3932161,4456449,4849665,4915201,5242881,6029313,6291457,6946817,7602177,8257537,8388609,8978433,11206657,11927553,12189697,12320769,13238273,13500417,14417921,14876673,15007745,15138817,16646145,16711681,17104897,17301505,18022401,18612225,19857409,20905985,22413313,22478849,22544385,22740993,23658497,24707073,25493505,26017793,28114945,29753345,30015489,32178177,32309249,32768001,33095681,33292289,34013185,34209793,34406401,35323905,35782657,36241409,36700161,38862849,38993921,40435713,42401793],"established":[524289,2490369],"exponentiations":[17629185,25296897,25362433,27328513,28704769],"exponents":[8978433,38993921,40894465],"exactly":[5111810,7602182,8716289,11337729,13893634,15204353,15335426,18022412,19791874,21168130,27918337,31719425,33357826,41091073],"enter":[22413313],"exceeding":[15990785,23330817],"efficient":[33554433],"enable":[22413315]} \ No newline at end of file diff --git a/docs/fti/FTI_102.json b/docs/fti/FTI_102.json index 26de9e3..915903e 100644 --- a/docs/fti/FTI_102.json +++ b/docs/fti/FTI_102.json @@ -1 +1 @@ -{"fit":[3604482,5963778,10158082,10616834,16449538,17956866,19267586,20119553,24313859,27656194,29753346,34865154,36569090,38666242,39452674,42729473],"feature":[24444929],"formatted":[4718596,7077892,8257540,10223620,15204356,16121860,16252932,17170436,17301508,18087940,21954564,23003140,25034756,37093380,41615364,42860548,42991620],"folder":[23724039],"filename":[10223618,18087938],"fall":[41025537],"failing":[30474241],"following":[65537,1245185,1769473,1900545,2228225,2424833,2818049,3080193,3670017,4784129,5111809,5308417,5570561,6160385,6291457,6750209,7012353,8388609,9437185,9764865,9961473,10027009,10944513,11337729,12255233,12845057,13172737,13434881,13893633,14090241,15007745,15335425,15990785,16252929,16384001,16777217,17694721,18350081,18546689,18677761,19857409,21168129,22413313,23592961,23920641,23986177,24182785,24576002,25100289,26345473,27197441,27852801,27918337,29229057,29687809,30212097,30539777,32047105,33488897,34275329,34340865,34537473,34734081,35192833,37945345,38141953,38273025,39387137,40370177,42467329,43384833],"free":[196610,786434,1310722,1835009,1966082,2097154,2424833,3014658,3801094,3866626,4325383,4653058,5505028,5636098,5701634,5767170,5898244,6029313,6160385,6553601,6684674,6946818,7012366,7340034,7405570,7667713,8257538,8323074,8650754,9175042,9240577,9633794,10027009,11337729,12255233,12582914,12976130,14090241,14155778,14221314,15007745,15138817,15204354,15269890,15728642,15925250,16252950,16318465,16515074,16973826,17301506,17563649,17694721,18546689,18612226,18808834,18874370,18939908,19333122,19529730,20250626,20447234,20709378,20774914,20840450,20971527,21299202,21495815,22020098,22085634,22937602,23330818,23461890,23592961,23789570,24117250,24444932,24510465,25034754,25100289,25296898,25427970,26017794,26083336,26345476,26607618,26804226,26869762,27197441,27262978,27328514,27394050,27590658,28835842,28966914,29163522,29622284,29949954,30539777,30867458,30998530,31064065,31195140,31260674,31326210,31391746,31457282,31653889,31981570,32571394,33030146,33095682,33226754,33357831,34078722,34406404,34471938,34603010,34996226,35061762,35192836,35454977,35520514,35717122,36044802,36241415,36962305,37093378,37224452,37355522,37552129,37814274,37879810,38141953,38207489,38600706,38797313,39321602,39387137,40042498,40108034,40239106,40435719,40501250,40632322,41418754,41549826,42074113,42205186,42467329,42663938,42860546],"form":[7012358,8257537,9306114,10485761,11206657,15204353,16252942,17301505,22020097,25034753,29687809,37093377,39256065,39321601,40239105,42860545],"first":[458753,917505,1179649,1310721,1376257,1441793,2031617,2097153,2490369,3014657,3866625,4521985,4587521,4653057,4915201,5177345,5701633,5767169,6356993,6946817,7405569,7733249,8060929,8257537,8650753,8912897,9109505,9306113,9502721,9568257,10420225,11010049,11075587,11141121,11534337,11599873,11665409,11993089,12189699,13565953,13828097,13959169,14024705,14286849,14614529,14680065,15663105,15728641,15794177,16973825,17039361,17235969,17301505,17367041,17563649,18612225,18743297,18808834,19398657,19529729,20447233,20840449,21102593,21299201,21626881,23330817,24313857,24444941,24707073,25165825,25296897,25755649,26411009,26345484,26869761,27066369,27590657,27787265,28377089,28770305,28966913,29360129,29556737,30015489,30081025,30801921,30867457,31326209,31391745,31457281,31981569,32702465,33030145,33226753,33423361,33619969,33685505,33947649,34209793,34996225,35061761,35192844,35258369,35389441,35520513,35717121,35913729,36110337,36306945,36372481,37289985,37355521,37486593,37748737,38862849,39059457,39190529,39911425,40042497,40501249,40632321,40828929,40960001,41549825,41680897,41746433,41943041,42270722,42336257,42401793,43581441],"filled":[7012353,16252930,41877506],"free_function":[3801099,7798789,29622279,38731777],"fibonacci":[2883586,7012353,16252930,20643845,28246018,33161221],"fields":[1245186,1769473,3080194,3670018,4718595,4784129,5308418,5570561,7077891,8388610,9764866,10027009,10223619,13434881,15007745,16252929,16384002,18087939,18350082,21168130,23003139,23592961,25100289,27852802,27918338,29687810,30212098,34275329,37945345,40370177,42991619,43384833],"fits":[3604482,5505025,5963778,7012364,10616834,16252952,16449538,17956866,19267586,27656194,29753346,34275329,34406401,34865154,36569090,38666242,39452673,41091076],"file":[65541,1507353,5570570,9306131,10223629,10485779,12517393,13697028,15990787,17170449,18087949,19660825,20316175,21168132,23724034,24379411,30670850,31916042,34668558,35127299,38731778,39256089,41615377,42795011,43122704],"friends":[1835009,4325377],"followed":[1376258],"fills":[7012353,16252930,41877505],"files":[23724033],"fail":[22020097],"free_func_ptr":[3801093,29622277],"fiddling":[2490370,6488066,11010050,11075586,12189698,13107202,13565954,16252929,17891330,22347778,23396354,41287682,42336258],"format":[1507330,4718593,5898241,7012354,7077889,8257537,10223617,12517377,15204353,16121857,16252931,17170433,17301505,18087937,21954561,23003137,24444929,25034753,26345473,35192833,37093377,41615361,42860545,42991617],"fresly":[23724033],"float":[131075,458753,589825,1638401,2949121,3473411,3604483,4128771,4259841,4980738,5046275,5963779,6160385,6356995,7012355,8519683,8978435,9109507,9240577,9502723,10027009,10289156,10354689,10420227,10485762,12124161,13041667,13303811,13828099,14024707,14155779,14614533,16252938,16449539,17367044,17956867,18743300,18874372,20119554,20578306,20774913,21102595,22020097,23068673,24641537,25690114,25952259,26279937,26673156,27066371,28311553,28508164,28770307,29753347,30474241,32374786,32702468,33685506,33947651,34865155,35258369,35454977,36110339,36175875,36634625,36896770,37158913,37617667,38600708,39059460,39190531,39583745,39976962,40566787,40960005,42008580,42729473,43122689,43253761],"fmt":[4718597,7077893,8257542,10223621,15204358,16121861,17170437,17301510,18087941,21954565,23003141,25034758,37093381,41615365,42860549,42991621],"factor":[7012353,16252930,37683202],"fnsub1":[7012353,16252930,33161240],"faster":[11534337,20709377,21626881,33095681,36372481],"function":[458753,524289,655361,786433,917505,983041,1179649,1310721,1441793,1507329,1572865,1835010,2031617,2097153,2359299,2424833,2490369,2555905,2752513,2883585,3145729,3211265,3342337,3473409,3604481,3801100,3866626,4325377,4390913,4587523,4718593,4849667,4915201,5505026,5636097,5701633,5898241,5963777,6094849,6160385,6488066,6815745,7012365,7077889,7274497,7340034,7405570,7667713,7733249,8060929,8257537,8323073,8454145,8585217,8650755,8781825,8912897,9175041,9240577,9306113,9371649,9437185,9633793,10027009,10158081,10223617,10485762,10551297,10616833,10813441,10944513,11010049,11075586,11141121,11337729,11534337,11927553,11993089,12124161,12189698,12255233,12517377,12976129,13107201,13303809,13369345,13565954,13631489,13893633,13959169,14090241,14155778,14221314,14417921,14614529,14811137,14876674,15007746,15073281,15204353,15269891,15400961,15663105,15728641,15925250,16121857,16252954,16318465,16449537,16515073,16646145,16842753,16973825,17104897,17170433,17301505,17367041,17498113,17563651,17694721,17891329,17956865,18087937,18153473,18415617,18546689,18677761,18743297,18808834,18874369,18939906,19070977,19267585,19529729,19660801,19791873,19922945,20119553,20185089,20447233,20512769,20578305,20709377,20774914,20840451,21037057,21299202,21626882,21757953,21823489,21889025,21954561,22020100,22085633,22151169,22347778,22740993,23003137,23068673,23199745,23330819,23396353,23527427,23592961,23658498,23724033,23789570,24117250,24313857,24379393,24576001,25034753,25100289,25296898,25427969,26345474,26607617,26804226,26869762,27000836,27197441,27262978,27394049,27590658,27656193,27721729,27787267,28049409,28311553,28377089,28442625,28573697,28835841,28966913,29032449,29163522,29294593,29360131,29425665,29491201,29622276,29753345,29884417,30081025,30539777,30670849,30867457,31064065,31195137,31260674,31391745,31457281,31916033,32112641,32243713,32309249,32374785,32505857,32571393,32636929,32702465,33095681,33161217,33226754,33554433,33619971,33751041,34471938,34603010,34799617,34865153,34930689,34996227,35061762,35127297,35192834,35258369,35520514,35717121,35913729,36044802,36175873,36372481,36569089,36765697,36896769,37093379,37224450,37289985,37355521,37683201,37814273,38010881,38141953,38404097,38600705,38666241,38862850,39059457,39256065,39321601,39387137,39452674,39714817,39911427,39976962,40042497,40108033,40173569,40239106,40894466,41091073,41222145,41287681,41615361,41746433,42205185,42336257,42467329,42598401,42663937,42729473,42860547,42991617,43122689,43188225],"fully":[65537,5570561,38273025,40370177],"folders":[23724037],"fast":[20709377,30998529,33095681],"functions":[196610,917506,1310722,1835009,1966082,2031618,2097154,2359298,2883586,3014658,3473410,3604482,3735554,3801097,3866627,4325377,4587522,4653058,4718594,4849666,4915201,5636098,5701634,5767170,5898242,5963778,6946818,7012354,7077890,7340036,7405571,8257538,8323074,8585219,8650754,8912898,9109506,9175042,9306113,9437185,9633794,10027009,10223618,10289154,10420226,10551298,10616834,10944513,11599874,12976130,13893633,13959170,14024706,14221318,14417923,14876674,15204355,15269890,15400963,15663106,15728642,16121858,16252947,16449538,16515074,16973826,17170434,17301506,17563650,17956866,18087938,18153474,18415619,18612226,18677761,18808834,18874371,19267586,19333122,19529730,20250626,20447234,20643842,20709378,20840450,21299202,21954562,22937602,23003138,23330818,23527426,23658500,23724034,23789570,24117250,24313858,24576002,25034755,25296899,25427970,26017794,26607618,26673154,26804226,27262981,27328514,27394050,27525122,27590658,27656194,27787266,28246018,28377090,28573699,28835842,28966914,29163522,29360130,29425667,29622275,29753346,30081026,30801922,30867458,31195138,31260674,31326210,31391746,31457282,31981570,32374785,32571394,33030146,33095682,33161218,33226754,33619970,34406402,34471941,34603013,34865154,34996226,35520515,35717122,36044802,36438018,36569090,36896769,37027842,37093378,37289986,37355522,37486594,37683202,37748738,38600707,38666242,38731777,38862850,39321601,39911426,39976961,40042498,40108034,40501250,40632322,40828930,40894466,41091074,41418754,41549826,41615362,42008578,42270722,42663938,42860546,42991618,43188226,43384833],"floats":[589826,1638402,2949122,4915202,4980738,9240578,10354690,10485762,12124162,16252932,20119554,22020098,26279938,26869762,27131906,28311554,30474242,32374786,33685506,35061762,35454978,36634626,36896770,37158914,39583746,39976962,43122690],"fromintptr":[16842757,38273025,40370177],"factors":[1179649,4063233,7012353,11993089,16252930,25755649,34209793],"frexp":[20774913,39976961],"floating":[131076,589827,1376257,1638402,2949122,3473410,4128772,4980738,5046276,6160385,6356996,8519684,8978436,9109508,9240578,9502726,9830401,10027012,10289156,10354692,10420226,12124162,12845057,13041666,13303810,13828100,14024710,14155778,14614530,16252929,17367042,18743298,20119554,21102598,22020098,25952258,26279938,26673156,26869763,27066372,28311554,28508162,28770308,30474242,32636930,32702468,33685508,33947654,35061763,35454982,36110340,36634626,36896770,37158914,37617666,38600706,38731778,39059458,39190532,39583746,39976962,40960006,42008580,43384834],"finalize":[2424833,6160385,10027009,11337729,12255233,14090241,15007745,17694721,18546689,23592961,25100289,27197441,30539777,38141953,39387137,42467329],"floor":[2555907,7012361,13369347,16056323,16252946,19791876,20840450,21889028,29818885,30605315,38535171,42008578,42139653],"follow":[1,23724033],"fetch":[37027841],"finally":[23724033],"future":[4784129,13434881,31522817],"fraction":[7012354,9306114,16252932,26869761,32374785,35061761,36896769,39321602,40108033],"factorial":[3735553,7012355,16252934,30801921,36438017],"fat":[23724035],"fclose":[1507330,9306114,10223618,10485762,12517380,17170434,18087938,19660802,24379394,39256066,41615362,43122689],"functionality":[23724033,25100289,38731778],"field":[7012353,9043970,10551297,11206658,11272194,11468802,12648450,12713986,16252930,18481154,19988482,20905986,24772610,30277634,34144258,35651586,39518210,42795010],"formulas":[2883585,20643841,28246017,33161217],"fisrt":[8519681,20447233,35717121],"false":[524289,7405569,7929857,8454145,8781825,9371649,10682369,12451841,12779521,19070977,20316161,20512769,21037057,24051713,26542081,27721729,27983873,29491201,30343169,30736385,31916033,32112641,32178177,32243713,32309249,32505857,32899073,34668545,34799617,35127297,35520513,36503553,37421057,39845889,40501249,40894465],"foo":[10551297,15269889],"follows":[43122689]} \ No newline at end of file +{"fit":[3276802,5767170,10092546,11141122,16252930,16515073,19398658,20643842,23134211,29491202,30277634,35389442,35913730,36962306,37355522,42729473],"feature":[26411009],"formatted":[6422532,8585220,10354692,13172740,14811140,15794180,15990788,16580612,17563652,18022404,22675460,23330820,23461892,35979268,37486596,37945348,43384836],"folder":[22413319],"filename":[10354690,14811138],"fall":[40894465],"failing":[33554433],"following":[196609,983041,1507329,1638401,1769473,2228225,2293761,3080193,3932161,4456449,4849665,4915201,5242881,6029313,6291457,6946817,7602177,8257537,8388609,8716289,8978433,11206657,11337729,11927553,12189697,12320769,13238273,13500417,13893633,14417921,14876673,15007745,15138817,16646145,16711681,17104897,17301505,18022401,18612225,19791873,19857409,20905985,22478849,22544385,22740993,23527426,23658497,24707073,25493505,25755649,26017793,28114945,29753345,30015489,32178177,32309249,32768001,33095681,33292289,34013185,34209793,34406401,35323905,35782657,35848193,36241409,36700161,38862849,38993921,40435713,42401793],"free":[131074,786434,1441794,1572865,1703938,1769473,2621442,3211266,3407878,3604482,3866631,4718594,5046276,5111810,5570564,5832706,6094849,6225921,6488066,6815746,6881282,6946817,7208961,7274498,7602190,7667714,8323074,8585218,8978433,9175041,9371650,9502722,11206657,11927553,12451842,12648450,13959170,14024706,14286850,14876673,14942210,15204354,15663105,15925250,15990786,16449538,16580610,16646145,16973825,17104897,17825794,17891330,17956865,18022422,18481154,18546690,18612225,19005444,19070978,19136514,19333122,19464194,20119554,20316167,20381698,21037063,21168130,21364738,21954561,22085634,22347778,22872066,22937602,23199746,23330818,23986178,24707073,24969218,25034754,25493505,25755652,25886722,26017793,26083330,26214412,26279938,26411012,26476546,26869762,26935298,27066372,27459586,27590664,27918338,28246018,28901378,29097986,29229057,29687810,29818882,31064066,31326209,31391746,31588354,31653890,31719426,31850498,32309249,32374786,32440322,32899074,33357826,33423367,33488898,33816578,33882114,34340865,34603010,34799618,34996228,35192834,35323905,35848196,35979266,36634625,37224449,37617666,37683201,37748738,38141954,38273026,38469634,38731778,39190530,39714823,39780353,40108034,40435713,40566785,40501250,40828932,41091074,41156610,41418759,41680898,41943042,42139650,42401793,42598402,42860546,43384834,43712514],"form":[7602182,8585217,9895937,11534338,13697025,15990785,16580609,18022414,22937601,23330817,33095681,35979265,38469633,41091073,42336257,43384833],"first":[1048577,1114113,1179649,1245185,1441793,1900545,2424833,2555905,2621441,3014657,3211265,3604481,3997697,4718593,4784129,5111809,5177345,5636097,6815745,6881281,8060929,8323073,8454145,8519681,8585217,8781825,9306113,9502721,9568257,9961473,10027011,10616833,10747905,11010049,11075585,11403265,11534337,11665409,12386305,12517379,13107201,13631489,13762561,14155777,14221313,14286849,14548993,15400961,15532033,15728641,15859713,16449537,16580609,17039361,17498113,17825793,17956865,18481154,19136513,19333121,19988481,20381697,20971521,21364737,21626881,23134209,24117249,24510465,24969217,25755660,26345473,26411021,26673153,26804225,26869761,26935297,27262977,27394049,27459585,27918337,28311553,28901377,29687809,29884417,29949953,30539777,30605313,30932993,30998529,31064065,31391745,31653889,31719425,31850497,32112641,32440321,33161217,33619969,33685505,33751041,33882113,34734081,34930689,35127297,35520513,35848204,36569089,37093377,37421057,37748737,38010881,38141953,38535169,38600705,38666241,38731777,39124993,39321601,39387137,40304641,40501249,40632321,40763393,41156609,41549825,41680897,41811969,41877506,42860545,43253761,43778049],"filled":[7602177,18022402,38207490],"free_function":[3407883,7405573,26214407,39976961],"fibonacci":[2359298,7602177,18022402,20512773,30343170,33226757],"fields":[983042,1507329,3080194,3932162,4456449,4849665,6291458,6422531,8257538,8388610,8978433,10354691,13172739,13238273,14811139,15007746,16646145,16711682,18022401,20905986,23461891,24707073,26017793,29753346,30015490,32178178,33095682,34013185,35782657,37486595,38862849,38993921],"fits":[3276802,5046273,5767170,7602188,10092546,16252930,18022424,19398658,20643842,29491202,30277634,34013185,34996225,35389442,35913729,36962306,37355522,42926084],"file":[196613,1376281,4849674,9895955,10354701,11534355,11730961,13303812,14417923,14811149,17563665,19529753,20840463,20905988,22413314,25690131,28377098,30867458,34668547,37945361,38338574,39976962,42205187,42336281,43515920],"friends":[1572865,3866625],"followed":[1245186],"fills":[7602177,18022402,38207489],"files":[22413313],"fail":[22937601],"free_func_ptr":[3407877,26214405],"fiddling":[2555906,5963778,10027010,11010050,12517378,13107202,13565954,16384002,18022401,22806530,24641538,42074114,43253762],"format":[1376258,5570561,6422529,7602178,8585217,10354689,11730945,13172737,14811137,15794177,15990785,16580609,17563649,18022403,22675457,23330817,23461889,25755649,26411009,35848193,35979265,37486593,37945345,43384833],"fresly":[22413313],"float":[65539,524289,1179649,2490369,2949121,3276803,3473411,3670019,4194307,4980737,5636099,5767171,5898242,6946817,7602179,8519683,8650755,8781827,8912897,8978433,9109507,9175041,9306115,9895938,11272193,11468804,12386307,12582915,12910595,13631491,13959171,14155780,14548997,15400964,15925252,16252931,16515074,18022410,19988483,20119553,20643843,21299202,22937601,23789569,24248321,25100290,25952257,26148865,26345475,26804227,27131907,28835844,28966916,29360130,30277635,30932994,32112641,33161220,33554433,33685507,34340865,35389443,35520516,35586049,36569091,37552130,37617668,39256067,39649283,40304643,40960001,41615364,41746433,41811973,42663939,42729473,42795010,43515905,43581441],"fmt":[6422533,8585222,10354693,13172741,14811141,15794181,15990790,16580614,17563653,22675461,23330822,23461893,35979269,37486597,37945349,43384837],"factor":[7602177,18022402,35454978],"fnsub1":[7602177,18022402,33226776],"faster":[10616833,21168129,21626881,33357825,35127297],"function":[393217,589825,786433,917505,1048577,1114113,1179649,1376257,1441793,1572866,1769473,1900545,1966081,2359297,2424833,2555905,2752513,2818049,2883585,3211265,3276801,3407884,3604482,3735553,3801091,3866625,4194305,2162689,4521985,4587523,4784129,5046274,5177347,5308417,5570561,5767169,5832705,5963778,6422529,6553601,6750209,6815745,6881282,6946817,7208961,7274498,7340033,7602189,7667713,7864321,8060929,8126465,8323075,8585217,8716289,8978433,9175041,9240577,9371649,9568257,9699329,9895938,9961473,10027010,10092545,10223617,10354689,10616833,10878977,11010049,11075585,11141121,11206657,11272193,11337729,11534337,11665409,11730945,11862017,11927553,12517378,12648449,12713985,12910593,13107202,13172737,13565953,13762561,13893633,13959170,14024706,14155777,14286849,14352385,14548993,14614529,14811137,14942211,14876673,15073282,15204354,15335425,15400961,15663105,15794177,15925249,15990785,16056321,16187393,16252929,16384001,16449537,16515073,16580609,16646146,16908289,17104897,17170433,17432577,17498113,17563649,17825793,17891329,17956867,18022426,18087937,18153473,18350081,18481154,18546689,18612225,19005442,19136515,19398657,19529729,19726337,19791873,19922945,20119554,20381697,20643841,20709377,21102593,21168129,21233665,21299201,21364738,21561345,21626882,21757954,21889025,22216707,22347777,22413313,22675457,22806530,22872066,22937604,23134209,23330817,23461889,23527425,23592961,23986178,24248321,24313857,24444929,24576001,24641537,24707073,24969219,25034753,25296900,25493505,25690113,25755650,25886721,26017793,26083330,26148865,26214404,26279938,26869762,26935298,27066369,27262979,27459585,27721729,27918338,28049409,28246017,28311553,28377089,29294593,29360129,29491201,29556737,29622273,29687809,29818881,29949955,30146561,30212097,30277633,30474241,30539779,30867457,31064065,31326209,31391747,31588354,31653889,31719426,31784961,31850498,32047105,32112641,32243713,32309249,32833537,33030145,33161217,33226753,33357825,33882113,33816578,34275329,34471937,34603010,34668545,34734081,34799618,34865153,34930689,35127297,35192833,35323905,35389441,35454977,35520513,35848194,35913730,35979267,36438017,36765697,36962305,37027841,37355521,37421058,37486593,37552129,37617665,37748738,37814273,37879809,37945345,38010881,38141953,38273026,38469633,38797313,38928385,39059457,39124995,39190529,39256065,39321601,40239106,40435713,40501249,40828930,41025537,41091074,41484289,41943041,42074113,42139649,42336257,42401793,42598401,42729473,42795010,42926081,43253761,43384835,43515905],"fully":[196609,4849665,35782657,36700161],"folders":[22413317],"fast":[21168129,32899073,33357825],"functions":[131074,1048578,1441794,1572865,1703938,1900546,2359298,2621442,3211266,3276802,3407881,3538946,3604483,3801090,3866625,4194306,4587522,4718594,4784129,5111810,5177346,5570562,5767170,5832706,6422530,6815746,6881283,7274500,7340035,7602178,7667714,8323074,8585218,8716289,8781826,8978433,9306114,9371650,9502722,10092546,10223618,10354690,10747906,11075586,11337729,11468802,11534337,12648450,13172738,13631490,13762562,13893633,14024710,14286850,14352387,14614531,14811138,14942210,15073282,15794178,15925251,15990787,16252930,16449538,16580610,17498114,17563650,17825794,17891330,17956866,18022419,18087939,18350082,18481154,18546690,19070978,19136514,19333122,19398658,19464194,19791873,20381698,20512770,20643842,21168130,21364738,21757956,22085634,22216706,22413314,22675458,22872066,23134210,23330819,23461890,23527426,23986178,24969218,25034754,25886722,26083330,26214403,26279941,26476546,26542082,26869762,26935299,27066370,27262978,27459586,28049411,28311554,28246018,28835842,28901378,29097986,29360129,29491202,29687810,29818882,29949954,30277634,30343170,30539778,31064066,31391746,31588354,31653890,31784963,31850499,32440322,33226754,33357826,33751042,33816581,33882114,34603010,34799618,34930690,34996226,35192834,35389442,35454978,35979266,36503554,36962306,37355522,37421058,37486594,37552129,37617667,37748738,37879810,37945346,38010882,38141954,38273029,38469633,38600706,38666242,38731778,38993921,39124994,39976961,40173570,40239106,40501250,40632322,41156610,41615362,41680898,41877506,42139650,42598402,42795009,42860546,42926082,43384834,43712514],"floats":[524290,2490370,2949122,4784130,5898242,8912898,9175042,9895938,11272194,16515074,18022404,22937602,25952258,26148866,27197442,27918338,29360130,30932994,31719426,33554434,34340866,35586050,37552130,40960002,41746434,42795010,43515906],"fromintptr":[16908293,35782657,36700161],"factors":[1114113,4259841,7602177,11665409,18022402,27394049,30998529],"frexp":[20119553,42795009],"floating":[65540,524291,1245185,2490370,2949122,3473412,3670020,4194306,5636100,5898242,6946817,8519686,8650756,8781828,8847361,8912900,8978436,9109508,9175042,9306114,11272194,11468804,12189697,12386308,12582914,12910594,13631494,13959170,14155778,14548994,15400962,16515074,18022401,19988486,22937602,25952258,26148866,26345476,26804228,27131906,27918339,28835844,28966914,30474242,30932996,31719427,33161220,33554434,33685510,34340870,35520514,35586050,36569092,37552130,37617666,38993922,39649282,39976962,40304644,40960002,41615364,41746434,41811974,42795010],"finalize":[1769473,6946817,8978433,11206657,11927553,14876673,16646145,17104897,18612225,24707073,25493505,26017793,32309249,35323905,40435713,42401793],"floor":[3735555,7602185,11862019,17760259,18022418,19136514,21233668,24313860,30670853,31129603,39518211,41615362,43188229],"follow":[720897,22413313],"fetch":[36503553],"finally":[22413313],"future":[4456449,13238273,27656193],"fraction":[7602178,11534338,18022404,27918337,29360129,31719425,37552129,38469634,42139649],"factorial":[3538945,7602179,18022406,33751041,40173569],"fat":[22413315],"fclose":[1376258,9895938,10354690,11534338,11730948,14811138,17563650,19529730,25690114,37945346,42336258,43515905],"functionality":[22413313,24707073,39976962],"field":[7602177,9043970,10223617,10485762,10682370,11796482,11993090,13697026,18022402,18415618,20054018,21430274,24051714,31457282,32505858,39583746,42205186,43057154],"formulas":[2359297,20512769,30343169,33226753],"fisrt":[9109505,20381697,33882113],"false":[393217,6881281,7864321,7929857,8126465,9240577,9830401,12255233,12845057,17432577,20709377,20840449,21102593,24182785,27787265,28180481,28377089,28770305,29556737,30146561,30801921,31850497,32047105,32571393,32702465,32833537,33030145,34471937,34668545,34865153,36306945,37289985,38338561,40239105,41222145,41680897],"foo":[10223617,14942209],"follows":[43515905]} \ No newline at end of file diff --git a/docs/fti/FTI_103.json b/docs/fti/FTI_103.json index 5526cf2..c19a5af 100644 --- a/docs/fti/FTI_103.json +++ b/docs/fti/FTI_103.json @@ -1 +1 @@ -{"git":[23724033],"garbage":[2424833,6160385,10027009,11337729,12255233,14090241,15007745,17694721,18546689,23592961,25100289,27197441,30539777,38141953,39387137,42467329],"gmp_get_memory_functions":[3801090],"gmp_vsnprintf":[7012353,8257543,16252930,17301505],"gmp_version":[11206663,16252930,29687809],"generator":[786435,6553602,6684676,12582916,14221315,18874371,22085635,23461892,27262979,27197441,28049410,29949956,30998532,34078724,34603011,38731777,42205188,42467331],"gmp_vasprintf":[7012353,16252930,37093384,42860545],"grow":[16646145],"guess":[29949953,34078721],"gmp_lib":[131086,196614,458760,589831,786442,917512,1179658,1310728,1441797,1507336,1572876,1638410,1835010,1966088,2031624,2097160,2359298,2490382,2555916,2883596,2949130,3014662,3342346,3473417,3604488,3735562,3801098,3866632,4063234,4128780,4259850,4325378,4522002,4587522,4653062,4718602,4849666,4915206,4980746,5046286,5177356,5373964,5439498,5505044,5636118,5701639,5767174,5898248,5963784,6225922,6357006,6488072,6619138,6684682,6815752,6946822,7012355,7077898,7274504,7340040,7405574,7667714,7733260,7995406,8060936,8257548,8323078,8519694,8585230,8650758,8716304,8847372,8912906,8978446,9109518,9175046,9240586,9306122,9437196,9502736,9568270,9633798,9699344,10158088,10223626,10289166,10354704,10420232,10485770,10551298,10616840,10878988,10944520,11010062,11075592,11141130,11206660,11534350,11599882,11665410,11993098,12124172,12189704,12517388,12582922,12713988,12976144,13041676,13107209,13172739,13303816,13369358,13565962,13631498,13762574,13828110,13893642,13959182,14024720,14155786,14221326,14286860,14352386,14417936,14614538,14680078,14876680,15073288,15204364,15269904,15400980,15663114,15728646,15794190,15859724,15925258,16056334,16121866,16252935,16318472,16449544,16515078,16646152,16711682,16973830,17039362,17170442,17235980,17301516,17367050,17432578,17498124,17563654,17629194,17891340,17956872,18087946,18153482,18415632,18612230,18677768,18743310,18808838,18874382,18939918,19267592,19333128,19398668,19464204,19529735,19595266,19660808,19791884,20119563,20250630,20447238,20643850,20709382,20774922,20840460,20971522,21102608,21299206,21495811,21626894,21692432,21823502,21889032,21954570,22020106,22085642,22347783,22609928,22675468,22741004,22806546,22937606,23003146,23068680,23134218,23199752,23330822,23396362,23461894,23527426,23658510,23724033,23789588,23855116,24117264,24248334,24313864,24379402,24444945,24510466,24576012,24641546,24707074,24903694,25034764,25165836,25296904,25362444,25427974,25690124,25755658,25886732,25952266,26017798,26083330,26279948,26345486,26411022,26476560,26607622,26673166,26804230,26869772,26935310,27000848,27066382,27131910,27262992,27328518,27394064,27459600,27525130,27590662,27656200,27787266,28246026,28311562,28377096,28442636,28508170,28573710,28770318,28835846,28901388,28966920,29163526,29360130,29425684,29556750,29622276,29687811,29753352,29818894,29884428,29949964,30015502,30081034,30277636,30474264,30605324,30801930,30867462,30998534,31064072,31195144,31260678,31326214,31391750,31457286,31588354,31653900,31981574,32374787,32571400,32702476,32964622,33030150,33095686,33161228,33226758,33292300,33357827,33423372,33619970,33685522,33947664,34078728,34209802,34406420,34471944,34603022,34865160,34996230,35061772,35192846,35258376,35389454,35454988,35520518,35717126,35913736,36044808,36110350,36175880,36241411,36306946,36372496,36438026,36569096,36634638,36765710,36896779,37027843,37093388,37158926,37224460,37289992,37355526,37486606,37617674,37683214,37748748,37814282,37879818,38010888,38076428,38207500,38535184,38600712,38666248,38731777,38862862,39059466,39190542,39256074,39321608,39452680,39518212,39583754,39911426,39976971,40042506,40108038,40239116,40435715,40501254,40566802,40632326,40828930,40894472,40960016,41091080,41222152,41287690,41418758,41484300,41549830,41615370,41680898,41746442,41811976,41877506,41943052,42008590,42139660,42205190,42270738,42336270,42401804,42663942,42729482,42860556,42991626,43122693,43188234,43253768,43581442,43646990,43778062],"gmp_snprintf":[7012353,8257537,16252930,17301511,25034753,42860545],"guaranteed":[1310721,3866625,25296897,28966913,32571393],"general":[21299201,27590657,34996225],"gmp_scanf":[7012353,7077889,16252930,18087937,23003143,42991617],"greater":[7012353,16252930,18808833,24576001,27328513,33226753,37683202,43122689],"gmp_randseed_ui":[786434,7012353,14221314,16252930,18874370,22085634,27262978,29949953,34078727,34603010],"gmp_randstate_t":[786440,6553605,6684680,7012353,12582928,14221320,16252929,18874376,22085640,23461896,24510469,25100289,26083329,27197443,27262984,28049410,29949960,30998536,34078728,34603016,38731778,40435718,42205192,42467336],"greatest":[5701633,6619138,7012359,13959171,16252941,19529730,20447233,24313859,35717121,42270723],"good":[30998529],"gmp_randinit_mt":[786434,6684673,7012353,12582915,14221314,16252930,18874370,22085634,23461890,24510465,27262978,29949954,30998535,34078722,34603010,42205185],"generating":[29949953,34078721],"gmp_randclear":[786434,6684675,7012353,12582917,14221314,16252930,18874370,22085634,23461891,24510469,27262978,29949954,30998531,34078722,34603010,42205187],"generic":[15007745,18350081,30539777],"gmp_vprintf":[7012353,16121857,16252930,21954567],"gnu":[131073,196609,458753,589825,786433,917505,1179649,1310721,1441793,1507329,1572865,1638401,1835009,1966081,2031617,2097153,2359297,2490369,2555905,2883586,2949121,3014657,3342337,3473409,3604481,3735553,3801089,3866625,4063233,4128769,4259841,4325377,4521985,4587521,4653057,4718594,4849665,4915201,4980737,5046273,5177345,5373953,5439489,5505025,5636097,5701633,5767169,5898241,5963777,6225921,6356993,6488065,6684673,6815745,6946817,7077890,7274497,7340034,7405569,7667713,7733249,7995393,8060929,8257538,8323073,8519681,8585217,8650753,8716289,8847361,8912897,8978433,9109505,9175041,9240577,9306114,9437185,9502721,9568257,9633793,9699329,10158081,10223618,10289153,10354689,10420225,10485761,10551297,10616833,10878977,10944513,11010049,11075585,11141121,11206657,11534337,11599873,11665409,11993089,12124161,12189697,12517377,12582913,12976129,13041665,13107201,13303809,13369345,13565953,13631489,13762561,13828097,13893633,13959169,14024705,14155777,14221315,14286849,14352385,14417921,14614529,14680065,14876673,15073281,15204354,15269889,15400961,15663105,15728641,15794177,15859713,15925249,16056321,16121858,16252929,16318465,16449537,16515073,16646145,16711681,16973825,17039361,17170434,17235969,17301506,17367041,17498113,17563649,17629185,17891329,17956865,18087938,18153473,18415617,18612225,18677761,18743297,18808833,18874370,18939905,19267585,19333121,19398657,19464193,19529729,19660801,19791873,20119553,20250625,20447233,20643842,20709377,20774913,20840449,21102593,21299201,21626881,21692417,21823489,21889025,21954562,22020097,22085633,22347777,22609921,22675457,22740993,22806529,22937601,23003138,23068673,23134209,23199745,23330817,23396353,23461889,23527425,23658498,23724055,23789569,23855105,24117249,24248321,24313857,24379393,24444929,24510465,24576001,24641537,24707073,24903681,25034754,25165825,25296897,25362433,25427969,25690113,25755649,25886721,25952257,26017793,26279937,26411009,26345475,26476545,26607617,26673153,26804225,26869762,26935297,27000833,27066369,27131905,27262979,27328513,27394049,27459585,27525121,27590657,27656193,27787265,28246018,28311553,28377089,28442625,28508161,28573697,28770305,28835841,28901377,28966913,29163521,29360129,29425665,29556737,29622273,29753345,29818881,29884417,29949953,30015489,30081025,30474241,30605313,30801921,30867457,30998529,31064065,31195137,31260673,31326209,31391745,31457281,31588353,31653889,31981569,32374786,32571393,32702465,32964609,33030145,33095681,33161218,33226753,33292289,33423361,33619969,33685505,33947649,34078721,34209793,34406401,34471938,34603011,34865153,34996225,35061762,35192835,35258369,35389441,35454977,35520513,35717121,35913729,36044801,36110337,36175873,36306945,36372481,36438017,36569089,36634625,36765697,36896770,37093378,37158913,37224449,37289985,37355521,37486593,37617665,37683201,37748737,37814273,37879809,38010881,38076417,38207489,38535169,38600705,38666241,38731778,38862849,39059457,39190529,39256065,39321603,39452673,39518209,39583745,39911425,39976963,40042497,40108033,40239106,40501249,40566785,40632321,40828929,40894465,40960001,41091073,41222145,41287681,41418753,41484289,41549825,41615362,41680897,41746433,41811969,41943041,42008577,42139649,42205185,42270721,42336257,42401793,42663937,42729473,42860546,42991618,43122689,43188225,43253761,43581441,43646977,43778049],"github":[23724034],"gmp_sprintf":[7012353,15204353,16121857,16252930,17301505,25034759,41615361,42860545],"global":[7340033,11206657,12713985,13172737,14221313,14352386,16252931,27262977,30277633,34471937,34603009,39518209],"gets":[65537,655361,720897,1769478,1900546,2228226,2424833,2752513,3080193,4784132,5570563,6094849,6160386,6291458,7929857,9830401,10027011,10682369,10813441,11272193,11337730,11927553,12255234,12451841,12779521,12845057,13172737,13434884,14090241,14352385,15007745,15335426,15990786,16252930,16777217,16842753,17694722,18546690,19857411,20316161,20905985,21757953,22413314,23592963,23920642,23986178,24051713,24182786,25100290,26542081,27197441,27983873,29229058,29294593,30212097,30343169,30539777,30736385,30932993,32047105,32178177,32636929,32899073,33488898,33751041,34275332,34340866,34537474,34668545,34734081,34930689,36503553,37421057,37945348,38141953,38273027,39387137,39780353,39845889,40370182,42467329,42598401,43384836],"goal":[23724033],"gmp_randinit":[14221313,18874369,27262977,34603009],"gethashcode":[65538,983046,1769474,1900546,2228226,2424833,3211270,4390918,4784130,5570562,6160385,6291458,10027009,11337729,12255233,13434882,14090241,14811142,15007745,17694721,18546689,19857410,19922950,22151174,22413314,23592961,25100289,27197441,29229058,30539777,30670854,33554438,34275330,37945346,38141953,38273026,39387137,40370178,42467329,43384834],"gmp_randinit_lc_2exp_size":[6684673,7012353,12582913,16252930,23461889,24510465,30998529,42205191],"gmp_printf":[7012353,16121863,16252930,21954561,25034753,41615361],"gcd":[5701634,13959169,20447234,35717122],"gettype":[65537,1769473,1900545,2228225,2424833,4784129,5570561,6160385,6291457,10027009,11337729,12255233,13434881,14090241,15007745,17694721,18546689,19857409,22413313,23592961,25100289,27197441,29229057,30539777,34275329,37945345,38141953,38273025,39387137,40370177,42467329,43384833],"gmp_fprintf":[7012353,16121857,16252930,17170433,25034753,41615367],"given":[7012359,15269889,15925249,16252942,20709377,23658498,23724033,24444929,26869761,29622273,29949953,31195137,33095681,34078721,35061761,39321601,40239105,41877505,42663938,43122689],"generate":[786435,1966083,7012363,7340035,14221315,16252950,18874371,19333123,22085635,23724033,27262979,29949953,34078721,34471939,34603011,38600707],"glibc":[8257537,17301505],"gmp_urandomm_ui":[786439,7012353,16252930,22085633],"gmp_vsprintf":[7012353,15204359,16252930,25034753],"gmp_randinit_default":[6684673,7012353,12582913,16252930,23461895,24510465,30998529,42205185],"gmp_errno":[13172737,14352389,16252930],"gmp_vscanf":[4718593,7012353,10223617,16252930,23003137,42991623],"generates":[1966082,19333122],"getenumerator":[12255233,39387137,40173575],"generated":[786433,6684673,7340034,22085633,26869764,29949953,34078721,34471937,35061764,38600705],"greateast":[42270721],"gmp_urandomb_ui":[786433,7012353,16252930,22085639],"gmp_sscanf":[4718593,7012353,7077895,16252930,18087937,23003137],"gmp_vsscanf":[4718599,7012353,7077889,10223617,16252930,42991617],"going":[2883585,20643841,28246017,33161217],"gmp_randinit_lc_2exp":[6684679,7012354,12582913,16252932,23461889,24510465,30998529,42205186],"gmp_randseed":[7012353,16252930,29949959,34078721],"gmp_fscanf":[7012353,7077889,10223617,16252930,18087943,23003137],"gradually":[30474241],"gmp_vfprintf":[7012353,16252930,17170439,41615361],"gmp_asprintf":[7012353,16252930,17301505,25034753,37093377,42860552],"groups":[7340033,14221313,27262977,34471937,34603009],"gettempfilename":[1507330,9306114,10223618,10485762,12517378,17170434,18087938,19660802,24379394,39256066,41615362,43122689],"gmp_vfscanf":[4718593,7012353,10223623,16252930,18087937,42991617],"gmp_randinit_set":[6684673,7012353,12582919,16252930,23461889,24510465,30998529,42205185],"gmp":[65538,131079,196616,262145,327682,393222,458758,524293,589830,655365,720901,786438,851970,917510,983045,1048581,1114114,1179654,1245186,1310731,1376261,1441798,1507336,1572871,1638406,1703941,1769477,1835016,1900546,1966087,2031622,2097162,2162690,2228226,2293766,2359302,2424834,2490376,2555911,2621445,2686981,2752517,2818050,2883591,2949126,3014665,3080194,3145733,3211269,3276805,3342342,3407874,3473414,3538949,3604486,3670018,3735558,3801100,3866634,3932162,3997701,4063238,4128775,4194310,4259846,4325383,4390917,4456454,4521991,4587527,4653065,4718597,4784133,4849670,4915205,4980742,5046279,5111810,5177352,5242885,5308418,5373959,5439494,5505032,5570565,5636103,5701643,5767177,5832706,5898248,5963782,6029317,6094853,6160386,6225927,6291458,6357000,6422530,6488071,6553605,6619138,6684680,6750210,6815750,6881285,6946825,7012354,7077893,7143430,7208965,7274502,7340040,7405578,7471109,7536642,7602182,7667718,7733255,7798791,7864322,7929863,7995400,8060934,8126470,8192005,8257543,8323079,8388610,8454150,8519687,8585222,8650761,8716297,8781829,8847367,8912903,8978439,9043973,9109511,9175047,9240582,9306119,9371653,9437192,9502728,9568264,9633802,9699335,9764866,9830405,9895941,9961474,10027015,10092550,10158086,10223622,10289159,10354695,10420231,10485767,10551303,10616838,10682375,10747909,10813445,10878983,10944518,11010056,11075591,11141127,11206662,11272197,11337730,11403270,11468805,11534343,11599878,11665416,11730949,11796486,11862021,11927557,11993094,12058630,12124167,12189703,12255238,12320774,12386309,12451847,12517384,12582919,12648453,12713989,12779527,12845058,12910598,12976134,13041670,13107207,13172739,13238277,13303814,13369352,13434885,13500421,13565959,13631496,13697026,13762568,13828103,13893639,13959176,14024712,14090246,14155783,14221321,14286855,14352390,14417927,14483461,14548997,14614534,14680072,14745606,14811141,14876678,14942213,15007751,15073287,15138821,15204358,15269896,15335426,15400967,15466498,15532037,15597574,15663111,15728648,15794184,15859719,15925255,15990786,16056328,16121861,16187397,16252938,16318470,16384002,16449542,16515079,16580613,16646154,16711687,16777218,16842757,16908293,16973833,17039368,17104901,17170438,17235975,17301511,17367046,17432578,17498119,17563659,17629190,17694722,17760262,17825797,17891335,17956870,18022405,18087942,18153478,18219013,18284549,18350082,18415623,18481157,18546694,18612233,18677766,18743303,18808842,18874376,18939911,19005446,19070981,19136518,19202054,19267590,19333127,19398663,19464200,19529737,19595266,19660807,19726342,19791879,19857410,19922949,19988485,20054021,20119559,20185093,20250632,20316167,20381701,20447248,20512773,20578309,20643846,20709384,20774918,20840459,20905989,20971525,21037061,21102600,21168130,21233670,21299210,21364742,21430277,21495814,21561346,21626887,21692425,21757957,21823496,21889030,21954565,22020103,22085638,22151173,22216709,22282245,22347782,22413314,22478854,22544389,22609926,22675464,22740999,22806535,22872069,22937608,23003141,23068678,23134214,23199750,23265285,23330826,23396359,23461894,23527430,23592967,23658502,23724045,23789575,23855110,23920642,23986178,24051719,24117255,24182786,24248328,24313863,24379399,24444939,24510470,24576007,24641542,24707079,24772613,24838149,24903688,24969222,25034758,25100296,25165831,25231365,25296906,25362439,25427977,25493509,25559045,25624581,25690119,25755654,25821186,25886727,25952262,26017799,26083330,26148869,26214406,26279943,26345483,26411015,26476553,26542087,26607624,26673159,26738693,26804231,26869769,26935304,27000841,27066375,27131910,27197442,27262985,27328524,27394054,27459591,27525126,27590666,27656198,27721734,27787272,27852802,27918338,27983879,28049413,28114950,28180482,28246022,28311558,28377094,28442631,28508166,28573702,28639238,28704770,28770311,28835847,28901384,28966925,29032456,29097989,29163527,29229058,29294597,29360135,29425671,29491206,29556744,29622282,29687811,29753350,29818888,29884423,29949959,30015496,30081031,30146565,30212098,30277637,30343175,30408710,30474247,30539778,30605320,30670853,30736391,30801926,30867465,30932997,30998534,31064070,31129605,31195144,31260680,31326217,31391752,31457289,31522821,31588359,31653894,31719430,31784965,31850502,31916038,31981577,32047106,32112646,32178183,32243718,32309253,32374791,32440326,32505862,32571401,32636933,32702471,32768002,32833542,32899079,32964616,33030153,33095689,33161223,33226762,33292296,33357830,33423367,33488898,33554437,33619975,33685511,33751045,33816582,33882117,33947656,34013189,34078726,34144261,34209798,34275333,34340866,34406407,34471944,34537474,34603017,34668551,34734082,34799622,34865158,34930693,34996234,35061769,35127301,35192843,35258374,35323909,35389448,35454982,35520522,35586054,35651589,35717136,35782661,35848194,35913734,35979270,36044808,36110343,36175878,36241414,36306952,36372487,36438022,36503559,36569094,36634631,36700165,36765704,36831237,36896775,36962309,37027845,37093382,37158919,37224455,37289990,37355528,37421063,37486600,37552133,37617670,37683208,37748743,37814278,37879814,37945349,38010886,38076422,38141954,38207494,38273026,38338565,38404102,38469637,38535177,38600712,38666246,38731780,38797318,38862856,38928389,38993926,39059462,39124997,39190535,39256071,39321607,39387138,39452678,39518213,39583750,39649282,39714821,39780357,39845895,39911430,39976968,40042505,40108042,40173573,40239111,40304645,40370181,40435718,40501257,40566791,40632329,40697858,40763398,40828935,40894470,40960008,41025541,41091078,41156614,41222150,41287687,41353218,41418760,41484295,41549833,41615366,41680903,41746439,41811974,41877509,41943047,42008583,42074117,42139656,42205191,42270730,42336264,42401799,42467334,42532870,42598405,42663943,42729478,42795013,42860550,42926085,42991621,43057158,43122696,43188230,43253766,43319301,43384837,43450373,43515910,43581448,43646984,43712517,43778056],"gcnew":[15007745],"gmp_set_memory_functions":[3801090]} \ No newline at end of file +{"git":[22413313],"garbage":[1769473,6946817,8978433,11206657,11927553,14876673,16646145,17104897,18612225,24707073,25493505,26017793,32309249,35323905,40435713,42401793],"gmp_get_memory_functions":[3407874],"gmp_vsnprintf":[7602177,8585223,16580609,18022402],"gmp_version":[13697031,18022402,33095681],"generator":[786435,6094850,6488068,12451844,14024707,15925251,22347779,23199748,25493505,26279939,27721730,32374788,32899076,33488900,33816579,39976961,41943044,42401795],"gmp_vasprintf":[7602177,18022402,35979272,43384833],"grow":[16187393],"guess":[32374785,33488897],"gmp_lib":[65550,131078,524295,786442,1048584,1114122,1179656,1376264,1441800,1572866,1703944,1900552,1966092,2359308,2424837,2490378,2555918,2621446,2818058,2949130,3014674,3211272,3276808,3407882,3473422,3538954,3604488,3670028,3735564,3801090,3866626,3997708,4194313,4259842,4587522,4718598,4784134,4980746,5046292,5111814,5177346,5373954,5439490,5505034,5570568,5636110,5767176,5832726,5898250,5963784,6422538,6488074,6553608,6750216,6815751,6881286,7077900,7208962,7274504,7340046,7471118,7602179,7667718,8060936,8323078,8454158,8519696,8585228,8650766,8716300,8781838,8912912,9109518,9175050,9306120,9371654,9437200,9502726,9568268,9633808,9895946,9961482,10027016,10092552,10223618,10354698,10616846,10747914,11010062,11075594,11141128,11272204,11337736,11403266,11468814,11534346,11599884,11665418,11730956,11796484,11862030,12386318,12451850,12517384,12582924,12648464,12713994,12910600,13107210,13172746,13434894,13500419,13565961,13631504,13697028,13762574,13893642,13959178,14024718,14090242,14155790,14221324,14286854,14352404,14549002,14614544,14811146,14942224,15073288,15204362,15335432,15400970,15466508,15532046,15663112,15728654,15794186,15859714,15925262,15990796,16187400,16252936,16384012,16449542,16515083,16580620,17039372,17235970,17498122,17563658,17629194,17760270,17825799,17891334,17956870,18022407,18087952,18153484,18219010,18350090,18481158,18546694,18874380,19005454,19070984,19136524,19333126,19398664,19464198,19529736,19660802,19791880,19988496,20119562,20316162,20381702,20512778,20578316,20643848,20971532,21037059,21168134,21233676,21364742,21626894,21692424,21757966,21823498,21889038,21954562,22085638,22216706,22282256,22347786,22413313,22675466,22806535,22872080,22937610,23134216,23199750,23265298,23330828,23396364,23461898,23527436,23592968,23789578,23920652,23986196,24117250,24248328,24313864,24510476,24576012,24641546,24969222,25034758,25100300,25231374,25296912,25362444,25690122,25755662,25886736,25952268,26083334,26148874,26214404,26279952,26345486,26411025,26476550,26542090,26607628,26673166,26738702,26804238,26869766,26935304,27000840,27066376,27131914,27197446,27262978,27328528,27394058,27459590,27525136,27590658,27918348,28049422,28246022,28311560,28573708,28704782,28835854,28901382,28966922,29097990,29229068,29294604,29360131,29491208,29687816,29818886,29884430,29949954,30277640,30343178,30539778,30605326,30670862,30933010,30998538,31064070,31129612,31326216,31391750,31522818,31588358,31653894,31719436,31784980,31850502,32112648,32243724,32374796,32440326,32505860,32899078,33095683,33161228,33226764,33357830,33423363,33488904,33554456,33619980,33685520,33751050,33816590,33882118,33947662,34078732,34340876,34603014,34734088,34799624,34930698,34996244,35127312,35192840,35389448,35454990,35520522,35586062,35848206,35913736,35979276,36175884,36503555,36569102,36765704,36962312,37093378,37224460,37355528,37421070,37486602,37552139,37617672,37748742,37879818,37945354,38010888,38141958,38207490,38273032,38469640,38535180,38600716,38666254,38731782,39059464,39124994,39190538,39256072,39321610,39387150,39518224,39649290,39714819,39976961,40108042,40173578,40239112,40304654,40501258,40632322,40763394,40828940,40960010,41091084,41156614,41353228,41418755,41484302,41549826,41615374,41680902,41746446,41811984,41877522,41943046,42008590,42074122,42139654,42336266,42598406,42663954,42729482,42795019,42860550,42926088,42991630,43057156,43188236,43253774,43384844,43515909,43581448,43712518,43778060],"gmp_snprintf":[7602177,8585217,16580615,18022402,23330817,43384833],"guaranteed":[1441793,3604481,26935297,29687809,35192833],"general":[21364737,26869761,31391745],"gmp_scanf":[7602177,13172737,14811137,18022402,23461895,37486593],"greater":[7602177,18022402,18481153,23527425,29097985,35454978,37748737,43515905],"gmp_randseed_ui":[786434,7602177,14024706,15925250,18022402,22347778,26279938,32374785,33488903,33816578],"gmp_randstate_t":[786440,6094853,6488072,7602177,12451856,14024712,15925256,18022401,21954565,22347784,23199752,24707073,25493507,26279944,27590657,27721730,32374792,32899080,33488904,33816584,39976962,41418758,41943048,42401800],"greatest":[5373954,6815745,7602183,13762563,17825794,18022413,20381697,23134211,33882113,41877507],"good":[32899073],"gmp_randinit_mt":[786434,6488065,7602177,12451843,14024706,15925250,18022402,21954561,22347778,23199746,26279938,32374786,32899079,33488898,33816578,41943041],"generating":[32374785,33488897],"gmp_randclear":[786434,6488067,7602177,12451845,14024706,15925250,18022402,21954565,22347778,23199747,26279938,32374786,32899075,33488898,33816578,41943043],"generic":[15007745,16646145,32309249],"gmp_vprintf":[7602177,15794177,18022402,22675463],"gnu":[65537,131073,524289,786433,1048577,1114113,1179649,1376257,1441793,1572865,1703937,1900545,1966081,2359298,2424833,2490369,2555905,2621441,2818049,2949121,3014657,3211265,3276801,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3997697,4194305,4259841,4587521,4718593,4784129,4980737,5046273,5111809,5177345,5439489,5505025,5570561,5636097,5767169,5832705,5898241,5963777,6422530,6488065,6553601,6750209,6815745,6881281,7077889,7208961,7274498,7340033,7471105,7667713,8060929,8323073,8454145,8519681,8585218,8650753,8716289,8781825,8912897,9109505,9175041,9306113,9371649,9437185,9502721,9568257,9633793,9895937,9961473,10027009,10092545,10223617,10354690,10616833,10747905,11010049,11075585,11141121,11272193,11337729,11403265,11468801,11534338,11599873,11665409,11730945,11862017,12386305,12451841,12517377,12582913,12648449,12713985,12910593,13107201,13172738,13434881,13565953,13631489,13697025,13762561,13893633,13959169,14024707,14090241,14155777,14221313,14286849,14352385,14548993,14614529,14811138,14942209,15073281,15204353,15335425,15400961,15466497,15532033,15663105,15728641,15794178,15859713,15925250,15990786,16187393,16252929,16384001,16449537,16515073,16580610,17039361,17498113,17563650,17629185,17760257,17825793,17891329,17956865,18022401,18087937,18153473,18219009,18350081,18481153,18546689,18874369,19005441,19070977,19136513,19333121,19398657,19464193,19529729,19791873,19988481,20119553,20381697,20512770,20578305,20643841,20971521,21168129,21233665,21364737,21626881,21692417,21757954,21823489,21889025,21954561,22085633,22216705,22282241,22347777,22413335,22675458,22806529,22872065,22937601,23134209,23199745,23265281,23330818,23396353,23461890,23527425,23592961,23789569,23920641,23986177,24117249,24248321,24313857,24510465,24576001,24641537,24969217,25034753,25100289,25231361,25296897,25362433,25690113,25755651,25886721,25952257,26083329,26148865,26214401,26279939,26345473,26411009,26476545,26542081,26607617,26673153,26738689,26804225,26869761,27000833,26935297,27066369,27131905,27197441,27262977,27328513,27394049,27459585,27525121,27918338,28049409,28311553,28246017,28573697,28704769,28835841,28901377,28966913,29097985,29229057,29294593,29360130,29491201,29687809,29818881,29884417,29949953,30277633,30343170,30539777,30605313,30670849,30932993,30998529,31064065,31129601,31326209,31391745,31522817,31588353,31653889,31719426,31784961,31850497,32112641,32243713,32374785,32440321,32899073,33161217,33226754,33357825,33488897,33554433,33619969,33685505,33751041,33816579,33882113,33947649,34078721,34340865,34603009,34734081,34799617,34930689,34996225,35127297,35192833,35389441,35454977,35520513,35586049,35848195,35913729,35979266,36175873,36569089,36765697,36962305,37093377,37224449,37355521,37421057,37486594,37552130,37617665,37748737,37879809,37945346,38010881,38141953,38273026,38469635,38535169,38600705,38666241,38731777,39059457,39124993,39190529,39256065,39321601,39387137,39518209,39649281,39976962,40108033,40173569,40239105,40304641,40501249,40632321,40763393,40828929,40960001,41091074,41156609,41353217,41484289,41549825,41615361,41680897,41746433,41811969,41877505,41943041,42008577,42074113,42139649,42336257,42598401,42663937,42729473,42795011,42860545,42926081,42991617,43057153,43188225,43253761,43384834,43515905,43581441,43712513,43778049],"github":[22413314],"gmp_sprintf":[7602177,15794177,15990785,16580609,18022402,23330823,37945345,43384833],"global":[7274497,11796481,13500417,13697025,14024705,14090242,18022403,26279937,32505857,33816577,38273025,43057153],"gets":[196609,458753,589825,1507334,1638402,1769473,2228226,3080193,2162689,4456452,4849667,5242882,5308417,6946818,7929857,8847361,8978435,9699329,9830401,10485761,10878977,11206658,11927554,12189697,12255233,12845057,13238276,13500417,14090241,14417922,14876673,15138818,16646145,16908289,17104898,17301505,18022402,18612226,19857411,20840449,21430273,21561345,22478850,22544386,22740994,23658498,24182785,24707074,25493505,26017795,27787265,28114945,28180481,28442625,28770305,30212097,30474241,30801921,32178177,32309249,32571393,32702465,32768002,33292289,34013188,34209794,34406402,35323905,35782662,36306945,36241410,36700163,37027841,37289985,37814273,38338561,38797313,38862852,38993924,40435713,41222145,42401793,43122689],"goal":[22413313],"gmp_randinit":[14024705,15925249,26279937,33816577],"gethashcode":[196610,917510,1507330,1638402,1769473,2228226,2883590,4456450,4521990,4849666,5242882,6946817,8978433,11206657,11927553,13238274,14876673,16056326,16646145,17104897,18612225,19726342,19857410,23658498,24444934,24707073,25493505,26017793,30867462,32309249,32768002,34013186,34275334,35323905,35782658,36700162,38862850,38993922,40435713,42401793],"gmp_randinit_lc_2exp_size":[6488065,7602177,12451841,18022402,21954561,23199745,32899073,41943047],"gmp_printf":[7602177,15794183,18022402,22675457,23330817,37945345],"gcd":[6815746,13762561,20381698,33882114],"gettype":[196609,1507329,1638401,1769473,2228225,4456449,4849665,5242881,6946817,8978433,11206657,11927553,13238273,14876673,16646145,17104897,18612225,19857409,23658497,24707073,25493505,26017793,32309249,32768001,34013185,35323905,35782657,36700161,38862849,38993921,40435713,42401793],"gmp_fprintf":[7602177,15794177,17563649,18022402,23330817,37945351],"given":[7602183,14942209,15204353,18022414,21168129,21757954,22413313,26214401,26411009,27066369,27918337,31719425,32374785,33357825,33488897,38207489,38469633,41091073,42598402,43515905],"generate":[786435,1703939,7274499,7602187,14024707,15925251,18022422,19070979,22347779,22413313,26279939,32374785,33488897,33816579,37617667,38273027],"glibc":[8585217,16580609],"gmp_urandomm_ui":[786439,7602177,18022402,22347777],"gmp_vsprintf":[7602177,15990791,18022402,23330817],"gmp_randinit_default":[6488065,7602177,12451841,18022402,21954561,23199751,32899073,41943041],"gmp_errno":[13500417,14090245,18022402],"gmp_vscanf":[6422529,7602177,10354689,18022402,23461889,37486599],"generates":[1703938,19070978],"getenumerator":[11927553,40435713,41025543],"generated":[786433,6488065,7274498,22347777,27918340,31719428,32374785,33488897,37617665,38273025],"greateast":[41877505],"gmp_urandomb_ui":[786433,7602177,18022402,22347783],"gmp_sscanf":[6422529,7602177,13172743,14811137,18022402,23461889],"gmp_vsscanf":[6422535,7602177,10354689,13172737,18022402,37486593],"going":[2359297,20512769,30343169,33226753],"gmp_randinit_lc_2exp":[6488071,7602178,12451841,18022404,21954561,23199745,32899073,41943042],"gmp_randseed":[7602177,18022402,32374791,33488897],"gmp_fscanf":[7602177,10354689,13172737,14811143,18022402,23461889],"gradually":[33554433],"gmp_vfprintf":[7602177,17563655,18022402,37945345],"gmp_asprintf":[7602177,16580609,18022402,23330817,35979265,43384840],"groups":[7274497,14024705,26279937,33816577,38273025],"gettempfilename":[1376258,9895938,10354690,11534338,11730946,14811138,17563650,19529730,25690114,37945346,42336258,43515905],"gmp_vfscanf":[6422529,7602177,10354695,14811137,18022402,37486593],"gmp_randinit_set":[6488065,7602177,12451847,18022402,21954561,23199745,32899073,41943041],"gmp":[1,65543,131080,196610,262146,327686,393221,458757,524294,589829,655362,786438,851973,917509,983042,1048582,1114118,1179654,1245189,1310725,1376264,1441803,1507333,1572872,1638402,1703943,1769474,1835014,1900550,1966087,2031618,2097157,2228226,2293762,2359303,2424838,2490374,2555912,2621449,2686978,2752517,2818054,2883589,2949126,3014663,3080194,3145733,3211274,3276806,3342338,3407884,3473415,3538950,3604490,3670023,3735559,3801094,3866631,3932162,3997704,4063234,4128773,4194310,4259846,2162693,4325381,4390918,4456453,4521989,4587526,4653062,4718601,4784133,4849669,4915202,4980742,5046280,5111817,5177351,5242882,5308421,5373954,5439495,5505030,5570568,5636104,5701634,5767174,5832711,5898246,5963783,6029314,6094853,6160389,6225925,6291458,6356997,6422533,6488072,6553606,6619142,6684674,6750214,6815755,6881290,6946818,7012357,7077895,7143426,7208966,7274504,7340038,7405575,7471112,7536645,7602178,7667719,7733253,7798789,7864326,7929863,7995398,8060934,8126469,8192005,8257538,8323081,8388610,8454152,8519688,8585223,8650759,8716296,8781831,8847365,8912903,8978439,9043973,9109511,9175046,9240581,9306119,9371658,9437193,9502729,9568263,9633799,9699333,9764870,9830407,9895943,9961479,10027015,10092550,10158085,10223623,10289157,10354694,10420230,10485765,10551302,10616839,10682373,10747910,10813442,10878981,10944517,11010056,11075591,11141126,11206658,11272199,11337734,11403272,11468807,11534343,11599879,11665414,11730952,11796485,11862024,11927558,11993093,12058630,12124166,12189698,12255239,12320770,12386311,12451847,12517383,12582918,12648454,12713992,12779526,12845063,12910598,12976133,13041669,13107207,13172741,13238277,13303810,13369350,13434888,13500419,13565959,13631496,13697030,13762568,13828101,13893639,13959175,14024713,14090246,14155783,14221319,14286856,14352391,14417922,14483462,14548998,14614535,14680069,14745605,14811142,14876678,14942216,15007746,15073286,15138818,15204359,15269894,15335431,15400966,15466503,15532040,15597570,15663110,15728648,15794181,15859720,15925256,15990790,16056325,16121861,16187402,16252934,16318469,16384007,16449545,16515079,16580615,16646151,16711682,16777221,16842757,16908293,16973829,17039367,17104902,17170437,17235970,17301506,17367046,17432581,17498119,17563654,17629190,17694725,17760264,17825801,17891335,17956875,18022410,18087943,18153479,18219015,18284549,18350086,18415621,18481162,18546695,18612226,18677766,18743301,18808837,18874375,18939909,19005447,19070983,19136523,19202054,19267590,19333129,19398662,19464200,19529735,19595270,19660802,19726341,19791878,19857410,19922949,19988488,20054021,20119558,20185093,20250630,20316165,20381712,20447234,20512774,20578312,20643846,20709381,20774917,20840455,20905986,20971527,21037062,21102597,21168136,21233671,21299205,21364746,21430277,21495813,21561349,21626887,21692422,21757958,21823494,21889032,21954566,22020101,22085640,22151174,22216710,22282249,22347782,22413325,22478850,22544386,22609925,22675461,22740994,22806534,22872071,22937607,23003142,23068677,23134215,23199750,23265287,23330822,23396360,23461893,23527431,23592966,23658498,23724037,23789574,23855109,23920646,23986183,24051717,24117255,24182791,24248326,24313862,24379398,24444933,24510471,24576007,24641543,24707080,24772613,24838149,24903685,24969226,25034761,25100295,25165826,25231368,25296905,25362439,25427973,25493506,25559045,25624581,25690119,25755659,25821190,25886726,25952263,26017799,26083335,26148870,26214410,26279945,26345479,26411019,26476551,26542086,26607623,26673159,26738696,26804231,26869770,26935306,27000838,27066376,27131910,27197446,27262984,27328521,27394054,27459592,27525127,27590658,27656197,27721733,27787271,27852806,27918345,27983878,28049414,28114946,28180487,28246024,28311558,28377094,28442629,28508165,28573704,28639234,28704776,28770311,28835847,28901385,28966918,29032450,29097996,29163522,29229062,29294599,29360135,29425670,29491206,29556742,29622280,29687821,29753346,29818887,29884424,29949959,30015490,30081029,30146566,30212101,30277638,30343174,30408709,30474245,30539783,30605320,30670856,30736390,30801927,30867461,30932999,30998534,31064073,31129608,31195141,31260677,31326214,31391754,31457285,31522823,31588359,31653897,31719433,31784967,31850506,31916038,31981573,32047110,32112646,32178178,32243719,32309250,32374791,32440329,32505861,32571399,32636934,32702471,32768002,32833541,32899078,32964614,33030150,33095683,33161223,33226759,33292290,33357833,33423366,33488902,33554439,33619975,33685512,33751046,33816585,33882128,33947656,34013189,34078728,34144258,34209794,34275333,34340870,34406402,34471942,34537478,34603016,34668549,34734086,34799624,34865158,34930695,34996231,35061762,35127303,35192841,35258374,35323906,35389446,35454984,35520518,35586055,35651589,35717125,35782661,35848203,35913734,35979270,36044805,36110341,36175878,36241410,36306951,36372482,36438022,36503557,36569095,36634629,36700162,36765702,36831237,36896773,36962310,37027845,37093384,37158918,37224454,37289991,37355526,37421064,37486597,37552135,37617672,37683205,37748746,37814277,37879814,37945350,38010886,38076421,38141960,38207493,38273032,38338567,38404102,38469639,38535175,38600711,38666248,38731785,38797317,38862853,38928389,38993925,39059462,39124998,39190534,39256070,39321607,39387144,39452678,39518217,39583749,39649286,39714822,39780357,39845893,39911429,39976964,40042502,40108038,40173574,40239110,40304647,40370181,40435714,40501257,40566790,40632327,40697858,40763399,40828935,40894469,40960006,41025541,41091079,41156617,41222151,41287685,41353223,41418758,41484296,41549832,41615367,41680905,41746439,41811976,41877514,41943047,42008584,42074119,42139658,42205189,42270726,42336263,42401798,42467333,42532869,42598407,42663943,42729478,42795016,42860553,42926086,42991624,43057157,43122693,43188232,43253768,43319302,43384838,43450374,43515912,43581446,43646981,43712520,43778055],"gcnew":[16646145],"gmp_set_memory_functions":[3407874]} \ No newline at end of file diff --git a/docs/fti/FTI_104.json b/docs/fti/FTI_104.json index 3b4a61f..4f7d594 100644 --- a/docs/fti/FTI_104.json +++ b/docs/fti/FTI_104.json @@ -1 +1 @@ -{"hamming":[7012354,13565957,16252932,37355524],"h55555555":[5767169,20709377,20840449],"h8000000000000000":[36044801],"h40000000":[20447234,35717122],"hex":[5898244,31195140,39321601],"h11111111":[9633793],"hc2d24d55":[5701633],"holds":[24117249],"heap":[5505025],"h5555":[5767169,20709377,20840449],"h80":[24444929,26345473,35192833],"h435e50d7":[25427969,27328513,40108033],"h22222222":[9633793],"h13":[25427969,27328513,40108033],"h80000000":[36044801],"hfffffffc":[31260673],"hfffffffe":[1310721,3014657,18808833,23330817,25296897,30867457,31260673,31391745,31457281,31981569,32571393,34996225,35520513,40632321,41418753],"hffffffff":[1310723,2097153,3014658,3866626,4653060,5767169,6946818,7405570,8650754,15728642,16973826,18612226,18808835,20709377,20840449,21299202,23330819,25296899,25427969,26607618,27328513,27590658,28835842,30867459,31260674,31326210,31457283,31981570,32571395,33030146,33095681,33226754,34996227,35520515,36044803,37355523,40108033,40501252,40632323,41418755,41549828],"hardware":[20119553,23068673,42729473],"hexadecimal":[9306113,16908289,18939905,24379393,33882113],"hf0f0f0f":[20250626],"hierarchy":[10027009,12255233,14090241,15007745,16252929,18546689,23592961,25100289,42467329],"handle":[9109505,10420225,14024705,24444929,26345473,35192833,37093377,42860545],"hd79":[25427969,27328513,40108033],"habcd1234":[5636097],"h40":[1507329],"he8":[16515073],"hf0f0f0f0":[196612,20250626,22937604],"high":[6684673,20709377,33095681],"highest":[37027841,41025537],"higher":[7012353,14876673,16252930,26673153,30474242],"h7ab824fd":[5636097],"h10000":[40042497],"hd4a51000":[16515073],"habcd12347ab824fd":[5636097],"hedcba987":[3014657,31981569],"hffff":[2097153,5767169,20709377,20840449,25427969,27328513,31391745,33095681,40108033],"h555555555555":[20840449],"h44444444":[9633793],"h5555aaaa":[33095681],"host":[23724033,24444931,26345474,35192834],"happens":[20447233,35717121],"h964619c7":[5701634],"h12345678":[3014657,4653057,6946818,18612226,31326210,31981569,33030145,41549825],"human":[34275329],"haaaaaaaa":[33095681],"he2":[1507329],"happen":[11075585,12189697],"h33333333":[9633795],"handled":[5505025,16646145],"h1e240":[1507329],"h1000":[5636098],"h7fffffff":[36044801],"hhc":[4718594,7077890,10223618,18087938,23003138,42991618],"help":[23724033],"half":[6684673],"hash":[65537,983042,1769473,1900545,2228225,2424833,3211266,4390914,4784129,5570561,6160385,6291457,10027009,11337729,12255233,13434881,14090241,14811138,15007745,17694721,18546689,19857409,19922946,22151170,22413313,23592961,25100289,27197441,29229057,30539777,30670850,33554434,34275329,37945345,38141953,38273025,39387137,40370177,42467329,43384833]} \ No newline at end of file +{"hamming":[7602178,13107205,18022404,38141956],"h55555555":[5111809,19136513,21168129],"h8000000000000000":[34799617],"h40000000":[20381698,33882114],"hex":[5570564,27066372,38469633],"h11111111":[9371649],"hc2d24d55":[6815745],"holds":[22872065],"heap":[5046273],"h5555":[5111809,19136513,21168129],"h80":[25755649,26411009,35848193],"h435e50d7":[25034753,29097985,42139649],"h22222222":[9371649],"h13":[25034753,29097985,42139649],"h80000000":[34799617],"hfffffffc":[34603009],"hfffffffe":[1441793,2621441,18481153,24969217,26935297,27459585,31064065,31391745,31653889,31850497,32440321,34603009,35192833,41156609,43712513],"hffffffff":[1441795,2621442,3211265,3604482,4718596,5111809,6881282,8323074,9502722,14286850,16449538,18481155,19136513,19333122,21168129,21364738,24969219,25034753,26869762,26935299,28246018,28901378,29097985,29818882,31064067,31391747,31653891,31850499,32440322,33357825,34603010,34799619,35192835,37748738,38141955,38731778,41156611,41680900,42139649,42860548,43712515],"hardware":[16515073,24248321,42729473],"hexadecimal":[11534337,16318465,19005441,25690113,35717121],"hf0f0f0f":[19464194],"hierarchy":[8978433,11927553,14876673,16646145,17104897,18022401,24707073,26017793,42401793],"handle":[8781825,9306113,13631489,25755649,26411009,35848193,35979265,43384833],"hd79":[25034753,29097985,42139649],"habcd1234":[5832705],"h40":[1376257],"he8":[17891329],"hf0f0f0f0":[131076,19464194,22085636],"high":[6488065,21168129,33357825],"highest":[36503553,40894465],"higher":[7602177,15073281,18022402,28835841,33554434],"h7ab824fd":[5832705],"h10000":[40501249],"hd4a51000":[17891329],"habcd12347ab824fd":[5832705],"hedcba987":[2621441,32440321],"hffff":[3211265,5111809,19136513,21168129,25034753,27459585,29097985,33357825,42139649],"h555555555555":[19136513],"h44444444":[9371649],"h5555aaaa":[33357825],"host":[22413313,25755650,26411011,35848194],"happens":[20381697,33882113],"h964619c7":[6815746],"h12345678":[2621441,4718593,9502722,19333122,28901378,32440321,38731777,42860545],"human":[34013185],"haaaaaaaa":[33357825],"he2":[1376257],"happen":[10027009,12517377],"h33333333":[9371651],"handled":[5046273,16187393],"h1e240":[1376257],"h1000":[5832706],"h7fffffff":[34799617],"hhc":[6422530,10354690,13172738,14811138,23461890,37486594],"help":[22413313],"half":[6488065],"hash":[196609,917506,1507329,1638401,1769473,2228225,2883586,4456449,4521986,4849665,5242881,6946817,8978433,11206657,11927553,13238273,14876673,16056322,16646145,17104897,18612225,19726338,19857409,23658497,24444930,24707073,25493505,26017793,30867458,32309249,32768001,34013185,34275330,35323905,35782657,36700161,38862849,38993921,40435713,42401793]} \ No newline at end of file diff --git a/docs/fti/FTI_105.json b/docs/fti/FTI_105.json index 18bdade..26929c2 100644 --- a/docs/fti/FTI_105.json +++ b/docs/fti/FTI_105.json @@ -1 +1 @@ -{"identity":[37748737],"included":[41025537],"index":[5636097,9633793,11075587,12189699,12255233,13107201,23396353,26804226,29163522,30933000,32047105,41287681],"ignored":[1835009,4325377,5636097,10158081,18939906,22020099,22740993,23658497,24379393,24903681,26345473,35192833,39321601],"init":[4128769,8847361,14155777,16252930,22609921,25952257,28508161,37224449,37617665,41811969,43253761],"iterates":[12255233,39387137,40173570],"implicit":[393218,1376258,3997698,7143426,8192002,11403266,13238274,13500418,14548994,15597570,16580610,16908290,17760258,17825794,18219010,22216706,22282242,22478850,22872066,23265282,24838146,25231362,25493506,26148866,26869761,30146562,32833538,33816578,33882114,35061761,35323906,38469634,40304642,43450370,43515906],"inherited":[65538,1769473,1900545,2228225,2424838,3670017,4784129,5570562,6160389,6291457,9764865,10027015,11337733,12255238,12845057,13434881,14090246,15007750,16777217,17694725,18546693,19857409,22413313,23592967,25100294,27197446,29229057,30539782,34275329,37945345,38141958,38273026,39387142,40370178,42467334,43384833],"increment":[8585218,15400962,19398658,28573698,29425666],"implementation":[1835009,2490369,4325377,6488065,7012353,11010049,11075585,12189697,13107201,13565953,16252930,17891329,22347777,23396353,40894465,41287681,42336257],"identical":[917505,2031617,5767169,15663105,22740993,25427969,27000833,28377089,30081025,37289985,40042497,40108033],"ienumerable":[12255240,40173569],"initialize":[131076,458754,589826,786434,917506,1179650,1441793,1507330,1572868,1638402,2031618,2490374,2555908,2883586,2949123,3342338,3473410,3604482,3735554,4128773,4259842,4521988,4980738,5046276,5177348,5373956,5439490,5505026,5636098,5963778,6356996,6488066,6684676,6815746,7012375,7274498,7340034,7733252,7995398,8060930,8519684,8585218,8716294,8847365,8912900,8978436,9109508,9240578,9306114,9437190,9502726,9568262,9699332,10158082,10289156,10354692,10420226,10485762,10616834,10878980,11010054,10944514,11075586,11141124,11534340,11599874,11993090,12124162,12189698,12517378,12582918,12976130,13041666,13107202,13303810,13369348,13565956,13631492,13762566,13828100,13893636,13959174,14024710,14155779,14221316,14286852,14417924,14614530,14680070,14876674,15073282,15269890,15400964,15663108,15794182,15859716,15925250,16056326,16252973,16318466,16449538,16646147,17235972,17367042,17498116,17629186,17891332,17956866,18153474,18415620,18677762,18743300,18874372,18939906,19267586,19398658,19464196,19660802,19791876,20119554,20643842,20774914,21102598,21626884,21692422,21823492,21889026,22020098,22085634,22347778,22609923,22675460,22740996,22806532,23068674,23134210,23199746,23396354,23461892,23658498,23789570,23855107,24117250,24248326,24313858,24379394,24444931,24576004,24641538,24903686,25165828,25362436,25690114,25755650,25886724,25952259,26279939,26411012,26345474,26476552,26673156,26869762,26935300,27000840,27066372,27262982,27394050,27459588,27525122,27656194,28246018,28311554,28377090,28442628,28508163,28573698,28770308,28901380,29425668,29556742,29753346,29818886,29884420,29949954,30015492,30081028,30474244,30605316,30801922,30998532,31064066,31653890,32702468,32964614,33161218,33292292,33423364,33685508,33947654,34078722,34209794,34406402,34471938,34603012,34865154,35061762,35192834,35258370,35389446,35454978,35913730,36110340,36175874,36372484,36438018,36569090,36634628,36765700,36896770,37158916,37224451,37289986,37486598,37617667,37683206,37748740,37814275,37879811,38010882,38076419,38207490,38535174,38600706,38666242,38862854,39059458,39190532,39256066,39321601,39452674,39583746,39976962,40239106,40566788,40894466,40960006,41091074,41222146,41287682,41484290,41746436,41811971,41943044,42008580,42139652,42205188,42270726,42336262,42401796,42729474,43122689,43188226,43253763,43646980,43778054],"initializing":[589826,2949122,4063234,4521986,4915202,5505026,9240578,12124162,16252931,16318466,16646146,22806530,23855106,25755650,26279938,27131906,27459586,28311554,30474242,31064066,31653890,34209794,35454978,37814274,37879810,38076418,38207490,39321602],"indicating":[65538,524289,1114114,1769474,1900546,2162690,2228226,4784130,5570562,5832706,6291458,7536642,8454145,8781825,9371649,13434882,13697026,15466498,19070977,19857410,20512769,21037057,22413314,24444929,27721729,29229058,29491201,31916033,32112641,32243713,32309249,32505857,34275330,34799617,35127297,35848194,37945346,38273026,39649282,40370178,43384834],"indicates":[1769474,4784130,5570562,7929857,10682369,12451841,12779521,13434882,15335426,15990786,20316161,23920642,23986178,24051713,24182786,26542081,27983873,30343169,30736385,32178177,32899073,33488898,34275330,34340866,34537474,34668545,36503553,37421057,37945346,39845889,40042498,40370178,40894465,43384834],"instructions":[23724034],"inherit":[10027009,23592961],"information":[1507329,7340033,9633793,14221313,27262977,34471937,34603009],"interpreted":[10485761,22020097],"implements":[12255233,40173569],"invoking":[14221313,18874369,27262977,34603009],"inclusive":[786433,2490371,4653057,7012360,14221313,16252944,22085633,27262977,33030145,34603009,41549825],"inheritance":[10027009,12255233,14090241,15007745,16252929,18546689,23592961,25100289,42467329],"identified":[14876674],"implemented":[40501249],"inequality":[1769473,4784129,5570561,13434881,15335425,15990785,20316161,23920641,23986177,24051713,24182785,26542081,30343169,32178177,33488897,34275329,34340865,34537473,36503553,37421057,37945345,39845889,40370177,43384833],"installation":[23724033],"include":[23724034],"ienumerator":[40173574],"install":[23724041],"internal":[7012353,10551297,16252930,40894466],"improve":[17563649],"integer":[196610,393217,458757,655362,786434,917508,983042,1179651,1310724,1441797,1507330,1572869,1703937,1966081,2031619,2097155,2490373,2555909,2621441,2818050,2883585,3014659,3211266,3276802,3342337,3473413,3604485,3735554,3801089,3866628,4390914,4653059,4718593,4784129,5177349,5373957,5439493,5505029,5636101,5701635,5767171,5898242,5963781,6488067,6815750,6881281,6946819,7012388,7077889,7274500,7340038,7405571,7733255,7995397,8060934,8257537,8323074,8585218,8650755,8716294,8847368,8912899,9175041,9306114,9437190,9568261,9633793,9699334,10027009,10158081,10223617,10289153,10485761,10551299,10616838,10878981,10944518,11010053,11075587,11141125,11337730,11468801,11534337,11599875,11730946,11993092,12189699,12910593,12976133,13107203,13369350,13434881,13500417,13565956,13631493,13762565,13893638,13959171,14155778,14221319,14286853,14352385,14417925,14614529,14680069,14811138,14876675,15073286,15204353,15269893,15400969,15597569,15663107,15728643,15794181,15859716,15925251,16056325,16121857,16253013,16318467,16449541,16515074,16646147,16777218,16973827,17170433,17235973,17301505,17367041,17498117,17563654,17629189,17891332,17956869,18087937,18153476,18284545,18415621,18481153,18546690,18612227,18677766,18743299,18808835,18874370,18939910,19267590,19333121,19398661,19464196,19529730,19660802,19791877,19922946,20054017,20185090,20250626,20447234,20643841,20709378,20774915,20840451,21299203,21364737,21626881,21692422,21823494,21889028,21954561,22020098,22085635,22151170,22216705,22347779,22609924,22675460,22740997,22806531,22937602,23003137,23068673,23134212,23199748,23330819,23396355,23592966,23658500,23724036,23789573,24117251,24248325,24313859,24379395,24444935,24576002,24641541,24903685,25034753,25165829,25296900,25362437,25427969,25690117,25886724,26017793,26411014,26345479,26476550,26607618,26673153,26738689,26804225,26869761,26935302,27000838,27262985,27328516,27394053,27525122,27590659,27656198,28246017,28377092,28442629,28573698,28835842,28901380,28966916,29163521,29425673,29556741,29753349,29818885,29884421,30015495,30081027,30605316,30670850,30801923,30867459,30932993,31195138,31260674,31326211,31391746,31457283,31784961,31981571,32374786,32571394,32702465,32964613,33030147,33095682,33161217,33226755,33292292,33423365,33554434,34209793,34406414,34471942,34603015,34865157,34996227,35061761,35192839,35258373,35389445,35520515,35717122,35913733,36044802,36175873,36372481,36438018,36569094,36765702,36831233,36896771,37093377,37158914,37224454,37289987,37355522,37486595,37617665,37683205,37748739,37879811,37945345,38010884,38535174,38666246,38731777,38862852,38993921,39059458,39256065,39321603,39452674,39518210,39583745,39780353,39976963,40042498,40108033,40239105,40501250,40632323,40828931,40894467,41025537,41091078,41222148,41287683,41418754,41484293,41549827,41615361,41746437,41811973,41877505,41943046,42008577,42139652,42205185,42270722,42336261,42401797,42663938,42860545,42926082,42991617,43122689,43188228,43253765,43384833,43646982,43778053],"including":[9306113],"intptr":[655365,720904,1769473,3145733,7012353,9830408,10813445,11927557,12713986,16252929,16842757,17104901,20447236,20971526,24117250,24772613,25821185,26083329,28049413,30277634,32636933,34930693,35651589,35717124,36700166,39518210,39780360,41877509,42795013,43712517],"infinite":[13565953,22347777],"invoke":[23724033],"iteration":[30474241],"independent":[7405570,35520514,40501249],"initialization":[4128769,6684674,7012353,8847361,12582914,14155777,14221313,15269889,16252931,18874370,22609921,23461890,24510466,25952257,27262977,28508161,30998530,34603009,37224449,37617665,37814273,41811969,42205186,43253761],"initializations":[2949121,26279937],"interval":[38600705],"input":[1310721,4718596,5898242,7012356,7077892,9306114,10223620,12517377,13959169,15269889,16252937,17563649,18087940,20447233,22020098,23003143,23724033,24379393,28835841,28966913,31195140,32571393,35717121,40632321,42991623],"integwer":[40042497],"int64":[851970,1048580,2555906,3407874,4784132,6422532,7143428,13434884,14942212,19202052,19791874,20381700,21561346,21889026,23724033,23920644,24182788,28180482,32768002,32833540,33488900,34275332,34340868,34537476,37945348,38928388,40697860,41353218,42532868,43319300,43384836,43515908],"initonly":[11206657,11272193,12713985,20905985,30277633,39518209],"inverse":[7012354,16252932,17563651,20709377,26476546,26935298,33095681,38862855],"important":[29949953,34078721],"implied":[10027009,12845057,41025537],"infinity":[458753,14614529,20119553,23068673,35258369,42729473],"introduction":[23724033],"inherits":[10027009,23592961],"instead":[7340033,14417921,15400961,16646145,18415617,23724033,29425665,34471937,34996225],"intended":[1966081,7012354,12976129,16252932,19333121,23789570,24117250,27000833],"iso":[8257537,17301505],"import":[16252929,24444932,26345474,35192834],"initialized":[589825,2949121,4915201,7864324,12255236,14155777,14221313,15138817,18874369,26279937,27131905,27262977,30474241,34603009,36962305,37224449,37552129,37814273,42074113],"iterate":[2883585,33161217],"i686":[23724035],"isnot":[29622275],"incremented":[14286850,15794178],"istrue":[131074,196610,458754,589827,917506,1179650,1310722,1441793,1507332,1572868,1638402,2031618,2097154,2490370,2555908,2883588,2949122,3014658,3342338,3473410,3604482,3735554,3801094,3866628,4128770,4259842,4521988,4653058,4718606,4915202,4980738,5046274,5177346,5373954,5439490,5505028,5636106,5701636,5767170,5898242,5963778,6356994,6488066,6815746,6946818,7077902,7274498,7405572,7733250,7995394,8060930,8257540,8323074,8519682,8585218,8650756,8716292,8847362,8912898,8978434,9109506,9175042,9240578,9306116,9437186,9502722,9568258,9633794,9699330,10158082,10223630,10289154,10354690,10420225,10485764,10616834,10878978,11010050,10944514,11075586,11141122,11534338,11599874,11993090,12124164,12189698,12517382,12976132,13041666,13107202,13303810,13369350,13565954,13631490,13762562,13828098,13893634,13959170,14024706,14155778,14286850,14417922,14614530,14680066,14876674,15073282,15204356,15269890,15400964,15663106,15728642,15794178,15859714,15925250,16056322,16121858,16318466,16449538,16515074,16646146,16973828,17170436,17235970,17301508,17367042,17498116,17563649,17629186,17891330,17956866,18087950,18153476,18415618,18612226,18677762,18743298,18808834,18939906,19267586,19398658,19464194,19529730,19660804,19791876,20119554,20250626,20447240,20643842,20709380,20774916,20840454,21102594,21299204,21626882,21692420,21823494,21889026,21954562,22020098,22347778,22609922,22675458,22740996,22806530,22937602,23003150,23068674,23134210,23199746,23330820,23396354,23658504,23789570,23855110,24117250,24248322,24313858,24379396,24444930,24576002,24641538,24903682,25034756,25165826,25296900,25362434,25427972,25690114,25755650,25886722,25952258,26017794,26279940,26411012,26345496,26476546,26607620,26673154,26804226,26869764,26935298,27000834,27066370,27131906,27328516,27394052,27459586,27525122,27590660,27656194,28246018,28311556,28377090,28442628,28508162,28573698,28770306,28835842,28901378,28966914,29163522,29425668,29556738,29622274,29753346,29818882,29884420,30015492,30081026,30474244,30605314,30801922,30867460,31064066,31195140,31260676,31326210,31391746,31457284,31653894,31981570,32571394,32702466,32964610,33030146,33095684,33161220,33226756,33292290,33423362,33685508,33947650,34209794,34406404,34865154,34996228,35061764,35192856,35258370,35389442,35454982,35520516,35717128,35913730,36044804,36110338,36175874,36372482,36438018,36569090,36634626,36765702,36896770,37093380,37158914,37224450,37289986,37355522,37486594,37617666,37683204,37748738,37814274,37879810,38010882,38076422,38207494,38535172,38666242,38862850,39059458,39190530,39256068,39321601,39452674,39583746,39976964,40042502,40108036,40239106,40501252,40566786,40632322,40894466,40960002,41091074,41222146,41287682,41418754,41484290,41549826,41615364,41746434,41811970,41943042,42008578,42139650,42270726,42336258,42401794,42663938,42729474,42860548,42991630,43122690,43188228,43253762,43646980,43778050],"isolated":[2883585,33161217],"iff":[7012360,10616834,16252944,16515074,19267586,27656194,28835842,36569090,38666242,41091074],"int":[393218,458755,786434,917510,983044,1179653,1441796,1572866,1638401,1703938,2031620,2555905,2883585,3211268,3342339,3473411,3604483,3735553,3801089,4390916,4718595,5439491,5898244,5963779,6488067,6684673,6815747,6881282,7077891,7274497,7733252,8060934,8257539,8323075,8519681,8912899,9043969,9109505,9306115,9437187,10027009,10158081,10223619,10420225,10485763,10616835,10878977,10944517,11141123,11468803,11534339,11599874,11993095,12910594,13041665,13369346,13434881,13500418,13631491,13828097,13893635,14155782,14286849,14352389,14614531,14811140,14876678,15073283,15204355,15597570,15663107,15728643,15925251,16121859,16187393,16449541,16515075,16580609,17170435,17235969,17301507,17367044,17498113,17563651,17629186,17956867,18087939,18153475,18284546,18481155,18677764,18743299,18939910,19136513,19267587,19398657,19660803,19791873,19922948,20054020,20643841,20774916,21364738,21430273,21626883,21823490,21889025,21954563,22020102,22085634,22151172,22216706,22609921,22740994,23003139,23134209,23199747,23658499,23724037,24313859,24379395,24444936,24707073,25034755,25165825,25362433,25755650,25952257,26345478,26738692,26869763,26935297,27066369,27525121,27656197,28246017,28377094,28442625,28770305,28835843,29753347,29884418,30015489,30081027,30146561,30670852,30801922,30932996,31195139,31260673,31784963,32374785,32702467,33161217,33423361,33554436,33816577,34078721,34209796,34865157,35061763,35192838,35258371,35913732,35979265,36044801,36110337,36175875,36372483,36438017,36569091,36765698,36831235,36896771,36962305,37093379,37224454,37289988,37617667,37748737,38010883,38666243,38862851,38993922,39059462,39124993,39190529,39256067,39321606,39452677,39518212,39583747,39976965,40239107,40763393,40828929,40894470,41025540,41091075,41156609,41222146,41615363,41680897,41746435,41811971,41877507,41943043,42205187,42401793,42663939,42860547,42991619,43122691,43188227,43384833,43450369],"initializes":[1769473,2686977,6029313,10027009,10747905,25100289,25821185],"integers":[1507330,5439490,5505026,7012353,9633793,9699330,10158082,12517378,15925250,16252936,16318466,16646146,18939906,19660802,20774914,23068674,23134210,23724033,24379394,24641538,25690114,26411010,29687809,30277633,31653896,37879810,38010882,38076424,39321601,39452674,41484290],"installed":[23724033],"inverted_number":[7012353,16252930,16711686],"imply":[2097153,20840449],"int_bit":[24444929],"instance":[65541,524292,983041,1114114,1769476,1835009,1900548,2162690,2228228,2424833,2686977,3211265,4325377,4390913,4784132,5570565,5832706,6160385,6291460,7536642,8454147,8781828,9306113,9371652,10027010,10747905,11337729,12255233,13434884,13697026,14090241,14811137,15007745,15466498,16908289,17694721,18546689,19070980,19857412,19922945,20512772,21037060,22151169,22413316,23592961,24444930,25100290,27197441,27721731,29229060,29491203,30539777,30670849,31916035,32112643,32243715,32309252,32505859,33554433,34275332,34799619,35127300,35848194,37027841,37945348,38141953,38273029,39321601,39387137,39649282,40370181,42467329,43384836],"intend":[23724033],"identify":[24576001],"iterations":[6684673],"increase":[1310721,3866625,5505025,25296897,26738689,28966913,30474241,32571393],"initial":[7012358,8847361,9306113,16252940,16646145,20709379,22609921,29949953,33095684,34013185,34078721,41811969,43253761],"increasingly":[196609,7012353,16252930],"inline":[7929857,10682369,12451841,12779521,20316161,24051713,26542081,27983873,30343169,30736385,32178177,32899073,34668545,36503553,37421057,39845889],"immediately":[26869761,35061761],"item":[12255233,30932995,32047105],"inputs":[13959169,42270721],"irrespective":[37486593,40828929],"int32":[393220,458753,917506,983041,1179649,1441793,1703940,2031617,3211265,3342337,3407876,3473409,3604481,4390913,4718593,4784132,5439489,5898241,5963777,6422532,6488065,6815745,6881284,7012358,7077889,7733249,8060930,8257537,8323073,8912897,9306113,9437185,10223617,10485761,10616833,10944513,11141121,11468801,11534337,11993090,12910596,13434884,13500420,13631489,13893633,14155778,14352385,14614529,14811137,14876674,15073281,15204353,15597572,15663105,15728641,15925249,16121857,16252934,16449537,16515073,17170433,17301505,17367041,17432580,17563649,17956865,18087937,18153473,18284548,18481153,18677761,18743297,18939906,19267585,19595266,19660801,19922945,20054017,20774913,21364740,21626881,21954561,22020098,22151169,22216708,23003137,23199745,23658497,23724036,23920644,24182788,24379393,24444930,25034753,26345476,26738689,26869762,27656193,28180484,28377090,28835841,29753345,30081025,30670849,30932993,31195137,31784961,32702465,32768004,33488900,33554433,34209793,34275332,34340868,34537476,34865153,35061762,35192836,35258369,35913729,36175873,36372481,36569089,36831233,36896769,37093377,37224450,37289985,37617665,37945348,38010881,38666241,38862849,38993924,39059458,39256065,39321602,39452673,39518209,39583745,39976961,40239105,40697860,40894466,41025537,41091073,41615361,41746433,41811969,41877505,41943041,42205185,42663937,42860545,42991617,43122689,43188225,43384836],"interface":[65537,131073,196609,262145,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,6881281,6946817,7012354,7077889,7143425,7208961,7274497,7340033,7405569,7471105,7536641,7602177,7667713,7733249,7798785,7864321,7929857,7995393,8060929,8126465,8192001,8257537,8323073,8388609,8454145,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9175041,9240577,9306113,9371649,9437185,9502721,9568257,9633793,9699329,9764865,9830401,9895937,9961473,10027009,10092545,10158081,10223617,10289153,10354689,10420225,10485761,10551297,10616833,10682369,10747905,10813441,10878977,10944513,11010049,11075585,11141121,11206657,11272193,11337729,11403265,11468801,11534337,11599873,11665409,11730945,11796481,11862017,11927553,11993089,12058625,12124161,12189697,12255235,12320769,12386305,12451841,12517377,12582913,12648449,12713985,12779521,12845057,12910593,12976129,13041665,13107201,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633,13959169,14024705,14090241,14155777,14221313,14286849,14352385,14417921,14483457,14548993,14614529,14680065,14745601,14811137,14876673,14942209,15007745,15073281,15138817,15204353,15269889,15335425,15400961,15466497,15532033,15597569,15663105,15728641,15794177,15859713,15925249,15990785,16056321,16121857,16187393,16252931,16318465,16384001,16449537,16515073,16580609,16646145,16711681,16777217,16842753,16908289,16973825,17039361,17104897,17170433,17235969,17301505,17367041,17432577,17498113,17563650,17629185,17694721,17760257,17825793,17891329,17956865,18022401,18087937,18153473,18219009,18284545,18350081,18415617,18481153,18546689,18612225,18677761,18743297,18808833,18874369,18939905,19005441,19070977,19136513,19202049,19267585,19333121,19398657,19464193,19529729,19595265,19660801,19726337,19791873,19857409,19922945,19988481,20054017,20119553,20185089,20250625,20316161,20381697,20447233,20512769,20578305,20643841,20709377,20774913,20840449,20905985,20971521,21037057,21102593,21168129,21233665,21299201,21364737,21430273,21495809,21561345,21626881,21692417,21757953,21823489,21889025,21954561,22020097,22085633,22151169,22216705,22282241,22347777,22413313,22478849,22544385,22609921,22675457,22740993,22806529,22872065,22937601,23003137,23068673,23134209,23199745,23265281,23330817,23396353,23461889,23527425,23592961,23658497,23724036,23789569,23855105,23920641,23986177,24051713,24117249,24182785,24248321,24313857,24379393,24444929,24510465,24576001,24641537,24707073,24772609,24838145,24903681,24969217,25034753,25100289,25165825,25231361,25296897,25362433,25427969,25493505,25559041,25624577,25690113,25755649,25821185,25886721,25952257,26017793,26083329,26148865,26214401,26279937,26345473,26411009,26476545,26542081,26607617,26673153,26738689,26804225,26869761,26935297,27000833,27066369,27131905,27197441,27262977,27328513,27394049,27459585,27525121,27590657,27656193,27721729,27787265,27852801,27918337,27983873,28049409,28114945,28180481,28246017,28311553,28377089,28442625,28508161,28573697,28639233,28704769,28770305,28835841,28901377,28966913,29032449,29097985,29163521,29229057,29294593,29360129,29425665,29491201,29556737,29622273,29687809,29753345,29818881,29884417,29949953,30015489,30081025,30146561,30212097,30277633,30343169,30408705,30474241,30539777,30605313,30670849,30736385,30801921,30867457,30932993,30998529,31064065,31129601,31195137,31260673,31326209,31391745,31457281,31522817,31588353,31653889,31719425,31784961,31850497,31916033,31981569,32047105,32112641,32178177,32243713,32309249,32374785,32440321,32505857,32571393,32636929,32702465,32768001,32833537,32899073,32964609,33030145,33095681,33161217,33226753,33292289,33357825,33423361,33488897,33554433,33619969,33685505,33751041,33816577,33882113,33947649,34013185,34078721,34144257,34209793,34275329,34340865,34406401,34471937,34537473,34603009,34668545,34734081,34799617,34865153,34930689,34996225,35061761,35127297,35192833,35258369,35323905,35389441,35454977,35520513,35586049,35651585,35717121,35782657,35848193,35913729,35979265,36044801,36110337,36175873,36241409,36306945,36372481,36438017,36503553,36569089,36634625,36700161,36765697,36831233,36896769,36962305,37027841,37093377,37158913,37224449,37289985,37355521,37421057,37486593,37552129,37617665,37683201,37748737,37814273,37879809,37945345,38010881,38076417,38141953,38207489,38273025,38338561,38404097,38469633,38535169,38600705,38666241,38731777,38797313,38862849,38928385,38993921,39059457,39124993,39190529,39256065,39321601,39387137,39452673,39518209,39583745,39649281,39714817,39780353,39845889,39911425,39976961,40042497,40108033,40173569,40239105,40304641,40370177,40435713,40501249,40566785,40632321,40697857,40763393,40828929,40894465,40960001,41025537,41091073,41156609,41222145,41287681,41353217,41418753,41484289,41549825,41615361,41680897,41746433,41811969,41877505,41943041,42008577,42074113,42139649,42205185,42270721,42336257,42401793,42467329,42532865,42598401,42663937,42729473,42795009,42860545,42926081,42991617,43057153,43122689,43188225,43253761,43319297,43384833,43450369,43515905,43581441,43646977,43712513,43778049],"intentionally":[9109505,10420225,14024705],"int16":[851970,2293764,3407874,4784132,6422532,7208964,8126468,11796484,13434884,14745604,22872068,23724033,23920644,24182788,25231364,25559044,28180484,32440324,32768002,33488900,34275332,34340868,34537476,35782660,37945348,40697860,41353218,43384836]} \ No newline at end of file +{"identity":[38600705],"included":[40894465],"index":[5832705,9371649,10027011,11927553,12517379,13565953,24641537,26083330,28114945,28442632,31588354,42074113],"ignored":[1572865,3866625,5832705,11141121,19005442,21757953,22937603,24576001,25690113,25755649,26738689,35848193,38469633],"init":[3670017,7077889,13959169,18022402,21692417,27000833,27131905,28966913,39649281,40828929,43581441],"iterates":[11927553,40435713,41025538],"implicit":[327682,1245186,4128770,8192002,10420226,13041666,13369346,13828098,15269890,16318466,16777218,16842754,18284546,18743298,19595266,22020098,22609922,23003138,23068674,23855106,24838146,25427970,25624578,27918337,28508162,30408706,31719425,34537474,35717122,36110338,36896770,37158914,39911426,40042498,41287682],"inherited":[196610,1507329,1638401,1769478,2228225,3932161,4456449,4849666,5242881,6946821,8257537,8978439,11206661,11927558,12189697,13238273,14876678,16646150,17104901,17301505,18612229,19857409,23658497,24707078,25493510,26017799,32309254,32768001,34013185,35323910,35782658,36700162,38862849,38993921,40435718,42401798],"increment":[7340034,14352386,20971522,28049410,31784962],"implementation":[1572865,2555905,3866625,5963777,7602177,10027009,11010049,12517377,13107201,13565953,16384001,18022402,22806529,24641537,40239105,42074113,43253761],"identical":[1048577,1900545,5111809,17498113,24576001,25034753,25296897,28311553,34930689,38010881,40501249,42139649],"ienumerable":[11927560,41025537],"initialize":[65540,524290,786434,1048578,1114114,1179650,1376258,1900546,1966084,2359298,2424833,2490371,2555910,2818050,2949122,3014660,3276802,3473412,3538946,3670021,3735556,3997700,4194306,4980738,5046274,5505026,5636100,5767170,5832706,5898242,5963778,6488068,6553602,6750210,7077893,7274498,7340034,7471110,7602199,8060930,8454150,8519686,8650756,8716294,8781828,8912900,9109508,9175042,9306114,9437190,9568260,9633796,9895938,9961476,10027010,10092546,10616836,10747906,11010054,11075588,11141122,11272194,11337730,11468804,11534338,11599876,11665410,11730946,11862020,12386308,12451846,12517378,12582914,12648450,12713988,12910594,13107204,13434886,13565954,13631494,13762566,13893636,13959171,14024708,14155780,14221316,14352388,14548994,14614532,14942210,15073282,15204354,15335426,15400962,15466500,15532038,15663106,15728646,15925252,16187395,16252930,16384004,16515074,17039364,17498116,17629186,17760262,18022445,18087940,18153476,18350082,18874372,19005442,19398658,19529730,19791874,19988486,20119554,20512770,20578308,20643842,20971522,21233668,21626884,21692419,21757954,21823490,21889028,22282246,22347778,22806530,22872066,22937602,23134210,23199748,23265284,23396356,23527428,23592962,23789570,23920643,23986178,24248322,24313858,24510468,24576004,24641538,25100290,25231366,25296904,25362436,25690114,25755650,25886722,25952259,26148866,26279942,26345476,26411011,26542082,26607620,26673156,26738694,26804228,27000835,27131907,27328520,27394050,27525124,27918338,28049410,28311554,28573700,28704772,28835844,28966915,29229058,29294596,29491202,29884422,30277634,30343170,30605316,30670854,30932996,30998530,31129604,31326210,31719426,31784964,32112642,32243716,32374786,32899076,33161220,33226754,33488898,33554436,33619972,33685510,33751042,33816580,33947654,34078724,34340866,34734082,34930692,34996226,35127300,35389442,35454982,35520514,35586052,35848194,35913730,36175875,36569092,36765698,36962306,37224450,37355522,37421062,37552130,37617666,37879810,38010882,38273026,38469633,38535172,38600708,38666246,39059458,39190531,39256066,39321604,39387142,39518214,39649283,40108035,40173570,40239106,40304644,40828931,40960002,41091074,41353218,41484292,41615364,41746436,41811974,41877510,41943044,42008580,42074114,42336258,42663940,42729474,42795010,42926082,42991622,43188228,43253766,43515905,43581443,43778052],"initializing":[524290,2490370,3014658,4259842,4784130,5046274,9175042,11272194,15663106,16187394,18022403,23265282,23920642,25952258,26148866,27197442,27394050,27525122,29229058,30998530,31326210,33554434,34340866,36175874,37224450,38469634,39190530,40108034],"indicating":[196610,393217,1507330,1638402,2031618,2228226,3342338,4456450,4849666,5242882,6684674,7143426,7864321,8126465,9240577,13238274,13303810,15597570,17432577,19857410,20709377,21102593,23658498,26411009,28377089,29556737,30146561,32047105,32768002,32833537,33030145,34013186,34471937,34668545,34865153,35061762,35782658,36700162,38862850,38993922,40697858],"indicates":[1507330,4456450,4849666,7929857,9830401,12255233,12845057,13238274,14417922,15138818,20840449,22478850,22544386,22740994,24182785,27787265,28180481,28770305,30801921,32571393,32702465,34013186,34209794,34406402,35782658,36306945,36241410,37289985,38338561,38862850,38993922,40239105,40501250,41222145],"instructions":[22413314],"inherit":[8978433,26017793],"information":[1376257,7274497,9371649,14024705,26279937,33816577,38273025],"interpreted":[9895937,22937601],"implements":[11927553,41025537],"invoking":[14024705,15925249,26279937,33816577],"inclusive":[786433,2555907,4718593,7602184,14024705,18022416,22347777,26279937,33816577,38731777,42860545],"inheritance":[8978433,11927553,14876673,16646145,17104897,18022401,24707073,26017793,42401793],"identified":[15073282],"implemented":[41680897],"inequality":[1507329,4456449,4849665,13238273,14417921,15138817,20840449,22478849,22544385,22740993,24182785,28180481,30801921,32571393,34013185,34209793,34406401,35782657,36306945,36241409,37289985,38862849,38993921,41222145],"installation":[22413313],"include":[22413314],"ienumerator":[41025542],"install":[22413321],"internal":[7602177,10223617,18022402,40239106],"improve":[17956865],"integer":[131074,327681,589826,786434,917506,1048580,1114115,1179653,1310721,1376258,1441796,1703937,1900547,1966085,2293762,2359297,2424837,2555909,2621443,2818049,2883586,3145730,3211267,3276805,3407873,3538946,3604484,3735557,3997701,4194309,4521986,4456449,4718595,5046277,5111811,5505029,5570562,5767173,5832709,5963779,6356993,6422529,6553606,6750212,6815747,6881283,7077896,7274502,7340034,7471109,7602212,7667714,7733249,8060934,8323075,8454149,8585217,8716294,8978433,9371649,9437190,9502723,9568263,9633798,9895937,9961477,10027011,10092550,10223619,10289154,10354689,10616833,10682369,10747907,11010053,11075587,11141121,11206658,11337734,11468801,11534338,11599877,11665412,11862022,12124161,12517379,12648453,12713989,13107204,13172737,13238273,13434885,13565955,13762563,13828097,13893638,13959170,14024711,14090241,14155779,14221317,14286851,14352393,14548993,14614533,14811137,14942213,15073283,15204355,15269889,15335430,15400961,15466500,15532037,15663107,15728645,15794177,15925250,15990785,16056322,16187395,16252933,16384004,16449539,16580609,17039365,17104898,17301506,17498115,17563649,17629189,17760261,17825794,17891330,17956870,18022485,18087941,18153477,18350084,18415617,18481155,18546689,18874373,18939905,19005446,19070977,19136515,19333123,19398662,19464194,19529730,19726338,19791878,19922946,20119555,20250625,20381698,20512769,20578308,20643845,20971525,21168130,21233669,21364739,21495809,21626881,21692420,21757956,21823492,21889030,22085634,22282246,22347779,22413316,22675457,22806531,22872067,22937602,23068673,23134211,23265283,23330817,23396356,23461889,23527426,23592964,23789573,23986181,24248321,24313860,24444930,24510469,24576005,24641539,24903681,24969219,25034753,25100293,25231365,25296902,25362437,25690115,25755655,25886725,26017798,26083329,26279945,26411015,26476545,26542082,26607620,26673158,26738693,26869763,26935300,27000837,27066370,27328518,27459586,27918337,28049410,28246018,28311556,28442625,28573700,28704774,28835841,28901379,29097988,29294597,29360130,29491206,29687812,29818882,29884421,30277637,30343169,30605319,30670853,30867458,30998529,31064067,31129604,31391747,31588353,31653891,31719425,31784969,31850499,32112645,32243717,32440323,33161217,33226753,33357826,33619973,33751043,33816583,33882114,33947653,34078724,34275330,34603010,34734085,34799618,34930691,34996238,35127297,35192834,35389445,35454981,35520514,35848199,35913730,35979265,36765700,36831233,36962310,37355526,37421060,37486593,37552131,37748739,37879812,37945345,38010883,38141954,38207489,38273030,38469635,38535173,38600707,38666243,38731779,38862849,38993921,39059460,39256065,39321605,39387141,39452673,39518214,39649281,39976961,40108035,40173570,40239107,40370177,40501250,40632323,40828934,40894465,40960001,41091073,41156611,41353221,41484294,41615361,41680898,41746434,41877506,41943041,42008582,42074115,42139649,42336257,42532866,42598402,42795011,42860547,42926086,42991621,43057154,43122689,43188228,43253765,43384833,43515905,43581445,43712514,43778054],"including":[11534337],"intptr":[458760,589829,1507329,2752517,7602177,8847368,9699333,10878981,11796482,16908293,17170437,18022401,20316166,20381700,22872066,24051717,25165825,27590657,27721733,30474245,32505858,33882116,36044806,38207493,38797317,39583749,42205189,42467333,43057154,43122696],"infinite":[13107201,22806529],"invoke":[22413313],"iteration":[33554433],"independent":[6881282,31850498,41680897],"initialization":[3670017,6488066,7077889,7602177,12451842,13959169,14024705,14942209,15925250,18022403,21692417,21954562,23199746,26279937,27000833,27131905,28966913,32899074,33816577,39190529,39649281,40828929,41943042,43581441],"initializations":[2490369,25952257],"interval":[37617665],"input":[1441793,5570562,6422532,7602180,10354692,11534338,11730945,13172740,13762561,14811140,14942209,17956865,18022409,20381697,22413313,22937602,23461895,25690113,27066372,29687809,29818881,33882113,35192833,37486599,41156609],"integwer":[40501249],"int64":[655362,851972,2686978,3735554,4456452,5701636,13238276,13369348,16121860,17367044,20185092,20447234,21233666,22413313,22478852,22740996,24313858,28639234,29032450,34013188,34144258,34209796,34406404,36241412,36372484,37158916,38076420,38862852,38993924,40042500,43319300,43646980],"initonly":[10485761,11796481,13697025,21430273,32505857,43057153],"inverse":[7602178,17956867,18022404,21168129,27328514,28704770,33357825,37421063],"important":[32374785,33488897],"implied":[8978433,12189697,40894465],"infinity":[1179649,14548993,16515073,24248321,32112641,42729473],"introduction":[22413313],"inherits":[8978433,26017793],"instead":[7274497,14352385,14614529,16187393,18087937,22413313,31391745,31784961,38273025],"intended":[1703937,7602178,12648449,18022404,19070977,22872066,23986178,25296897],"iso":[8585217,16580609],"import":[18022401,25755650,26411012,35848194],"initialized":[524289,2490369,4784129,10813444,11927556,13959169,14024705,15925249,16973825,25952257,26279937,27197441,33554433,33816577,36634625,37683201,39190529,39780353,40828929],"iterate":[2359297,33226753],"i686":[22413315],"isnot":[26214403],"incremented":[14221314,15728642],"istrue":[65538,131074,524291,1048578,1114114,1179650,1376260,1441794,1900546,1966084,2359300,2424833,2490370,2555906,2621442,2818050,2949122,3014660,3211266,3276802,3407878,3473410,3538946,3604484,3670018,3735556,3997698,4194306,4718594,4784130,4980738,5046276,5111810,5505026,5570562,5636098,5767170,5832714,5898242,5963778,6422542,6553602,6750210,6815748,6881284,7077890,7340034,7471106,7667714,8060930,8323076,8454146,8519682,8585220,8650754,8716290,8781826,8912898,9109506,9175042,9306113,9371650,9437188,9502722,9568258,9633794,9895940,9961474,10027010,10092546,10354702,10616834,10747906,11010050,11075586,11141122,11272196,11337730,11468802,11534340,11599874,11665410,11730950,11862022,12386306,12517378,12582914,12648452,12713986,12910594,13107202,13172750,13434882,13565954,13631490,13762562,13893634,13959170,14155778,14221314,14286850,14352388,14548994,14614530,14811150,14942210,15073282,15204354,15335426,15400962,15466498,15532034,15663106,15728642,15794178,15990788,16187394,16252930,16384002,16449540,16515074,16580612,17039362,17498114,17563652,17629186,17760258,17825794,17891330,17956865,18087938,18153476,18350084,18481154,18546690,18874370,19005442,19136518,19333122,19398658,19464194,19529732,19791874,19988482,20119556,20381704,20512770,20578306,20643842,20971522,21168132,21233668,21364740,21626882,21692418,21757960,21823490,21889030,22085634,22282244,22675458,22806530,22872066,22937602,23134210,23265282,23330820,23396354,23461902,23527426,23592962,23789570,23920646,23986178,24248322,24313858,24510466,24576004,24641538,24969220,25034756,25100290,25231362,25296898,25362434,25690116,25755672,25886724,25952260,26083330,26148868,26214402,26345474,26411010,26476546,26542082,26607618,26673156,26738690,26804226,26869764,27000834,26935300,27066372,27131906,27197442,27328514,27394050,27459586,27525122,27918340,28049410,28246020,28311554,28573698,28704770,28835842,28901378,28966914,29097988,29229062,29294596,29491202,29687810,29818882,29884418,30277634,30343170,30605316,30670850,30932996,30998530,31064068,31129602,31326210,31391748,31588354,31653892,31719428,31784964,31850500,32112642,32243716,32440322,33161218,33226756,33357828,33554436,33619970,33685506,33751042,33882120,33947650,34078722,34340870,34603012,34734082,34799620,34930690,34996228,35127298,35192834,35389442,35454980,35520514,35586050,35848216,35913730,35979268,36175878,36569090,36765698,36962306,37224454,37355522,37421058,37486606,37552130,37748740,37879812,37945348,38010882,38141954,38469633,38535170,38600706,38666242,38731778,39059458,39190530,39256066,39321602,39387138,39518212,39649282,40108034,40173570,40239106,40304642,40501254,40828930,40960002,41091074,41156610,41353218,41484294,41615362,41680900,41746434,41811970,41877510,42008580,42074114,42139652,42336260,42598402,42663938,42729474,42795012,42860546,42926082,42991618,43188226,43253762,43384836,43515906,43581442,43712514,43778050],"isolated":[2359297,33226753],"iff":[7602184,10092546,17891330,18022416,19398658,29491202,29818882,36962306,37355522,42926082],"int":[327682,786434,917508,1048582,1114117,1179651,1310722,1900548,1966082,2359297,2424836,2818051,2883588,2949121,3276803,3407873,3538945,3735553,4194307,4521988,5505027,5570564,5767171,5963779,6356994,6422531,6488065,6553603,6750209,7667715,8060934,8585219,8716291,8781825,8978433,9043969,9109505,9306113,9568260,9895939,9961475,10092547,10354691,10616835,10682371,10747906,11075587,11141121,11337733,11534339,11599873,11665415,11862018,12124162,12386305,12582913,12713987,13172739,13238273,13828098,13893635,13959174,14090245,14155779,14221313,14286851,14548995,14680065,14811139,15073286,15204355,15269890,15335427,15400964,15794179,15990787,16056324,16252933,16580611,16842753,17039361,17498115,17563651,17629186,17891331,17956867,18153473,18350083,18415619,18939906,19005446,19267585,19398659,19529731,19726340,19791876,20119556,20250626,20512769,20643843,20774913,20971521,21233665,21495812,21626883,21692417,21757955,21823489,21889026,22347778,22413317,22675459,22937606,23068674,23134211,23330819,23461891,23592963,24117249,24313857,24444932,24510465,24576002,24903684,25362433,25690115,25755654,26345473,26411016,26542081,26804225,27000835,27066371,27131905,27394050,27918339,28311558,28442628,28704769,29294593,29360129,29491205,29818883,30277635,30343169,30408705,30605313,30867460,30998532,31719427,32112643,32243714,33161219,33226753,33488897,33619969,33751042,34275332,34537473,34603009,34734084,34799617,34930691,35127299,35258369,35389445,35520518,35848198,35913733,35979267,36569089,36765699,36831235,36962307,37355523,37421059,37486595,37552131,37683201,37879811,37945347,38010884,38207491,38404097,38469638,38535169,38600705,38993921,39059458,39256067,39321603,39452674,39649283,39845889,39911425,40173569,40239110,40304641,40370179,40632321,40763393,40828934,40894468,40960003,41091075,41484290,41943043,42270721,42336259,42598403,42795013,42926083,43057156,43384835,43515907,43778051],"initializes":[1507329,2097153,6225921,8978433,10158081,24707073,25165825],"integers":[1376258,5046274,5505026,7602177,9371649,9633794,11141122,11730946,15204354,15663106,16187394,18022408,19005442,19529730,20119554,21823490,22413313,23789570,24248322,25100290,25690114,26673154,29229064,32505857,33095681,35913730,36175880,36765698,38469633,40108034,41353218],"installed":[22413313],"inverted_number":[7602177,18022402,18219014],"imply":[3211265,19136513],"int_bit":[26411009],"instance":[196613,393220,917505,1507332,1572865,1638404,1769473,2031618,2097153,2228228,2883585,3342338,3866625,4456452,4521985,4849669,5242884,6684674,6946817,7143426,7864323,8126468,8978434,9240580,10158081,11206657,11534337,11927553,13238276,13303810,14876673,15597570,16056321,16318465,16646145,17104897,17432580,18612225,19726337,19857412,20709380,21102596,23658500,24444929,24707074,25493505,26017793,26411010,28377091,29556739,30146563,30867457,32047107,32309249,32768004,32833540,33030147,34013188,34275329,34471939,34668548,34865155,35061762,35323905,35782661,36503553,36700165,38469633,38862852,38993924,40435713,40697858,42401793],"intend":[22413313],"identify":[23527425],"iterations":[6488065],"increase":[1441793,3604481,5046273,24903681,26935297,29687809,33554433,35192833],"initial":[7077889,7602182,11534337,16187393,18022412,21168131,21692417,27000833,31195137,32374785,33357828,33488897,43581441],"increasingly":[131073,7602177,18022402],"inline":[7929857,9830401,12255233,12845057,20840449,24182785,27787265,28180481,28770305,30801921,32571393,32702465,36306945,37289985,38338561,41222145],"immediately":[27918337,31719425],"item":[11927553,28114945,28442627],"inputs":[13762561,41877505],"irrespective":[38666241,40632321],"int32":[327684,917505,1048578,1114113,1179649,1310724,1900545,2424833,2686980,2818049,2883585,3276801,4194305,4456452,4521985,5505025,5570561,5701636,5767169,5963777,6356996,6422529,6553601,7602182,7667713,8060930,8585217,8716289,9568257,9895937,9961473,10092545,10354689,10616833,10682369,11075585,11337729,11534337,11665410,12124164,12713985,13172737,13238276,13828100,13893633,13959170,14090241,14155777,14286849,14548993,14811137,15073282,15204353,15269892,15335425,15400961,15794177,15990785,16056321,16252929,16580609,17235972,17498113,17563649,17891329,17956865,18022406,18350081,18415617,18939908,19005442,19398657,19529729,19660802,19726337,19791873,20119553,20250628,20643841,21495809,21626881,21757953,22413316,22478852,22675457,22740996,22937602,23068676,23330817,23461889,23592961,24444929,24903681,25690113,25755652,26411010,27000833,27066369,27918338,28311554,28442625,28639236,29491201,29818881,30277633,30867457,30998529,31719426,32112641,33161217,34013188,34144260,34209796,34275329,34406404,34734081,34930689,35127297,35389441,35520514,35848196,35913729,35979265,36241412,36372484,36765697,36831233,36962305,37355521,37421057,37486593,37552129,37879809,37945345,38010881,38207489,38469634,38862852,38993924,39256065,39321601,39452676,39649281,40239106,40370177,40828930,40894465,40960001,41091073,41943041,42336257,42598401,42795009,42926081,43057153,43384833,43515905,43778049],"interface":[1,65537,131073,196609,262145,327681,393217,458753,524289,589825,655361,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,2162689,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,6881281,6946817,7012353,7077889,7143425,7208961,7274497,7340033,7405569,7471105,7536641,7602178,7667713,7733249,7798785,7864321,7929857,7995393,8060929,8126465,8192001,8257537,8323073,8388609,8454145,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9175041,9240577,9306113,9371649,9437185,9502721,9568257,9633793,9699329,9764865,9830401,9895937,9961473,10027009,10092545,10158081,10223617,10289153,10354689,10420225,10485761,10551297,10616833,10682369,10747905,10813441,10878977,10944513,11010049,11075585,11141121,11206657,11272193,11337729,11403265,11468801,11534337,11599873,11665409,11730945,11796481,11862017,11927555,11993089,12058625,12124161,12189697,12255233,12320769,12386305,12451841,12517377,12582913,12648449,12713985,12779521,12845057,12910593,12976129,13041665,13107201,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633,13959169,14024705,14090241,14155777,14221313,14286849,14352385,14417921,14483457,14548993,14614529,14680065,14745601,14811137,14876673,14942209,15007745,15073281,15138817,15204353,15269889,15335425,15400961,15466497,15532033,15597569,15663105,15728641,15794177,15859713,15925249,15990785,16056321,16121857,16187393,16252929,16318465,16384001,16449537,16515073,16580609,16646145,16711681,16777217,16842753,16908289,16973825,17039361,17104897,17170433,17235969,17301505,17367041,17432577,17498113,17563649,17629185,17694721,17760257,17825793,17891329,17956866,18022403,18087937,18153473,18219009,18284545,18350081,18415617,18481153,18546689,18612225,18677761,18743297,18808833,18874369,18939905,19005441,19070977,19136513,19202049,19267585,19333121,19398657,19464193,19529729,19595265,19660801,19726337,19791873,19857409,19922945,19988481,20054017,20119553,20185089,20250625,20316161,20381697,20447233,20512769,20578305,20643841,20709377,20774913,20840449,20905985,20971521,21037057,21102593,21168129,21233665,21299201,21364737,21430273,21495809,21561345,21626881,21692417,21757953,21823489,21889025,21954561,22020097,22085633,22151169,22216705,22282241,22347777,22413316,22478849,22544385,22609921,22675457,22740993,22806529,22872065,22937601,23003137,23068673,23134209,23199745,23265281,23330817,23396353,23461889,23527425,23592961,23658497,23724033,23789569,23855105,23920641,23986177,24051713,24117249,24182785,24248321,24313857,24379393,24444929,24510465,24576001,24641537,24707073,24772609,24838145,24903681,24969217,25034753,25100289,25165825,25231361,25296897,25362433,25427969,25493505,25559041,25624577,25690113,25755649,25821185,25886721,25952257,26017793,26083329,26148865,26214401,26279937,26345473,26411009,26476545,26542081,26607617,26673153,26738689,26804225,26869761,26935297,27000833,27066369,27131905,27197441,27262977,27328513,27394049,27459585,27525121,27590657,27656193,27721729,27787265,27852801,27918337,27983873,28049409,28114945,28180481,28246017,28311553,28377089,28442625,28508161,28573697,28639233,28704769,28770305,28835841,28901377,28966913,29032449,29097985,29163521,29229057,29294593,29360129,29425665,29491201,29556737,29622273,29687809,29753345,29818881,29884417,29949953,30015489,30081025,30146561,30212097,30277633,30343169,30408705,30474241,30539777,30605313,30670849,30736385,30801921,30867457,30932993,30998529,31064065,31129601,31195137,31260673,31326209,31391745,31457281,31522817,31588353,31653889,31719425,31784961,31850497,31916033,31981569,32047105,32112641,32178177,32243713,32309249,32374785,32440321,32505857,32571393,32636929,32702465,32768001,32833537,32899073,32964609,33030145,33095681,33161217,33226753,33292289,33357825,33423361,33488897,33554433,33619969,33685505,33751041,33816577,33882113,33947649,34013185,34078721,34144257,34209793,34275329,34340865,34406401,34471937,34537473,34603009,34668545,34734081,34799617,34865153,34930689,34996225,35061761,35127297,35192833,35258369,35323905,35389441,35454977,35520513,35586049,35651585,35717121,35782657,35848193,35913729,35979265,36044801,36110337,36175873,36241409,36306945,36372481,36438017,36503553,36569089,36634625,36700161,36765697,36831233,36896769,36962305,37027841,37093377,37158913,37224449,37289985,37355521,37421057,37486593,37552129,37617665,37683201,37748737,37814273,37879809,37945345,38010881,38076417,38141953,38207489,38273025,38338561,38404097,38469633,38535169,38600705,38666241,38731777,38797313,38862849,38928385,38993921,39059457,39124993,39190529,39256065,39321601,39387137,39452673,39518209,39583745,39649281,39714817,39780353,39845889,39911425,39976961,40042497,40108033,40173569,40239105,40304641,40370177,40435713,40501249,40566785,40632321,40697857,40763393,40828929,40894465,40960001,41025537,41091073,41156609,41222145,41287681,41353217,41418753,41484289,41549825,41615361,41680897,41746433,41811969,41877505,41943041,42008577,42074113,42139649,42205185,42270721,42336257,42401793,42467329,42532865,42598401,42663937,42729473,42795009,42860545,42926081,42991617,43057153,43122689,43188225,43253761,43319297,43384833,43450369,43515905,43581441,43646977,43712513,43778049],"intentionally":[8781825,9306113,13631489],"int16":[655362,1835012,2686978,4456452,5701636,7012356,7995396,10551300,13238276,14483460,22413313,22478852,22740996,23855108,24772612,24838148,28639236,29032450,31981572,32636932,34013188,34144258,34209796,34406404,36241412,36372484,38862852,38993924]} \ No newline at end of file diff --git a/docs/fti/FTI_106.json b/docs/fti/FTI_106.json index 9f719d6..dcd07e7 100644 --- a/docs/fti/FTI_106.json +++ b/docs/fti/FTI_106.json @@ -1 +1 @@ -{"just":[1835009,5636097,9306113,10158081,23658497,26345474,30474241,35192834,39256065,40239105,41025537],"jacobi":[917508,2031620,7012358,8912900,15663108,16252940,28377092,30081025,37289988]} \ No newline at end of file +{"just":[1572865,5832705,11141121,11534337,21757953,25755650,33554433,35848194,40894465,41091073,42336257],"jacobi":[1048580,1900548,7602182,11075588,17498116,18022412,28311556,34930689,38010884]} \ No newline at end of file diff --git a/docs/fti/FTI_107.json b/docs/fti/FTI_107.json index 21dc456..4f4590a 100644 --- a/docs/fti/FTI_107.json +++ b/docs/fti/FTI_107.json @@ -1 +1 @@ -{"kronecker":[917509,2031621,7012357,15663109,16252938,28377093,37289989],"kind":[14221313,34471937,38600705],"known":[7012354,7995393,10878977,16252932,16646145,17563649],"know":[24444929,26869761,35061761],"knut":[7012353,16252930,40894465],"keys":[29949953,34078721],"knuth":[37748737,40894465]} \ No newline at end of file +{"kronecker":[1048581,1900549,7602181,17498117,18022410,28311557,38010885],"kind":[14024705,37617665,38273025],"known":[7471105,7602178,11599873,16187393,17956865,18022404],"know":[26411009,27918337,31719425],"knut":[7602177,18022402,40239105],"keys":[32374785,33488897],"knuth":[38600705,40239105]} \ No newline at end of file diff --git a/docs/fti/FTI_108.json b/docs/fti/FTI_108.json index db1f391..a9c6339 100644 --- a/docs/fti/FTI_108.json +++ b/docs/fti/FTI_108.json @@ -1 +1 @@ -{"lower":[7012353,15925250,16252930,18939906,19660802,22020098,24379394,26869762,35061762,41025537,42008577,43122690],"likely":[14221313,34471937,38600705],"limb":[1966082,3866625,5636100,5701633,5898242,7012367,7405569,8847361,10551298,12255233,12713985,12976130,15138817,15269890,16252964,16646145,18808835,19333122,20447236,20840450,21299201,22609921,23789570,24117250,25296897,26607617,27328513,27590657,28835841,29687811,30277633,30932994,31195137,32047105,34275331,34406402,34996225,35520513,35717124,36962305,37027847,37552129,39518209,40042497,40632322,41025538,41418754,41811969,43253761],"logical":[3014657,4653057,6946817,7012360,16252944,18612225,23658497,31326209,31981569,33030145,40501249,41549825],"logic":[2490370,6488066,11010050,11075586,12189698,13107202,13565954,16252929,17891330,22347778,23396354,41287682,42336258],"lot":[22020097],"locale":[10485761,22020097,43122689],"locate":[23658497],"long":[1048580,1966081,2555908,4784131,5242882,5898241,7012357,7143428,7274498,10027009,10158083,11403266,11862018,12386306,13434883,14221313,14942212,16252938,17498114,17760258,17956866,18022402,19202052,19333121,19791876,19988482,20381700,21889028,22085633,22478850,22544386,23724037,24444931,26148866,28114946,28442626,32833540,34144258,34471937,35323906,35586050,36569090,38600705,38928388,39452676,41025538,42074114,42532868,43319300,43384833,43515908],"location":[1835010,7405569,10027009,12845057,23724033,35520513,41025537],"loads":[23724033],"let":[7929857,10682369,12451841,12779521,20316161,20447236,24051713,26542081,27983873,30343169,30736385,32178177,32899073,34668545,35717124,36503553,37421057,39845889],"letters":[15925252,18939905,19660804,22020097,24379393,26869764,35061764,43122692],"large":[15925249,20709377,27262978,33095681,40239105],"limbs":[196609,720897,1245185,1310723,1507330,1966081,2097155,2359299,3014657,3276802,3538945,3670017,3866627,4587524,4653057,4849667,5636099,5701636,5767169,5898241,6946817,7012378,7340034,7405569,7864326,8323073,8650754,9175041,9633794,9764865,9830401,10027014,10551298,12255241,12320770,12845061,12976138,13303810,13434882,14483457,15138818,15269902,15728641,16252980,16515073,16777220,16973826,17104898,17563650,18612225,18808835,19333121,19529729,20054018,20250625,20447239,20709377,20840452,21299202,22937601,23330819,23527427,23592965,23789584,24117262,24772609,25100292,25296899,26017793,26607617,26738690,27328514,27394052,27590658,27787269,28835841,28966916,29360132,30867458,31195139,31260673,31326209,31391745,31457282,31522817,31981569,32047105,32571394,33030145,33095681,33226755,33619972,34406405,34471938,34734083,34996226,35520513,35717127,36044801,36962306,37027844,37355521,37552130,38600709,38731777,38797314,39387138,39780353,39911427,40042499,40108033,40173570,40501250,40632322,41025540,41418754,41549825,42074116,42663937],"lucas":[2883590,7012353,16252930,20643843,28246022,33161219],"link":[1],"libraries":[23724034],"like":[7012354,7405569,9306114,10485761,16252931,22020097,26345473,34406401,35192833,35520513,37224449,39321602,43646977],"leave":[17563650],"lets":[9109505,10420225,14024705,37093377,42860545],"leading":[5898241,9306114,10485761,16908289,17563649,18939905,22020097,24379393,33882113,39321601],"lnsub1":[2883608,7012353,16252930],"libgmp":[23724037],"loop":[12124161],"loading":[23724033],"linear":[6684675,7012354,16252932,42205187],"list":[327681,589825,851969,1114113,2162689,2424833,3145730,3407873,3932161,5832705,6422529,6619137,7012358,7536641,7864321,13697025,14090243,15466497,16252940,17432577,19595265,21561345,23855105,25821185,26083329,28180481,28704769,31129602,31653890,32768001,35454977,35848193,38076418,38207489,38731777,39649281,40697857,41353217],"library":[8257537,15007745,16252929,17301505,23724049,37093377,38731777,39976961,42860545],"little":[37027842],"lsb":[24444930,26345474,35192834],"language":[131074,196610,458754,589826,786434,917506,1179650,1310722,1441794,1507330,1572866,1638402,1966082,2031618,2097154,2490370,2555906,2883586,2949122,3014658,3342338,3473410,3604482,3735554,3801090,3866626,4063234,4128770,4259842,4521986,4653058,4718594,4915202,4980738,5046274,5177346,5373954,5439490,5505026,5636098,5701634,5767170,5898242,5963778,6225922,6356994,6488066,6684674,6815746,6946818,7077890,7274498,7340034,7405570,7733250,7995394,8060930,8257538,8323074,8519682,8585218,8650754,8716290,8847362,8912898,8978434,9109506,9175042,9240578,9306114,9437186,9502722,9568258,9633794,9699330,10158082,10223618,10289154,10354690,10420226,10485762,10616834,10878978,10944514,11010050,11075586,11141122,11206658,11534338,11599874,11665410,11993090,12124162,12189698,12517378,12582914,12713986,12976130,13041666,13107202,13303810,13369346,13565954,13631490,13762562,13828098,13893634,13959170,14024706,14155778,14221314,14286850,14417922,14614530,14680066,14876674,15073282,15204354,15269890,15400962,15663106,15728642,15794178,15859714,15925250,16056322,16121858,16318466,16449538,16515074,16646146,16711682,16973826,17039362,17170434,17235970,17301506,17367042,17498114,17563650,17629186,17891330,17956866,18087938,18153474,18415618,18612226,18677762,18743298,18808834,18874370,18939906,19267586,19333122,19398658,19464194,19529730,19660802,19791874,20119554,20250626,20447234,20643842,20709378,20774914,20840450,21102594,21299202,21626882,21692418,21823490,21889026,21954562,22020098,22085634,22347778,22609922,22675458,22740994,22806530,22937602,23003138,23068674,23134210,23199746,23330818,23396354,23461890,23658498,23724034,23789570,23855106,24117250,24248322,24313858,24379394,24444930,24576002,24641538,24707074,24903682,25034754,25165826,25296898,25362434,25427970,25690114,25755650,25886722,25952258,26017794,26279938,26411010,26345474,26476546,26607618,26673154,26804226,26869762,26935298,27000834,27066370,27131906,27262978,27328514,27394050,27459586,27525122,27590658,27656194,28246018,28311554,28377090,28442626,28508162,28573698,28770306,28835842,28901378,28966914,29163522,29425666,29556738,29622274,29753346,29818882,29884418,29949954,30015490,30081026,30277634,30474242,30605314,30801922,30867458,30998530,31064066,31195138,31260674,31326210,31391746,31457282,31588354,31653890,31981570,32374786,32571394,32702466,32964610,33030146,33095682,33161218,33226754,33292290,33423362,33685506,33947650,34078722,34209794,34406402,34471938,34603010,34865154,34996226,35061762,35192834,35258370,35389442,35454978,35520514,35717122,35913730,36044802,36110338,36175874,36306946,36372482,36438018,36569090,36634626,36765698,36896770,37093378,37158914,37224450,37289986,37355522,37486594,37617666,37683202,37748738,37814274,37879810,38010882,38076418,38207490,38535170,38600706,38666242,38862850,39059458,39190530,39256066,39321602,39452674,39518210,39583746,39976962,40042498,40108034,40239106,40501250,40566786,40632322,40828930,40894466,40960002,41091074,41222146,41287682,41418754,41484290,41549826,41615362,41680898,41746434,41811970,41943042,42008578,42139650,42205186,42270722,42336258,42401794,42663938,42729474,42860546,42991618,43122690,43188226,43253762,43581442,43646978,43778050],"legendre":[7012353,16252930,30081028],"left":[5177345,7012354,16252932,26869761,31260674,35061761,40501249],"largest":[5898241,11075585,12189697,13565953,22347777,31195137,37683202],"linker":[23724033],"locations":[7012353,16252930,29622273],"larger":[34275329],"lowest":[8650753,23330817],"length":[1966081,7012355,16252934,19333121,31195137,41877510],"lib":[23724033],"leaks":[9633793],"leaky":[3866625,25296897],"localeconv":[10485761,22020097,43122689],"logarithm":[34996225],"level":[196610,1310722,1966082,2097154,2359298,3014658,3866626,4587522,4653058,4849666,5701634,5767170,5898242,6946818,7405570,8323074,8650755,9175042,9633794,15728642,16252930,16515074,16973826,17563650,18612226,18808834,19333122,19529730,20250626,20447234,20709378,20840450,21299203,22937602,23330819,23527426,23724034,25296898,25427970,26017794,26607618,26804226,27328514,27590659,27787266,28835842,28966914,29163522,29360130,30867458,31195138,31260674,31326210,31391746,31457282,31981570,32571394,33030146,33095682,33226754,33619970,34996227,35520514,35717122,36044802,37355522,39911426,40042498,40108034,40501250,40632322,41418754,41549826,42663938],"log":[17563650],"low":[196610,1310722,1966082,2097154,2359298,3014658,3866626,4587522,4653058,4849666,5701634,5767170,5898242,6684673,6946818,7405570,8323074,8650754,9175042,9633794,15728642,16252930,16515074,16973826,17563650,18612226,18808834,19333122,19529730,20250626,20447234,20709379,20840450,21299203,22937602,23330818,23527426,23724034,25296898,25427970,26017794,26607618,26804226,27328514,27590659,27787266,28835842,28966914,29163522,29360130,29949953,30867458,31195138,31260674,31326210,31391746,31457282,31981570,32571394,33030146,33095683,33226754,33619970,34078721,34996227,35520514,35717122,36044802,37355522,39911426,40042498,40108034,40501250,40632322,41418754,41549826,42663938],"letter":[18939906,22020098,24379394]} \ No newline at end of file +{"lower":[7602177,15204354,18022402,19005442,19529730,22937602,25690114,27918338,31719426,40894465,41615361,43515906],"likely":[14024705,37617665,38273025],"limb":[1703938,3604481,5570562,5832708,6815745,6881281,7077889,7602191,10223618,11796481,11927553,12648450,14942210,16187393,16973825,18022436,18481155,19070978,19136514,20381700,21364737,21692417,22872066,23986178,26869761,26935297,27000833,27066369,28114945,28246017,28442626,29097985,29818881,31391745,31850497,32505857,33095683,33882116,34013187,34996226,36503559,36634625,37683201,40501249,40894466,41156610,43057153,43581441,43712514],"logical":[2621441,4718593,7602184,9502721,18022416,19333121,21757953,28901377,32440321,38731777,41680897,42860545],"logic":[2555906,5963778,10027010,11010050,12517378,13107202,13565954,16384002,18022401,22806530,24641538,42074114,43253762],"lot":[22937601],"locale":[9895937,22937601,43515905],"locate":[21757953],"long":[851972,1703937,3735556,4456451,5570561,6160386,6750210,7602181,8978433,10420226,10944514,11141123,12976130,13238275,13369348,14024705,16121860,17367044,18022410,18153474,18808834,19070977,19595266,20054018,20185092,20643842,21233668,22347777,22413317,23003138,23724034,24313860,25821186,26411011,28508162,29294594,31457282,32964610,35913732,36110338,37158916,37355522,37617665,38076420,38273025,38993921,39780354,40042500,40894466,43319300,43646980],"location":[1572866,6881281,8978433,12189697,22413313,31850497,40894465],"loads":[22413313],"let":[7929857,9830401,12255233,12845057,20381700,20840449,24182785,27787265,28180481,28770305,30801921,32571393,32702465,33882116,36306945,37289985,38338561,41222145],"letters":[15204356,19005441,19529732,22937601,25690113,27918340,31719428,43515908],"large":[15204353,21168129,26279938,33357825,41091073],"limbs":[131073,458753,983041,1376258,1441795,1703937,2621441,3145730,3211267,3604483,3801091,3932161,4325377,4587523,4718593,5111809,5177348,5570561,5832707,6815748,6881281,7274498,7602202,7667713,8257537,8323074,8847361,8978438,9371650,9502721,10223618,10813446,11927561,12189701,12648458,12779522,12910594,13238274,14286849,14745601,14942222,16449538,16973826,17170434,17301508,17825793,17891329,17956866,18022452,18481155,18546689,19070977,19136516,19333121,19464193,20381703,21168129,21364738,21495810,22085633,22216707,22872078,23986192,24051713,24707076,24903682,24969219,25886724,26017797,26476545,26869762,26935299,27066371,27262981,27459585,27656193,28114945,28246017,28901377,29097986,29687812,29818881,29949956,30539780,31064066,31391746,31653890,31850497,32440321,33292291,33357825,33882119,34603009,34799617,34996229,35192834,36503556,36634626,37617669,37683202,37748739,38141953,38273026,38731777,39124995,39780356,39976961,40435714,40501251,40566786,40894468,41025538,41156610,41680898,42139649,42598401,42860545,43122689,43712514],"lucas":[2359302,7602177,18022402,20512771,30343174,33226755],"link":[720897],"libraries":[22413314],"like":[6881281,7602178,9895937,11534338,18022403,22937601,25755649,31850497,34996225,35848193,38469634,40828929,42008577],"leave":[17956866],"lets":[8781825,9306113,13631489,35979265,43384833],"leading":[5570561,9895937,11534338,16318465,17956865,19005441,22937601,25690113,35717121,38469633],"lnsub1":[2359320,7602177,18022402],"libgmp":[22413317],"loop":[11272193],"loading":[22413313],"linear":[6488067,7602178,18022404,41943043],"list":[262145,524289,655361,1769473,2031617,2686977,2752514,3342337,4063233,5373953,5701633,6684673,7143425,7602182,10813441,13303809,14876675,15597569,17235969,18022412,19660801,20447233,23920641,25165825,27590657,28639233,29032449,29163521,29229058,31260674,34144257,34340865,35061761,36175874,36372481,37224449,39976961,40697857],"library":[8585217,16580609,16646145,18022401,22413329,35979265,39976961,42795009,43384833],"little":[36503554],"lsb":[25755650,26411010,35848194],"language":[65538,131074,524290,786434,1048578,1114114,1179650,1376258,1441794,1703938,1900546,1966082,2359298,2424834,2490370,2555906,2621442,2818050,2949122,3014658,3211266,3276802,3407874,3473410,3538946,3604482,3670018,3735554,3997698,4194306,4259842,4718594,4784130,4980738,5046274,5111810,5439490,5505026,5570562,5636098,5767170,5832706,5898242,5963778,6422530,6488066,6553602,6750210,6815746,6881282,7077890,7274498,7340034,7471106,7667714,8060930,8323074,8454146,8519682,8585218,8650754,8716290,8781826,8912898,9109506,9175042,9306114,9371650,9437186,9502722,9568258,9633794,9895938,9961474,10027010,10092546,10354690,10616834,10747906,11010050,11075586,11141122,11272194,11337730,11403266,11468802,11534338,11599874,11665410,11730946,11796482,11862018,12386306,12451842,12517378,12582914,12648450,12713986,12910594,13107202,13172738,13434882,13565954,13631490,13697026,13762562,13893634,13959170,14024706,14155778,14221314,14286850,14352386,14548994,14614530,14811138,14942210,15073282,15204354,15335426,15400962,15466498,15532034,15663106,15728642,15794178,15859714,15925250,15990786,16187394,16252930,16384002,16449538,16515074,16580610,17039362,17498114,17563650,17629186,17760258,17825794,17891330,17956866,18087938,18153474,18219010,18350082,18481154,18546690,18874370,19005442,19070978,19136514,19333122,19398658,19464194,19529730,19791874,19988482,20119554,20381698,20512770,20578306,20643842,20971522,21168130,21233666,21364738,21626882,21692418,21757954,21823490,21889026,22085634,22282242,22347778,22413314,22675458,22806530,22872066,22937602,23134210,23199746,23265282,23330818,23396354,23461890,23527426,23592962,23789570,23920642,23986178,24117250,24248322,24313858,24510466,24576002,24641538,24969218,25034754,25100290,25231362,25296898,25362434,25690114,25755650,25886722,25952258,26083330,26148866,26214402,26279938,26345474,26411010,26476546,26542082,26607618,26673154,26738690,26804226,26869762,27000834,26935298,27066370,27131906,27197442,27328514,27394050,27459586,27525122,27918338,28049410,28246018,28311554,28573698,28704770,28835842,28901378,28966914,29097986,29229058,29294594,29360130,29491202,29687810,29818882,29884418,30277634,30343170,30605314,30670850,30932994,30998530,31064066,31129602,31326210,31391746,31522818,31588354,31653890,31719426,31784962,31850498,32112642,32243714,32374786,32440322,32505858,32899074,33161218,33226754,33357826,33488898,33554434,33619970,33685506,33751042,33816578,33882114,33947650,34078722,34340866,34603010,34734082,34799618,34930690,34996226,35127298,35192834,35389442,35454978,35520514,35586050,35848194,35913730,35979266,36175874,36569090,36765698,36962306,37093378,37224450,37355522,37421058,37486594,37552130,37617666,37748738,37879810,37945346,38010882,38141954,38273026,38469634,38535170,38600706,38666242,38731778,39059458,39190530,39256066,39321602,39387138,39518210,39649282,40108034,40173570,40239106,40304642,40501250,40632322,40763394,40828930,40960002,41091074,41156610,41353218,41484290,41549826,41615362,41680898,41746434,41811970,41877506,41943042,42008578,42074114,42139650,42336258,42598402,42663938,42729474,42795010,42860546,42926082,42991618,43057154,43188226,43253762,43384834,43515906,43581442,43712514,43778050],"legendre":[7602177,18022402,34930692],"left":[3997697,7602178,18022404,27918337,31719425,34603010,41680897],"largest":[5570561,10027009,12517377,13107201,22806529,27066369,35454978],"linker":[22413313],"locations":[7602177,18022402,26214401],"larger":[34013185],"lowest":[8323073,24969217],"length":[1703937,7602179,18022406,19070977,27066369,38207494],"lib":[22413313],"leaks":[9371649],"leaky":[3604481,26935297],"localeconv":[9895937,22937601,43515905],"logarithm":[31391745],"level":[131074,1441794,1703938,2621442,3211266,3604482,3801090,4587522,4718594,5111810,5177346,5570562,6815746,6881282,7667714,8323075,9371650,9502722,14286850,16449538,17825794,17891330,17956866,18022402,18481154,18546690,19070978,19136514,19333122,19464194,20381698,21168130,21364739,22085634,22216706,22413314,24969219,25034754,26083330,26476546,26869763,26935298,27066370,27262978,27459586,28246018,28901378,29097986,29687810,29818882,29949954,30539778,31064066,31391747,31588354,31653890,31850498,32440322,33357826,33882114,34603010,34799618,35192834,37748738,38141954,38731778,39124994,40501250,41156610,41680898,42139650,42598402,42860546,43712514],"log":[17956866],"low":[131074,1441794,1703938,2621442,3211266,3604482,3801090,4587522,4718594,5111810,5177346,5570562,6488065,6815746,6881282,7667714,8323074,9371650,9502722,14286850,16449538,17825794,17891330,17956866,18022402,18481154,18546690,19070978,19136514,19333122,19464194,20381698,21168131,21364739,22085634,22216706,22413314,24969218,25034754,26083330,26476546,26869763,26935298,27066370,27262978,27459586,28246018,28901378,29097986,29687810,29818882,29949954,30539778,31064066,31391747,31588354,31653890,31850498,32374785,32440322,33357827,33488897,33882114,34603010,34799618,35192834,37748738,38141954,38731778,39124994,40501250,41156610,41680898,42139650,42598402,42860546,43712514],"letter":[19005442,22937602,25690114]} \ No newline at end of file diff --git a/docs/fti/FTI_109.json b/docs/fti/FTI_109.json index 0ca15a2..091c99c 100644 --- a/docs/fti/FTI_109.json +++ b/docs/fti/FTI_109.json @@ -1 +1 @@ -{"mpz_rrandomb":[7012353,7340033,14221319,16252930,27262977,34471938,34603009],"mpz_tdiv_qr":[1572865,2555905,7012353,7274497,7995393,8716295,9437185,10878977,10944513,13369345,13631489,13762561,13893633,15073281,16056321,16252930,17498113,18677761,19464193,19791873,21692417,21823489,21889025,22675457,22740993,24248321,24903681,28442625,28901377,29818881,29884417,30605313,32964609,33292289,36765697,38535169,41222145,42139649,43778049],"mpn_lshift":[7012353,8650753,9175041,16252930,26804225,29163521,31260679,34996225,36044801,37355521],"mpq_get_d":[4259843,7012353,16252930,23855110,31064066,38207494,40239105,40566785,42729479],"main":[23724033],"mpz_congruent_ui_p":[7012353,9437185,10944519,13631489,16252930],"mpn_sec_sub_1":[1310721,2097153,2359300,3866625,7012354,7405569,9633793,16252932,17563649,20840449,25296903,28966913,32571393,35520513,40501249],"mpf_set_default_prec":[131074,589826,2949124,3473410,4128771,4915203,5046274,6356994,7012353,8519682,8978434,9109506,9240579,9502722,10289154,10420225,12124161,13041666,13303810,13828098,14024706,14155779,14614530,16252930,17367042,18743298,20119554,21102594,25952259,26279937,26673154,26869762,27066370,27131911,28311553,28508163,28770306,30474243,32702466,33947650,35061762,35454977,36110338,36896770,37617667,39059458,39190530,39976962,40960002,42008578],"mpz_sqrt":[5373959,6815745,7012354,7733249,16252932,30015489,38010881,43646978],"mpf_neg":[131073,5046273,6356993,7012353,8519681,8978439,9109505,9502721,10420225,13041665,13828097,14024705,16252930,21102593,27066369,28770305,33947649,36110337,39190529],"mpz_sizeinbase":[7012353,10616833,15925249,16252930,18153473,19267585,23658511,26345474,27656193,35192834,36569089,38666241,40239106,41091073,43188225],"mpz_urandomb":[7012353,7340034,14221313,16252930,27262977,34471937,34603015],"mpq_inits":[4063233,4521985,7012353,16252930,22806529,23855111,25755649,27459585,31064065,34209793,37814273,38207491,39321601],"mpn_zero_p":[7012353,8323079,15728641,16252930,16515073,28835841],"mpf_random2":[3473409,3604481,5963777,7012353,10289153,16252930,16449537,17956865,18874369,26673153,29753345,34865153,38600711,42008577],"mpz_divisible_2exp_p":[7012353,13893633,15073287,16252930,18677761],"mpz_t":[458760,655362,917512,1441799,1507336,1572880,2031624,2490392,2555920,2621445,2883600,3276802,3670019,3735560,4718594,4784129,5111813,5177360,5373968,5439496,5505032,5636104,6488072,6684680,6815752,7012356,7077890,7274504,7340040,7733264,7995416,8060936,8257538,8585223,8716320,8847376,8912912,9437208,9568280,9699344,10027009,10158088,10223618,10551302,10616840,10878992,10944520,11010072,11075592,11141136,11337731,11599880,11730950,12189704,12517384,12976136,13107208,13369368,13434881,13565968,13631504,13762584,13893648,13959192,14221320,14286864,14417928,14680088,14876680,15073288,15204354,15269903,15400968,15663120,15794200,15859728,15925256,16056344,16121858,16252934,16318473,16646152,16777219,17170434,17235984,17301506,17432578,17498128,17629192,17891344,18087938,18153480,18415624,18546689,18677768,18743304,18939912,19267592,19398669,19464208,19660808,19791888,20185090,20643848,20774920,21692448,21823512,21889032,21954562,22347784,22609928,22675472,22741008,22806536,23003138,23068680,23134216,23199752,23396360,23592970,23658504,23789576,24117256,24248344,24313869,24379400,24444936,24576016,24641544,24903704,25034754,25100290,25165840,25362448,25690120,25886736,26345481,26411024,26476576,26738695,26935320,27000864,27262992,27394056,27525128,27656200,28246024,28377096,28442640,28573703,28901392,29425672,29556760,29818904,29884432,29949960,30015512,30081040,30605328,30801928,31653904,32964632,33161232,33292304,33423376,33882121,34275329,34406408,34471944,34603016,35192841,35258376,35389464,35913736,36372488,36438024,36569096,36765720,37027842,37093378,37158920,37224456,37289992,37486616,37683224,37748752,37879816,38010888,38076432,38535200,38666248,38731778,38862872,39452680,39780354,40828938,40894472,41091080,41222152,41287688,41484296,41615362,41746448,41811976,41943056,42139664,42270760,42336280,42401808,42860546,42926086,42991618,43188232,43253768,43647000,43778072],"mpz_fdiv_r_ui":[2555905,7012353,13369345,16056321,16252930,19791879,21889025,22740993,29818881,30605313,38535169,42139649],"mpz_limbs_modify":[5636097,7012353,10551299,12976129,15269889,16252930,23789569,24117256,27394049,34406401],"mpz_import":[7012353,16252930,24444936,26345473,35192833],"mpn_gcd":[5701639,7012353,16252930,19529729,20447233,35717121],"mpq_equal":[1179649,3342337,7012353,11534338,11993089,16252930,21626887,36372482],"mpn_rshift":[7012353,9175041,16252930,26804225,29163521,31260673,36044807,37355521],"mpz_neg":[5177345,7012353,9568257,14286849,14680065,15794177,15859720,16252930,17235969,19398657,24444929,25165825,25886721,29556737,33423361,35389441,41943041,42401793],"mpq_clear":[1179650,3342338,4259842,4521985,4718594,7012353,7077890,8257538,8585218,9306114,10223618,11993090,14417922,15204354,15400962,16121858,16252930,17170434,17301506,18087938,18415618,21954562,22806531,23003138,23855105,25034754,25755651,27459585,28573698,29425666,30474242,31064071,34209795,36372482,36634626,37093378,37814276,38207489,39256066,39321602,40239106,40566786,41484290,41615362,42729474,42860546,42991618],"mpz_congruent_p":[1572865,2555905,7012353,7274497,7995393,8716289,9437191,10878977,10944513,13369345,13631489,13762561,13893633,15073281,16056321,16252930,17498113,18677761,19464193,19791873,21692417,21823489,21889025,22675457,22740993,24248321,24903681,28442625,28901377,29818881,29884417,30605313,32964609,33292289,36765697,38535169,41222145,42139649,43778049],"mpn_com":[3014657,4653057,6946817,7012353,16252930,18612225,20250632,31326209,31981569,33030145,41549825],"mpf_ui_div":[7012353,8519681,9109511,10420225,14024705,16252930],"mpq_set_d":[4259847,7012353,16252930,40239105,40566785,42729473],"mpq_set_f":[4259841,7012353,16252930,40239105,40566791,42729473],"mpn_sqrtrem":[5767169,7012353,8650753,16252930,16973825,18808833,20709377,21299201,23330817,25427969,26607617,27328513,27590657,30867457,31391745,31457281,33095681,33226753,34996225,40042503,40108033,40632321,41418753],"mpq_set_z":[4063233,4521985,7012353,16252930,22806535,23855105,25755649,27459585,31064065,34209793,37814273,38207489,39321601],"mpz_sub":[5177345,7012353,9568257,14286849,14680071,15794177,15859713,16252930,17235969,19398657,25165825,25886721,29556737,33423361,35389441,41943041,42401793],"mpz_fits_sshort_p":[7012353,10616833,16252930,18153473,19267585,23658497,27656193,36569089,38666247,41091073,43188225],"mpz_kronecker_ui":[917506,2031624,7012353,15663106,16252930,28377090,37289986],"matches":[23724033],"mpn_andn_n":[3014657,4653057,6946817,7012353,16252930,18612225,20250625,31326209,31981575,33030145,41549825],"mpn":[1966081,19333121,23724033,37027842],"mpz_init_set_d":[7012353,8847361,16252930,22609921,23068674,37224449,41811969,43253768],"mpn_divexact_by3":[5767169,7012353,8650753,16252930,16973825,18808833,20709384,21299201,23330817,25427969,26607617,27328513,27590657,30867457,31391745,31457281,33095682,33226753,34996225,40042497,40108033,40632321,41418753],"mpz_powm":[7012353,16252930,17629185,25362433,26476551,26935297,27000833],"mixed":[917505,2031617,15663105,28377089,37289985],"mpz_perfect_power_p":[5373953,6815745,7012353,7733249,16252930,30015489,38010887,43646977],"mpf_init2":[589825,1638402,2949121,4915202,4980738,7012353,9240577,10354692,12124161,16252930,26279943,27131905,28311555,30474241,33685508,35454977,39583746],"mpn_sec_add_1":[1310721,2097153,3866631,7012354,7405569,9633793,16252932,17563649,20840449,23527428,25296897,28966913,32571393,35520513,40501249],"mpq_inv":[6225921,7012353,11665409,16252930,16711685,17039361,24707073,31588353,36306945,41680897,43581441],"mpz_inp_raw":[1507331,7012353,12517383,16252929,19660801,24379393],"mpf_abs":[131073,5046279,6356993,7012353,8519681,8978433,9109505,9502721,10420225,13041665,13828097,14024705,16252930,21102593,27066369,28770305,33947649,36110337,39190529],"mpf_inits":[589830,2949121,4915201,7012353,9240577,12124161,16252930,26279937,27131905,28311553,30474241,35454979],"mpn_add":[5767169,7012353,8650753,16252930,16973825,18808833,20709377,21299201,23330817,25427969,26607617,27328513,27590657,30867457,31391745,31457281,33095681,33226759,34996225,40042497,40108033,40632321,41418753],"mpf_clear":[589825,1638402,2949124,3473409,3604482,4718594,4915201,4980738,5963778,7012353,7077890,8257538,9240583,10223618,10485762,12124163,13041666,13303810,14155779,14614530,15204354,16121858,16252930,16449538,17170434,17301506,17367042,17956866,18087938,18743298,18874370,20119554,21954562,22020098,23003138,25034754,25690114,25952258,26279940,26869762,27131905,28311555,28508162,29753346,30474244,34865154,35061762,35454977,36175874,36634626,36896770,37093378,37158914,37617666,38600706,39059458,39583746,39976962,40566786,41615362,42860546,42991618,43122689],"memory":[131074,196610,458754,589825,655362,720897,786434,917506,1179650,1245185,1310722,1441793,1507330,1572866,1638402,1769477,1966082,2031618,2097154,2424834,2490370,2555906,2883586,2949122,3014658,3145730,3342338,3473410,3604482,3670017,3735554,3801101,3866626,4128770,4259842,4521986,4653058,4718594,4980738,5046274,5177346,5373954,5439490,5505027,5570561,5636098,5701634,5767170,5898242,5963778,6029314,6160385,6356994,6488066,6553601,6684674,6815746,6946818,7012360,7077890,7274498,7340034,7405571,7733250,7864325,7995394,8060930,8257538,8323074,8519682,8585218,8650754,8716290,8847362,8912898,8978434,9109506,9175042,9240578,9306114,9437186,9502722,9568258,9633794,9764865,9699330,10027010,10158082,10223618,10289154,10354690,10420225,10485762,10616834,10813442,10878978,10944514,11010050,11075586,11141122,11337729,11534338,11599874,11927554,11993090,12124162,12189698,12255239,12517378,12582914,12976130,13041666,13107202,13303810,13369346,13565954,13631490,13762562,13828098,13893634,13959170,14024706,14090243,14155778,14221314,14286850,14417922,14614530,14680066,14876674,15073282,15138818,15204354,15269890,15400962,15663106,15728642,15794178,15859714,15925250,16056322,16121858,16252943,16318466,16449538,16515074,16646146,16842755,16973826,17104898,17170434,17235970,17301506,17367042,17498114,17563649,17629186,17694721,17891330,17956866,18087938,18153474,18415618,18546689,18612226,18677762,18743298,18808834,18874370,18939906,19267586,19333122,19398658,19464194,19529730,19660802,19791874,19857409,20119554,20250626,20447234,20643842,20709378,20774914,20840450,20971522,21102594,21168129,21299202,21495809,21626882,21692418,21823490,21889026,21954562,22020098,22085634,22347778,22609922,22675458,22740994,22806530,22937602,23003138,23068674,23134210,23199746,23330818,23396354,23461890,23592962,23658498,23789570,23855106,24117250,24248322,24313858,24379394,24444930,24510465,24576002,24641538,24772609,24903682,25034754,25100290,25165826,25296898,25362434,25427970,25690114,25755650,25821186,25886722,25952258,26017794,26083329,26279938,26411010,26345474,26476546,26607618,26673154,26804226,26869762,26935298,27000834,27066370,27197441,27262978,27328514,27394050,27459586,27525122,27590658,27656194,28049410,28246018,28311554,28377090,28442626,28508162,28573698,28770306,28835842,28901378,28966914,29163522,29425666,29556738,29622279,29753346,29818882,29884418,29949954,30015490,30081026,30212097,30474243,30605314,30801922,30867458,30998530,31064066,31129601,31195138,31260674,31326210,31391746,31457282,31653890,31981570,32571394,32636930,32702466,32964610,33030146,33095682,33161218,33226754,33292290,33357825,33423362,33685506,33947650,34078722,34209794,34406402,34471938,34603010,34734081,34865154,34930690,34996226,35061762,35192834,35258370,35389442,35454978,35520515,35651585,35717122,35913730,36044802,36110338,36175874,36241409,36372482,36438018,36569090,36634626,36700162,36765698,36896770,36962306,37093383,37158914,37224450,37289986,37355522,37486594,37552130,37617666,37683202,37748738,37814274,37879810,38010882,38076418,38207490,38273026,38338561,38535170,38600706,38666242,38731779,38797314,38862850,39059458,39190530,39256066,39321601,39387137,39452674,39583746,39976962,40042498,40108034,40239106,40370180,40435713,40501251,40566786,40632322,40894466,40960002,41091074,41222146,41287682,41418754,41484290,41549826,41615362,41746434,41811970,41877506,41943042,42008578,42074114,42139650,42205186,42270722,42336258,42401794,42467329,42663938,42729474,42795009,42860551,42991618,43122689,43188226,43253762,43646978,43712514,43778050],"mod":[2097154,6684673,7012358,9437188,10944516,13631491,16252940,17563649,20709378,20840450,22740999,24903686,26476567,26935317,27000855,28966914,31391746,33095682,38862852],"mpz_init2":[5505025,7012353,16252930,16318465,16646152,31653889,37879809,38076417],"mpn_cmp":[7012353,8323073,15728647,16252930,16515073,28835841],"mpf_sqrt_ui":[131073,7012353,13041671,16252930],"mpz_abs":[5177345,7012353,9568257,14286849,14680065,15794177,15859713,16252930,17235969,19398657,25165825,25886727,29556737,33423361,35389441,41943041,42401793],"mpz_inits":[2883586,5505025,7012353,8716290,13369346,16252930,16318465,16646146,21692418,21823490,30015490,31653891,33161218,36765698,37879809,38076423,38535170,42270722,43646978],"msys2":[23724044],"mpn_submul_1":[5767169,7012353,8650753,16252930,16973825,18808833,20709377,21299201,23330817,25427969,26607617,27328513,27590663,30867457,31391745,31457281,33095681,33226753,34996225,40042497,40108033,40632321,41418753],"mpz_clear":[458754,917506,1441793,1507330,2031618,3735554,4718594,5439490,5505027,5636098,6488066,6684674,6815746,7012353,7077890,7274498,7340034,8060930,8257538,10158082,10223618,10616834,10944514,11075586,11599874,12189698,12517378,12976130,13107201,14221314,14417922,14876674,15073282,15204354,15269890,15400962,15925250,16121858,16252930,16318471,16646147,17170434,17301506,17629186,18087938,18153474,18415618,18677762,18743298,18939906,19267586,19398658,19660802,20643842,20774914,21889026,21954562,22609922,22806530,23003138,23068674,23134210,23199746,23396354,23658498,23789570,24117250,24313858,24379394,24444930,24641538,25034754,25690114,26345474,27394050,27525122,27656194,28246018,28377090,29425666,29949954,30801922,31653889,34406402,34471938,34603010,35192834,35258370,35913730,36372482,36438018,36569090,37093378,37158914,37224450,37289986,37879811,38010882,38076417,38666242,39452674,40894466,41091074,41222146,41287682,41484290,41615362,41811970,42860546,42991618,43188226,43253762],"multiplication":[20709377,21299201,27590657,33095681,34996225],"mpz_sub_ui":[7012353,14680065,16252930,25165825,42401799],"mp_base":[720898,1245187,3276802,3538946,3670017,7864321,9764865,10027017,10747910,12255233,12320774,12845059,16777220,23592970,24772610,25100297,26738690,31522817,34734083,37027843,38141955,38731777,41025537],"mpf_set":[1638401,4980737,7012353,10354695,16252930,22020097,33685505,36634625,37158913,39583745],"mpfr":[23724033],"macros":[11206657,14352385,39518209],"mpq_canonicalize":[4063237,4259841,4521985,7012353,9306113,16252930,22806529,23855105,25755650,27459585,31064065,34209794,37814273,38207489,39321602],"mpz_tdiv_r_2exp":[7012353,8716289,13762561,16252930,17498113,19464193,28442625,32964609,33292295,36765697,41222145],"mpz_fits_slong_p":[7012353,10616833,16252930,18153473,19267585,23658497,27656193,36569095,38666241,39452673,41091073,43188225],"mpf_fits_slong_p":[3473409,3604481,5963777,7012353,10289153,16252930,16449537,17956871,18874369,26673153,29753345,32374785,34865153,36896769,38600705,42008577],"mpq_swap":[4063233,4521991,7012353,16252930,22806529,23855105,25755649,27459585,31064065,34209793,37814273,38207489,39321601],"mpf_get_ui":[7012353,10485762,16252930,20119553,26869761,32374789,35061761,36896769,39976961],"mp_ptr":[196627,1310755,1966088,2097176,3014683,3866651,4653083,5701659,5767187,5898248,6619144,6946843,7012361,7405595,7864328,8323080,8650779,9175048,9633811,12255245,12320774,12976135,14483458,15138822,15269899,15728656,16252937,16515080,16973843,17104898,17563678,18612251,18808859,19333128,19529736,20250643,20447274,20709395,20840483,21299219,21495814,22937619,23330843,23789575,24117255,25296923,25427987,26017803,26083329,26607635,26804232,27328550,27590675,28835848,28966955,29163528,30867475,30932994,31195147,31260691,31326235,31391752,31457307,31981595,32047107,32571419,33030171,33095699,33226779,34996243,35520539,35717162,36044819,36962310,37027847,37355536,37552134,38731777,38797318,39387139,40042526,40108051,40173570,40501270,40632347,41418771,41549851,42074118,42663944],"mpf_fits_ushort_p":[3473409,3604481,5963777,7012353,10289153,16252930,16449537,17956865,18874369,26673153,29753351,34865153,38600705,42008577],"mpn_addmul_1":[5767169,7012353,8650753,16252930,16973825,18808833,20709377,21299207,23330817,25427969,26607617,27328513,27590657,30867457,31391745,31457281,33095681,33226753,34996225,40042497,40108033,40632321,41418753],"mpf_get_si":[7012353,16252930,20119553,26869761,32374785,35061761,36896775,39976961],"mpn_cnd_sub_n":[1310721,2097153,3866625,7012353,7405569,9633793,16252930,17563649,20840449,25296897,28966913,32571393,35520519,40501249],"mpf_get_default_prec":[589825,2949121,4915207,7012353,9240577,12124161,16252930,26279937,27131907,28311553,30474241,35454977],"mpz_submul_ui":[7012353,16252930,33423367,35389441],"mpz_lcm":[7012353,16252930,37486599,40828929],"mpz_and":[2490369,6488065,7012353,11010055,11075585,12189697,13107201,13565953,16252930,17891329,22347777,23396353,41287681,42336257],"mpz_rootrem":[5373953,6815745,7012353,7733249,16252930,30015495,38010881,43646977],"mpz_set":[5439489,7012353,9699335,14417921,15400961,16252930,18415617,18939905,23134209,24641537,25690113,26411009,29425665,41484289],"mpf_sqrt":[131079,5046273,6356993,7012353,8519681,8978433,9109505,9502721,10420225,13041665,13828097,14024705,16252930,21102593,27066369,28770305,33947649,36110337,39190529],"mpz_combit":[2490369,6488065,7012353,11010049,11075585,12189697,13107207,13565953,16252930,17891329,22347777,23396353,41287681,42336257],"mpn_get_str":[5898247,7012353,16252930,31195137,42663937],"mpz_kronecker_si":[917511,2031617,7012353,15663105,16252930,28377089,37289985],"msys":[23724033],"mpf_ceil":[3473409,3604481,5963777,7012353,10289153,16252930,16449537,17956865,18874369,26673159,29753345,34865153,38600705,42008577],"mp_limb_t":[327692,1048585,1703945,3866636,4390914,5636101,5767173,6291462,7405580,7929870,8257538,8650759,8781827,9895945,10027009,10092553,10551297,12255237,13238281,13434881,15204354,15269889,16121858,16646145,16973836,17170434,17301506,18808837,19005449,19202057,19529738,19988483,20709383,20840455,21299212,21364745,21757956,21954562,22478857,22544391,23265289,23330823,23592961,23724035,23920675,25034754,25296908,25427980,26148873,26607623,27590668,27721738,27852804,30146569,30867468,30932999,31260679,31391754,31457287,31850505,32178190,32440329,33095692,33226759,34275372,34996236,35520524,35782665,36044807,37093378,38731778,39649284,40108044,40173574,40501253,40697880,41156617,41615362,42860546],"mpz_get_ui":[7012353,10158087,12517378,15925249,16252930,16318466,19398658,20774913,22609922,23068673,23134210,24379394,29556738,37027841,39452673],"manner":[9109505,10420225,14024705],"mpz_get_si":[1572866,2490370,2555906,2883588,3735554,5177346,5373954,5439490,5505026,7012353,7733250,7995394,8716292,8847362,9568258,9699330,10158081,10878978,11010050,11599874,13107202,13369348,13762562,13959170,14286850,14680066,15794178,15859714,15925249,16056322,16252930,16646146,17235970,17498114,17629186,17891330,19464194,19791874,20643842,20774913,21692420,21823492,22675458,22740994,23068673,23396354,24248322,24576002,24641538,24903682,25165826,25362434,25690114,25886722,26411012,26476546,26935298,27000834,27525122,28246018,28442626,28901378,29818882,29884418,30015492,30605314,30801922,31653894,32964610,33161220,33292290,33423362,34406402,35389442,36438018,36765700,37486594,37683202,37748738,38076422,38535172,38862850,39452679,41287682,41484290,41811970,41943042,42139650,42270726,42336258,42401794,43253762,43646980,43778050],"mpf_div_ui":[7012353,8519681,9109505,10420230,14024705,16252930],"minimum":[7667713,12124161,26279937,27131905,30474241,38404097],"mpf_integer_p":[3473415,3604481,5963777,7012353,10289153,16252930,16449537,17956865,18874369,26673153,29753345,34865153,38600705,42008577],"mpf_fits_uint_p":[3473409,3604481,5963783,7012353,10289153,16252930,16449537,17956865,18874369,26673153,29753345,34865153,38600705,42008577],"mpf_out_str":[7012353,10485761,16252930,43122694],"mpz_clrbit":[2490369,6488065,7012353,11010049,11075585,12189697,13107201,13565953,16252930,17891329,22347777,23396359,41287681,42336257],"miller":[14876674],"mpz_init_set_ui":[917506,1507330,2031618,2490372,6684674,7012353,7995396,8060930,8847361,8912900,9437190,9568260,10158082,10616834,10878978,11010052,10944514,11075586,11141122,12189698,12517378,13565956,13631492,13893636,13959172,14417922,14680068,14876674,15073282,15663108,15794182,16252930,17891330,18153474,18415618,18677762,19267586,19660802,22347778,22609927,22740994,24117250,24313858,24576002,24903684,25165826,25362434,26476550,26935300,27000838,27656194,28377090,29556740,29949954,30081028,35258370,35389444,35913730,36569090,37224449,37289986,37486596,37683204,38666242,38862852,40894466,41091074,41746436,41811969,42270724,42336260,42401794,43188226,43253761],"mpz_cdiv_r":[1572865,7012353,7274497,16252930,21692417,21823489,22675457,24248321,28901377,29884417,43778055],"mpn_sec_mul_itch":[1310724,7012353,16252930,29360133],"mpz_ui_pow_ui":[7012353,16252930,17629191,25362433,26476545,26935297,27000833],"mpq_out_str":[7012353,9306113,16252930,39256071],"mpn_sub_n":[5767169,7012354,8650753,16252932,16973825,18808833,20709377,21299201,23330817,25427969,26607618,27328513,27590657,30867457,31391745,31457287,33095681,33226753,34996225,35520515,40042497,40108033,40632321,41418753],"mp_size_t":[196613,1310732,1966085,2097164,2162692,2359306,3014661,3276807,3407888,3538951,3866631,4194313,4587535,4653061,4718595,4849674,5636101,5701649,5767173,5898245,6619142,6946821,7012358,7077891,7143433,7340037,7405573,7864321,8126473,8323077,8650757,9175045,9633807,10223619,10551302,11862025,12255233,12713993,13434925,13500425,14483462,15269893,15597577,15728645,16252934,16384004,16515077,16973829,17563654,17825801,18087939,18481155,18612229,18808842,19333125,19529733,19726345,20250629,20447260,20709381,20840460,21037059,21299205,22282249,22937605,23003139,23330826,23527434,23724033,23789573,24117253,24182819,24969225,25231369,25296903,25427973,26017797,26607621,27328527,27394053,27590661,27787279,28114953,28835845,28966924,29229062,29294596,29360143,30277641,30736398,30867461,31195143,31260677,31326213,31391749,31457285,31522823,31784967,31981573,32505866,32571399,33030149,33095685,33226762,33554434,33619983,34406405,34471941,34996229,35520517,35717147,36044805,36503566,37355525,38469641,38600709,38731777,38797318,39125001,39911434,40042508,40108042,40501253,40632325,40763401,41353236,41418757,41549829,42663941,42991619,43319305],"mpf_swap":[1638401,4980737,7012353,10354689,16252930,22020097,33685511,36634625,37158913,39583745],"maxvalue":[3604482,5963778,10616834,16449538,17956866,19267586,27656194,29753346,34865154,36569090,38666242,41091074],"mpz_out_str":[1507329,7012353,12517377,16252930,19660807,24379393],"mpf_set_si":[1638401,4980737,7012353,10354693,16252930,22020097,33685509,36634625,37158913,39583751,40566786],"mpf_set_ui":[1638407,4980737,7012353,10354689,16252930,22020097,33685505,36634625,37158913,39583745],"mpn_sub_1":[5767169,7012353,8650753,16252930,16973825,18808833,20709377,21299201,23330817,25296897,25427969,26607617,27328513,27590657,30867463,31391745,31457281,33095681,33226753,34996225,40042497,40108033,40632321,41418753],"mpn_sizeinbase":[5898241,7012353,16252930,31195137,42663943],"mpf_sub":[131073,5046273,6356993,7012353,8519681,8978433,9109505,9502721,10420225,13041665,13828097,14024705,16252930,21102599,27066369,28770305,33947649,36110337,39190529],"mpz_ui_sub":[7012353,14680065,16252930,25165831,42401793],"mpz_fdiv_r":[2555905,7012353,13369345,16056327,16252930,19791873,21889025,29818881,30605313,38535169,42139649],"mpz_swap":[5439489,7012353,9699329,16252930,18939905,23134209,24641537,25690113,26411015,41484289],"mpn_set_str":[5898241,7012353,16252930,31195143,42663937],"mpf_sgn":[7012353,14614529,16252930,17367041,18743297,32702465,36175879,39059457,40960001],"mercurial":[23724033],"mpq_div_2exp":[6225921,7012353,11665409,16252930,16711681,17039361,24707077,31588353,36306945,41680897,43581441],"mantissa":[7012353,10027009,10485762,12845057,16252930,18874369,20054017,22020099,26869761,35061761,37027841,43122690],"mpz_invert":[7012353,16252930,26476545,26935297,38862855],"mpz_fits_ushort_p":[7012353,10616833,16252930,18153473,19267591,23658497,27656193,36569089,38666241,41091073,43188225],"moved":[1835010],"mpz_root":[5373953,6815745,7012353,7733255,16252930,30015489,38010881,43646977],"mpz_set_si":[5439495,7012353,8847362,9699333,16252930,18939905,22806530,23134209,24641537,25690113,26411009,36372482,41484289],"mpz_set_ui":[5439489,7012353,9699329,16252930,18939905,23134215,23789570,24641537,25690113,26411009,37027841,37158914,41484289],"mpz_hamdist":[2490369,6488065,7012353,11010049,11075585,12189697,13107201,13565959,16252930,17891329,22347777,23396353,41287681,42336257],"mpz_mfac_uiui":[3735553,7012353,16252930,30801927,36438017],"mpz_fdiv_q_2exp":[2555905,7012353,13369345,16056321,16252930,19791873,21889025,29818881,30605313,38535169,42139655],"mpq_t":[1179656,2818051,3342344,4063237,4259848,4522000,4718594,4784129,6225930,6750213,7012354,7077890,7471109,8257538,8585224,9306120,10027009,10223618,11534352,11665423,11730946,11993096,13434881,14417928,15204354,15400968,16121858,16252932,16711690,16908297,17039375,17170434,17301506,17694723,18087938,18415624,18546698,21626896,21954562,22806536,23003138,23592961,23855119,24707082,25034754,25755656,27459600,28573704,29425672,30474243,31064073,31588362,34209800,34275329,34930690,36306959,36372488,36634632,37093378,37814280,38207503,38731777,39256072,39321607,39714818,40239112,40566792,41484295,41615362,41680906,42729480,42860546,42926082,42991618,43581455],"mpz_cdiv_q_ui":[1572871,7012353,7274497,16252930,21692417,21823489,22675457,24248321,28901377,29884417,43778049],"mpz_sgn":[458753,1441793,7012353,8060929,10551297,11141121,16252930,23199751,26345473,35192833,35258369,35913729,41746433],"mpz_cmpabs_ui":[458753,1441798,7012353,8060929,11141121,16252930,23199745,35258369,41746433],"mpf_init_set_si":[131074,4128771,5046274,6356994,7012353,8519682,8978434,9109506,9502724,10420225,13828098,14024708,14155777,14614530,16252930,17367042,18743298,21102596,25952257,27066370,28508161,28770306,32702468,33947652,36110338,36175874,37617671,39059458,39190530,40960004],"mpz_divisible_ui_p":[7012353,13893633,15073281,16252930,18677767],"mpf_cmp_si":[7012353,14614529,16252930,17367041,18743297,32702465,36175873,39059463,40960001],"mpf_cmp_ui":[7012353,14614529,16252930,17367047,18743297,32702465,36175873,39059457,40960001],"mpn_random2":[1966089,7012353,16252930,19333123],"makes":[16646145,22020097],"mpn_mul_1":[5767169,7012353,8650753,16252930,16973825,18808833,20709377,21299201,23330817,25427969,26607617,27328513,27590657,30867457,31391745,31457281,33095681,33226753,34996231,40042497,40108033,40632321,41418753],"mp_bitcnt_t":[2228230,2752516,4456457,4784173,4915205,5177349,5242889,5505029,6356997,6488069,6684677,7208969,8388612,8454154,9043971,9175045,11075595,12124165,12189707,13107205,13565958,13631493,14221317,14549001,14745609,14811138,14942217,15073285,16187399,16580617,16646149,17563653,17760265,18284553,18874373,19070979,19464197,21561358,22347782,22675461,23396357,23724033,24051726,24838153,26279941,26804234,27131909,27787269,28180502,28311557,28901381,28966917,29097993,29163530,30474245,30605317,31719433,32833545,32899086,33292293,33488931,33816585,34603013,35848196,37355525,37683205,38731777,38993929,41287685,42139653,42205189,43057160],"mpz_roinit_n":[5636097,7012353,10551297,12976129,15269896,16252930,23789569,24117249,27394049,34406401],"meaning":[22020097],"mpz_limbs_finish":[5636097,7012353,10551302,12976129,15269889,16252930,23789571,24117251,27394049,34406401],"mpz_limbs_write":[5636097,7012353,10551298,12976129,15269889,16252930,23789576,24117249,27394049,34406401],"mpn_mul_n":[5767169,7012353,8650753,16252930,16973825,18808833,20709377,21299201,23330817,25427969,26607617,27328513,27590657,30867457,31391745,31457281,33095681,33226753,34996225,40042497,40108033,40632327,41418753],"mpf_sub_ui":[7012353,16252930,21102593,36110343,39190529],"mpn_sec_invert":[1310721,2097153,3866625,7012354,7405569,9633793,16252932,17563654,20840449,25296897,28966913,32571393,35520513,39911428,40501249],"mpn_gcdext":[5701633,6619139,7012354,16252931,19529729,20447240,35717128],"mpz_cmp_si":[458753,1441793,7012353,8060935,11141121,15400962,16252930,23199745,29425666,35258369,35913729,41746433],"mpz_cmp_ui":[458753,1441793,7012353,8060929,11141121,16252930,23199745,35258369,35913735,41746433],"map":[23724033],"mpn_sqr":[5767169,7012353,8650753,16252930,16973825,18808833,20709377,21299201,23330817,25427969,26607617,27328513,27590657,30867457,31391745,31457281,33095681,33226753,34996225,40042497,40108033,40632322,41418759],"methods":[65538,1769473,1900546,2228226,2424834,4784129,5570561,6160386,6291458,7012354,10027009,11337730,12255233,13434881,14090241,15007745,16252929,17694722,18546689,19857410,22413314,23592961,25100289,27197442,29229058,30539778,34275329,37945345,38141954,38273026,39387138,40370177,42467329,43384833],"mpz_mul_2exp":[5177351,7012353,9568257,16252930,17235969,41943041],"mpn_sec_mul":[1310727,2097153,3866625,7012354,7405569,9633793,16252932,17563649,20840449,25296897,28966913,29360133,32571393,35520513,40501249],"multiply":[7012357,16252938,18808833,20709377,21299201,27590657,33095681,34996225,40632321],"mpz_lcm_ui":[7012353,16252930,37486593,40828933],"mpn_add_1":[3866625,5767169,7012353,8650753,16252930,16973831,18808833,20709377,21299201,23330817,25427969,26607617,27328513,27590657,30867457,31391745,31457281,33095681,33226753,34996225,40042497,40108033,40632321,41418753],"make":[4063233,5636097,7012353,9109505,9240577,10420225,14024705,15269890,16252930,16646145,23724039,23789569,24117249,24641537,25690113,31064065,41484289,43253761],"mpz_limbs_read":[5636097,7012353,10551297,12976135,15269889,16252930,23789569,24117249,27394049,34406401],"mpf_absg":[5046273],"mpz_cdiv_r_ui":[1572865,7012353,7274497,16252930,21692417,21823489,22675457,24248321,28901377,29884423,43778049],"mpz_tdiv_r":[7012353,8716289,13762561,16252930,17498113,19464193,28442625,32964615,33292289,36765697,41222145],"mpn_add_n":[5767169,7012354,7405571,8650759,16252932,16973825,18808833,20709377,21299201,23330817,25427969,26607617,27328513,27590657,30867457,31391745,31457281,33095681,33226753,34996225,40042497,40108033,40632321,41418753],"mpf_reldiff":[7012353,14614529,16252930,17367041,18743297,32702465,36175873,39059457,40960007],"mpn_sec_sub_1_itch":[2359301,7012353,16252930,25296900],"mpn_xnor_n":[3014657,4653057,6946823,7012353,16252930,18612225,20250625,31326209,31981569,33030145,41549825],"mpz_sqrtrem":[5373953,6815745,7012353,7733249,16252930,30015489,38010881,43646983],"mpz_init_set_str":[5636098,7012353,8847361,16252929,20774914,22609921,26345474,27262978,27394050,35192834,37224455,41811969,43253761],"minus":[15925249,22020097,23658497,26869761,35061761,40239105],"mpn_nior_n":[3014657,4653057,6946817,7012353,16252930,18612225,20250625,31326209,31981569,33030151,41549825],"machine":[27000833,34275329],"mpz_random":[7012353,7340039,14221313,16252930,27262977,34471939,34603009],"mimic":[23724033],"mpf_mul":[131073,5046273,6356993,7012353,8519681,8978433,9109505,9502727,10420225,13041665,13828097,14024705,16252930,21102593,27066369,28770305,33947649,36110337,39190529],"mpz_fits_sint_p":[7012353,10616833,16252930,18153473,19267585,23658497,27656199,36569089,38666241,41091073,43188225],"mean":[41025538],"mingw":[23724041],"mpq_neg":[6225921,7012353,11665409,16252930,16711681,17039361,24707073,31588357,36306945,41680897,43581441],"means":[34275329,41025537],"mpn_divexact_by3c":[5767169,7012353,8650753,16252930,16973825,18808833,20709379,21299201,23330817,25427969,26607617,27328513,27590657,30867457,31391745,31457281,33095689,33226753,34996225,40042497,40108033,40632321,41418753],"mpf_trunc":[3473409,3604481,5963777,7012353,10289159,16252930,16449537,17956865,18874369,26673153,29753345,34865153,38600705,42008577],"mpq_mul":[6225921,7012353,11665409,16252930,16711681,17039365,24707073,31588353,36306945,41680897,43581441],"mpz_ior":[2490375,6488065,7012353,11010049,11075585,12189697,13107201,13565953,16252930,17891329,22347777,23396353,41287681,42336257],"mp_get_memory_functions":[3801091,7012353,16252930,29622279],"mpf_fits_sint_p":[3473409,3604481,5963777,7012353,10289153,16252930,16449543,17956865,18874369,26673153,29753345,34865155,38600705,42008577],"measured":[7012355,16252934,23658498,27394050,42663938],"mpz_xor":[2490369,6488065,7012353,11010049,11075585,12189697,13107201,13565953,16252930,17891329,22347777,23396353,41287681,42336263],"mpz_lucnum2_ui":[2883593,7012353,16252930,20643841,28246018,33161217],"mpz_mul":[5177345,7012353,9568263,14286849,14680065,15794177,15859713,16252930,17235969,19398657,25165825,25886721,29556737,33423361,35389441,41943041,42401793],"mpq_clears":[4063233,4521987,7012353,11534338,16252930,21626882,22806529,23855107,25755649,27459587,31064065,34209793,37814273,38207495,39321601],"macro":[20709377,25427969,33095681,40108033],"mpq_mul_2exp":[6225921,7012353,11665409,16252930,16711681,17039361,24707073,31588353,36306945,41680901,43581441],"m2exp":[6684679,7012353,16252930,42205186],"mpn_sec_div_r_itch":[2097156,4587525,7012353,16252930],"mpn_sec_div_qr":[1310721,2097153,3866625,7012354,7405569,9633793,16252932,17563649,20840455,25296897,28966913,32571393,33619973,35520513,40501249],"mpn_ior_n":[3014657,4653057,6946817,7012353,16252930,18612225,20250625,31326209,31981569,33030145,41549831],"mpf_t":[131088,589836,1376265,1638408,2686982,2949128,3473416,3604488,4128784,4718594,4784129,4915201,4980744,5046288,5963784,6160387,6357008,7012356,7077890,8257538,8519696,8978448,9109520,9240585,9502744,9764867,9830402,9961477,10027019,10223618,10289168,10354704,10420238,10485768,12124168,12845059,13041672,13303816,13434881,13828112,14024728,14155784,14614536,15204354,16121858,16252934,16449544,17170434,17301506,17367048,17956872,18087938,18546689,18743304,18874376,19595266,20054018,20119560,20578306,21102616,21954562,22020104,23003138,23592961,25034754,25100290,25690119,25952264,26279944,26673168,26869769,27066384,28311560,28508168,28770320,29753352,30474249,31522818,32374789,32636930,32702480,33685520,33947672,34275329,34865160,35061769,35454991,36110352,36175880,36634632,36896776,37093378,37158920,37617672,38600712,38731778,39059464,39190544,39583752,39976968,40566792,40960024,41025538,41615362,42008592,42860546,42991618,43122695],"msys64":[23724033],"manual":[23724035,39976961],"mpq_set":[4063233,4521985,7012353,16252930,22806529,23855105,25755649,27459591,31064065,34209793,37814273,38207489,39321601],"mpz_lucnum_ui":[2883585,7012353,16252930,28246023],"modular":[38862850],"mpn_divrem_1":[5767169,7012353,8650753,16252930,16973825,18808833,20709378,21299201,23330817,25427970,26607617,27328513,27590657,30867457,31391745,31457281,33095682,33226753,34996225,40042497,40108040,40632321,41418753],"mpz_nextprime":[7012353,14876673,16252930,24576007],"mpz_gcd":[7012353,13959175,16252930,24313857,42270721],"mpf_mul_ui":[6356993,7012353,9502721,16252930,27066375],"monotonously":[1310721,3866625,25296897,28966913,32571393],"mpn_sec_invert_itch":[7012353,16252930,17563651,39911429],"mpz_legendre":[917505,2031617,7012353,8912897,15663105,16252930,28377089,30081031,37289985],"memberwiseclone":[2424833,6160385,10027009,11337729,12255233,14090241,15007745,17694721,18546689,23592961,25100289,27197441,30539777,38141953,39387137,42467329],"mpf_set_prec_raw":[589825,2949121,4915201,7012353,9240577,12124161,16252930,26279937,27131905,28311553,30474253,35454977],"mpz_fits_ulong_p":[7012353,10616833,16252930,18153473,19267585,23658497,27656193,36569089,38666241,41091079,43188225],"mpn_divmod_1":[5767169,7012353,8650753,16252930,16973825,18808833,20709377,21299201,23330817,25427976,26607617,27328513,27590657,30867457,31391745,31457281,33095681,33226753,34996225,40042497,40108034,40632321,41418753],"mpf_fits_ulong_p":[3473409,3604481,5963777,7012353,10289153,16252930,16449537,17956865,18874369,26673153,29753345,32374785,34865157,36896769,38600705,42008577],"mpz_si_kronecker":[917505,2031617,7012353,15663105,16252930,28377095,37289985],"mpz_fdiv_qr_ui":[2555905,7012353,13369351,16056321,16252930,19791873,21889025,29818881,30605313,38535169,42139649],"mpz_probab_prime_p":[7012353,14876679,16252930,24576001,40894465],"mpn_copyd":[196609,7012353,16252930,22937607,26017793],"mpn_copyi":[196615,7012353,16252930,22937601,26017793],"mpn_perfect_power_p":[7012353,8323073,15728641,16252930,16515079,28835841],"mpz_fdiv_r_2exp":[2555905,7012353,13369345,16056321,16252930,19791873,21889025,29818881,30605319,38535169,42139649],"mpz_com":[2490369,6488065,7012353,11010049,11075585,12189697,13107201,13565953,16252930,17891335,22347777,23396353,41287681,42336257],"mpf_clears":[131074,589826,2949121,4128770,4915201,5046274,6356994,7012353,8519682,8978434,9109506,9240577,9502722,10289154,10354690,10420225,12124161,13828098,14024706,16252930,21102594,26279937,26673154,27066370,27131905,28311553,28770306,30474241,32702466,33685506,33947650,35454983,36110338,39190530,40960002,42008578],"mpz_mul_si":[5177345,7012353,9568257,16252930,17235969,41943047],"mpz_mul_ui":[5177345,7012353,9568257,16252930,17235975,41943041],"mpf_urandomb":[3473409,3604481,5963777,7012353,10289153,16252930,16449537,17956865,18874375,26673153,29753345,34865153,38600705,42008577],"mpf_get_str":[7012354,16252931,19595267,20119553,26869768,32374785,35061768,36896769,39976961],"matching":[23724033],"mpn_cnd_swap":[1310721,2097153,3866625,7012353,7405569,9633793,16252930,17563649,20840449,25296897,28966913,32571393,35520513,40501255],"mpz_divexact":[1572865,2555905,7012353,7274497,7995399,8716289,9437185,10878977,10944513,13369345,13631489,13762561,13893633,15073281,16056321,16252930,17498113,18677761,19464193,19791873,21692417,21823489,21889025,22675457,22740993,24248321,24903681,28442625,28901377,29818881,29884417,30605313,32964609,33292289,36765697,38535169,41222145,42139649,43778049],"mpf_add":[131073,5046273,6356993,7012353,8519681,8978433,9109505,9502721,10420225,13041665,13828097,14024705,16252930,21102593,27066369,28770305,33947655,36110337,39190529],"mpn_perfect_square_p":[7012353,8323073,15728641,16252930,16515073,28835847,40042497],"mpz_bin_ui":[7012353,11599873,16252930,37748744],"mersenne":[7012353,12582914,16252930,29949954,30998531,34078722],"machines":[1507329,7405569,12517377,35520513],"mpz_getlimbn":[5636112,7012353,10551297,12976129,15269889,16252930,23789569,24117249,27394049,34406401],"mpf_cmp":[7012353,14614529,16252930,17367041,18743297,32702471,36175873,39059457,40960001],"mpq_get_str":[4259841,7012353,16252930,37814274,39321601,40239111,40566785,42729473],"mslimb":[20840452],"mpz_get_str":[5505026,7012353,10158081,15269890,15925255,16252930,18939906,20774913,23068673,23789570,24117250,24444930,34406402,37224450,37879810,39452673],"mpq_div":[6225921,7012353,11665413,16252930,16711681,17039361,24707073,31588353,36306945,41680897,43581441],"mpz_submul":[5177345,7012353,9568257,14286849,14680065,15794177,15859713,16252930,17235969,19398657,25165825,25886721,29556737,33423361,35389447,41943041,42401793],"mpn_hamdist":[7012353,9175041,16252930,26804225,29163521,31260673,36044801,37355527],"mpz_clears":[1572866,2490370,2555906,2883586,5177346,5373954,5505025,7012353,7733250,7995394,8716290,8847362,8912898,9437186,9568258,9699330,10878978,11010050,11141122,13369346,13565954,13631490,13762562,13893634,13959170,14286850,14680066,15663106,15794178,15859714,16056322,16252930,16318465,16646145,17235970,17498114,17891330,19464194,19791874,21692418,21823490,22347777,22675458,22740994,24248322,24576002,24903682,25165826,25362434,25886722,26411010,26476546,26935298,27000834,27262978,28442626,28901378,29556738,29818882,29884418,30015490,30081026,30605314,31653895,32964610,33161218,33292290,33423362,35389442,36765698,37486594,37683202,37748738,37879809,38076419,38535170,38862850,41746434,41943042,42139650,42270722,42336258,42401794,43646978,43778050],"mpz_kronecker":[917505,2031617,7012353,15663111,16252930,28377089,37289985],"maps":[23724033],"mpz_export":[7012354,16252931,17432579,24444929,26345480,35192840],"mpz_add":[5177345,7012353,9568257,14286849,14680065,15269889,15794177,15859713,16252930,17235969,19398657,25165825,25886721,29556743,33423361,35389441,41943041,42401793],"mpn_xor_n":[3014663,4653057,6946817,7012353,16252930,18612225,20250625,31326209,31981569,33030145,41549825],"mpz_cmp":[458753,1441793,7012353,8060929,11141123,16252930,23199745,35258369,35913729,41746439],"mpn_divexact_1":[5767175,7012353,16252930,18808833,20709377,21299201,23330817,25427969,26607617,27328513,27590657,30867457,31391745,31457281,33095681,34996225,40042497,40108033,40632321,41418753],"mp_uint_per_limb":[12713985,16252930,29687809,30277639,39518209],"mpq_add":[6225921,7012353,11665409,16252930,16711681,17039361,24707073,31588353,36306949,41680897,43581441],"mpf_cmp_z":[7012353,14614529,16252930,17367041,18743303,32702465,36175873,39059457,40960001],"mpz_tdiv_q_ui":[7012353,8716289,13762561,16252930,17498119,19464193,28442625,32964609,33292289,36765697,41222145],"mpz_fib2_ui":[2883585,7012353,16252930,20643842,28246017,33161225],"mpf_cmp_d":[7012353,14614536,16252930,17367041,18743297,32702465,36175873,39059457,40960001],"mpz_cdiv_q":[1572865,7012353,7274497,16252930,21692417,21823489,22675457,24248327,28901377,29884417,43778049],"mpq_set_si":[1179650,3342338,4063233,4521989,7012353,8585218,11534340,11993090,14417922,15400962,16252930,18415618,21626884,22806531,23855105,25755649,27459589,28573698,29425666,31064065,34209799,36372482,37814273,38207489,39321601,40239106,40566786,42729474],"mpq_set_ui":[4063233,4521985,7012353,16252930,22806529,23855105,25755655,27459585,30474244,31064065,34209793,36634626,37814273,38207489,39256066,39321601],"menu":[23724035],"mpz_powm_sec":[7012353,16252930,17629185,25362433,26476545,26935297,27000839],"mpq_get_num":[7012353,8585217,14417921,15400967,16252930,18415617,28573697,29425665],"mpz_popcount":[2490369,6488065,7012353,11010049,11075585,12189697,13107201,13565953,16252930,17891329,22347783,23396353,41287681,42336257],"mpz":[8585217,10485761,15269889,22020097,26738689,28573697],"mpz_random2":[7012353,7340033,14221313,16252930,27262977,34471941,34603009],"mpf_init_set_d":[3473410,4128769,7012353,10289154,14155777,16252930,20119554,25952257,26673154,26869762,28508167,35061762,36896770,37617665,39976962,42008578],"mpf_init_set_ui":[3604482,4128769,5963778,7012353,14155777,16252930,16449538,17956866,25952263,28508161,29753346,34865154,37617665,43122689],"mpq_numref":[7012353,8585217,14417921,15400963,16252930,18415619,28573703,29425665,40239105],"mpf_set_str":[1638401,4980737,7012353,10354689,14155777,16252930,22020103,33685505,36634625,37158913,39583745],"multiplier":[7012353,16252930,17039366],"mpq_get_den":[7012353,8585217,14417921,15400961,16252930,18415617,28573697,29425672],"mpz_cmp_d":[458753,1441793,7012353,8060929,11141121,16252930,23199745,35258376,35913729,41746433],"miscellaneous":[786434,3473410,3604482,5963778,10289154,10616834,16252931,16449538,17956866,18153474,18874370,19267586,22085634,23658498,26673154,27656194,29753346,32374785,34865154,36569090,36896769,38600706,38666242,41091074,42008578,43188226],"mpn_sec_tabselect":[1310721,2097153,3866625,7012353,7405569,9633799,16252930,17563649,20840449,25296897,28966913,32571393,35520513,40501249],"mpn_gcd_1":[5701633,7012353,16252930,19529735,20447233,35717121],"math":[65537,131078,196615,327681,393221,458757,524292,589829,655364,720900,786437,851969,917509,983044,1048580,1114113,1179653,1245185,1310730,1376260,1441797,1507334,1572870,1638405,1703940,1769476,1835015,1900545,1966086,2031621,2097161,2162689,2228225,2293765,2359301,2424833,2490375,2555910,2621444,2686980,2752516,2818049,2883590,2949125,3014664,3080193,3145732,3211268,3276804,3342341,3407873,3473413,3538948,3604485,3670017,3735557,3801095,3866633,3932161,3997700,4063237,4128774,4194309,4259845,4325382,4390916,4456453,4521990,4587526,4653064,4718596,4784132,4849669,4915204,4980741,5046278,5111809,5177351,5242884,5308417,5373958,5439493,5505030,5570564,5636102,5701642,5767176,5832705,5898247,5963781,6029316,6094852,6160385,6225926,6291457,6356999,6422529,6488070,6553604,6619137,6684679,6750209,6815749,6881284,6946824,7012353,7077892,7143429,7208964,7274501,7340038,7405577,7471108,7536641,7602181,7667717,7733254,7798790,7864321,7929862,7995399,8060933,8126469,8192004,8257542,8323078,8388609,8454149,8519686,8585221,8650760,8716296,8781828,8847366,8912902,8978438,9043972,9109510,9175046,9240581,9306118,9371652,9437191,9502727,9568263,9633801,9699334,9764865,9830404,9895940,9961473,10027014,10092549,10158085,10223621,10289158,10354694,10420230,10485766,10551302,10616837,10682374,10747908,10813444,10878982,10944517,11010055,11075590,11141126,11206660,11272196,11337729,11403269,11468804,11534342,11599877,11665415,11730948,11796485,11862020,11927556,11993093,12058629,12124166,12189702,12255237,12320773,12386308,12451846,12517382,12582918,12648452,12713988,12779526,12845057,12910597,12976133,13041669,13107206,13172737,13238276,13303813,13369351,13434884,13500420,13565958,13631495,13697025,13762567,13828102,13893638,13959175,14024711,14090245,14155782,14221319,14286854,14352388,14417926,14483460,14548996,14614533,14680071,14745605,14811140,14876677,14942212,15007749,15073286,15138820,15204357,15269895,15335425,15400966,15466497,15532036,15597573,15663110,15728647,15794183,15859718,15925254,15990785,16056327,16121860,16187396,16252933,16318469,16384001,16449541,16515078,16580612,16646150,16711686,16777217,16842756,16908292,16973832,17039367,17104900,17170437,17235974,17301510,17367045,17432577,17498118,17563658,17629189,17694721,17760261,17825796,17891334,17956869,18022404,18087941,18153477,18219012,18284548,18350081,18415622,18481156,18546693,18612232,18677765,18743302,18808841,18874375,18939910,19005445,19070980,19136517,19202053,19267589,19333126,19398662,19464199,19529736,19595265,19660806,19726341,19791878,19857409,19922948,19988484,20054020,20119558,20185092,20250631,20316166,20381700,20447243,20512772,20578308,20643845,20709383,20774917,20840458,20905988,20971524,21037060,21102599,21168129,21233669,21299208,21364741,21430276,21495813,21561345,21626886,21692424,21757956,21823495,21889029,21954564,22020102,22085637,22151172,22216708,22282244,22347781,22413313,22478853,22544388,22609925,22675463,22740998,22806534,22872068,22937607,23003140,23068677,23134213,23199749,23265284,23330825,23396358,23461893,23527429,23592966,23658501,23724036,23789574,23855109,23920641,23986177,24051718,24117254,24182785,24248327,24313862,24379398,24444938,24510469,24576006,24641541,24707078,24772612,24838148,24903687,24969221,25034757,25100295,25165830,25231364,25296905,25362438,25427976,25493508,25559044,25624580,25690118,25755653,25821185,25886726,25952261,26017798,26083329,26148868,26214405,26279942,26411014,26345481,26476552,26542086,26607623,26673158,26738692,26804230,26869768,26935303,27000840,27066374,27131909,27262983,27197441,27328523,27394053,27459590,27525125,27590664,27656197,27721733,27787271,27852801,27918337,27983878,28049412,28114949,28180481,28246021,28311557,28377093,28442630,28508165,28573701,28639237,28704769,28770310,28835846,28901383,28966924,29032455,29097988,29163526,29229057,29294596,29360134,29425670,29491205,29556743,29622279,29687809,29753349,29818887,29884422,29949958,30015495,30081030,30146564,30212097,30277636,30343174,30408709,30474246,30539777,30605319,30670852,30736390,30801925,30867464,30932996,30998533,31064069,31129604,31195143,31260679,31326216,31391751,31457288,31522820,31588358,31653893,31719429,31784964,31850501,31916037,31981576,32047105,32112645,32178182,32243717,32309252,32374790,32440325,32505861,32571400,32636932,32702470,32768001,32833541,32899078,32964615,33030152,33095688,33161222,33226761,33292295,33357829,33423366,33488897,33554436,33619974,33685510,33751044,33816581,33882116,33947655,34013188,34078725,34144260,34209797,34275332,34340865,34406406,34471942,34537473,34603015,34668550,34734081,34799621,34865157,34930692,34996232,35061768,35127300,35192841,35258373,35323908,35389447,35454981,35520521,35586053,35651588,35717131,35782660,35848193,35913733,35979269,36044807,36110342,36175877,36241413,36306951,36372486,36438021,36503558,36569093,36634630,36700164,36765703,36831236,36896774,36962308,37027844,37093381,37158918,37224454,37289989,37355527,37421062,37486599,37552132,37617669,37683207,37748742,37814277,37879813,37945348,38010885,38076421,38141953,38207493,38273025,38338564,38404101,38469636,38535176,38600711,38666245,38731778,38797317,38862855,38928388,38993925,39059461,39124996,39190534,39256070,39321606,39387137,39452677,39518212,39583749,39649281,39714820,39780356,39845894,39911429,39976967,40042504,40108041,40173572,40239110,40304644,40370180,40435717,40501256,40566790,40632328,40697857,40763397,40828934,40894469,40960007,41025540,41091077,41156613,41222149,41287686,41353217,41418759,41484294,41549832,41615365,41680902,41746438,41811973,41877508,41943046,42008582,42074116,42139655,42205190,42270729,42336263,42401798,42467333,42532869,42598404,42663942,42729477,42795012,42860549,42926084,42991620,43057157,43122695,43188229,43253765,43319300,43384836,43450372,43515909,43581447,43646983,43712516,43778055],"mpf_div_2exp":[7012353,8519687,9109505,10420225,14024705,16252930],"mpz_remove":[7012353,16252930,37683207],"mpz_setbit":[2490369,6488065,7012353,11010049,11075585,12189697,13107201,13565953,16252930,17891329,22347777,23396353,41287687,42336257],"mpq_set_str":[4063233,4521985,7012353,16252930,22806529,23855105,25755649,27459585,31064065,34209793,37814273,38207489,39321606],"mpz_fdiv_q":[7012353,13369345,16056321,16252930,19791873,21889025,29818887,30605313,38535169,42139649],"manipulation":[23658497],"mp_exp_t":[393225,851988,2293769,3211266,7012354,7602185,8192009,10027010,11468803,12779534,15466500,16252930,18022409,19136521,19595266,20381705,21430281,22216713,22413318,22872073,23724033,25493513,26214409,26542094,26869768,27918340,28639241,32309251,32768016,33751044,34340899,34799626,35061769,35586057,36831239,38600709,38731777,40304649,43384877,43515913],"mpf_init_set":[4128775,7012353,14155777,16252930,25952257,28508161,37617665],"mpf_get_d":[131074,589827,1638402,2949122,4128770,4980738,5046274,6356994,7012353,8519682,8978434,9109506,9240578,9502722,10289154,10354690,10420225,12124162,13041666,13828098,14024706,16252930,20119559,21102594,25952258,26279938,26673154,26869761,27066370,28311554,28508162,28770306,32374785,33685508,33947650,35061761,35454982,36110338,36896769,37617666,39190530,39583746,39976961,40960002,42008578],"msb":[24444930,26345474,35192834],"mpz_set_str":[5439489,5505026,7012354,9699329,12976130,16252932,18939911,23134209,24641537,25690113,26411009,34406402,37224450,39321601,41484289],"msys32":[23724033],"members":[65537,1245185,1769473,1900545,2228225,2424833,2818049,3080193,3670017,4784129,5111809,5308417,5570561,6160385,6291457,6750209,7012353,8388609,9764865,9961473,10027009,11337729,12255233,12845057,13172737,13434881,14090241,15007745,15335425,15990785,16252929,16384001,16777217,17694721,18350081,18546689,19857409,21168129,22413313,23592961,23920641,23986177,24182785,25100289,27197441,27852801,27918337,29229057,29687809,30212097,30539777,32047105,33488897,34275329,34340865,34537473,34734081,37945345,38141953,38273025,39387137,40370177,42467329,43384833],"mpq_init":[1179650,3342338,4063233,4259842,4521989,7012353,8585218,9306114,11534340,11993090,14417922,15400962,16252930,18415618,21626884,22806531,23855105,25755651,27459589,28573698,29425666,30474242,31064067,34209795,36372482,36634626,37814279,38207489,39256066,39321602,40239106,40566786,42729474],"mpz_tdiv_r_ui":[7012353,8716289,13762561,16252930,17498113,19464193,28442631,32964609,33292289,36765697,41222145],"men":[10485761,22020097],"mpz_gcd_ui":[7012353,13959169,16252930,24313863,42270721],"mp_bits_per_limb":[7012353,12713985,16252932,17563650,20709378,28966913,29687809,30277633,31260673,33095682,36044801,39518215],"mpf_pow_ui":[131073,5046273,6356993,7012353,8519681,8978433,9109505,9502721,10420225,13041665,13828097,14024705,16252930,21102593,27066369,28770311,33947649,36110337,39190529],"multi":[196610,1310722,1966082,2097154,3014658,3866626,4653058,4784129,5701634,5767170,5898242,6946818,7012353,7405570,8323074,8650754,9175042,9633794,13434881,15728642,16252930,16515074,16973826,17563649,18612226,18808834,19333122,19529730,20250626,20447234,20709378,20840450,21299202,22937602,23330818,23724033,25296898,25427970,26017794,26607618,26804226,27328514,27590658,28835842,28966914,29163522,30801921,30867458,31195138,31260674,31326210,31391746,31457282,31981570,32571394,33030146,33095682,33226754,34275329,34996226,35520514,35717122,36044802,37355522,40042498,40108034,40501250,40632322,41418754,41549826,42663938],"mpq_set_num":[7012353,8585217,14417921,15400961,16252930,18415623,28573697,29425665],"mpq_cmp_si":[1179649,3342337,4521988,7012353,8585218,11534337,11993095,14417922,15400962,16252930,18415618,21626881,22806530,27459586,28573698,29425666,34209794,36372481,40566786],"mpq_cmp_ui":[1179655,3342337,7012353,9306114,11534337,11993089,16252930,21626881,25755650,36372481],"mpz_divisible_p":[1572865,2555905,7012353,7274497,7995393,8716289,9437185,10878977,10944513,13369345,13631489,13762561,13893639,15073281,16056321,16252930,17498113,18677761,19464193,19791873,21692417,21823489,21889025,22675457,22740993,24248321,24903681,28442625,28901377,29818881,29884417,30605313,32964609,33292289,36765697,38535169,41222145,42139649,43778049],"mpn_sec_powm_itch":[7012353,9633793,16252930,27787269,28966916],"mpz_get_d":[7012353,10158081,15925249,16252930,20774913,23068679,39452673],"mimics":[15007745],"mpz_cdiv_q_2exp":[1572865,7012353,7274497,16252930,21692417,21823489,22675457,24248321,28901383,29884417,43778049],"mpn_sec_div_r":[1310721,2097159,3866625,4587525,7012354,7405569,9633793,16252932,17563649,20840449,25296897,28966913,32571393,35520513,40501249],"mpq_set_den":[7012353,8585217,14417927,15400961,16252930,18415617,28573697,29425665],"mpz_odd_p":[7012353,10616833,16252930,18153479,19267585,23658497,27656193,36569089,38666241,41091073,43188227],"maximum":[7340033,8257537,16646145,17301505,23724033,26869762,34471937,35061762,38600705,43122690],"mpz_millerrabin":[7012353,14876673,16252930,40894472],"malloc":[1835009,4325377,26345474,35192834],"mpz_bin_uiui":[7012353,11599879,16252930,37748737],"mpz_pow_ui":[7012353,16252930,17629185,25362439,26476545,26935297,27000833],"mpz_congruent_2exp_p":[7012353,9437185,10944513,13631495,16252930],"mpz_2fac_ui":[3735553,7012353,16252930,30801921,36438023],"mp_set_memory_functions":[3801095,7012353,16252930,29622273],"mpn_sec_sqr":[1310722,2097153,3866625,4849668,7012354,7405569,9633793,16252932,17563649,20840449,25296897,28966913,32571399,35520513,40501249],"mpf_inp_str":[7012353,10485767,16252930,43122689],"mpz_cmpabs":[458753,1441793,7012353,8060929,11141125,16252930,23199745,35258369,35913729,41746433],"mpf_set_d":[1638401,4980743,7012353,10354689,16252930,22020097,33685505,36634625,37158913,39583745],"mpf_set_q":[1638401,4980737,7012353,10354689,16252930,22020097,30474244,33685505,36634631,37158913,39583745],"mpf_set_z":[1638401,4980737,7012353,10354689,16252930,22020097,33685505,36634625,37158919,39583745],"mpn_and_n":[3014657,4653057,6946817,7012353,16252930,18612231,20250625,31326211,31981569,33030145,41549825],"mpf_div":[131073,5046273,6356993,7012353,8519681,8978433,9109505,9502721,10420225,13041665,13828097,14024711,16252930,21102593,27066369,28770305,33947649,36110337,39190529],"mpf_init_set_str":[4128769,7012353,14155783,16252930,25952257,28508161,37617665],"mpz_urandomm":[7012353,7340034,14221313,16252930,27262983,34471937,34603009],"mpq_inp_str":[7012353,9306119,16252930,39256065],"max_size":[7012355,7340039,16252934,34471943,38600711],"mpn_scan1":[7012353,9175041,16252930,26804231,29163521,31260673,36044801,37355521],"mpn_scan0":[7012353,9175041,16252930,26804225,29163527,31260673,36044801,37355521],"mpz_tstbit":[2490369,6488071,7012353,11010049,11075585,12189697,13107201,13565953,16252930,17891329,22347777,23396353,41287681,42336257],"mpz_primorial_ui":[7012353,16252930,27525127],"mpz_powm_ui":[7012353,16252930,17629185,25362433,26476545,26935303,27000833],"mpz_tdiv_q":[7012353,8716289,13762567,16252930,17498113,19464193,28442625,32964609,33292289,36765697,41222145],"mpz_set_d":[5439489,7012353,9699329,16252930,18939905,23134209,24641544,25690113,26411009,41484289],"mpf_init":[131074,589825,2949127,4915202,5046274,6356994,7012353,8519682,8978434,9109506,9240579,9502722,10289154,10420225,10485762,12124163,13041666,13828098,14024706,16252930,18874370,21102594,22020098,26279937,26673154,27066370,27131906,28311553,28770306,30474243,33947650,35454977,36110338,36634626,37158914,38600706,39190530,40566786,40960002,42008578],"mpz_set_f":[5439489,7012353,9699329,16252930,18939905,23134209,24641537,25690120,26411009,41484289],"mpz_get_d_2exp":[7012353,10158081,15925249,16252930,20774919,23068673,39452673],"mpz_set_q":[5439489,7012353,9699329,16252930,18939905,23134209,24641537,25690113,26411009,41484296],"mpz_perfect_square_p":[5373953,6815751,7012353,7733249,16252930,30015489,38010881,43646977],"mpn_popcount":[7012353,9175047,16252930,26804225,29163521,31260673,36044801,37355521],"multiplicand":[7012353,16252930,17039366],"mpz_cdiv_ui":[1572865,7012353,7274503,16252930,21692417,21823489,22675457,24248321,28901377,29884417,43778049],"mpz_addmul":[5177345,7012353,9568257,14286849,14680065,15794183,15859713,16252930,17235969,19398657,25165825,25886721,29556737,33423361,35389441,41943041,42401793],"mpn_sec_powm":[1310721,2097153,3866625,7012354,7405569,9633793,16252932,17563649,20840449,25296897,27787270,28966919,32571393,35520513,40501249],"mpf_mul_2exp":[6356999,7012353,9502721,16252930,27066369],"mpz_init":[1572866,2490370,2555906,3735554,5177346,5373954,5439490,5505027,7012353,7340034,7733250,7995394,8847362,9568258,9699332,10878978,11010050,11599874,12976130,13762562,13959170,14221314,14680066,15269890,15400962,15859714,16056322,16252930,16318467,16646146,17235970,17498114,17629186,17891330,18939906,19398658,19464194,19791874,20643842,22675458,22740994,22806530,23134210,23789570,24248322,24379394,24444930,24576002,24641538,24903682,25165826,25362434,25690114,25886722,26476546,26935298,27000834,27262978,27525122,28246018,28442626,28901378,29425666,29556738,29818882,29884418,30605314,30801922,31653889,32964610,33292290,34406402,34471938,34603010,36372482,36438018,37158914,37486594,37683202,37748738,37879815,38076417,38862850,41484290,41943042,42139650,42336258,42401794,43778050],"mpn_zero":[196609,7012353,16252930,22937601,26017799],"magnitude":[2490369,6488065,10027009,11010049,11075585,12189697,12845057,13107201,13565953,16777217,17891329,22347777,23396353,23592961,25100289,34734081,37027842,41287681,42336257],"mpz_out_raw":[1507335,7012354,12517381,16252932,19660801,24379393],"mpn_tdiv_qr":[5767169,7012353,8650753,16252930,16973825,18808833,20709377,21299201,23330817,25427969,26607617,27328519,27590657,30867457,31391745,31457281,33095681,33226753,34996225,40042497,40108033,40632321,41418753],"mpf_get_prec":[589825,2949121,4915201,7012353,9240577,12124163,16252930,26279941,27131905,28311559,30474242,35454977],"mpf_size":[7012353,13303815,16252930],"mpn_neg":[5767169,7012353,8650753,16252930,16973825,18808833,20709377,21299201,23330817,25427969,26607623,27328513,27590657,30867457,31391745,31457281,33095681,33226753,34996225,40042497,40108033,40632321,41418753],"minuend":[7012353,16252930,26607617,43581446],"mpz_jacobi":[7012353,8912903,16252930,30081025],"mpn_cnd_add_n":[1310721,2097153,3866625,7012353,7405575,9633793,16252930,17563649,20840449,25296897,28966913,32571393,35520513,40501249],"mpn_nand_n":[3014657,4653057,6946817,7012353,16252930,18612225,20250625,31326213,31981569,33030145,41549825],"mpz_cdiv_qr":[1572865,2555905,7012353,7274497,7995393,8716289,9437185,10878977,10944513,13369345,13631489,13762561,13893633,15073281,16056321,16252930,17498113,18677761,19464193,19791873,21692423,21823489,21889025,22675457,22740993,24248321,24903681,28442625,28901377,29818881,29884417,30605313,32964609,33292289,36765697,38535169,41222145,42139649,43778049],"mpq_sgn":[1179649,3342343,7012353,11534337,11993089,16252930,21626881,36372481],"mpz_realloc2":[5505033,7012353,16252930,16318465,16646145,31653889,34406403,37879809,38076417],"mpz_divexact_ui":[7012353,7995393,10878983,16252930],"mpz_fac_ui":[3735559,7012353,16252930,30801921,36438017],"mpq_abs":[6225925,7012353,11665409,16252930,16711681,17039361,24707073,31588353,36306945,41680897,43581441],"mpz_fib_ui":[7012353,16252930,20643847,33161217],"mpq_sub":[6225921,7012353,11665409,16252930,16711681,17039361,24707073,31588353,36306945,41680897,43581445],"mpz_fdiv_ui":[2555905,7012353,13369345,16056321,16252930,19791873,21889031,22740993,29818881,30605313,38535169,42139649],"mpz_size":[5636099,7012353,10551298,12976130,15269889,16252930,23789569,24117249,27394057,34406401],"mpz_cmpabs_d":[458760,1441793,7012353,8060929,11141121,16252930,23199745,35258369,35913729,41746433],"mpf_get_d_2exp":[7012353,16252930,20119553,26869761,32374785,35061761,36896769,39976967],"multiple":[655362,2621441,6160385,6684673,7012354,7471105,10027010,11337729,16252932,17694721,18546691,23592963,32636930,34275329,34930690,37486595,38731780,40828929],"mpz_gcdext":[7012353,13959169,16252930,24313857,42270727],"mpz_mod":[1572865,2555905,7012353,7274497,7995393,8716289,9437185,10878977,10944513,13369345,13631489,13762561,13893633,15073281,16056321,16252930,17498113,18677761,19464193,19791873,21692417,21823489,21889025,22675457,22740993,24248321,24903687,28442625,28901377,29818881,29884417,30605313,32964609,33292289,36765697,38535169,41222145,42139649,43778049],"mpf_add_ui":[7012353,13828103,16252930,33947649],"mpn_sub":[5767169,7012353,8650753,16252930,16973825,18808833,20709377,21299201,23330823,25427969,26607617,27328513,27590657,30867457,31391745,31457281,33095681,33226753,34996225,40042497,40108033,40632321,41418753],"mpn_sec_add_1_itch":[3866628,7012353,16252930,23527429],"mp_bytes_per_limb":[1966082,5636100,12713991,12976132,15269892,16252930,19333122,20840452,23789572,24117250,27394052,29687809,30277633,36044802,39518209,40042500],"mpf_floor":[3473409,3604481,5963777,7012353,10289153,16252930,16449537,17956865,18874369,26673153,29753345,34865153,38600705,42008583],"modulo":[2097153,7012363,9437186,10944514,13631490,16252950,17563649,20840449,26476547,26935299,27000834,28966913,38862849],"mutable":[9043969,11468801,12648449,18481153,19988481,24772609,34144257,35651585,42795009],"mpz_fdiv_qr":[1572865,2555905,7012353,7274497,7995393,8716289,9437185,10878977,10944513,13369345,13631489,13762561,13893633,15073281,16056321,16252930,17498113,18677761,19464193,19791873,21692417,21823489,21889025,22675457,22740993,24248321,24903681,28442625,28901377,29818881,29884417,30605313,32964609,33292289,36765697,38535175,41222145,42139649,43778049],"mpq_denref":[7012353,8585223,14417923,15400961,16252930,18415617,28573697,29425667,40239105],"mpz_addmul_ui":[7012353,14286855,15794177,16252930],"mpn_mod_1":[5767169,7012353,8650753,16252930,16973825,18808833,20709377,21299201,23330817,25427969,26607617,27328513,27590657,30867457,31391751,31457281,33095681,33226753,34996225,40042497,40108033,40632321,41418753],"modified":[7340033,14221313,27262977,34471937,34603009],"mpz_add_ui":[7012353,8585218,15400962,16252930,19398665,28573698,29425666,29556737],"mpz_init_set":[7012353,8847367,16252930,22609921,37224449,41811969,43253761],"making":[22020097],"mpf_set_prec":[589825,2949121,4915201,7012353,9240577,12124167,16252930,26279937,27131905,28311553,30474243,35454977,37027841],"mpz_cdiv_qr_ui":[1572865,7012353,7274497,16252930,21692417,21823495,22675457,24248321,28901377,29884417,43778049],"mpz_tdiv_qr_ui":[7012353,8716289,13762561,16252930,17498113,19464193,28442625,32964609,33292289,36765703,41222145],"mpq_cmp":[1179649,3342337,7012353,11534344,11993089,16252930,21626882,36372482],"mpz_even_p":[7012353,10616833,16252930,18153475,19267585,23658497,27656193,36569089,38666241,41091073,43188231],"mpz_cdiv_r_2exp":[1572865,7012353,7274497,16252930,21692417,21823489,22675463,24248321,28901377,29884417,43778049],"mpn_sec_sqr_itch":[4849669,7012353,16252930,32571396],"mpf_ui_sub":[7012353,16252930,21102593,36110337,39190535],"marshal":[5898242,24444930,26345474,31195138,35192834],"mpz_ui_kronecker":[917505,2031617,7012353,15663105,16252930,28377089,37289991],"mpn_random":[1966082,7012353,16252930,19333128],"method":[131073,196609,458753,524289,589825,655361,786433,917505,983041,1114113,1179649,1310721,1441793,1507329,1572865,1638401,1835009,1966081,2031617,2097153,2162689,2359297,2490369,2555905,2752513,2883585,2949121,3014657,3145729,3211265,3342337,3473409,3604481,3735553,3801089,3866625,4063233,4128769,4259841,4325377,4390913,4521985,4587521,4653057,4718593,4849665,4915201,4980737,5046273,5177345,5373953,5439489,5505025,5636097,5701633,5767169,5832705,5898241,5963777,6094849,6225921,6356993,6488065,6619137,6684673,6815745,6946817,7077889,7274497,7340033,7405569,7536641,7667713,7733249,7995393,8060929,8257537,8323073,8454145,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978433,9109505,9175041,9240577,9306113,9371649,9437185,9502721,9568257,9633793,9699329,10158081,10223617,10289153,10354689,10420225,10485761,10551297,10616833,10813441,10878977,10944513,11010049,11075585,11141121,11534337,11599873,11665409,11927553,11993089,12124161,12189697,12517377,12582913,12976129,13041665,13107201,13303809,13369345,13565953,13631489,13697025,13762561,13828097,13893633,13959169,14024705,14155777,14221313,14286849,14417921,14614529,14680065,14811137,14876673,15073281,15204353,15269889,15400961,15466497,15663105,15728641,15794177,15859713,15925249,16056321,16121857,16318465,16449537,16515073,16646145,16711681,16842753,16973825,17039361,17104897,17170433,17235969,17301505,17367041,17432577,17498113,17563649,17629185,17891329,17956865,18087937,18153473,18415617,18612225,18677761,18743297,18808833,18874369,18939905,19070977,19267585,19333121,19398657,19464193,19529729,19595265,19660801,19791873,19922945,20119553,20185089,20250625,20447233,20512769,20578305,20643841,20709377,20774913,20840449,20971521,21037057,21102593,21299201,21495809,21626881,21692417,21757953,21823489,21889025,21954561,22020097,22085633,22151169,22347777,22609921,22675457,22740993,22806529,22937601,23003137,23068673,23134209,23199745,23330817,23396353,23461889,23527425,23658497,23724033,23789569,23855105,24117249,24248321,24313857,24379393,24444929,24510465,24576001,24641537,24707073,24903681,25034753,25165825,25296897,25362433,25427969,25690113,25755649,25886721,25952257,26017793,26083329,26279937,26345473,26411009,26476545,26607617,26673153,26804225,26869761,26935297,27000833,27066369,27131905,27262977,27328513,27394049,27459585,27525121,27590657,27656193,27721729,27787265,28049409,28246017,28311553,28377089,28442625,28508161,28573697,28770305,28835841,28901377,28966913,29163521,29294593,29360129,29425665,29491201,29556737,29622273,29753345,29818881,29884417,29949954,30015489,30081025,30474241,30605313,30670849,30801921,30867457,30998529,31064065,31195137,31260673,31326209,31391745,31457281,31588353,31653889,31916033,31981569,32112641,32243713,32309249,32374785,32505857,32571393,32636929,32702465,32964609,33030145,33095681,33161217,33226753,33292289,33357825,33423361,33554433,33619969,33685505,33751041,33947649,34078722,34209793,34406401,34471937,34603009,34799617,34865153,34930689,34996225,35061761,35127297,35192833,35258369,35389441,35454977,35520513,35717121,35848193,35913729,36044801,36110337,36175873,36241409,36306945,36372481,36438017,36569089,36634625,36765697,36896769,37093377,37158913,37224449,37289985,37355521,37486593,37617665,37683201,37748737,37814273,37879809,38010881,38076417,38207489,38338561,38535169,38600705,38666241,38862849,39059457,39190529,39256065,39321601,39452673,39583745,39649281,39714817,39911425,39976961,40042497,40108033,40173569,40239105,40435713,40501249,40566785,40632321,40828929,40894465,40960001,41091073,41222145,41287681,41418753,41484289,41549825,41615361,41680897,41746433,41811969,41877505,41943041,42008577,42139649,42205185,42270721,42336257,42401793,42598401,42663937,42729473,42860545,42991617,43122689,43188225,43253761,43581441,43646977,43778049],"mpq_cmp_z":[1179649,3342337,7012353,11534337,11993089,16252930,21626881,36372487],"mpz_tdiv_ui":[7012353,8716289,13762561,16252930,17498113,19464193,28442625,32964609,33292289,36765697,41222151],"mpz_inp_str":[1507329,7012353,12517377,16252930,19660801,24379399],"mpz_mod_ui":[7012353,16252930,22741000,24903681],"mpn_sec_div_qr_itch":[7012353,16252930,20840452,33619973],"mpn_iorn_n":[3014657,4653063,6946817,7012353,16252930,18612225,20250625,31326209,31981569,33030145,41549825],"mpf_fits_sshort_p":[3473409,3604487,5963777,7012353,10289153,16252930,16449537,17956865,18874369,26673153,29753345,34865153,38600705,42008577],"mpz_fdiv_q_ui":[2555911,7012353,13369345,16056321,16252930,19791873,21889025,29818881,30605313,38535169,42139649],"mpz_init_set_si":[458754,1441793,1572866,2555906,5177346,5373954,6488066,6815746,7012353,7274498,7733250,8716292,8847361,11141122,13107202,13369346,13762564,14286852,15859714,15925250,16056324,16252930,17235970,17498114,18743298,19464194,19791874,21692420,21823490,21889026,22609921,22675458,23199746,23396354,23658498,24248324,25886722,26411012,28442626,28901378,29818884,29884418,30015490,30605314,32964612,33292290,33423364,35389442,36765698,37224449,37748738,38010882,38535172,39452674,41222146,41287682,41811975,41943042,42139650,43253761,43646978,43778052],"mpz_tdiv_q_2exp":[7012353,8716289,13762561,16252930,17498113,19464199,28442625,32964609,33292289,36765697,41222145],"mpn_mul":[5767169,7012353,8650753,16252930,16973825,18808839,20709377,21299201,23330817,25427969,26607617,27328513,27590657,30867457,31391745,31457281,33095681,33226753,34996225,40042497,40108033,40632321,41418753],"mpz_fits_uint_p":[7012353,10616839,16252930,18153473,19267585,23658497,27656193,36569089,38666241,41091073,43188225],"mpz_scan1":[2490369,6488065,7012353,11010049,11075586,12189704,13107201,13565953,16252930,17891329,22347777,23396353,41287681,42336257],"member":[131073,196609,458753,589825,655361,786433,917505,1179649,1310721,1441793,1507329,1572865,1638401,1835009,1966081,2031617,2097153,2359297,2490369,2555905,2883585,2949121,3014657,3145729,3342337,3473409,3604481,3735553,3801089,3866625,4063233,4128769,4259841,4325377,4521985,4587521,4653057,4718593,4849665,4915201,4980737,5046273,5177345,5373953,5439489,5505025,5636097,5701633,5767169,5898241,5963777,6225921,6356993,6488065,6684673,6815745,6946817,7077889,7274497,7340033,7405569,7667713,7733249,7995393,8060929,8257537,8323073,8454145,8519681,8585217,8650753,8716289,8847361,8912897,8978433,9109505,9175041,9240577,9306113,9437185,9502721,9568257,9633793,9699329,10158081,10223617,10289153,10354689,10420225,10485761,10551297,10616833,10813441,10878977,10944513,11010049,11075585,11141121,11534337,11599873,11665409,11730945,11927553,11993089,12124161,12189697,12517377,12582913,12976129,13041665,13107201,13303809,13369345,13565953,13631489,13762561,13828097,13893633,13959169,14024705,14155777,14221313,14286849,14352385,14417921,14483457,14614529,14680065,14876673,15073281,15204353,15269889,15400961,15663105,15728641,15794177,15859713,15925249,16056321,16121857,16318465,16449537,16515073,16646145,16711681,16842753,16973825,17039361,17104897,17170433,17235969,17301505,17367041,17498113,17563649,17629185,17891329,17956865,18087937,18153473,18415617,18612225,18677761,18743297,18808833,18874369,18939905,19267585,19333121,19398657,19464193,19529729,19660801,19791873,20054017,20119553,20250625,20447233,20643841,20709377,20774913,20840449,20971521,21102593,21299201,21495809,21626881,21692417,21823489,21889025,21954561,22020097,22085633,22347777,22609921,22675457,22740993,22806529,22937601,23003137,23068673,23134209,23199745,23330817,23396353,23461889,23527425,23658497,23789569,23855105,24117249,24248321,24313857,24379393,24444929,24510465,24576001,24641537,24707073,24903681,25034753,25165825,25296897,25362433,25427969,25690113,25755649,25886721,25952257,26017793,26279937,26411009,26345473,26476545,26607617,26673153,26738689,26804225,26869761,26935297,27000833,27066369,27131905,27262977,27328513,27394049,27459585,27525121,27590657,27656193,27721729,27787265,28049409,28246017,28311553,28377089,28442625,28508161,28573697,28770305,28835841,28901377,28966913,29163521,29360129,29425665,29491201,29556737,29622273,29753345,29818881,29884417,29949953,30015489,30081025,30474241,30605313,30801921,30867457,30932993,30998529,31064065,31195137,31260673,31326209,31391745,31457281,31588353,31653889,31916033,31981569,32112641,32243713,32374785,32505857,32571393,32636929,32702465,32964609,33030145,33095681,33161217,33226753,33292289,33357825,33423361,33619969,33685505,33947649,34078721,34209793,34406401,34471937,34603009,34799617,34865153,34930689,34996225,35061761,35192833,35258369,35389441,35454977,35520513,35717121,35913729,36044801,36110337,36175873,36241409,36306945,36372481,36438017,36569089,36634625,36765697,36896769,37093377,37158913,37224449,37289985,37355521,37486593,37617665,37683201,37748737,37814273,37879809,38010881,38076417,38207489,38338561,38535169,38600705,38666241,38862849,39059457,39190529,39256065,39321601,39452673,39583745,39911425,39976961,40042497,40108033,40239105,40435713,40501249,40566785,40632321,40828929,40894465,40960001,41025537,41091073,41222145,41287681,41418753,41484289,41549825,41615361,41680897,41746433,41811969,41877505,41943041,42008577,42139649,42205185,42270721,42336257,42401793,42663937,42729473,42860545,42926081,42991617,43122689,43188225,43253761,43581441,43646977,43778049],"mpz_scan0":[2490369,6488065,7012353,11010049,11075592,12189698,13107201,13565953,16252930,17891329,22347777,23396353,41287681,42336257]} \ No newline at end of file +{"mpz_rrandomb":[7274497,7602177,14024711,18022402,26279937,33816577,38273026],"mpz_tdiv_qr":[1966081,3735553,6750209,7471105,7602177,8716289,9437191,11337729,11599873,11862017,12713985,13434881,13893633,15335425,17760257,18022402,18153473,19791873,20578305,21233665,21889025,22282241,23396353,24313857,24576001,25231361,26738689,28573697,29294593,30670849,31129601,32243713,33947649,34078721,39059457,39518209,41484289,42991617,43188225],"mpn_lshift":[7602177,8323073,18022402,18546689,26083329,31391745,31588353,34603015,34799617,38141953],"mpq_get_d":[4980739,7602177,18022402,23920646,31326210,37224454,41091073,42663937,42729479],"main":[22413313],"mpz_congruent_ui_p":[7602177,8716289,11337735,12713985,18022402],"mpn_sec_sub_1":[1441793,3211265,3604481,3801092,6881281,7602178,9371649,17956865,18022404,19136513,26935303,29687809,31850497,35192833,41680897],"mpf_set_default_prec":[65538,524290,2490372,3473410,3670019,4194306,4784131,5636098,7602177,8519682,8650754,8781826,9109506,9175043,9306113,11272193,11468802,12386306,12582914,12910594,13631490,13959171,14155778,14548994,15400962,16515074,18022402,19988482,25952257,26148865,26345474,26804226,27131907,27197447,27918338,28835842,28966915,31719426,33161218,33554435,33685506,34340865,35520514,36569090,37552130,39649283,40304642,41615362,41811970,42795010],"mpz_sqrt":[6553601,7602178,9568257,18022404,18874375,30605313,36765697,42008578],"mpf_neg":[65537,3473409,5636097,7602177,8519681,8650759,8781825,9109505,9306113,12386305,12582913,13631489,18022402,19988481,26345473,26804225,33685505,36569089,40304641],"mpz_sizeinbase":[7602177,10092545,15204353,18022402,18350081,19398657,21757967,25755650,29491201,35848194,36962305,37355521,37879809,41091074,42926081],"mpz_urandomb":[7274498,7602177,14024705,18022402,26279937,33816583,38273025],"mpq_inits":[3014657,4259841,7602177,18022402,23265281,23920647,27394049,27525121,30998529,31326209,37224451,38469633,39190529],"mpn_zero_p":[7602177,7667719,14286849,17891329,18022402,29818881],"mpf_random2":[3276801,4194305,5767169,7602177,11468801,15925249,16252929,18022402,20643841,28835841,30277633,35389441,37617671,41615361],"mpz_divisible_2exp_p":[7602177,13893633,15335431,18022402,19791873],"mpz_t":[589826,1048584,1179656,1376264,1900552,1966096,2359312,2424839,2555928,3145730,3538952,3735568,3932163,3997712,4456449,4915205,5046280,5505032,5832712,5963784,6422530,6488072,6553608,6750216,7077904,7274504,7340039,7471128,7602180,7733253,8060936,8454168,8585218,8716312,8978433,9437216,9568272,9633808,9961488,10027016,10092552,10223622,10289158,10354690,10747912,11010072,11075600,11141128,11206659,11337736,11599888,11730952,11862040,12517384,12648456,12714000,13107216,13172738,13238273,13434904,13565960,13762584,13893648,14024712,14155784,14221328,14352392,14614536,14811138,14942223,15073288,15204360,15335432,15466512,15532056,15663113,15728664,15794178,15990786,16187400,16384016,16580610,17039376,17104897,17235970,17301507,17498128,17563650,17629192,17760280,18022406,18087944,18153488,18350088,18874384,19005448,19398664,19529736,19791880,19922946,20119560,20512776,20578320,20971533,21233680,21692424,21757960,21823496,21889048,22282272,22675458,22806536,22872072,23134221,23265288,23330818,23396368,23461890,23527440,23592968,23789576,23986184,24248328,24313864,24510480,24576016,24641544,24707074,24903687,25100296,25231384,25296928,25362448,25690120,25755657,25886728,26017802,26279952,26411016,26542088,26607632,26673168,26738712,27000840,27328544,28049415,28311560,28573712,28704792,29229072,29294608,29491208,29884440,30343176,30605336,30670872,31129616,31784968,32112648,32243728,32374792,33226768,33619984,33751048,33816584,33947672,34013185,34078736,34734088,34930704,34996232,35127304,35455000,35717129,35848201,35913736,35979266,36175888,36503554,36765704,36962312,37355528,37421080,37486594,37879816,37945346,38010888,38273032,38535184,38600720,38666264,39059464,39321616,39387160,39518240,39976962,40108040,40173576,40239112,40632330,40828936,41353224,41484312,41746440,41877544,42008600,42074120,42532870,42926088,42991640,43122690,43188240,43253784,43384834,43581448,43778064],"mpz_fdiv_r_ui":[3735553,7602177,11862017,17760257,18022402,21233671,24313857,24576001,30670849,31129601,39518209,43188225],"mpz_limbs_modify":[5832705,7602177,10223619,12648449,14942209,18022402,22872072,23986177,25886721,34996225],"mpz_import":[7602177,18022402,25755649,26411016,35848193],"mpn_gcd":[6815751,7602177,17825793,18022402,20381697,33882113],"mpq_equal":[1114113,2818049,7602177,10616834,11665409,18022402,21626887,35127298],"mpn_rshift":[7602177,18022402,18546689,26083329,31588353,34603009,34799623,38141953],"mpz_neg":[3997697,7602177,8454145,14221313,15466504,15532033,15728641,17039361,18022402,20971521,24510465,26411009,26607617,29884417,33619969,38535169,39387137,43778049],"mpq_clear":[1114114,2818050,3014657,4980738,6422530,7340034,7602177,8585218,10354690,11534338,11665410,13172738,14352386,14614530,14811138,15794178,15990786,16580610,17563650,18022402,18087938,22675458,23265283,23330818,23461890,23920641,27394051,27525121,28049410,30998531,31326215,31784962,33554434,35127298,35586050,35979266,37224449,37486594,37945346,38469634,39190532,41091074,41353218,42336258,42663938,42729474,43384834],"mpz_congruent_p":[1966081,3735553,6750209,7471105,7602177,8716295,9437185,11337729,11599873,11862017,12713985,13434881,13893633,15335425,17760257,18022402,18153473,19791873,20578305,21233665,21889025,22282241,23396353,24313857,24576001,25231361,26738689,28573697,29294593,30670849,31129601,32243713,33947649,34078721,39059457,39518209,41484289,42991617,43188225],"mpn_com":[2621441,4718593,7602177,9502721,18022402,19333121,19464200,28901377,32440321,38731777,42860545],"mpf_ui_div":[7602177,8781831,9109505,9306113,13631489,18022402],"mpq_set_d":[4980743,7602177,18022402,41091073,42663937,42729473],"mpq_set_f":[4980737,7602177,18022402,41091073,42663943,42729473],"mpn_sqrtrem":[5111809,7602177,8323073,16449537,18022402,18481153,21168129,21364737,24969217,25034753,26869761,27459585,28246017,29097985,31064065,31391745,31653889,33357825,37748737,40501255,41156609,42139649,43712513],"mpq_set_z":[3014657,4259841,7602177,18022402,23265287,23920641,27394049,27525121,30998529,31326209,37224449,38469633,39190529],"mpz_sub":[3997697,7602177,8454145,14221313,15466497,15532039,15728641,17039361,18022402,20971521,24510465,26607617,29884417,33619969,38535169,39387137,43778049],"mpz_fits_sshort_p":[7602177,10092545,18022402,18350081,19398657,21757953,29491201,36962311,37355521,37879809,42926081],"mpz_kronecker_ui":[1048578,1900552,7602177,17498114,18022402,28311554,38010882],"matches":[22413313],"mpn_andn_n":[2621441,4718593,7602177,9502721,18022402,19333121,19464193,28901377,32440327,38731777,42860545],"mpn":[1703937,19070977,22413313,36503554],"mpz_init_set_d":[7077889,7602177,18022402,21692417,24248322,27000833,40828929,43581448],"mpn_divexact_by3":[5111809,7602177,8323073,16449537,18022402,18481153,21168136,21364737,24969217,25034753,26869761,27459585,28246017,29097985,31064065,31391745,31653889,33357826,37748737,40501249,41156609,42139649,43712513],"mpz_powm":[7602177,17629185,18022402,25296897,25362433,27328519,28704769],"mixed":[1048577,1900545,17498113,28311553,38010881],"mpz_perfect_power_p":[6553601,7602177,9568257,18022402,18874369,30605313,36765703,42008577],"mpf_init2":[524289,2490369,2949122,4784130,5898242,7602177,8912900,9175041,11272193,18022402,25952263,26148867,27197441,30932996,33554433,34340865,40960002],"mpn_sec_add_1":[1441793,3211265,3604487,6881281,7602178,9371649,17956865,18022404,19136513,22216708,26935297,29687809,31850497,35192833,41680897],"mpq_inv":[5439489,7602177,11403265,15859713,18022402,18219013,24117249,31522817,37093377,40763393,41549825],"mpz_inp_raw":[1376259,7602177,11730951,18022401,19529729,25690113],"mpf_abs":[65537,3473415,5636097,7602177,8519681,8650753,8781825,9109505,9306113,12386305,12582913,13631489,18022402,19988481,26345473,26804225,33685505,36569089,40304641],"mpf_inits":[524294,2490369,4784129,7602177,9175041,11272193,18022402,25952257,26148865,27197441,33554433,34340867],"mpn_add":[5111809,7602177,8323073,16449537,18022402,18481153,21168129,21364737,24969217,25034753,26869761,27459585,28246017,29097985,31064065,31391745,31653889,33357825,37748743,40501249,41156609,42139649,43712513],"mpf_clear":[524289,2490372,2949122,3276802,4194305,4784129,5767170,5898242,6422530,7602177,8585218,9175047,9895938,10354690,11272195,12582914,12910594,13172738,13959171,14155778,14548994,14811138,15400962,15794178,15925250,15990786,16252930,16515074,16580610,17563650,18022402,20643842,22675458,22937602,23330818,23461890,25100290,25952260,26148867,27131906,27197441,27918338,28966914,30277634,31719426,33554436,34340865,35389442,35520514,35586050,35979266,37486594,37552130,37617666,37945346,39256066,39649282,40960002,41746434,42663938,42795010,43384834,43515905],"memory":[65538,131074,458753,524289,589826,786434,983041,1048578,1114114,1179650,1376258,1441794,1507333,1703938,1769474,1900546,1966082,2359298,2424833,2490370,2555906,2621442,2752514,2818050,2949122,3014658,3211266,3276802,3407885,3473410,3538946,3604482,3670018,3735554,3932161,3997698,4194306,4718594,4849665,4980738,5046275,5111810,5505026,5570562,5636098,5767170,5832706,5898242,5963778,6094849,6225922,6422530,6488066,6553602,6750210,6815746,6881283,6946817,7077890,7274498,7340034,7471106,7602184,7667714,8060930,8257537,8323074,8454146,8519682,8585218,8650754,8716290,8781826,8912898,8978434,9109506,9175042,9306113,9371650,9437186,9502722,9568258,9633794,9699330,9895938,9961474,10027010,10092546,10354690,10616834,10747906,10813445,10878978,11010050,11075586,11141122,11206657,11272194,11337730,11468802,11534338,11599874,11665410,11730946,11862018,11927559,12386306,12451842,12517378,12582914,12648450,12713986,12910594,13107202,13172738,13434882,13565954,13631490,13762562,13893634,13959170,14024706,14155778,14221314,14286850,14352386,14548994,14614530,14811138,14876675,14942210,15073282,15204354,15335426,15400962,15466498,15532034,15663106,15728642,15794178,15925250,15990786,16187394,16252930,16384002,16449538,16515074,16580610,16908291,16973826,17039362,17104897,17170434,17498114,17563650,17629186,17760258,17825794,17891330,17956865,18022415,18087938,18153474,18350082,18481154,18546690,18612225,18874370,19005442,19070978,19136514,19333122,19398658,19464194,19529730,19791874,19857409,19988482,20119554,20316162,20381698,20512770,20578306,20643842,20905985,20971522,21037057,21168130,21233666,21364738,21626882,21692418,21757954,21823490,21889026,21954561,22085634,22282242,22347778,22675458,22806530,22872066,22937602,23134210,23199746,23265282,23330818,23396354,23461890,23527426,23592962,23789570,23920642,23986178,24051713,24248322,24313858,24510466,24576002,24641538,24707074,24969218,25034754,25100290,25165826,25231362,25296898,25362434,25493505,25690114,25755650,25886722,25952258,26017794,26083330,26148866,26214407,26279938,26345474,26411010,26476546,26542082,26607618,26673154,26738690,26804226,26869762,27000834,26935298,27066370,27131906,27328514,27394050,27459586,27525122,27590657,27721730,27918338,28049410,28246018,28311554,28573698,28704770,28835842,28901378,28966914,29097986,29229058,29294594,29491202,29687810,29818882,29884418,30277634,30343170,30474242,30605314,30670850,30932994,30998530,31064066,31129602,31260673,31326210,31391746,31588354,31653890,31719426,31784962,31850499,32112642,32178177,32243714,32374786,32440322,32899074,33161218,33226754,33292289,33357826,33423361,33488898,33554435,33619970,33685506,33751042,33816578,33882114,33947650,34078722,34340866,34603010,34734082,34799618,34930690,34996226,35127298,35192834,35389442,35454978,35520514,35586050,35651585,35782660,35848194,35913730,35979271,36044802,36175874,36569090,36634626,36700162,36765698,36962306,37224450,37355522,37421058,37486594,37552130,37617666,37683202,37748738,37879810,37945346,38010882,38141954,38207490,38273026,38469633,38535170,38600706,38666242,38731778,38797314,39059458,39190530,39256066,39321602,39387138,39518210,39583745,39714817,39649282,39780354,39976963,40108034,40173570,40239106,40304642,40435713,40566786,40501250,40828930,40960002,41091074,41156610,41353218,41418753,41484290,41615362,41680899,41746434,41811970,41877506,41943042,42008578,42074114,42139650,42205185,42336258,42401793,42467330,42598402,42663938,42729474,42795010,42860546,42926082,42991618,43188226,43253762,43384839,43515905,43581442,43712514,43778050],"mod":[3211266,6488065,7602182,8716292,11337732,12713987,17956865,18022412,19136514,21168130,24576007,25296919,26738694,27328535,27459586,28704789,29687810,33357826,37421060],"mpz_init2":[5046273,7602177,15663105,16187400,18022402,29229057,36175873,40108033],"mpn_cmp":[7602177,7667713,14286855,17891329,18022402,29818881],"mpf_sqrt_ui":[65537,7602177,12582919,18022402],"mpz_abs":[3997697,7602177,8454145,14221313,15466497,15532033,15728641,17039361,18022402,20971521,24510465,26607623,29884417,33619969,38535169,39387137,43778049],"mpz_inits":[2359298,5046273,7602177,9437186,11862018,15663105,16187394,18022402,21889026,22282242,29229059,30605314,33226754,36175879,39518210,40108033,41484290,41877506,42008578],"msys2":[22413324],"mpn_submul_1":[5111809,7602177,8323073,16449537,18022402,18481153,21168129,21364737,24969217,25034753,26869767,27459585,28246017,29097985,31064065,31391745,31653889,33357825,37748737,40501249,41156609,42139649,43712513],"mpz_clear":[1048578,1179650,1376258,1900546,2424833,3538946,5046275,5505026,5832706,5963778,6422530,6488066,6553602,6750210,7274498,7602177,8060930,8585218,10027010,10092546,10354690,10747906,11141122,11337730,11730946,12517378,12648450,13172738,13565953,14024706,14155778,14352386,14614530,14811138,14942210,15073282,15204354,15335426,15663111,15794178,15990786,16187395,16580610,17563650,17629186,18022402,18087938,18350082,19005442,19398658,19529730,19791874,20119554,20512770,20971522,21692418,21757954,21823490,22675458,22872066,23134210,23265282,23330818,23461890,23592962,23789570,23986178,24248322,24313858,24641538,25100290,25690114,25755650,25886722,26411010,26542082,27000834,28311554,29229057,29491202,30343170,31784962,32112642,32374786,33751042,33816578,34734082,34996226,35127298,35848194,35913730,35979266,36175873,36765698,36962306,37355522,37486594,37879810,37945346,38010882,38273026,39059458,40108035,40173570,40239106,40828930,41353218,41746434,42074114,42926082,43384834,43581442],"multiplication":[21168129,21364737,26869761,31391745,33357825],"mpz_sub_ui":[7602177,15532033,18022402,24510465,38535175],"mp_base":[458754,983043,3145730,3932161,4325378,8257537,8978441,10158086,10813441,11927553,12189699,12779526,17301508,24051714,24707081,24903682,26017802,27656193,33292291,35323907,36503555,39976961,40894465],"mpf_set":[2949121,5898241,7602177,8912903,18022402,22937601,30932993,35586049,40960001,41746433],"mpfr":[22413313],"macros":[13697025,14090241,43057153],"mpq_canonicalize":[3014657,4259845,4980737,7602177,11534337,18022402,23265281,23920641,27394050,27525121,30998530,31326209,37224449,38469634,39190529],"mpz_tdiv_r_2exp":[7602177,9437185,13434881,18022402,18153473,20578305,29294593,33947649,34078727,39059457,41484289],"mpz_fits_slong_p":[7602177,10092545,18022402,18350081,19398657,21757953,29491201,35913729,36962305,37355527,37879809,42926081],"mpf_fits_slong_p":[3276801,4194305,5767169,7602177,11468801,15925249,16252929,18022402,20643847,28835841,29360129,30277633,35389441,37552129,37617665,41615361],"mpq_swap":[3014663,4259841,7602177,18022402,23265281,23920641,27394049,27525121,30998529,31326209,37224449,38469633,39190529],"mpf_get_ui":[7602177,9895938,16515073,18022402,27918337,29360133,31719425,37552129,42795009],"mp_ptr":[131091,1441827,1703944,2621467,3211288,3604507,4718619,5111827,5373960,5570568,6815771,6881307,7602185,7667720,8323099,9371667,9502747,10813448,11927565,12648455,12779526,14286864,14745602,14942219,16449555,16973830,17170434,17825800,17891336,17956894,18022409,18481179,18546696,19070984,19136547,19333147,19464211,20381738,21037062,21168147,21364755,22085651,22872071,23986183,24969243,25034771,26083336,26476555,26869779,26935323,27066379,27459592,27590657,28114947,28246035,28442626,28901403,29098022,29687851,29818888,31064083,31391763,31588360,31653915,31850523,32440347,33357843,33882154,34603027,34799635,35192859,36503559,36634630,37683206,37748763,38141968,38731803,39780358,39976961,40435715,40501278,40566790,41025538,41156635,41680918,42139667,42598408,42860571,43712531],"mpf_fits_ushort_p":[3276801,4194305,5767169,7602177,11468801,15925249,16252929,18022402,20643841,28835841,30277639,35389441,37617665,41615361],"mpn_addmul_1":[5111809,7602177,8323073,16449537,18022402,18481153,21168129,21364743,24969217,25034753,26869761,27459585,28246017,29097985,31064065,31391745,31653889,33357825,37748737,40501249,41156609,42139649,43712513],"mpf_get_si":[7602177,16515073,18022402,27918337,29360129,31719425,37552135,42795009],"mpn_cnd_sub_n":[1441793,3211265,3604481,6881281,7602177,9371649,17956865,18022402,19136513,26935297,29687809,31850503,35192833,41680897],"mpf_get_default_prec":[524289,2490369,4784135,7602177,9175041,11272193,18022402,25952257,26148865,27197443,33554433,34340865],"mpz_submul_ui":[7602177,18022402,33619975,39387137],"mpz_lcm":[7602177,18022402,38666247,40632321],"mpz_and":[2555905,5963777,7602177,10027009,11010055,12517377,13107201,13565953,16384001,18022402,22806529,24641537,42074113,43253761],"mpz_rootrem":[6553601,7602177,9568257,18022402,18874369,30605319,36765697,42008577],"mpz_set":[5505025,7602177,9633799,14352385,14614529,18022402,18087937,19005441,21823489,23789569,25100289,26673153,31784961,41353217],"mpf_sqrt":[65543,3473409,5636097,7602177,8519681,8650753,8781825,9109505,9306113,12386305,12582913,13631489,18022402,19988481,26345473,26804225,33685505,36569089,40304641],"mpz_combit":[2555905,5963777,7602177,10027009,11010049,12517377,13107201,13565959,16384001,18022402,22806529,24641537,42074113,43253761],"mpn_get_str":[5570567,7602177,18022402,27066369,42598401],"mpz_kronecker_si":[1048583,1900545,7602177,17498113,18022402,28311553,38010881],"msys":[22413313],"mpf_ceil":[3276801,4194305,5767169,7602177,11468801,15925249,16252929,18022402,20643841,28835847,30277633,35389441,37617665,41615361],"mp_limb_t":[262156,851977,1310729,3604492,4521986,5111813,5242886,5832709,6881292,7798793,7929870,8126467,8323079,8585218,8978433,9764873,10223617,11927557,13041673,13238273,14942209,15794178,15990786,16187393,16449548,16580610,17367049,17563650,17825802,18481157,18677769,19136519,20054019,20250633,21168135,21364748,21561348,22020105,22413315,22478883,22675458,23003145,23330818,23724039,24969223,25034764,26017793,26869772,26935308,27459594,27983881,28246023,28442631,28508169,29556746,29753348,30408713,31064076,31391756,31653895,31850508,31981577,32571406,32636937,33357836,34013228,34603015,34799623,35979266,36372504,37748743,37945346,39976962,40697860,41025542,41680901,42139660,42270729,43384834],"mpz_get_ui":[7602177,11141127,11730946,15204353,15663106,18022402,20119553,20971522,21692418,21823490,24248321,25690114,29884418,35913729,36503553],"manner":[8781825,9306113,13631489],"mpz_get_si":[1966082,2359300,2555906,3538946,3735554,3997698,5046274,5505026,7077890,7471106,7602177,8454146,9437188,9568258,9633794,10747906,11010050,11141121,11599874,11862020,13434882,13565954,13762562,14221314,15204353,15466498,15532034,15728642,16187394,16384002,17039362,17629186,17760258,18022402,18153474,18874370,20119553,20512770,20578306,21233666,21889028,22282244,23396354,23527426,23789570,24248321,24510466,24576002,24641538,25100290,25231362,25296898,25362434,26542082,26607618,26673156,26738690,27000834,27328514,28573698,28704770,29229062,29294594,30343170,30605316,30670850,31129602,32243714,33226756,33619970,33751042,33947650,34078722,34996226,35454978,35913735,36175878,37421058,38535170,38600706,38666242,39387138,39518212,40173570,41353218,41484292,41877510,42008580,42074114,42991618,43188226,43253762,43581442,43778050],"mpf_div_ui":[7602177,8781825,9109505,9306118,13631489,18022402],"minimum":[7208961,11272193,25952257,27197441,33554433,36438017],"mpf_integer_p":[3276801,4194311,5767169,7602177,11468801,15925249,16252929,18022402,20643841,28835841,30277633,35389441,37617665,41615361],"mpf_fits_uint_p":[3276801,4194305,5767175,7602177,11468801,15925249,16252929,18022402,20643841,28835841,30277633,35389441,37617665,41615361],"mpf_out_str":[7602177,9895937,18022402,43515910],"mpz_clrbit":[2555905,5963777,7602177,10027009,11010049,12517377,13107201,13565953,16384001,18022402,22806529,24641543,42074113,43253761],"miller":[15073282],"mpz_init_set_ui":[1048578,1376258,1900546,2555908,6488066,7077889,7471108,7602177,8060930,8454148,8716294,9961474,10027010,10092546,11010052,11075588,11141122,11337730,11599874,11730946,12517378,12713988,13107204,13762564,13893636,14614530,15073282,15335426,15532036,15728646,16384002,17498116,18022402,18087938,18350082,19398658,19529730,19791874,21692423,22806530,22872066,23134210,23527426,24510466,24576002,25296902,25362434,26738692,27000833,27328518,28311554,28704772,29491202,29884420,32112642,32374786,34734082,34930692,35454980,36962306,37355522,37421060,37879810,38010882,38535170,38666244,39321604,39387140,40239106,40828929,41877508,42926082,43253764,43581441],"mpz_cdiv_r":[1966081,6750209,7602177,18022402,21889025,22282241,23396353,25231361,28573697,32243713,42991623],"mpn_sec_mul_itch":[1441796,7602177,18022402,29949957],"mpz_ui_pow_ui":[7602177,17629191,18022402,25296897,25362433,27328513,28704769],"mpq_out_str":[7602177,11534337,18022402,42336263],"mpn_sub_n":[5111809,7602178,8323073,16449537,18022404,18481153,21168129,21364737,24969217,25034753,26869761,27459585,28246018,29097985,31064065,31391745,31653895,31850499,33357825,37748737,40501249,41156609,42139649,43712513],"mp_size_t":[131077,1441804,1703941,2621445,2686992,3145735,3211276,3342340,3604487,3801098,4325383,4390921,4587530,4718597,5111813,5177359,5373958,5570565,5832709,6422531,6815761,6881285,7274501,7602182,7667717,7995401,8323077,9371663,9502725,10223622,10354691,10813441,10944521,11796489,11927553,13172739,13238317,13369353,13828105,14286853,14745606,14811139,14942213,15269897,16449541,16711684,17825797,17891333,17956870,18022406,18284553,18415619,18481162,18546693,19070981,19136524,19202057,19333125,19464197,20381724,20709379,21168133,21364741,22085637,22216714,22413313,22609929,22741027,22872069,23461891,23986181,24379401,24838153,24969226,25034757,25821193,25886725,26476549,26869765,26935303,27066375,27262991,27459589,27656199,27787278,28246021,28901381,29032468,29097999,29687820,29818885,29949967,30212100,30539791,31064069,31391749,31653893,31850501,32440325,32505865,32768006,33030154,33357829,33882139,34275330,34603013,34799621,34996229,35192839,36831239,36896777,37289998,37486595,37617669,37748746,38141957,38273029,38404105,38731781,39125002,39845897,39976961,40501260,40566790,41156613,41680901,42139658,42598405,42860549,43646985,43712517],"mpf_swap":[2949121,5898241,7602177,8912897,18022402,22937601,30932999,35586049,40960001,41746433],"maxvalue":[3276802,5767170,10092546,16252930,19398658,20643842,29491202,30277634,35389442,36962306,37355522,42926082],"mpz_out_str":[1376257,7602177,11730945,18022402,19529735,25690113],"mpf_set_si":[2949121,5898241,7602177,8912901,18022402,22937601,30932997,35586049,40960007,41746433,42663938],"mpf_set_ui":[2949127,5898241,7602177,8912897,18022402,22937601,30932993,35586049,40960001,41746433],"mpn_sub_1":[5111809,7602177,8323073,16449537,18022402,18481153,21168129,21364737,24969217,25034753,26869761,26935297,27459585,28246017,29097985,31064071,31391745,31653889,33357825,37748737,40501249,41156609,42139649,43712513],"mpn_sizeinbase":[5570561,7602177,18022402,27066369,42598407],"mpf_sub":[65537,3473409,5636097,7602177,8519681,8650753,8781825,9109505,9306113,12386305,12582913,13631489,18022402,19988487,26345473,26804225,33685505,36569089,40304641],"mpz_ui_sub":[7602177,15532033,18022402,24510471,38535169],"mpz_fdiv_r":[3735553,7602177,11862017,17760263,18022402,21233665,24313857,30670849,31129601,39518209,43188225],"mpz_swap":[5505025,7602177,9633793,18022402,19005441,21823489,23789569,25100289,26673159,41353217],"mpn_set_str":[5570561,7602177,18022402,27066375,42598401],"mpf_sgn":[7602177,14155777,14548993,15400961,18022402,33161217,35520513,39256071,41811969],"mercurial":[22413313],"mpq_div_2exp":[5439489,7602177,11403265,15859713,18022402,18219009,24117253,31522817,37093377,40763393,41549825],"mantissa":[7602177,8978433,9895938,12189697,15925249,18022402,21495809,22937603,27918337,31719425,36503553,43515906],"mpz_invert":[7602177,18022402,27328513,28704769,37421063],"mpz_fits_ushort_p":[7602177,10092545,18022402,18350081,19398663,21757953,29491201,36962305,37355521,37879809,42926081],"moved":[1572866],"mpz_root":[6553601,7602177,9568263,18022402,18874369,30605313,36765697,42008577],"mpz_set_si":[5505031,7077890,7602177,9633797,18022402,19005441,21823489,23265282,23789569,25100289,26673153,35127298,41353217],"mpz_set_ui":[5505025,7602177,9633793,18022402,19005441,21823495,23789569,23986178,25100289,26673153,36503553,41353217,41746434],"mpz_hamdist":[2555905,5963777,7602177,10027009,11010049,12517377,13107207,13565953,16384001,18022402,22806529,24641537,42074113,43253761],"mpz_mfac_uiui":[3538945,7602177,18022402,33751047,40173569],"mpz_fdiv_q_2exp":[3735553,7602177,11862017,17760257,18022402,21233665,24313857,30670849,31129601,39518209,43188231],"mpq_t":[1114120,2293763,2818056,3014672,4259845,4456449,4980744,5439498,6029317,6422530,7340040,7536645,7602178,8585218,8978433,10289154,10354690,10616848,11403279,11534344,11665416,13172738,13238273,14352392,14614536,14811138,15794178,15859727,15990786,16318473,16580610,17104906,17563650,18022404,18087944,18219018,18612227,21626896,22675458,23265288,23330818,23461890,23920655,24117258,26017793,27394056,27525136,28049416,30998536,31326217,31522826,31784968,33554435,34013185,35127304,35586056,35979266,37093391,37224463,37486594,37945346,38469639,38797314,38928386,39190536,39976961,40763402,41091080,41353223,41549839,42336264,42532866,42663944,42729480,43384834],"mpz_cdiv_q_ui":[1966087,6750209,7602177,18022402,21889025,22282241,23396353,25231361,28573697,32243713,42991617],"mpz_sgn":[1179649,2424833,7602177,8060929,9961473,10223617,18022402,23592967,25755649,32112641,34734081,35848193,39321601],"mpz_cmpabs_ui":[1179649,2424838,7602177,8060929,9961473,18022402,23592961,32112641,39321601],"mpf_init_set_si":[65538,3473410,3670019,5636098,7602177,8519684,8650754,8781826,9109506,9306113,12386306,13631492,13959169,14155778,14548994,15400962,18022402,19988484,26345474,26804226,27131905,28966913,33161220,33685508,35520514,36569090,39256066,39649287,40304642,41811972],"mpz_divisible_ui_p":[7602177,13893633,15335425,18022402,19791879],"mpf_cmp_si":[7602177,14155777,14548993,15400961,18022402,33161217,35520519,39256065,41811969],"mpf_cmp_ui":[7602177,14155777,14548993,15400967,18022402,33161217,35520513,39256065,41811969],"mpn_random2":[1703945,7602177,18022402,19070979],"makes":[16187393,22937601],"mpn_mul_1":[5111809,7602177,8323073,16449537,18022402,18481153,21168129,21364737,24969217,25034753,26869761,27459585,28246017,29097985,31064065,31391751,31653889,33357825,37748737,40501249,41156609,42139649,43712513],"mp_bitcnt_t":[1638406,3997701,2162692,4456493,4653065,4784133,5046277,5636101,5963781,6160393,6488069,7012361,7864330,8388612,9043971,10027019,11272197,12517387,12713989,13107206,13565957,14024709,14483465,14680071,15335429,15925253,16056322,16121865,16187397,16777225,16842761,17432579,17956869,18546693,18939913,19595273,20447246,20578309,22413313,22806534,23396357,24182798,24641541,25427977,25952261,26083338,26148869,27197445,27262981,28573701,28639254,29687813,30081033,31129605,31588362,31916041,32702478,33554437,33816581,34078725,34406435,34537481,35061764,35454981,37158921,38141957,39452681,39976961,41943045,42074117,43188229,43450376],"mpz_roinit_n":[5832705,7602177,10223617,12648449,14942216,18022402,22872065,23986177,25886721,34996225],"meaning":[22937601],"mpz_limbs_finish":[5832705,7602177,10223622,12648449,14942209,18022402,22872067,23986179,25886721,34996225],"mpz_limbs_write":[5832705,7602177,10223618,12648449,14942209,18022402,22872065,23986184,25886721,34996225],"mpn_mul_n":[5111809,7602177,8323073,16449537,18022402,18481153,21168129,21364737,24969217,25034753,26869761,27459585,28246017,29097985,31064065,31391745,31653889,33357825,37748737,40501249,41156615,42139649,43712513],"mpf_sub_ui":[7602177,18022402,19988481,36569095,40304641],"mpn_sec_invert":[1441793,3211265,3604481,6881281,7602178,9371649,17956870,18022404,19136513,26935297,29687809,31850497,35192833,39124996,41680897],"mpn_gcdext":[5373955,6815745,7602178,17825793,18022403,20381704,33882120],"mpz_cmp_si":[1179649,2424833,7602177,8060935,9961473,14352386,18022402,23592961,31784962,32112641,34734081,39321601],"mpz_cmp_ui":[1179649,2424833,7602177,8060929,9961473,18022402,23592961,32112641,34734087,39321601],"map":[22413313],"mpn_sqr":[5111809,7602177,8323073,16449537,18022402,18481153,21168129,21364737,24969217,25034753,26869761,27459585,28246017,29097985,31064065,31391745,31653889,33357825,37748737,40501249,41156610,42139649,43712519],"methods":[196610,1507329,1638402,1769474,2228226,4456449,4849665,5242882,6946818,7602178,8978433,11206658,11927553,13238273,14876673,16646145,17104897,18022401,18612226,19857410,23658498,24707073,25493506,26017793,32309250,32768002,34013185,35323906,35782657,36700162,38862849,38993921,40435714,42401793],"mpz_mul_2exp":[3997703,7602177,8454145,17039361,18022402,43778049],"mpn_sec_mul":[1441799,3211265,3604481,6881281,7602178,9371649,17956865,18022404,19136513,26935297,29687809,29949957,31850497,35192833,41680897],"multiply":[7602181,18022410,18481153,21168129,21364737,26869761,31391745,33357825,41156609],"mpz_lcm_ui":[7602177,18022402,38666241,40632325],"mpn_add_1":[3604481,5111809,7602177,8323073,16449543,18022402,18481153,21168129,21364737,24969217,25034753,26869761,27459585,28246017,29097985,31064065,31391745,31653889,33357825,37748737,40501249,41156609,42139649,43712513],"make":[4259841,5832705,7602177,8781825,9175041,9306113,13631489,14942210,16187393,18022402,22413319,22872065,23789569,23986177,25100289,31326209,41353217,43581441],"mpz_limbs_read":[5832705,7602177,10223617,12648455,14942209,18022402,22872065,23986177,25886721,34996225],"mpf_absg":[3473409],"mpz_cdiv_r_ui":[1966081,6750209,7602177,18022402,21889025,22282241,23396353,25231361,28573697,32243719,42991617],"mpz_tdiv_r":[7602177,9437185,13434881,18022402,18153473,20578305,29294593,33947655,34078721,39059457,41484289],"mpn_add_n":[5111809,6881283,7602178,8323079,16449537,18022404,18481153,21168129,21364737,24969217,25034753,26869761,27459585,28246017,29097985,31064065,31391745,31653889,33357825,37748737,40501249,41156609,42139649,43712513],"mpf_reldiff":[7602177,14155777,14548993,15400961,18022402,33161217,35520513,39256065,41811975],"mpn_sec_sub_1_itch":[3801093,7602177,18022402,26935300],"mpn_xnor_n":[2621441,4718593,7602177,9502727,18022402,19333121,19464193,28901377,32440321,38731777,42860545],"mpz_sqrtrem":[6553601,7602177,9568257,18022402,18874369,30605313,36765697,42008583],"mpz_init_set_str":[5832706,7077889,7602177,18022401,20119554,21692417,25755650,25886722,26279938,27000833,35848194,40828935,43581441],"minus":[15204353,21757953,22937601,27918337,31719425,41091073],"mpn_nior_n":[2621441,4718593,7602177,9502721,18022402,19333121,19464193,28901377,32440321,38731783,42860545],"machine":[25296897,34013185],"mpz_random":[7274503,7602177,14024705,18022402,26279937,33816577,38273027],"mimic":[22413313],"mpf_mul":[65537,3473409,5636097,7602177,8519687,8650753,8781825,9109505,9306113,12386305,12582913,13631489,18022402,19988481,26345473,26804225,33685505,36569089,40304641],"mpz_fits_sint_p":[7602177,10092545,18022402,18350081,19398657,21757953,29491207,36962305,37355521,37879809,42926081],"mean":[40894466],"mingw":[22413321],"mpq_neg":[5439489,7602177,11403265,15859713,18022402,18219009,24117249,31522821,37093377,40763393,41549825],"means":[34013185,40894465],"mpn_divexact_by3c":[5111809,7602177,8323073,16449537,18022402,18481153,21168131,21364737,24969217,25034753,26869761,27459585,28246017,29097985,31064065,31391745,31653889,33357833,37748737,40501249,41156609,42139649,43712513],"mpf_trunc":[3276801,4194305,5767169,7602177,11468807,15925249,16252929,18022402,20643841,28835841,30277633,35389441,37617665,41615361],"mpq_mul":[5439489,7602177,11403265,15859717,18022402,18219009,24117249,31522817,37093377,40763393,41549825],"mpz_ior":[2555911,5963777,7602177,10027009,11010049,12517377,13107201,13565953,16384001,18022402,22806529,24641537,42074113,43253761],"mp_get_memory_functions":[3407875,7602177,18022402,26214407],"mpf_fits_sint_p":[3276801,4194305,5767169,7602177,11468801,15925249,16252935,18022402,20643841,28835841,30277633,35389443,37617665,41615361],"measured":[7602179,18022406,21757954,25886722,42598402],"mpz_xor":[2555905,5963777,7602177,10027009,11010049,12517377,13107201,13565953,16384001,18022402,22806529,24641537,42074113,43253767],"mpz_lucnum2_ui":[2359305,7602177,18022402,20512769,30343170,33226753],"mpz_mul":[3997697,7602177,8454151,14221313,15466497,15532033,15728641,17039361,18022402,20971521,24510465,26607617,29884417,33619969,38535169,39387137,43778049],"mpq_clears":[3014659,4259841,7602177,10616834,18022402,21626882,23265281,23920643,27394049,27525123,30998529,31326209,37224455,38469633,39190529],"macro":[21168129,25034753,33357825,42139649],"mpq_mul_2exp":[5439489,7602177,11403265,15859713,18022402,18219009,24117249,31522817,37093377,40763397,41549825],"m2exp":[6488071,7602177,18022402,41943042],"mpn_sec_div_r_itch":[3211268,5177349,7602177,18022402],"mpn_sec_div_qr":[1441793,3211265,3604481,6881281,7602178,9371649,17956865,18022404,19136519,26935297,29687809,30539781,31850497,35192833,41680897],"mpn_ior_n":[2621441,4718593,7602177,9502721,18022402,19333121,19464193,28901377,32440321,38731777,42860551],"mpf_t":[65552,524300,1245193,2097158,2490376,2949128,3276808,3473424,3670032,4194312,4456449,4784129,5636112,5767176,5898248,6422530,6946819,7602180,8257539,8519704,8585218,8650768,8781840,8847362,8912912,8978443,9109520,9175049,9306126,9895944,10354690,11272200,11468816,12189699,12320773,12386320,12582920,12910600,13172738,13238273,13631512,13959176,14155784,14549000,14811138,15400968,15794178,15925256,15990786,16252936,16515080,16580610,17104897,17563650,18022406,19660802,19988504,20643848,21299202,21495810,22675458,22937608,23330818,23461890,24707074,25100295,25952264,26017793,26148872,26345488,26804240,27131912,27656194,27918345,28835856,28966920,29360133,30277640,30474242,30933008,31719433,33161232,33554441,33685528,34013185,34340879,35389448,35520520,35586056,35979266,36569104,37486594,37552136,37617672,37945346,39256072,39649288,39976962,40304656,40894466,40960008,41615376,41746440,41811992,42663944,42795016,43384834,43515911],"msys64":[22413313],"manual":[22413315,42795009],"mpq_set":[3014657,4259841,7602177,18022402,23265281,23920641,27394049,27525127,30998529,31326209,37224449,38469633,39190529],"mpz_lucnum_ui":[2359297,7602177,18022402,30343175],"modular":[37421058],"mpn_divrem_1":[5111809,7602177,8323073,16449537,18022402,18481153,21168130,21364737,24969217,25034754,26869761,27459585,28246017,29097985,31064065,31391745,31653889,33357826,37748737,40501249,41156609,42139656,43712513],"mpz_nextprime":[7602177,15073281,18022402,23527431],"mpz_gcd":[7602177,13762567,18022402,23134209,41877505],"mpf_mul_ui":[5636097,7602177,8519681,18022402,26804231],"monotonously":[1441793,3604481,26935297,29687809,35192833],"mpn_sec_invert_itch":[7602177,17956867,18022402,39124997],"mpz_legendre":[1048577,1900545,7602177,11075585,17498113,18022402,28311553,34930695,38010881],"memberwiseclone":[1769473,6946817,8978433,11206657,11927553,14876673,16646145,17104897,18612225,24707073,25493505,26017793,32309249,35323905,40435713,42401793],"mpf_set_prec_raw":[524289,2490369,4784129,7602177,9175041,11272193,18022402,25952257,26148865,27197441,33554445,34340865],"mpz_fits_ulong_p":[7602177,10092545,18022402,18350081,19398657,21757953,29491201,36962305,37355521,37879809,42926087],"mpn_divmod_1":[5111809,7602177,8323073,16449537,18022402,18481153,21168129,21364737,24969217,25034760,26869761,27459585,28246017,29097985,31064065,31391745,31653889,33357825,37748737,40501249,41156609,42139650,43712513],"mpf_fits_ulong_p":[3276801,4194305,5767169,7602177,11468801,15925249,16252929,18022402,20643841,28835841,29360129,30277633,35389445,37552129,37617665,41615361],"mpz_si_kronecker":[1048577,1900545,7602177,17498113,18022402,28311559,38010881],"mpz_fdiv_qr_ui":[3735553,7602177,11862023,17760257,18022402,21233665,24313857,30670849,31129601,39518209,43188225],"mpz_probab_prime_p":[7602177,15073287,18022402,23527425,40239105],"mpn_copyd":[131073,7602177,18022402,22085639,26476545],"mpn_copyi":[131079,7602177,18022402,22085633,26476545],"mpn_perfect_power_p":[7602177,7667713,14286849,17891335,18022402,29818881],"mpz_fdiv_r_2exp":[3735553,7602177,11862017,17760257,18022402,21233665,24313857,30670849,31129607,39518209,43188225],"mpz_com":[2555905,5963777,7602177,10027009,11010049,12517377,13107201,13565953,16384007,18022402,22806529,24641537,42074113,43253761],"mpf_clears":[65538,524290,2490369,3473410,3670018,4784129,5636098,7602177,8519682,8650754,8781826,8912898,9109506,9175041,9306113,11272193,11468802,12386306,13631490,18022402,19988482,25952257,26148865,26345474,26804226,27197441,28835842,30932994,33161218,33554433,33685506,34340871,36569090,40304642,41615362,41811970],"mpz_mul_si":[3997697,7602177,8454145,17039361,18022402,43778055],"mpz_mul_ui":[3997697,7602177,8454145,17039367,18022402,43778049],"mpf_urandomb":[3276801,4194305,5767169,7602177,11468801,15925255,16252929,18022402,20643841,28835841,30277633,35389441,37617665,41615361],"mpf_get_str":[7602178,16515073,18022403,19660803,27918344,29360129,31719432,37552129,42795009],"matching":[22413313],"mpn_cnd_swap":[1441793,3211265,3604481,6881281,7602177,9371649,17956865,18022402,19136513,26935297,29687809,31850497,35192833,41680903],"mpz_divexact":[1966081,3735553,6750209,7471111,7602177,8716289,9437185,11337729,11599873,11862017,12713985,13434881,13893633,15335425,17760257,18022402,18153473,19791873,20578305,21233665,21889025,22282241,23396353,24313857,24576001,25231361,26738689,28573697,29294593,30670849,31129601,32243713,33947649,34078721,39059457,39518209,41484289,42991617,43188225],"mpf_add":[65537,3473409,5636097,7602177,8519681,8650753,8781825,9109505,9306113,12386305,12582913,13631489,18022402,19988481,26345473,26804225,33685511,36569089,40304641],"mpn_perfect_square_p":[7602177,7667713,14286849,17891329,18022402,29818887,40501249],"mpz_bin_ui":[7602177,10747905,18022402,38600712],"mersenne":[7602177,12451842,18022402,32374786,32899075,33488898],"machines":[1376257,6881281,11730945,31850497],"mpz_getlimbn":[5832720,7602177,10223617,12648449,14942209,18022402,22872065,23986177,25886721,34996225],"mpf_cmp":[7602177,14155777,14548993,15400961,18022402,33161223,35520513,39256065,41811969],"mpq_get_str":[4980737,7602177,18022402,38469633,39190530,41091079,42663937,42729473],"mslimb":[19136516],"mpz_get_str":[5046274,7602177,11141121,14942210,15204359,18022402,19005442,20119553,22872066,23986178,24248321,26411010,34996226,35913729,40108034,40828930],"mpq_div":[5439489,7602177,11403269,15859713,18022402,18219009,24117249,31522817,37093377,40763393,41549825],"mpz_submul":[3997697,7602177,8454145,14221313,15466497,15532033,15728641,17039361,18022402,20971521,24510465,26607617,29884417,33619969,38535169,39387143,43778049],"mpn_hamdist":[7602177,18022402,18546689,26083329,31588353,34603009,34799617,38141959],"mpz_clears":[1966082,2359298,2555906,3735554,3997698,5046273,7077890,7471106,7602177,8454146,8716290,9437186,9568258,9633794,9961474,11010050,11075586,11599874,11862018,12713986,13107202,13434882,13762562,13893634,14221314,15466498,15532034,15663105,15728642,16187393,16384002,17039362,17498114,17760258,18022402,18153474,18874370,20578306,21233666,21889026,22282242,22806529,23396354,23527426,24510466,24576002,25231362,25296898,25362434,26279938,26607618,26673154,26738690,27328514,28573698,28704770,29229063,29294594,29884418,30605314,30670850,31129602,32243714,33226754,33619970,33947650,34078722,34930690,35454978,36175875,37421058,38535170,38600706,38666242,39321602,39387138,39518210,40108033,41484290,41877506,42008578,42991618,43188226,43253762,43778050],"mpz_kronecker":[1048577,1900545,7602177,17498119,18022402,28311553,38010881],"maps":[22413313],"mpz_export":[7602178,17235971,18022403,25755656,26411009,35848200],"mpz_add":[3997697,7602177,8454145,14221313,14942209,15466497,15532033,15728641,17039361,18022402,20971521,24510465,26607617,29884423,33619969,38535169,39387137,43778049],"mpn_xor_n":[2621447,4718593,7602177,9502721,18022402,19333121,19464193,28901377,32440321,38731777,42860545],"mpz_cmp":[1179649,2424833,7602177,8060929,9961475,18022402,23592961,32112641,34734081,39321607],"mpn_divexact_1":[5111815,7602177,18022402,18481153,21168129,21364737,24969217,25034753,26869761,27459585,28246017,29097985,31064065,31391745,31653889,33357825,40501249,41156609,42139649,43712513],"mp_uint_per_limb":[11796481,18022402,32505863,33095681,43057153],"mpq_add":[5439489,7602177,11403265,15859713,18022402,18219009,24117249,31522817,37093381,40763393,41549825],"mpf_cmp_z":[7602177,14155783,14548993,15400961,18022402,33161217,35520513,39256065,41811969],"mpz_tdiv_q_ui":[7602177,9437185,13434881,18022402,18153479,20578305,29294593,33947649,34078721,39059457,41484289],"mpz_fib2_ui":[2359297,7602177,18022402,20512770,30343169,33226761],"mpf_cmp_d":[7602177,14155777,14549000,15400961,18022402,33161217,35520513,39256065,41811969],"mpz_cdiv_q":[1966081,6750209,7602177,18022402,21889025,22282241,23396353,25231367,28573697,32243713,42991617],"mpq_set_si":[1114114,2818050,3014661,4259841,7340034,7602177,10616836,11665410,14352386,14614530,18022402,18087938,21626884,23265283,23920641,27394049,27525125,28049410,30998535,31326209,31784962,35127298,37224449,38469633,39190529,41091074,42663938,42729474],"mpq_set_ui":[3014657,4259841,7602177,18022402,23265281,23920641,27394055,27525121,30998529,31326209,33554436,35586050,37224449,38469633,39190529,42336258],"menu":[22413315],"mpz_powm_sec":[7602177,17629185,18022402,25296903,25362433,27328513,28704769],"mpq_get_num":[7340033,7602177,14352391,14614529,18022402,18087937,28049409,31784961],"mpz_popcount":[2555905,5963777,7602177,10027009,11010049,12517377,13107201,13565953,16384001,18022402,22806535,24641537,42074113,43253761],"mpz":[7340033,9895937,14942209,22937601,24903681,28049409],"mpz_random2":[7274497,7602177,14024705,18022402,26279937,33816577,38273029],"mpf_init_set_d":[3670017,4194306,7602177,11468802,13959169,16515074,18022402,27131905,27918338,28835842,28966919,31719426,37552130,39649281,41615362,42795010],"mpf_init_set_ui":[3276802,3670017,5767170,7602177,13959169,16252930,18022402,20643842,27131911,28966913,30277634,35389442,39649281,43515905],"mpq_numref":[7340033,7602177,14352387,14614529,18022402,18087939,28049415,31784961,41091073],"mpf_set_str":[2949121,5898241,7602177,8912897,13959169,18022402,22937607,30932993,35586049,40960001,41746433],"multiplier":[7602177,15859718,18022402],"mpq_get_den":[7340033,7602177,14352385,14614529,18022402,18087937,28049409,31784968],"mpz_cmp_d":[1179649,2424833,7602177,8060929,9961473,18022402,23592961,32112648,34734081,39321601],"miscellaneous":[786434,3276802,4194306,5767170,10092546,11468802,15925250,16252930,18022403,18350082,19398658,20643842,21757954,22347778,28835842,29360129,29491202,30277634,35389442,36962306,37355522,37552129,37617666,37879810,41615362,42926082],"mpn_sec_tabselect":[1441793,3211265,3604481,6881281,7602177,9371655,17956865,18022402,19136513,26935297,29687809,31850497,35192833,41680897],"mpn_gcd_1":[6815745,7602177,17825799,18022402,20381697,33882113],"math":[65542,131079,196609,262145,327685,393220,458756,524293,589828,655361,786437,851972,917508,983041,1048581,1114117,1179653,1245188,1310724,1376262,1441802,1507332,1572871,1638401,1703942,1769473,1835013,1900549,1966086,2031617,2097156,2228225,2293761,2359302,2424837,2490373,2555911,2621448,2686977,2752516,2818053,2883588,2949125,3014662,3080193,3145732,3211273,3276805,3342337,3407879,3473414,3538949,3604489,3670022,3735558,3801093,3866630,3932161,3997703,4063233,4128772,4194309,4259845,2162692,4325380,4390917,4456452,4521988,4587525,4653061,4718600,4784132,4849668,4915201,4980741,5046278,5111816,5177350,5242881,5308420,5373953,5439494,5505029,5570567,5636103,5701633,5767173,5832710,5898245,5963782,6029313,6094852,6160388,6225924,6291457,6356996,6422532,6488071,6553605,6619141,6684673,6750213,6815754,6881289,6946817,7012356,7077894,7143425,7208965,7274502,7340037,7405574,7471111,7536644,7602177,7667718,7733252,7798788,7864325,7929862,7995397,8060933,8126468,8192004,8257537,8323080,8388609,8454151,8519687,8585222,8650758,8716295,8781830,8847364,8912902,8978438,9043972,9109510,9175045,9240580,9306118,9371657,9437192,9502728,9568262,9633798,9699332,9764869,9830406,9895942,9961478,10027014,10092549,10158084,10223622,10289156,10354693,10420229,10485764,10551301,10616838,10682372,10747909,10813441,10878980,10944516,11010055,11075590,11141125,11206657,11272198,11337733,11403271,11468806,11534342,11599878,11665413,11730950,11796484,11862023,11927557,11993092,12058629,12124165,12189697,12255238,12320769,12386310,12451846,12517382,12582917,12648453,12713991,12779525,12845062,12910597,12976132,13041668,13107206,13172740,13238276,13303809,13369349,13434887,13500417,13565958,13631495,13697028,13762567,13828100,13893638,13959174,14024711,14090244,14155782,14221318,14286855,14352390,14417921,14483461,14548997,14614534,14680068,14745604,14811141,14876677,14942215,15007745,15073285,15138817,15204358,15269893,15335430,15400965,15466502,15532039,15597569,15663109,15728647,15794180,15859719,15925255,15990789,16056324,16121860,16187398,16252933,16318468,16384006,16449544,16515078,16580614,16646149,16711681,16777220,16842756,16908292,16973828,17039366,17104901,17170436,17235969,17301505,17367045,17432580,17498118,17563653,17629189,17694724,17760263,17825800,17891334,17956874,18022405,18087942,18153478,18219014,18284548,18350085,18415620,18481161,18546694,18612225,18677765,18743300,18808836,18874374,18939908,19005446,19070982,19136522,19202053,19267589,19333128,19398661,19464199,19529734,19595269,19660801,19726340,19791877,19857409,19922948,19988487,20054020,20119557,20185092,20250629,20316164,20381707,20447233,20512773,20578311,20643845,20709380,20774916,20840454,20905985,20971526,21037061,21102596,21168135,21233670,21299204,21364744,21430276,21495812,21561348,21626886,21692421,21757957,21823493,21889031,21954565,22020100,22085639,22151173,22216709,22282248,22347781,22413316,22478849,22544385,22609924,22675460,22740993,22806533,22872070,22937606,23003141,23068676,23134214,23199749,23265286,23330821,23396359,23461892,23527430,23592965,23658497,23724036,23789573,23855108,23920645,23986182,24051716,24117254,24182790,24248325,24313861,24379397,24444932,24510470,24576006,24641542,24707079,24772612,24838148,24903684,24969225,25034760,25100294,25165825,25231367,25296904,25362438,25427972,25493505,25559044,25624580,25690118,25755657,25821189,25886725,25952262,26017798,26083334,26148869,26214407,26279943,26345478,26411018,26476550,26542085,26607622,26673158,26738695,26804230,26869768,26935305,27000837,27066375,27131909,27197445,27262983,27328520,27394053,27459591,27525126,27590657,27656196,27721732,27787270,27852805,27918344,27983877,28049413,28114945,28180486,28246023,28311557,28377093,28442628,28508164,28573703,28639233,28704775,28770310,28835846,28901384,28966917,29032449,29097995,29163521,29229061,29294598,29360134,29425669,29491205,29556741,29622279,29687820,29753345,29818886,29884423,29949958,30015489,30081028,30146565,30212100,30277637,30343173,30408708,30474244,30539782,30605319,30670855,30736389,30801926,30867460,30932998,30998533,31064072,31129607,31195140,31260676,31326213,31391752,31457284,31522822,31588358,31653896,31719432,31784966,31850505,31916037,31981572,32047109,32112645,32178177,32243718,32309249,32374790,32440328,32505860,32571398,32636933,32702470,32768001,32833540,32899077,32964613,33030149,33095681,33161222,33226758,33292289,33357832,33423365,33488901,33554438,33619974,33685511,33751045,33816583,33882123,33947655,34013188,34078727,34144257,34209793,34275332,34340869,34406401,34471941,34537477,34603015,34668548,34734085,34799623,34865157,34930694,34996230,35061761,35127302,35192840,35258373,35323905,35389445,35454983,35520517,35586054,35651588,35717124,35782660,35848201,35913733,35979269,36044804,36110340,36175877,36306950,36241409,36372481,36438021,36503556,36569094,36634628,36700161,36765701,36831236,36896772,36962309,37027844,37093383,37158917,37224453,37289990,37355525,37421063,37486596,37552134,37617671,37683204,37748745,37814276,37879813,37945349,38010885,38076420,38141959,38207492,38273030,38338566,38404101,38469638,38535174,38600710,38666247,38731784,38797316,38862852,38928388,38993924,39059461,39124997,39190533,39256069,39321606,39387143,39452677,39518216,39583748,39649285,39714821,39780356,39845892,39911428,39976962,40042501,40108037,40173573,40239109,40304646,40370180,40435713,40501256,40566789,40632326,40697857,40763398,40828934,40894468,40960005,41025540,41091078,41156616,41222150,41287684,41353222,41418757,41484295,41549831,41615366,41680904,41746438,41811975,41877513,41943046,42008583,42074118,42139657,42205188,42270725,42336262,42401797,42467332,42532868,42598406,42663942,42729477,42795015,42860552,42926085,42991623,43057156,43122692,43188231,43253767,43319301,43384837,43450373,43515911,43581445,43646980,43712519,43778054],"mpf_div_2exp":[7602177,8781825,9109511,9306113,13631489,18022402],"mpz_remove":[7602177,18022402,35454983],"mpz_setbit":[2555905,5963777,7602177,10027009,11010049,12517377,13107201,13565953,16384001,18022402,22806529,24641537,42074119,43253761],"mpq_set_str":[3014657,4259841,7602177,18022402,23265281,23920641,27394049,27525121,30998529,31326209,37224449,38469638,39190529],"mpz_fdiv_q":[7602177,11862017,17760257,18022402,21233665,24313857,30670855,31129601,39518209,43188225],"manipulation":[21757953],"mpf_init_set":[3670023,7602177,13959169,18022402,27131905,28966913,39649281],"mp_exp_t":[327689,655380,1835017,2883586,6619145,7602178,8192009,8978434,10682371,12845070,15597572,18022402,18808841,19267593,19660802,20185097,20774921,22413313,23068681,23658502,23855113,25624585,27852809,27918344,28180494,29425673,30015492,31719433,32833539,32964617,34144272,34471946,36241443,37617669,37814276,38993965,39976961,40042505,40370183,41287689],"mpf_get_d":[65538,524291,2490370,2949122,3473410,3670018,5636098,5898242,7602177,8519682,8650754,8781826,8912898,9109506,9175042,9306113,11272194,11468802,12386306,12582914,13631490,16515079,18022402,19988482,25952258,26148866,26345474,26804226,27131906,27918337,28835842,28966914,29360129,30932996,31719425,33685506,34340870,36569090,37552129,39649282,40304642,40960002,41615362,41811970,42795009],"msb":[25755650,26411010,35848194],"mpz_set_str":[5046274,5505025,7602178,9633793,12648450,18022404,19005447,21823489,23789569,25100289,26673153,34996226,38469633,40828930,41353217],"msys32":[22413313],"members":[196609,983041,1507329,1638401,1769473,2228225,2293761,3080193,3932161,4456449,4849665,4915201,5242881,6029313,6291457,6946817,7602177,8257537,8388609,8978433,11206657,11927553,12189697,12320769,13238273,13500417,14417921,14876673,15007745,15138817,16646145,16711681,17104897,17301505,18022401,18612225,19857409,20905985,22478849,22544385,22740993,23658497,24707073,25493505,26017793,28114945,29753345,30015489,32178177,32309249,32768001,33095681,33292289,34013185,34209793,34406401,35323905,35782657,36241409,36700161,38862849,38993921,40435713,42401793],"mpq_init":[1114114,2818050,3014661,4259841,4980738,7340034,7602177,10616836,11534338,11665410,14352386,14614530,18022402,18087938,21626884,23265283,23920641,27394051,27525125,28049410,30998531,31326211,31784962,33554434,35127298,35586050,37224449,38469634,39190535,41091074,42336258,42663938,42729474],"mpz_tdiv_r_ui":[7602177,9437185,13434881,18022402,18153473,20578305,29294599,33947649,34078721,39059457,41484289],"men":[9895937,22937601],"mpz_gcd_ui":[7602177,13762561,18022402,23134215,41877505],"mp_bits_per_limb":[7602177,11796481,17956866,18022404,21168130,29687809,32505857,33095681,33357826,34603009,34799617,43057159],"mpf_pow_ui":[65537,3473409,5636097,7602177,8519681,8650753,8781825,9109505,9306113,12386305,12582913,13631489,18022402,19988481,26345479,26804225,33685505,36569089,40304641],"multi":[131074,1441794,1703938,2621442,3211266,3604482,4456449,4718594,5111810,5570562,6815746,6881282,7602177,7667714,8323074,9371650,9502722,13238273,14286850,16449538,17825794,17891330,17956865,18022402,18481154,18546690,19070978,19136514,19333122,19464194,20381698,21168130,21364738,22085634,22413313,24969218,25034754,26083330,26476546,26869762,26935298,27066370,27459586,28246018,28901378,29097986,29687810,29818882,31064066,31391746,31588354,31653890,31850498,32440322,33357826,33751041,33882114,34013185,34603010,34799618,35192834,37748738,38141954,38731778,40501250,41156610,41680898,42139650,42598402,42860546,43712514],"mpq_set_num":[7340033,7602177,14352385,14614529,18022402,18087943,28049409,31784961],"mpq_cmp_si":[1114113,2818049,3014660,7340034,7602177,10616833,11665415,14352386,14614530,18022402,18087938,21626881,23265282,27525122,28049410,30998530,31784962,35127297,42663938],"mpq_cmp_ui":[1114119,2818049,7602177,10616833,11534338,11665409,18022402,21626881,27394050,35127297],"mpz_divisible_p":[1966081,3735553,6750209,7471105,7602177,8716289,9437185,11337729,11599873,11862017,12713985,13434881,13893639,15335425,17760257,18022402,18153473,19791873,20578305,21233665,21889025,22282241,23396353,24313857,24576001,25231361,26738689,28573697,29294593,30670849,31129601,32243713,33947649,34078721,39059457,39518209,41484289,42991617,43188225],"mpn_sec_powm_itch":[7602177,9371649,18022402,27262981,29687812],"mpz_get_d":[7602177,11141121,15204353,18022402,20119553,24248327,35913729],"mimics":[16646145],"mpz_cdiv_q_2exp":[1966081,6750209,7602177,18022402,21889025,22282241,23396353,25231361,28573703,32243713,42991617],"mpn_sec_div_r":[1441793,3211271,3604481,5177349,6881281,7602178,9371649,17956865,18022404,19136513,26935297,29687809,31850497,35192833,41680897],"mpq_set_den":[7340033,7602177,14352385,14614535,18022402,18087937,28049409,31784961],"mpz_odd_p":[7602177,10092545,18022402,18350087,19398657,21757953,29491201,36962305,37355521,37879811,42926081],"maximum":[7274497,8585217,16187393,16580609,22413313,27918338,31719426,37617665,38273025,43515906],"mpz_millerrabin":[7602177,15073281,18022402,40239112],"malloc":[1572865,3866625,25755650,35848194],"mpz_bin_uiui":[7602177,10747911,18022402,38600705],"mpz_pow_ui":[7602177,17629185,18022402,25296897,25362439,27328513,28704769],"mpz_congruent_2exp_p":[7602177,8716289,11337729,12713991,18022402],"mpz_2fac_ui":[3538945,7602177,18022402,33751041,40173575],"mp_set_memory_functions":[3407879,7602177,18022402,26214401],"mpn_sec_sqr":[1441794,3211265,3604481,4587524,6881281,7602178,9371649,17956865,18022404,19136513,26935297,29687809,31850497,35192839,41680897],"mpf_inp_str":[7602177,9895943,18022402,43515905],"mpz_cmpabs":[1179649,2424833,7602177,8060929,9961477,18022402,23592961,32112641,34734081,39321601],"mpf_set_d":[2949121,5898247,7602177,8912897,18022402,22937601,30932993,35586049,40960001,41746433],"mpf_set_q":[2949121,5898241,7602177,8912897,18022402,22937601,30932993,33554436,35586055,40960001,41746433],"mpf_set_z":[2949121,5898241,7602177,8912897,18022402,22937601,30932993,35586049,40960001,41746439],"mpn_and_n":[2621441,4718593,7602177,9502721,18022402,19333127,19464193,28901379,32440321,38731777,42860545],"mpf_div":[65537,3473409,5636097,7602177,8519681,8650753,8781825,9109505,9306113,12386305,12582913,13631495,18022402,19988481,26345473,26804225,33685505,36569089,40304641],"mpf_init_set_str":[3670017,7602177,13959175,18022402,27131905,28966913,39649281],"mpz_urandomm":[7274498,7602177,14024705,18022402,26279943,33816577,38273025],"mpq_inp_str":[7602177,11534343,18022402,42336257],"max_size":[7274503,7602179,18022406,37617671,38273031],"mpn_scan1":[7602177,18022402,18546689,26083335,31588353,34603009,34799617,38141953],"mpn_scan0":[7602177,18022402,18546689,26083329,31588359,34603009,34799617,38141953],"mpz_tstbit":[2555905,5963783,7602177,10027009,11010049,12517377,13107201,13565953,16384001,18022402,22806529,24641537,42074113,43253761],"mpz_primorial_ui":[7602177,18022402,26542087],"mpz_powm_ui":[7602177,17629185,18022402,25296897,25362433,27328513,28704775],"mpz_tdiv_q":[7602177,9437185,13434887,18022402,18153473,20578305,29294593,33947649,34078721,39059457,41484289],"mpz_set_d":[5505025,7602177,9633793,18022402,19005441,21823489,23789576,25100289,26673153,41353217],"mpf_init":[65538,524289,2490375,3473410,4784130,5636098,7602177,8519682,8650754,8781826,9109506,9175043,9306113,9895938,11272195,11468802,12386306,12582914,13631490,15925250,18022402,19988482,22937602,25952257,26148865,26345474,26804226,27197442,28835842,33554435,33685506,34340865,35586050,36569090,37617666,40304642,41615362,41746434,41811970,42663938],"mpz_set_f":[5505025,7602177,9633793,18022402,19005441,21823489,23789569,25100296,26673153,41353217],"mpz_get_d_2exp":[7602177,11141121,15204353,18022402,20119559,24248321,35913729],"mpz_set_q":[5505025,7602177,9633793,18022402,19005441,21823489,23789569,25100289,26673153,41353224],"mpz_perfect_square_p":[6553607,7602177,9568257,18022402,18874369,30605313,36765697,42008577],"mpn_popcount":[7602177,18022402,18546695,26083329,31588353,34603009,34799617,38141953],"multiplicand":[7602177,15859718,18022402],"mpz_cdiv_ui":[1966081,6750215,7602177,18022402,21889025,22282241,23396353,25231361,28573697,32243713,42991617],"mpz_addmul":[3997697,7602177,8454145,14221313,15466497,15532033,15728647,17039361,18022402,20971521,24510465,26607617,29884417,33619969,38535169,39387137,43778049],"mpn_sec_powm":[1441793,3211265,3604481,6881281,7602178,9371649,17956865,18022404,19136513,26935297,27262982,29687815,31850497,35192833,41680897],"mpf_mul_2exp":[5636103,7602177,8519681,18022402,26804225],"mpz_init":[1966082,2555906,3538946,3735554,3997698,5046275,5505026,7077890,7274498,7471106,7602177,8454146,9568258,9633796,10747906,11010050,11599874,12648450,13434882,13762562,14024706,14352386,14942210,15466498,15532034,15663107,16187394,16384002,17039362,17629186,17760258,18022402,18153474,18874370,19005442,20512770,20578306,20971522,21233666,21823490,23265282,23396354,23527426,23789570,23986178,24510466,24576002,25100290,25231362,25296898,25362434,25690114,26279938,26411010,26542082,26607618,26738690,27328514,28573698,28704770,29229057,29294594,29884418,30343170,30670850,31129602,31784962,32243714,33751042,33816578,33947650,34078722,34996226,35127298,35454978,36175873,37421058,38273026,38535170,38600706,38666242,40108039,40173570,41353218,41746434,42991618,43188226,43253762,43778050],"mpn_zero":[131073,7602177,18022402,22085633,26476551],"magnitude":[2555905,5963777,8978433,10027009,11010049,12189697,12517377,13107201,13565953,16384001,17301505,22806529,24641537,24707073,26017793,33292289,36503554,42074113,43253761],"mpz_out_raw":[1376263,7602178,11730949,18022404,19529729,25690113],"mpn_tdiv_qr":[5111809,7602177,8323073,16449537,18022402,18481153,21168129,21364737,24969217,25034753,26869761,27459585,28246017,29097991,31064065,31391745,31653889,33357825,37748737,40501249,41156609,42139649,43712513],"mpf_get_prec":[524289,2490369,4784129,7602177,9175041,11272195,18022402,25952261,26148871,27197441,33554434,34340865],"mpf_size":[7602177,12910599,18022402],"mpn_neg":[5111809,7602177,8323073,16449537,18022402,18481153,21168129,21364737,24969217,25034753,26869761,27459585,28246023,29097985,31064065,31391745,31653889,33357825,37748737,40501249,41156609,42139649,43712513],"minuend":[7602177,18022402,28246017,41549830],"mpz_jacobi":[7602177,11075591,18022402,34930689],"mpn_cnd_add_n":[1441793,3211265,3604481,6881287,7602177,9371649,17956865,18022402,19136513,26935297,29687809,31850497,35192833,41680897],"mpn_nand_n":[2621441,4718593,7602177,9502721,18022402,19333121,19464193,28901381,32440321,38731777,42860545],"mpz_cdiv_qr":[1966081,3735553,6750209,7471105,7602177,8716289,9437185,11337729,11599873,11862017,12713985,13434881,13893633,15335425,17760257,18022402,18153473,19791873,20578305,21233665,21889025,22282247,23396353,24313857,24576001,25231361,26738689,28573697,29294593,30670849,31129601,32243713,33947649,34078721,39059457,39518209,41484289,42991617,43188225],"mpq_sgn":[1114113,2818055,7602177,10616833,11665409,18022402,21626881,35127297],"mpz_realloc2":[5046281,7602177,15663105,16187393,18022402,29229057,34996227,36175873,40108033],"mpz_divexact_ui":[7471105,7602177,11599879,18022402],"mpz_fac_ui":[3538951,7602177,18022402,33751041,40173569],"mpq_abs":[5439493,7602177,11403265,15859713,18022402,18219009,24117249,31522817,37093377,40763393,41549825],"mpz_fib_ui":[7602177,18022402,20512775,33226753],"mpq_sub":[5439489,7602177,11403265,15859713,18022402,18219009,24117249,31522817,37093377,40763393,41549829],"mpz_fdiv_ui":[3735553,7602177,11862017,17760257,18022402,21233665,24313863,24576001,30670849,31129601,39518209,43188225],"mpz_size":[5832707,7602177,10223618,12648450,14942209,18022402,22872065,23986177,25886729,34996225],"mpz_cmpabs_d":[1179656,2424833,7602177,8060929,9961473,18022402,23592961,32112641,34734081,39321601],"mpf_get_d_2exp":[7602177,16515073,18022402,27918337,29360129,31719425,37552129,42795015],"multiple":[589826,6488065,6946817,7536641,7602178,7733249,8978434,11206657,17104899,18022404,18612225,26017795,30474242,34013185,38666243,38797314,39976964,40632321],"mpz_gcdext":[7602177,13762561,18022402,23134209,41877511],"mpz_mod":[1966081,3735553,6750209,7471105,7602177,8716289,9437185,11337729,11599873,11862017,12713985,13434881,13893633,15335425,17760257,18022402,18153473,19791873,20578305,21233665,21889025,22282241,23396353,24313857,24576001,25231361,26738695,28573697,29294593,30670849,31129601,32243713,33947649,34078721,39059457,39518209,41484289,42991617,43188225],"mpf_add_ui":[7602177,12386311,18022402,33685505],"mpn_sub":[5111809,7602177,8323073,16449537,18022402,18481153,21168129,21364737,24969223,25034753,26869761,27459585,28246017,29097985,31064065,31391745,31653889,33357825,37748737,40501249,41156609,42139649,43712513],"mpn_sec_add_1_itch":[3604484,7602177,18022402,22216709],"mp_bytes_per_limb":[1703938,5832708,11796487,12648452,14942212,18022402,19070978,19136516,22872066,23986180,25886724,32505857,33095681,34799618,40501252,43057153],"mpf_floor":[3276801,4194305,5767169,7602177,11468801,15925249,16252929,18022402,20643841,28835841,30277633,35389441,37617665,41615367],"modulo":[3211265,7602187,8716290,11337730,12713986,17956865,18022422,19136513,25296898,27328515,28704771,29687809,37421057],"mutable":[9043969,10682369,11993089,18415617,20054017,24051713,31457281,39583745,42205185],"mpz_fdiv_qr":[1966081,3735553,6750209,7471105,7602177,8716289,9437185,11337729,11599873,11862017,12713985,13434881,13893633,15335425,17760257,18022402,18153473,19791873,20578305,21233665,21889025,22282241,23396353,24313857,24576001,25231361,26738689,28573697,29294593,30670849,31129601,32243713,33947649,34078721,39059457,39518215,41484289,42991617,43188225],"mpq_denref":[7340039,7602177,14352385,14614531,18022402,18087937,28049409,31784963,41091073],"mpz_addmul_ui":[7602177,14221319,15728641,18022402],"mpn_mod_1":[5111809,7602177,8323073,16449537,18022402,18481153,21168129,21364737,24969217,25034753,26869761,27459591,28246017,29097985,31064065,31391745,31653889,33357825,37748737,40501249,41156609,42139649,43712513],"modified":[7274497,14024705,26279937,33816577,38273025],"mpz_add_ui":[7340034,7602177,14352386,18022402,20971529,28049410,29884417,31784962],"mpz_init_set":[7077895,7602177,18022402,21692417,27000833,40828929,43581441],"making":[22937601],"mpf_set_prec":[524289,2490369,4784129,7602177,9175041,11272199,18022402,25952257,26148865,27197441,33554435,34340865,36503553],"mpz_cdiv_qr_ui":[1966081,6750209,7602177,18022402,21889031,22282241,23396353,25231361,28573697,32243713,42991617],"mpz_tdiv_qr_ui":[7602177,9437185,13434881,18022402,18153473,20578305,29294593,33947649,34078721,39059457,41484295],"mpq_cmp":[1114113,2818049,7602177,10616840,11665409,18022402,21626882,35127298],"mpz_even_p":[7602177,10092545,18022402,18350083,19398657,21757953,29491201,36962305,37355521,37879815,42926081],"mpz_cdiv_r_2exp":[1966081,6750209,7602177,18022402,21889025,22282241,23396359,25231361,28573697,32243713,42991617],"mpn_sec_sqr_itch":[4587525,7602177,18022402,35192836],"mpf_ui_sub":[7602177,18022402,19988481,36569089,40304647],"marshal":[5570562,25755650,26411010,27066370,35848194],"mpz_ui_kronecker":[1048577,1900545,7602177,17498113,18022402,28311553,38010887],"mpn_random":[1703938,7602177,18022402,19070984],"method":[65537,131073,393217,524289,589825,786433,917505,1048577,1114113,1179649,1376257,1441793,1572865,1703937,1900545,1966081,2031617,2359297,2424833,2490369,2555905,2621441,2752513,2818049,2883585,2949121,3014657,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3997697,4194305,4259841,2162689,4521985,4587521,4718593,4784129,4980737,5046273,5111809,5177345,5308417,5373953,5439489,5505025,5570561,5636097,5767169,5832705,5898241,5963777,6422529,6488065,6553601,6684673,6750209,6815745,6881281,7077889,7143425,7208961,7274497,7340033,7471105,7667713,7864321,8060929,8126465,8323073,8454145,8519681,8585217,8650753,8716289,8781825,8912897,9109505,9175041,9240577,9306113,9371649,9437185,9502721,9568257,9633793,9699329,9895937,9961473,10027009,10092545,10223617,10354689,10616833,10747905,10878977,11010049,11075585,11141121,11272193,11337729,11403265,11468801,11534337,11599873,11665409,11730945,11862017,12386305,12451841,12517377,12582913,12648449,12713985,12910593,13107201,13172737,13303809,13434881,13565953,13631489,13762561,13893633,13959169,14024705,14155777,14221313,14286849,14352385,14548993,14614529,14811137,14942209,15073281,15204353,15335425,15400961,15466497,15532033,15597569,15663105,15728641,15794177,15859713,15925249,15990785,16056321,16187393,16252929,16384001,16449537,16515073,16580609,16908289,17039361,17170433,17235969,17432577,17498113,17563649,17629185,17760257,17825793,17891329,17956865,18087937,18153473,18219009,18350081,18481153,18546689,18874369,19005441,19070977,19136513,19333121,19398657,19464193,19529729,19660801,19726337,19791873,19922945,19988481,20119553,20316161,20381697,20512769,20578305,20643841,20709377,20971521,21037057,21102593,21168129,21233665,21299201,21364737,21561345,21626881,21692417,21757953,21823489,21889025,21954561,22085633,22216705,22282241,22347777,22413313,22675457,22806529,22872065,22937601,23134209,23199745,23265281,23330817,23396353,23461889,23527425,23592961,23789569,23920641,23986177,24117249,24248321,24313857,24444929,24510465,24576001,24641537,24969217,25034753,25100289,25231361,25296897,25362433,25690113,25755649,25886721,25952257,26083329,26148865,26214401,26279937,26345473,26411009,26476545,26542081,26607617,26673153,26738689,26804225,26869761,26935297,27000833,27066369,27131905,27197441,27262977,27328513,27394049,27459585,27525121,27590657,27721729,27918337,28049409,28246017,28311553,28377089,28573697,28704769,28835841,28901377,28966913,29097985,29229057,29294593,29360129,29491201,29556737,29687809,29818881,29884417,29949953,30146561,30212097,30277633,30343169,30474241,30539777,30605313,30670849,30867457,30932993,30998529,31064065,31129601,31326209,31391745,31522817,31588353,31653889,31719425,31784961,31850497,32047105,32112641,32243713,32374786,32440321,32833537,32899073,33030145,33161217,33226753,33357825,33423361,33488898,33554433,33619969,33685505,33751041,33816577,33882113,33947649,34078721,34275329,34340865,34471937,34603009,34668545,34734081,34799617,34865153,34930689,34996225,35061761,35127297,35192833,35389441,35454977,35520513,35586049,35651585,35848193,35913729,35979265,36175873,36569089,36765697,36962305,37027841,37093377,37224449,37355521,37421057,37486593,37552129,37617665,37748737,37814273,37879809,37945345,38010881,38141953,38207489,38273025,38469633,38535169,38600705,38666241,38731777,38797313,38928385,39059457,39124993,39190529,39256065,39321601,39387137,39518209,39649281,39714817,40108033,40173569,40239105,40304641,40501249,40632321,40697857,40763393,40828929,40960001,41025537,41091073,41156609,41353217,41418753,41484289,41549825,41615361,41680897,41746433,41811969,41877505,41943041,42008577,42074113,42139649,42336257,42598401,42663937,42729473,42795009,42860545,42926081,42991617,43188225,43253761,43384833,43515905,43581441,43712513,43778049],"mpq_cmp_z":[1114113,2818049,7602177,10616833,11665409,18022402,21626881,35127303],"mpz_tdiv_ui":[7602177,9437185,13434881,18022402,18153473,20578305,29294593,33947649,34078721,39059463,41484289],"mpz_inp_str":[1376257,7602177,11730945,18022402,19529729,25690119],"mpz_mod_ui":[7602177,18022402,24576008,26738689],"mpn_sec_div_qr_itch":[7602177,18022402,19136516,30539781],"mpn_iorn_n":[2621441,4718599,7602177,9502721,18022402,19333121,19464193,28901377,32440321,38731777,42860545],"mpf_fits_sshort_p":[3276807,4194305,5767169,7602177,11468801,15925249,16252929,18022402,20643841,28835841,30277633,35389441,37617665,41615361],"mpz_fdiv_q_ui":[3735559,7602177,11862017,17760257,18022402,21233665,24313857,30670849,31129601,39518209,43188225],"mpz_init_set_si":[1179650,1966082,2424833,3735554,3997698,5963778,6553602,6750210,7077889,7602177,9437188,9568258,9961474,11862018,13434884,13565954,14155778,14221316,15204354,15466498,17039362,17760260,18022402,18153474,18874370,20578306,21233666,21692417,21757954,21889026,22282244,23396354,23592962,24313858,24641538,25231364,26607618,26673156,27000839,28573698,29294594,30605314,30670852,31129602,32243714,33619972,33947652,34078722,35913730,36765698,38600706,39059458,39387138,39518212,40828929,41484290,42008578,42074114,42991620,43188226,43581441,43778050],"mpz_tdiv_q_2exp":[7602177,9437185,13434881,18022402,18153473,20578311,29294593,33947649,34078721,39059457,41484289],"mpn_mul":[5111809,7602177,8323073,16449537,18022402,18481159,21168129,21364737,24969217,25034753,26869761,27459585,28246017,29097985,31064065,31391745,31653889,33357825,37748737,40501249,41156609,42139649,43712513],"mpz_fits_uint_p":[7602177,10092551,18022402,18350081,19398657,21757953,29491201,36962305,37355521,37879809,42926081],"mpz_scan1":[2555905,5963777,7602177,10027010,11010049,12517384,13107201,13565953,16384001,18022402,22806529,24641537,42074113,43253761],"member":[65537,131073,524289,589825,786433,1048577,1114113,1179649,1376257,1441793,1572865,1703937,1900545,1966081,2359297,2424833,2490369,2555905,2621441,2752513,2818049,2949121,3014657,3211265,3276801,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3997697,4194305,4259841,4587521,4718593,4784129,4980737,5046273,5111809,5177345,5439489,5505025,5570561,5636097,5767169,5832705,5898241,5963777,6422529,6488065,6553601,6750209,6815745,6881281,7077889,7208961,7274497,7340033,7471105,7667713,7864321,8060929,8323073,8454145,8519681,8585217,8650753,8716289,8781825,8912897,9109505,9175041,9306113,9371649,9437185,9502721,9568257,9633793,9699329,9895937,9961473,10027009,10092545,10223617,10289153,10354689,10616833,10747905,10878977,11010049,11075585,11141121,11272193,11337729,11403265,11468801,11534337,11599873,11665409,11730945,11862017,12386305,12451841,12517377,12582913,12648449,12713985,12910593,13107201,13172737,13434881,13565953,13631489,13762561,13893633,13959169,14024705,14090241,14155777,14221313,14286849,14352385,14548993,14614529,14745601,14811137,14942209,15073281,15204353,15335425,15400961,15466497,15532033,15663105,15728641,15794177,15859713,15925249,15990785,16187393,16252929,16384001,16449537,16515073,16580609,16908289,17039361,17170433,17498113,17563649,17629185,17760257,17825793,17891329,17956865,18087937,18153473,18219009,18350081,18481153,18546689,18874369,19005441,19070977,19136513,19333121,19398657,19464193,19529729,19791873,19988481,20119553,20316161,20381697,20512769,20578305,20643841,20971521,21037057,21168129,21233665,21364737,21495809,21626881,21692417,21757953,21823489,21889025,21954561,22085633,22216705,22282241,22347777,22675457,22806529,22872065,22937601,23134209,23199745,23265281,23330817,23396353,23461889,23527425,23592961,23789569,23920641,23986177,24117249,24248321,24313857,24510465,24576001,24641537,24903681,24969217,25034753,25100289,25231361,25296897,25362433,25690113,25755649,25886721,25952257,26083329,26148865,26214401,26279937,26345473,26411009,26476545,26542081,26607617,26673153,26738689,26804225,26869761,26935297,27000833,27066369,27131905,27197441,27262977,27328513,27394049,27459585,27525121,27721729,27918337,28049409,28246017,28311553,28377089,28442625,28573697,28704769,28835841,28901377,28966913,29097985,29229057,29294593,29360129,29491201,29556737,29687809,29818881,29884417,29949953,30146561,30277633,30343169,30474241,30539777,30605313,30670849,30932993,30998529,31064065,31129601,31326209,31391745,31522817,31588353,31653889,31719425,31784961,31850497,32047105,32112641,32243713,32374785,32440321,32899073,33030145,33161217,33226753,33357825,33423361,33488897,33554433,33619969,33685505,33751041,33816577,33882113,33947649,34078721,34340865,34471937,34603009,34734081,34799617,34865153,34930689,34996225,35127297,35192833,35389441,35454977,35520513,35586049,35651585,35848193,35913729,35979265,36175873,36569089,36765697,36962305,37093377,37224449,37355521,37421057,37486593,37552129,37617665,37748737,37879809,37945345,38010881,38141953,38207489,38273025,38469633,38535169,38600705,38666241,38731777,38797313,39059457,39124993,39190529,39256065,39321601,39387137,39518209,39649281,39714817,40108033,40173569,40239105,40304641,40501249,40632321,40763393,40828929,40894465,40960001,41091073,41156609,41353217,41418753,41484289,41549825,41615361,41680897,41746433,41811969,41877505,41943041,42008577,42074113,42139649,42336257,42532865,42598401,42663937,42729473,42795009,42860545,42926081,42991617,43188225,43253761,43384833,43515905,43581441,43712513,43778049],"mpz_scan0":[2555905,5963777,7602177,10027016,11010049,12517378,13107201,13565953,16384001,18022402,22806529,24641537,42074113,43253761]} \ No newline at end of file diff --git a/docs/fti/FTI_110.json b/docs/fti/FTI_110.json index 4ac0cae..88769d2 100644 --- a/docs/fti/FTI_110.json +++ b/docs/fti/FTI_110.json @@ -1 +1 @@ -{"num2":[1179658,7012354,11993098,16252932],"necessary":[1507329,1835009,2883585,5505025,7012357,12517377,16252938,16646146,20119553,20643841,20774914,23068674,26345473,28246017,33161217,35192833,39976961,42729473],"new_free":[3801092],"need":[16646145,23724035],"new":[131080,196620,393217,458754,589828,786436,917506,1048577,1179650,1310736,1376257,1441793,1507332,1572868,1638404,1703937,1769474,1835011,1966084,2031618,2097162,2293761,2490374,2555908,2621443,2686979,2883588,2949124,3014672,3342340,3473412,3604482,3735554,3801093,3866636,3932162,3997697,4128776,4194305,4259844,4456449,4521992,4653072,4718598,4784129,4980740,5046280,5177348,5242881,5373956,5439492,5505030,5636102,5701646,5767180,5898250,5963778,6029316,6357000,6488066,6553603,6684678,6815746,6881281,6946832,7077894,7143425,7208961,7274498,7340034,7405584,7471107,7602177,7733252,7864326,7995398,8060930,8126465,8192001,8257538,8323076,8519688,8585218,8650768,8716296,8847368,8912900,8978440,9109512,9175044,9240580,9306116,9437190,9502732,9568262,9633802,9699336,9895937,10027009,10092545,10158082,10223624,10289160,10354696,10420228,10485764,10551297,10616834,10747907,10878980,11010054,10944514,11075586,11141124,11403265,11534340,11599874,11796481,11862017,11993090,12058625,12124165,12189698,12255238,12320771,12386308,12517380,12582920,12910593,12976134,13041668,13107202,13238273,13303810,13369350,13434881,13500417,13565956,13631492,13762566,13828104,13893636,13959174,14024716,14155782,14221318,14286852,14417926,14548993,14614532,14680070,14745601,14876674,14942209,15007749,15073282,15138819,15204354,15269906,15400966,15532033,15597569,15663108,15728648,15794182,15859716,15925250,16056326,16187396,16318468,16449538,16515076,16580609,16646148,16711681,16908289,16973836,17170434,17235972,17301506,17367044,17498116,17563656,17629186,17760257,17825793,17891332,17956866,18022401,18087944,18153474,18219009,18284545,18415622,18546689,18612240,18677762,18743304,18808848,18874374,18939910,19005441,19136513,19202049,19267586,19333124,19398658,19464196,19529732,19660804,19726337,19791876,20119556,20250636,20381697,20447258,20643842,20709388,20774916,20840466,21102604,21233665,21299212,21364737,21430273,21626884,21692424,21823494,21889026,22020102,22085636,22216705,22282241,22347778,22478849,22544388,22609922,22675460,22740996,22806536,22872065,22937612,23003142,23068674,23134212,23199746,23265281,23330832,23396354,23461892,23592961,23658498,23724033,23789572,23855112,24117250,24248326,24313858,24379396,24444932,24576004,24641540,24838145,24903686,24969217,25034754,25100289,25165828,25231361,25296908,25362436,25427980,25493505,25559041,25624579,25690116,25755652,25821186,25886724,25952260,26017800,26148865,26214401,26279940,26411016,26345480,26476552,26607628,26673160,26804228,26869764,26935302,27000840,27066376,27262986,27328536,27394054,27459592,27525122,27590668,27656194,28114945,28246018,28311556,28377090,28442628,28508164,28573698,28639233,28770312,28835844,28901380,28966932,29032449,29097985,29163524,29425670,29556742,29753346,29818886,29884420,29949958,30015494,30081028,30146561,30408705,30474250,30605316,30801922,30867468,30998532,31064068,31129602,31195148,31260684,31326224,31391748,31457296,31653896,31719425,31784964,31850497,31981584,32440321,32571404,32702472,32833537,32964614,33030160,33095692,33161220,33226768,33292292,33423364,33685512,33816577,33882113,33947660,34013187,34078724,34209796,34275329,34406407,34471938,34603014,34865154,34996236,35061766,35192838,35258370,35323905,35389446,35454984,35520528,35586049,35717144,35782657,35913730,35979265,36044812,36110344,36175874,36372484,36438018,36569090,36634632,36700163,36765702,36831236,36896772,36962307,37093378,37158920,37224452,37289986,37355528,37486598,37552131,37617668,37683206,37748740,37814276,37879812,37945345,38010882,38076424,38207496,38469633,38535176,38600706,38666242,38797315,38862854,38928385,38993921,39059460,39124993,39190536,39256068,39321603,39452674,39583748,39976966,40042516,40108044,40239106,40304641,40370177,40501264,40566792,40632336,40763393,40894466,40960012,41091074,41156609,41222146,41287682,41418764,41484292,41549840,41615362,41746436,41811970,41943044,42008584,42074115,42139652,42205188,42270730,42336262,42401796,42467329,42532865,42663940,42729474,42860546,42991622,43057153,43122690,43188226,43253762,43319297,43384833,43450369,43515905,43646982,43712515,43778054],"needed":[1835009,4325377,5505025,16646146,23789569,23724033,24117249,26345473,35192833],"numerator":[1179649,1572865,2555905,2818049,4063233,7012358,7274497,7995393,8716289,9306113,10878977,11730946,11993089,13369345,13762561,13893633,15073281,15400969,16056321,16252940,16908289,17498113,18415625,18546689,18677761,19464193,19791873,21692417,21823489,21889025,22675457,22740993,24248321,24903681,27328513,28442625,28573700,28901377,29425666,29818881,29884417,30605313,32964609,33292289,36765697,38535169,39321602,41222145,42139649,43778049],"new_allocate":[3801092],"num":[8585222,14417922,15400978,18415626,28573702,29425668,39256066,40239106],"negative":[458753,1179649,1376257,1441793,3276804,3342338,7340034,8060929,10027010,10485762,11075585,11141121,11534337,11993089,12189697,12845058,13959169,14614529,15269890,15728641,16777218,17367041,18743297,20447234,22020098,22740993,23592962,24903681,26476545,26935297,31522818,32702465,34471938,35258369,35717122,35913729,36372481,37748737,38010881,38600706,39059457,41025537,41746433,42270721],"nan":[458753,14614529,35258369],"numbers":[589827,2883588,7012354,7340035,10485761,14221315,16252933,16646145,20643843,22020097,23724033,27262978,27525121,28246019,29949955,33161222,34078723,34471940,34603010,35454982,38600706],"nail":[26345473,35192833],"native":[65538,131079,196616,262145,327682,393222,458758,524293,589830,655365,720901,786438,851970,917510,983045,1048581,1114114,1179654,1245186,1310731,1376261,1441798,1507335,1572871,1638406,1703941,1769477,1835016,1900546,1966087,2031622,2097162,2162690,2228226,2293766,2359302,2424834,2490376,2555911,2621445,2686981,2752517,2818050,2883591,2949126,3014665,3080194,3145733,3211269,3276805,3342342,3407874,3473414,3538949,3604486,3670018,3735558,3801096,3866634,3932162,3997701,4063238,4128775,4194310,4259846,4325383,4390917,4456454,4521991,4587527,4653065,4718597,4784133,4849670,4915205,4980742,5046279,5111810,5177352,5242885,5308418,5373959,5439494,5505031,5570565,5636103,5701643,5767177,5832706,5898248,5963782,6029317,6094853,6160386,6225927,6291458,6357000,6422530,6488071,6553605,6619138,6684680,6750210,6815750,6881285,6946825,7012354,7077893,7143430,7208965,7274502,7340039,7405578,7471109,7536642,7602182,7667718,7733255,7798791,7864322,7929863,7995400,8060934,8126470,8192005,8257543,8323079,8388610,8454150,8519687,8585222,8650761,8716297,8781829,8847367,8912903,8978439,9043973,9109511,9175047,9240582,9306119,9371653,9437192,9502728,9568264,9633802,9699335,9764866,9830405,9895941,9961474,10027015,10092550,10158086,10223622,10289159,10354695,10420231,10485767,10551303,10616838,10682375,10747909,10813445,10878983,10944518,11010056,11075591,11141127,11206661,11272197,11337730,11403270,11468805,11534343,11599878,11665416,11730949,11796486,11862021,11927557,11993094,12058630,12124167,12189703,12255238,12320774,12386309,12451847,12517383,12582919,12648453,12713989,12779527,12845058,12910598,12976134,13041670,13107207,13172738,13238277,13303814,13369352,13434885,13500421,13565959,13631496,13697026,13762568,13828103,13893639,13959176,14024712,14090246,14155783,14221320,14286855,14352389,14417927,14483461,14548997,14614534,14680072,14745606,14811141,14876678,14942213,15007750,15073287,15138821,15204358,15269896,15335426,15400967,15466498,15532037,15597574,15663111,15728648,15794184,15859719,15925255,15990786,16056328,16121861,16187397,16252934,16318470,16384002,16449542,16515079,16580613,16646151,16711687,16777218,16842757,16908293,16973833,17039368,17104901,17170438,17235975,17301511,17367046,17432578,17498119,17563659,17629190,17694722,17760262,17825797,17891335,17956870,18022405,18087942,18153478,18219013,18284549,18350082,18415623,18481157,18546694,18612233,18677766,18743303,18808842,18874376,18939911,19005446,19070981,19136518,19202054,19267590,19333127,19398663,19464200,19529737,19595266,19660807,19726342,19791879,19857410,19922949,19988485,20054021,20119559,20185093,20250632,20316167,20381701,20447244,20512773,20578309,20643846,20709384,20774918,20840459,20905989,20971525,21037061,21102600,21168130,21233670,21299209,21364742,21430277,21495814,21561346,21626887,21692425,21757957,21823496,21889030,21954565,22020103,22085638,22151173,22216709,22282245,22347782,22413314,22478854,22544389,22609926,22675464,22740999,22806535,22872069,22937608,23003141,23068678,23134214,23199750,23265285,23330826,23396359,23461894,23527430,23592967,23658502,23724040,23789575,23855110,23920642,23986178,24051719,24117255,24182786,24248328,24313863,24379399,24444941,24510470,24576007,24641542,24707079,24772613,24838149,24903688,24969222,25034758,25100296,25165831,25231365,25296906,25362439,25427977,25493509,25559045,25624581,25690119,25755654,25821186,25886727,25952262,26017799,26083330,26148869,26214406,26279943,26345484,26411015,26476553,26542087,26607624,26673159,26738693,26804231,26869769,26935304,27000841,27066375,27131910,27197442,27262984,27328524,27394054,27459591,27525126,27590665,27656198,27721734,27787272,27852802,27918338,27983879,28049413,28114950,28180482,28246022,28311558,28377094,28442631,28508166,28573702,28639238,28704770,28770311,28835847,28901384,28966925,29032456,29097989,29163527,29229058,29294597,29360135,29425671,29491206,29556744,29622280,29687810,29753350,29818888,29884423,29949959,30015496,30081031,30146565,30212098,30277637,30343175,30408710,30474247,30539778,30605320,30670853,30736391,30801926,30867465,30932997,30998534,31064070,31129605,31195144,31260680,31326217,31391752,31457289,31522821,31588359,31653894,31719430,31784965,31850502,31916038,31981577,32047106,32112646,32178183,32243718,32309253,32374791,32440326,32505862,32571401,32636933,32702471,32768002,32833542,32899079,32964616,33030153,33095689,33161223,33226762,33292296,33357830,33423367,33488898,33554437,33619975,33685511,33751045,33816582,33882117,33947656,34013189,34078726,34144261,34209798,34275333,34340866,34406407,34471943,34537474,34603016,34668551,34734082,34799622,34865158,34930693,34996233,35061769,35127301,35192844,35258374,35323909,35389448,35454982,35520522,35586054,35651589,35717132,35782661,35848194,35913734,35979270,36044808,36110343,36175878,36241414,36306952,36372487,36438022,36503559,36569094,36634631,36700165,36765704,36831237,36896775,36962309,37027845,37093382,37158919,37224455,37289990,37355528,37421063,37486600,37552133,37617670,37683208,37748743,37814278,37879814,37945349,38010886,38076422,38141954,38207494,38273026,38338565,38404102,38469637,38535177,38600712,38666246,38731779,38797318,38862856,38928389,38993926,39059462,39124997,39190535,39256071,39321607,39387138,39452678,39518213,39583750,39649282,39714821,39780357,39845895,39911430,39976968,40042505,40108042,40173573,40239111,40304645,40370181,40435718,40501257,40566791,40632329,40697858,40763398,40828935,40894470,40960008,41025541,41091078,41156614,41222150,41287687,41353218,41418760,41484295,41549833,41615366,41680903,41746439,41811974,41877509,41943047,42008583,42074117,42139656,42205191,42270730,42336264,42401799,42467334,42532870,42598405,42663943,42729478,42795013,42860550,42926085,42991621,43057158,43122696,43188230,43253766,43319301,43384837,43450373,43515910,43581448,43646984,43712517,43778056],"nonnegative":[11075585,12189697],"new_reallocate":[3801092],"needs":[29949953,34078721,37027841,40042497],"net":[65537,131073,196609,262145,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769474,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801090,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784130,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094851,6160385,6225921,6291457,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,6881281,6946817,7012353,7077889,7143425,7208961,7274497,7340033,7405569,7471105,7536641,7602177,7667713,7733249,7798785,7864321,7929857,7995393,8060929,8126465,8192001,8257537,8323073,8388609,8454145,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9175041,9240577,9306113,9371649,9437185,9502721,9568257,9633793,9699329,9764865,9830401,9895937,9961473,10027010,10092545,10158081,10223617,10289153,10354689,10420225,10485761,10551297,10616833,10682369,10747905,10813441,10878977,10944513,11010049,11075585,11141121,11206657,11272193,11337729,11403265,11468801,11534337,11599873,11665409,11730945,11796481,11862017,11927553,11993089,12058625,12124161,12189697,12255233,12320769,12386305,12451841,12517377,12582913,12648449,12713985,12779521,12845057,12910593,12976129,13041665,13107201,13172737,13238273,13303809,13369345,13434882,13500417,13565953,13631489,13697025,13762561,13828097,13893633,13959169,14024705,14090241,14155777,14221313,14286849,14352385,14417921,14483457,14548993,14614529,14680065,14745601,14811137,14876673,14942209,15007745,15073281,15138817,15204353,15269889,15335425,15400961,15466497,15532033,15597569,15663105,15728641,15794177,15859713,15925249,15990785,16056321,16121857,16187393,16252929,16318465,16384001,16449537,16515073,16580609,16646145,16711681,16777217,16842753,16908289,16973825,17039361,17104897,17170433,17235969,17301505,17367041,17432577,17498113,17563649,17629185,17694721,17760257,17825793,17891329,17956865,18022401,18087937,18153473,18219009,18284545,18350081,18415617,18481153,18546689,18612225,18677761,18743297,18808833,18874369,18939905,19005441,19070977,19136513,19202049,19267585,19333121,19398657,19464193,19529729,19595265,19660801,19726337,19791873,19857410,19922945,19988481,20054017,20119553,20185089,20250625,20316161,20381697,20447233,20512769,20578305,20643841,20709377,20774913,20840449,20905985,20971521,21037057,21102593,21168129,21233665,21299201,21364737,21430273,21495809,21561345,21626881,21692417,21757953,21823489,21889025,21954561,22020097,22085634,22151169,22216705,22282241,22347777,22413313,22478849,22544385,22609921,22675457,22740993,22806529,22872065,22937601,23003137,23068673,23134209,23199745,23265281,23330817,23396353,23461889,23527425,23592961,23658497,23724051,23789569,23855105,23920641,23986177,24051713,24117249,24182785,24248321,24313857,24379393,24444929,24510465,24576001,24641537,24707073,24772609,24838145,24903681,24969217,25034753,25100289,25165825,25231361,25296897,25362433,25427969,25493505,25559041,25624577,25690113,25755649,25821185,25886721,25952257,26017793,26083329,26148865,26214401,26279937,26345473,26411009,26476545,26542081,26607617,26673153,26738689,26804225,26869761,26935297,27000833,27066369,27131905,27197441,27262977,27328513,27394049,27459585,27525121,27590657,27656193,27721729,27787265,27852801,27918337,27983873,28049409,28114945,28180481,28246017,28311553,28377089,28442625,28508161,28573697,28639233,28704769,28770305,28835841,28901377,28966913,29032449,29097985,29163521,29229057,29294593,29360129,29425665,29491201,29556737,29622273,29687809,29753345,29818881,29884417,29949953,30015489,30081025,30146561,30212097,30277633,30343169,30408705,30474241,30539777,30605313,30670849,30736385,30801921,30867457,30932993,30998529,31064065,31129601,31195137,31260673,31326209,31391745,31457281,31522817,31588353,31653889,31719425,31784961,31850497,31916033,31981569,32047105,32112641,32178177,32243713,32309249,32374785,32440321,32505857,32571393,32636929,32702465,32768001,32833537,32899073,32964609,33030145,33095681,33161217,33226753,33292289,33357825,33423361,33488897,33554433,33619969,33685505,33751041,33816577,33882113,33947649,34013185,34078721,34144257,34209793,34275329,34340865,34406401,34471937,34537473,34603009,34668545,34734081,34799617,34865153,34930689,34996225,35061761,35127297,35192833,35258369,35323905,35389441,35454977,35520513,35586049,35651585,35717121,35782657,35848193,35913729,35979265,36044801,36110337,36175873,36241409,36306945,36372481,36438017,36503553,36569089,36634625,36700161,36765697,36831233,36896769,36962305,37027841,37093377,37158913,37224449,37289985,37355521,37421057,37486593,37552129,37617665,37683201,37748737,37814273,37879809,37945346,38010881,38076417,38141953,38207489,38273025,38338561,38404097,38469633,38535169,38600705,38666241,38731778,38797313,38862849,38928385,38993921,39059457,39124993,39190529,39256065,39321601,39387137,39452673,39518209,39583745,39649281,39714817,39780353,39845889,39911425,39976961,40042497,40108033,40173569,40239105,40304641,40370177,40435713,40501249,40566785,40632321,40697857,40763393,40828929,40894465,40960001,41025537,41091073,41156609,41222145,41287681,41353217,41418753,41484289,41549825,41615361,41680897,41746433,41811969,41877505,41943041,42008577,42074113,42139649,42205185,42270721,42336257,42401793,42467329,42532865,42598401,42663937,42729473,42795009,42860545,42926081,42991617,43057153,43122689,43188225,43253761,43319297,43384834,43450369,43515905,43581441,43646977,43712513,43778049],"nunbers":[2883586],"negation":[7012353,16252930,26607617],"nuget":[23724034],"n_digits":[26869769,35061769,43122695],"names":[15007745],"namespace":[65537,131074,196610,327681,393218,458754,524290,589826,655362,720898,786434,851969,917506,983042,1048578,1114113,1179650,1245185,1310722,1376258,1441794,1507330,1572866,1638402,1703938,1769474,1835010,1900545,1966082,2031618,2097154,2162689,2228225,2293762,2359298,2424833,2490370,2555906,2621442,2686978,2752514,2818049,2883586,2949122,3014658,3080193,3145730,3211266,3276802,3342338,3407873,3473410,3538946,3604482,3670017,3735554,3801090,3866626,3932161,3997698,4063234,4128770,4194306,4259842,4325378,4390914,4456450,4521986,4587522,4653058,4718594,4784130,4849666,4915202,4980738,5046274,5111809,5177346,5242882,5308417,5373954,5439490,5505026,5570562,5636098,5701634,5767170,5832705,5898242,5963778,6029314,6094850,6160385,6225922,6291457,6356994,6422529,6488066,6553602,6619137,6684674,6750209,6815746,6881282,6946818,7012353,7077890,7143426,7208962,7274498,7340034,7405570,7471106,7536641,7602178,7667714,7733250,7798786,7864321,7929858,7995394,8060930,8126466,8192002,8257538,8323074,8388609,8454146,8519682,8585218,8650754,8716290,8781826,8847362,8912898,8978434,9043970,9109506,9175042,9240578,9306114,9371650,9437186,9502722,9568258,9633794,9699330,9764865,9830402,9895938,9961473,10027010,10092546,10158082,10223618,10289154,10354690,10420226,10485762,10551298,10616834,10682370,10747906,10813442,10878978,10944514,11010050,11075586,11141122,11206658,11272194,11337729,11403266,11468802,11534338,11599874,11665410,11730946,11796482,11862018,11927554,11993090,12058626,12124162,12189698,12255234,12320770,12386306,12451842,12517378,12582914,12648450,12713986,12779522,12845057,12910594,12976130,13041666,13107202,13172737,13238274,13303810,13369346,13434882,13500418,13565954,13631490,13697025,13762562,13828098,13893634,13959170,14024706,14090242,14155778,14221314,14286850,14352386,14417922,14483458,14548994,14614530,14680066,14745602,14811138,14876674,14942210,15007746,15073282,15138818,15204354,15269890,15335425,15400962,15466497,15532034,15597570,15663106,15728642,15794178,15859714,15925250,15990785,16056322,16121858,16187394,16252930,16318466,16384001,16449538,16515074,16580610,16646146,16711682,16777217,16842754,16908290,16973826,17039362,17104898,17170434,17235970,17301506,17367042,17432577,17498114,17563650,17629186,17694721,17760258,17825794,17891330,17956866,18022402,18087938,18153474,18219010,18284546,18350081,18415618,18481154,18546690,18612226,18677762,18743298,18808834,18874370,18939906,19005442,19070978,19136514,19202050,19267586,19333122,19398658,19464194,19529730,19595265,19660802,19726338,19791874,19857409,19922946,19988482,20054018,20119554,20185090,20250626,20316162,20381698,20447234,20512770,20578306,20643842,20709378,20774914,20840450,20905986,20971522,21037058,21102594,21168129,21233666,21299202,21364738,21430274,21495810,21561345,21626882,21692418,21757954,21823490,21889026,21954562,22020098,22085634,22151170,22216706,22282242,22347778,22413313,22478850,22544386,22609922,22675458,22740994,22806530,22872066,22937602,23003138,23068674,23134210,23199746,23265282,23330818,23396354,23461890,23527426,23592962,23658498,23789570,23855106,23920641,23986177,24051714,24117250,24182785,24248322,24313858,24379394,24444930,24510466,24576002,24641538,24707074,24772610,24838146,24903682,24969218,25034754,25100290,25165826,25231362,25296898,25362434,25427970,25493506,25559042,25624578,25690114,25755650,25821185,25886722,25952258,26017794,26083329,26148866,26214402,26279938,26411010,26345474,26476546,26542082,26607618,26673154,26738690,26804226,26869762,26935298,27000834,27066370,27131906,27262978,27197441,27328514,27394050,27459586,27525122,27590658,27656194,27721730,27787266,27852801,27918337,27983874,28049410,28114946,28180481,28246018,28311554,28377090,28442626,28508162,28573698,28639234,28704769,28770306,28835842,28901378,28966914,29032450,29097986,29163522,29229057,29294594,29360130,29425666,29491202,29556738,29622274,29687809,29753346,29818882,29884418,29949954,30015490,30081026,30146562,30212097,30277634,30343170,30408706,30474242,30539777,30605314,30670850,30736386,30801922,30867458,30932994,30998530,31064066,31129602,31195138,31260674,31326210,31391746,31457282,31522818,31588354,31653890,31719426,31784962,31850498,31916034,31981570,32047105,32112642,32178178,32243714,32309250,32374786,32440322,32505858,32571394,32636930,32702466,32768001,32833538,32899074,32964610,33030146,33095682,33161218,33226754,33292290,33357826,33423362,33488897,33554434,33619970,33685506,33751042,33816578,33882114,33947650,34013186,34078722,34144258,34209794,34275330,34340865,34406402,34471938,34537473,34603010,34668546,34734081,34799618,34865154,34930690,34996226,35061762,35127298,35192834,35258370,35323906,35389442,35454978,35520514,35586050,35651586,35717122,35782658,35848193,35913730,35979266,36044802,36110338,36175874,36241410,36306946,36372482,36438018,36503554,36569090,36634626,36700162,36765698,36831234,36896770,36962306,37027842,37093378,37158914,37224450,37289986,37355522,37421058,37486594,37552130,37617666,37683202,37748738,37814274,37879810,37945346,38010882,38076418,38141953,38207490,38273025,38338562,38404098,38469634,38535170,38600706,38666242,38731778,38797314,38862850,38928386,38993922,39059458,39124994,39190530,39256066,39321602,39387137,39452674,39518210,39583746,39649281,39714818,39780354,39845890,39911426,39976962,40042498,40108034,40173570,40239106,40304642,40370178,40435714,40501250,40566786,40632322,40697857,40763394,40828930,40894466,40960002,41025538,41091074,41156610,41222146,41287682,41353217,41418754,41484290,41549826,41615362,41680898,41746434,41811970,41877506,41943042,42008578,42074114,42139650,42205186,42270722,42336258,42401794,42467330,42532866,42598402,42663938,42729474,42795010,42860546,42926082,42991618,43057154,43122690,43188226,43253762,43319298,43384834,43450370,43515906,43581442,43646978,43712514,43778050],"notinheritable":[16252929],"newly":[7012353,7667714,16252930,37093378,38404098,38731777,42860546],"normal":[16646145],"newer":[7340033,14221313,27262977,34471937,34603009],"naturally":[26738689,41025537],"number":[131076,196609,786437,917506,1310722,1376257,1507331,1638402,1835010,1966084,2031618,2097154,2359299,2490369,2883586,2949122,3014657,3276802,3473410,3538945,3735554,3801090,3866625,4128772,4325377,4587524,4653057,4718593,4784129,4849667,4980738,5046276,5505025,5636099,5701636,5767169,5898244,6160385,6356996,6488065,6553602,6684677,6946817,7012375,7077889,7340037,7405569,7667713,7798785,8257538,8323073,8519684,8650753,8912898,8978436,9109508,9175043,9240578,9306116,9502726,9633794,9830401,10027012,10223617,10289156,10354692,10420226,10485763,10551297,11010049,11075587,11206657,11599874,12124162,12189699,12255233,12517379,12582916,12713985,12845058,13041666,13107201,13172737,13303812,13434881,13565955,13828100,13959170,14024710,14155779,14221319,14352385,14483457,14614530,14876678,15204353,15269889,15663106,15728641,16121857,16252987,16646146,16711686,16777218,16973825,17170433,17301506,17367042,17563649,17891329,18087937,18546689,18612225,18743298,18808834,18874372,18939905,19333124,19529729,19660803,20119554,20447236,20643845,20709377,20840450,21102598,21299201,21954561,22020099,22085639,22347779,22937601,23003137,23330818,23396353,23461892,23527427,23592962,23658498,23789569,23724033,24117249,24313858,24379395,24444931,24576002,25034753,25100289,25296897,25952258,26017793,26279938,26345476,26607617,26673156,26738690,26869766,27066372,27262982,27197441,27328514,27394050,27525122,27590657,27787269,28049410,28246021,28311554,28377090,28508162,28770308,28966915,29032450,29360132,29687812,29949957,30081026,30277633,30474242,30801922,30998532,31195139,31260674,31326209,31391745,31522817,31981569,32047105,32571393,32636930,32702468,33030145,33095681,33161218,33226754,33619972,33685508,33947654,34078725,34275330,34406401,34471940,34603014,34734081,34996225,35061766,35192836,35520513,35717124,36044801,36110340,36438018,36634626,36896770,37093377,37158914,37224449,37289986,37355522,37486594,37617666,37683202,37748738,38404097,38600708,38731781,38797313,38862850,39059458,39190532,39256067,39321602,39518209,39583746,39911427,39976962,40042498,40501249,40632321,40828930,40894470,40960006,41287681,41418753,41549825,41615361,41877505,42008580,42205188,42270722,42336257,42467331,42663941,42860545,42991617,43122691,43384833],"numeric":[7012356,8847361,16252936,22609921,41811969,43253761],"numb":[26345475,35192835],"normally":[2949121,13434881,20119553,23658497,26279937,34275329,37814273,42270721,42729473],"numbe":[16515073,20250625,22085633,28835841,30867457,31457281],"new_alloc":[7012353,16252930,34406406],"notice":[8257537,17301505],"normalization":[39976961],"nents":[7012353,9633798,16252930],"null":[131073,589827,1572865,1769473,1835009,2490369,2555905,2883586,3080193,3801098,4128769,4521985,4718593,5046273,5177345,5373953,6356993,7012369,7077889,7733249,7995393,8257540,8519681,8716290,8847361,8912897,8978433,9109505,9437185,9502721,9568257,9699329,10289153,10354689,10420225,10878977,11010049,11141121,11272193,11534337,13369346,13565953,13631489,13762561,13828097,13893633,13959169,14024705,14286849,14680065,15204354,15663105,15794177,15859713,15925250,16056321,16252963,17235969,17301508,17498113,17891329,18939905,19464193,19791873,20905985,21102593,21626881,21692418,21823490,22675457,22740993,23658497,23855106,24248321,24313858,24576001,24903681,25034754,25165825,25362433,25886721,26411009,26345476,26476545,26673153,26869765,26935297,27000833,27066369,27262977,27459585,28442625,28770305,28901377,29556737,29622278,29818881,29884417,30015490,30081025,30212097,30605313,31653892,32702465,32964609,33161218,33292289,33423361,33685505,33947649,35061765,35192836,35389441,35454979,36110337,36765698,37093379,37486593,37683201,37748737,38076420,38207491,38535170,38862849,39190529,39321601,40042497,40239108,40370177,40960001,41746433,41943041,42008577,42139649,42270723,42336257,42401793,42860547,43646977,43778049],"negativeinfinity":[458753,35258369],"narrowing":[1048577,1703937,2293761,4194305,4456449,5242881,6881281,7208961,7602177,8126465,9895937,10092545,11796481,11862017,12058625,12910593,14745601,14942209,15532033,18022401,18284545,19005441,19136513,19202049,19726337,20381697,21233665,21364737,21430273,24969217,25559041,26214401,28114945,28639233,29097985,30408705,31719425,31850497,32440321,35586049,35782657,35979265,38928385,38993921,39124993,40763393,41156609,42532865,43057153,43319297],"new_size":[1835017,3801092,7012353,16252930,29032455,38731777],"notes":[20447233,35717121],"noted":[23658497,24444929],"nails":[24444935,26345478,35192838],"negated_operand":[7012353,16252930,31588358],"nbcnt":[17563655],"nbits":[7012353,16252930,18874374]} \ No newline at end of file +{"num2":[1114122,7602178,11665418,18022404],"necessary":[1376257,1572865,2359297,5046273,7602181,11730945,16187394,16515073,18022410,20119554,20512769,24248322,25755649,30343169,33226753,35848193,42729473,42795009],"new_free":[3407876],"need":[16187393,22413315],"new":[65544,131084,327681,524292,786436,851969,1048578,1114114,1179650,1245185,1310721,1376260,1441808,1507330,1572867,1703940,1835009,1900546,1966084,2097155,2359300,2424833,2490372,2555910,2621456,2818052,2949124,3014664,3211274,3276802,3407877,3473416,3538946,3604492,3670024,3735556,3997700,4063234,4128769,4194308,4390913,4456449,4653057,4718608,4980740,5046278,5111820,5505028,5570570,5636104,5767170,5832710,5898244,5963778,6094851,6160385,6225924,6356993,6422534,6488070,6553602,6619137,6750210,6815758,6881296,7012353,7077896,7274498,7340034,7471110,7536643,7667716,7733251,7798785,7995393,8060930,8192001,8323088,8454150,8519692,8585218,8650760,8716294,8781832,8912904,8978433,9109512,9175044,9306116,9371658,9437192,9502736,9568260,9633800,9764865,9895940,9961476,10027010,10092546,10158083,10223617,10354696,10420225,10551297,10616836,10747906,10813446,10944513,11010054,11075588,11141122,11272197,11337730,11468808,11534340,11599876,11665410,11730948,11862022,11927558,12058625,12124161,12386312,12451848,12517378,12582916,12648454,12713988,12779523,12910594,12976132,13041665,13107204,13172742,13238273,13369345,13434886,13565954,13631500,13762566,13828097,13893636,13959174,14024710,14155784,14221316,14286856,14352390,14483457,14548996,14614534,14680068,14811144,14942226,15073282,15204354,15269889,15335426,15400964,15466500,15532038,15663108,15728646,15925254,15990786,16121857,16187396,16252930,16318465,16384004,16449548,16515076,16580610,16646149,16777217,16842753,16973827,17039364,17104897,17367041,17498116,17563650,17629186,17694721,17760262,17825796,17891332,17956872,18087942,18153476,18219009,18284545,18350082,18481168,18546692,18677761,18743297,18808833,18874372,18939905,19005446,19070980,19136530,19202049,19267585,19333136,19398658,19464204,19529732,19595265,19791874,19988492,20119556,20185089,20250625,20381722,20512770,20578308,20643842,20774913,20971522,21168140,21233668,21364748,21626884,21692418,21757954,21823492,21889030,22020097,22085644,22151169,22282248,22347780,22413313,22609921,22806530,22872066,22937606,23003137,23068673,23134210,23199748,23265288,23330818,23396356,23461894,23527428,23592962,23724036,23789572,23855105,23920648,23986180,24248322,24313858,24379393,24510468,24576004,24641538,24707073,24772609,24838145,24969232,25034764,25100292,25165826,25231366,25296904,25362436,25427969,25559043,25624577,25690116,25755656,25821185,25886726,25952260,26017793,26083332,26148868,26279946,26345480,26411012,26476552,26542082,26607620,26673160,26738694,26804232,26869772,27000834,26935308,27066380,27131908,27328520,27394052,27459588,27525128,27852801,27918340,27983873,28049410,28246028,28311554,28508161,28573700,28704774,28835848,28901392,28966916,29098008,29229064,29294596,29425665,29491202,29622273,29687828,29818884,29884422,30081025,30277634,30343170,30408705,30605318,30670854,30736385,30933000,30998532,31064076,31129604,31195139,31260674,31326212,31391756,31588356,31653904,31719430,31784966,31850512,31916033,31981569,32112642,32243716,32374790,32440336,32636929,32899076,32964609,33161224,33226756,33357836,33488900,33554442,33619972,33685516,33751042,33816582,33882136,33947654,34013185,34078724,34340872,34537473,34603020,34734082,34799628,34930692,34996231,35127300,35192844,35258369,35389442,35454982,35520516,35586056,35717121,35782657,35848198,35913730,35979266,36044803,36110337,36175880,36569096,36634627,36765698,36831236,36896769,36962306,37158913,37224456,37355522,37421062,37486598,37552132,37617666,37683203,37748752,37879810,37945346,38010882,38076417,38141960,38273026,38404097,38469635,38535172,38600708,38666246,38731792,38862849,38993921,39059458,39190532,39256066,39321604,39387142,39452673,39518216,39649284,39780355,39845889,39911425,40042497,40108036,40173570,40239106,40304648,40370180,40566787,40501268,40828932,40960004,41091074,41156624,41287681,41353220,41484294,41615368,41680912,41746440,41811980,41877514,41943044,42008582,42074114,42139660,42270721,42336260,42401793,42467331,42598404,42663944,42729474,42795014,42860560,42926082,42991622,43188228,43253766,43319297,43384834,43450369,43515906,43581442,43646977,43712524,43778052],"needed":[1572865,3866625,5046273,16187394,22413313,22872065,23986177,25755649,35848193],"new_allocate":[3407876],"numerator":[1114113,1966081,2293761,3735553,4259841,6750209,7471105,7602182,9437185,10289154,11534337,11599873,11665409,11862017,13434881,13893633,14352393,15335425,16318465,17104897,17760257,18022412,18087945,18153473,19791873,20578305,21233665,21889025,22282241,23396353,24313857,24576001,25231361,26738689,28049412,28573697,29097985,29294593,30670849,31129601,31784962,32243713,33947649,34078721,38469634,39059457,39518209,41484289,42991617,43188225],"num":[7340038,14352402,14614530,18087946,28049414,31784964,41091074,42336258],"negative":[1114113,1179649,1245185,2424833,2818050,3145732,7274498,8060929,8978434,9895938,9961473,10027009,10616833,11665409,12189698,12517377,13762561,14155777,14286849,14548993,14942210,15400961,17301506,20381698,22937602,24576001,26017794,26738689,27328513,27656194,28704769,32112641,33161217,33882114,34734081,35127297,35520513,36765697,37617666,38273026,38600705,39321601,40894465,41877505],"nan":[1179649,14548993,32112641],"numbers":[524291,2359300,7274499,7602178,9895937,14024707,16187393,18022405,20512771,22413313,22937601,26279938,26542081,30343171,32374787,33226758,33488899,33816578,34340870,37617666,38273028],"nail":[25755649,35848193],"native":[1,65543,131080,196610,262146,327686,393221,458757,524294,589829,655362,786438,851973,917509,983042,1048582,1114118,1179654,1245189,1310725,1376263,1441803,1507333,1572872,1638402,1703943,1769474,1835014,1900550,1966087,2031618,2097157,2228226,2293762,2359303,2424838,2490374,2555912,2621449,2686978,2752517,2818054,2883589,2949126,3014663,3080194,3145733,3211274,3276806,3342338,3407880,3473415,3538950,3604490,3670023,3735559,3801094,3866631,3932162,3997704,4063234,4128773,4194310,4259846,2162693,4325381,4390918,4456453,4521989,4587526,4653062,4718601,4784133,4849669,4915202,4980742,5046279,5111817,5177351,5242882,5308421,5373954,5439495,5505030,5570568,5636104,5701634,5767174,5832711,5898246,5963783,6029314,6094853,6160389,6225925,6291458,6356997,6422533,6488072,6553606,6619142,6684674,6750214,6815755,6881290,6946818,7012357,7077895,7143426,7208966,7274503,7340038,7405575,7471112,7536645,7602178,7667719,7733253,7798789,7864326,7929863,7995398,8060934,8126469,8192005,8257538,8323081,8388610,8454152,8519688,8585223,8650759,8716296,8781831,8847365,8912903,8978439,9043973,9109511,9175046,9240581,9306119,9371658,9437193,9502729,9568263,9633799,9699333,9764870,9830407,9895943,9961479,10027015,10092550,10158085,10223623,10289157,10354694,10420230,10485765,10551302,10616839,10682373,10747910,10813442,10878981,10944517,11010056,11075591,11141126,11206658,11272199,11337734,11403272,11468807,11534343,11599879,11665414,11730951,11796485,11862024,11927558,11993093,12058630,12124166,12189698,12255239,12320770,12386311,12451847,12517383,12582918,12648454,12713992,12779526,12845063,12910598,12976133,13041669,13107207,13172741,13238277,13303810,13369350,13434888,13500418,13565959,13631496,13697029,13762568,13828101,13893639,13959175,14024712,14090245,14155783,14221319,14286856,14352391,14417922,14483462,14548998,14614535,14680069,14745605,14811142,14876678,14942216,15007746,15073286,15138818,15204359,15269894,15335431,15400966,15466503,15532040,15597570,15663110,15728648,15794181,15859720,15925256,15990790,16056325,16121861,16187399,16252934,16318469,16384007,16449545,16515079,16580615,16646150,16711682,16777221,16842757,16908293,16973829,17039367,17104902,17170437,17235970,17301506,17367046,17432581,17498119,17563654,17629190,17694725,17760264,17825801,17891335,17956875,18022406,18087943,18153479,18219015,18284549,18350086,18415621,18481162,18546695,18612226,18677766,18743301,18808837,18874375,18939909,19005447,19070983,19136523,19202054,19267590,19333129,19398662,19464200,19529735,19595270,19660802,19726341,19791878,19857410,19922949,19988488,20054021,20119558,20185093,20250630,20316165,20381708,20447234,20512774,20578312,20643846,20709381,20774917,20840455,20905986,20971527,21037062,21102597,21168136,21233671,21299205,21364745,21430277,21495813,21561349,21626887,21692422,21757958,21823494,21889032,21954566,22020101,22085640,22151174,22216710,22282249,22347782,22413320,22478850,22544386,22609925,22675461,22740994,22806534,22872071,22937607,23003142,23068677,23134215,23199750,23265287,23330822,23396360,23461893,23527431,23592966,23658498,23724037,23789574,23855109,23920646,23986183,24051717,24117255,24182791,24248326,24313862,24379398,24444933,24510471,24576007,24641543,24707080,24772613,24838149,24903685,24969226,25034761,25100295,25165826,25231368,25296905,25362439,25427973,25493506,25559045,25624581,25690119,25755660,25821190,25886726,25952263,26017799,26083335,26148870,26214408,26279944,26345479,26411021,26476551,26542086,26607623,26673159,26738696,26804231,26869769,26935306,27000838,27066376,27131910,27197446,27262984,27328521,27394054,27459592,27525127,27590658,27656197,27721733,27787271,27852806,27918345,27983878,28049414,28114946,28180487,28246024,28311558,28377094,28442629,28508165,28573704,28639234,28704776,28770311,28835847,28901385,28966918,29032450,29097996,29163522,29229062,29294599,29360135,29425670,29491206,29556742,29622280,29687821,29753346,29818887,29884424,29949959,30015490,30081029,30146566,30212101,30277638,30343174,30408709,30474245,30539783,30605320,30670856,30736390,30801927,30867461,30932999,30998534,31064073,31129608,31195141,31260677,31326214,31391753,31457285,31522823,31588359,31653897,31719433,31784967,31850506,31916038,31981573,32047110,32112646,32178178,32243719,32309250,32374791,32440329,32505861,32571399,32636934,32702471,32768002,32833541,32899078,32964614,33030150,33095682,33161223,33226759,33292290,33357833,33423366,33488902,33554439,33619975,33685512,33751046,33816584,33882124,33947656,34013189,34078728,34144258,34209794,34275333,34340870,34406402,34471942,34537478,34603016,34668549,34734086,34799624,34865158,34930695,34996231,35061762,35127303,35192841,35258374,35323906,35389446,35454984,35520518,35586055,35651589,35717125,35782661,35848204,35913734,35979270,36044805,36110341,36175878,36241410,36306951,36372482,36438022,36503557,36569095,36634629,36700162,36765702,36831237,36896773,36962310,37027845,37093384,37158918,37224454,37289991,37355526,37421064,37486597,37552135,37617672,37683205,37748746,37814277,37879814,37945350,38010886,38076421,38141960,38207493,38273031,38338567,38404102,38469639,38535175,38600711,38666248,38731785,38797317,38862853,38928389,38993925,39059462,39124998,39190534,39256070,39321607,39387144,39452678,39518217,39583749,39649286,39714822,39780357,39845893,39911429,39976963,40042502,40108038,40173574,40239110,40304647,40370181,40435714,40501257,40566790,40632327,40697858,40763399,40828935,40894469,40960006,41025541,41091079,41156617,41222151,41287685,41353223,41418758,41484296,41549832,41615367,41680905,41746439,41811976,41877514,41943047,42008584,42074119,42139658,42205189,42270726,42336263,42401798,42467333,42532869,42598407,42663943,42729478,42795016,42860553,42926086,42991624,43057157,43122693,43188232,43253768,43319302,43384838,43450374,43515912,43581446,43646981,43712520,43778055],"nonnegative":[10027009,12517377],"new_reallocate":[3407876],"needs":[32374785,33488897,36503553,40501249],"net":[1,65537,131073,196609,262145,327681,393217,458753,524289,589825,655361,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507330,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407874,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,2162689,4325377,4390913,4456450,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308419,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,6881281,6946817,7012353,7077889,7143425,7208961,7274497,7340033,7405569,7471105,7536641,7602177,7667713,7733249,7798785,7864321,7929857,7995393,8060929,8126465,8192001,8257537,8323073,8388609,8454145,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978434,9043969,9109505,9175041,9240577,9306113,9371649,9437185,9502721,9568257,9633793,9699329,9764865,9830401,9895937,9961473,10027009,10092545,10158081,10223617,10289153,10354689,10420225,10485761,10551297,10616833,10682369,10747905,10813441,10878977,10944513,11010049,11075585,11141121,11206657,11272193,11337729,11403265,11468801,11534337,11599873,11665409,11730945,11796481,11862017,11927553,11993089,12058625,12124161,12189697,12255233,12320769,12386305,12451841,12517377,12582913,12648449,12713985,12779521,12845057,12910593,12976129,13041665,13107201,13172737,13238274,13303809,13369345,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633,13959169,14024705,14090241,14155777,14221313,14286849,14352385,14417921,14483457,14548993,14614529,14680065,14745601,14811137,14876673,14942209,15007745,15073281,15138817,15204353,15269889,15335425,15400961,15466497,15532033,15597569,15663105,15728641,15794177,15859713,15925249,15990785,16056321,16121857,16187393,16252929,16318465,16384001,16449537,16515073,16580609,16646145,16711681,16777217,16842753,16908289,16973825,17039361,17104897,17170433,17235969,17301505,17367041,17432577,17498113,17563649,17629185,17694721,17760257,17825793,17891329,17956865,18022401,18087937,18153473,18219009,18284545,18350081,18415617,18481153,18546689,18612225,18677761,18743297,18808833,18874369,18939905,19005441,19070977,19136513,19202049,19267585,19333121,19398657,19464193,19529729,19595265,19660801,19726337,19791873,19857410,19922945,19988481,20054017,20119553,20185089,20250625,20316161,20381697,20447233,20512769,20578305,20643841,20709377,20774913,20840449,20905985,20971521,21037057,21102593,21168129,21233665,21299201,21364737,21430273,21495809,21561345,21626881,21692417,21757953,21823489,21889025,21954561,22020097,22085633,22151169,22216705,22282241,22347778,22413331,22478849,22544385,22609921,22675457,22740993,22806529,22872065,22937601,23003137,23068673,23134209,23199745,23265281,23330817,23396353,23461889,23527425,23592961,23658497,23724033,23789569,23855105,23920641,23986177,24051713,24117249,24182785,24248321,24313857,24379393,24444929,24510465,24576001,24641537,24707073,24772609,24838145,24903681,24969217,25034753,25100289,25165825,25231361,25296897,25362433,25427969,25493505,25559041,25624577,25690113,25755649,25821185,25886721,25952257,26017793,26083329,26148865,26214401,26279937,26345473,26411009,26476545,26542081,26607617,26673153,26738689,26804225,26869761,26935297,27000833,27066369,27131905,27197441,27262977,27328513,27394049,27459585,27525121,27590657,27656193,27721729,27787265,27852801,27918337,27983873,28049409,28114945,28180481,28246017,28311553,28377089,28442625,28508161,28573697,28639233,28704769,28770305,28835841,28901377,28966913,29032449,29097985,29163521,29229057,29294593,29360129,29425665,29491201,29556737,29622273,29687809,29753345,29818881,29884417,29949953,30015489,30081025,30146561,30212097,30277633,30343169,30408705,30474241,30539777,30605313,30670849,30736385,30801921,30867457,30932993,30998529,31064065,31129601,31195137,31260673,31326209,31391745,31457281,31522817,31588353,31653889,31719425,31784961,31850497,31916033,31981569,32047105,32112641,32178177,32243713,32309249,32374785,32440321,32505857,32571393,32636929,32702465,32768001,32833537,32899073,32964609,33030145,33095681,33161217,33226753,33292289,33357825,33423361,33488897,33554433,33619969,33685505,33751041,33816577,33882113,33947649,34013185,34078721,34144257,34209793,34275329,34340865,34406401,34471937,34537473,34603009,34668545,34734081,34799617,34865153,34930689,34996225,35061761,35127297,35192833,35258369,35323905,35389441,35454977,35520513,35586049,35651585,35717121,35782657,35848193,35913729,35979265,36044801,36110337,36175873,36241409,36306945,36372481,36438017,36503553,36569089,36634625,36700161,36765697,36831233,36896769,36962305,37027841,37093377,37158913,37224449,37289985,37355521,37421057,37486593,37552129,37617665,37683201,37748737,37814273,37879809,37945345,38010881,38076417,38141953,38207489,38273025,38338561,38404097,38469633,38535169,38600705,38666241,38731777,38797313,38862850,38928385,38993922,39059457,39124993,39190529,39256065,39321601,39387137,39452673,39518209,39583745,39649281,39714817,39780353,39845889,39911425,39976962,40042497,40108033,40173569,40239105,40304641,40370177,40435713,40501249,40566785,40632321,40697857,40763393,40828929,40894465,40960001,41025537,41091073,41156609,41222145,41287681,41353217,41418753,41484289,41549825,41615361,41680897,41746433,41811969,41877505,41943041,42008577,42074113,42139649,42205185,42270721,42336257,42401793,42467329,42532865,42598401,42663937,42729473,42795009,42860545,42926081,42991617,43057153,43122689,43188225,43253761,43319297,43384833,43450369,43515905,43581441,43646977,43712513,43778049],"nunbers":[2359298],"negation":[7602177,18022402,28246017],"nuget":[22413314],"n_digits":[27918345,31719433,43515911],"names":[16646145],"namespace":[65538,131074,196609,262145,327682,393218,458754,524290,589826,655361,786434,851970,917506,983041,1048578,1114114,1179650,1245186,1310722,1376258,1441794,1507330,1572866,1638401,1703938,1769473,1835010,1900546,1966082,2031617,2097154,2228225,2293761,2359298,2424834,2490370,2555906,2621442,2686977,2752514,2818050,2883586,2949122,3014658,3080193,3145730,3211266,3276802,3342337,3407874,3473410,3538946,3604482,3670018,3735554,3801090,3866626,3932161,3997698,4063233,4128770,4194306,4259842,2162690,4325378,4390914,4456450,4521986,4587522,4653058,4718594,4784130,4849666,4915201,4980738,5046274,5111810,5177346,5242881,5308418,5373953,5439490,5505026,5570562,5636098,5701633,5767170,5832706,5898242,5963778,6029313,6094850,6160386,6225922,6291457,6356994,6422530,6488066,6553602,6619138,6684673,6750210,6815746,6881282,6946817,7012354,7077890,7143425,7208962,7274498,7340034,7405570,7471106,7536642,7602177,7667714,7733250,7798786,7864322,7929858,7995394,8060930,8126466,8192002,8257537,8323074,8388609,8454146,8519682,8585218,8650754,8716290,8781826,8847362,8912898,8978434,9043970,9109506,9175042,9240578,9306114,9371650,9437186,9502722,9568258,9633794,9699330,9764866,9830402,9895938,9961474,10027010,10092546,10158082,10223618,10289154,10354690,10420226,10485762,10551298,10616834,10682370,10747906,10813441,10878978,10944514,11010050,11075586,11141122,11206657,11272194,11337730,11403266,11468802,11534338,11599874,11665410,11730946,11796482,11862018,11927554,11993090,12058626,12124162,12189697,12255234,12320769,12386306,12451842,12517378,12582914,12648450,12713986,12779522,12845058,12910594,12976130,13041666,13107202,13172738,13238274,13303809,13369346,13434882,13500417,13565954,13631490,13697026,13762562,13828098,13893634,13959170,14024706,14090242,14155778,14221314,14286850,14352386,14417921,14483458,14548994,14614530,14680066,14745602,14811138,14876674,14942210,15007745,15073282,15138817,15204354,15269890,15335426,15400962,15466498,15532034,15597569,15663106,15728642,15794178,15859714,15925250,15990786,16056322,16121858,16187394,16252930,16318466,16384002,16449538,16515074,16580610,16646146,16711681,16777218,16842754,16908290,16973826,17039362,17104898,17170434,17235969,17301505,17367042,17432578,17498114,17563650,17629186,17694722,17760258,17825794,17891330,17956866,18022402,18087938,18153474,18219010,18284546,18350082,18415618,18481154,18546690,18612225,18677762,18743298,18808834,18874370,18939906,19005442,19070978,19136514,19202050,19267586,19333122,19398658,19464194,19529730,19595266,19660801,19726338,19791874,19857409,19922946,19988482,20054018,20119554,20185090,20250626,20316162,20381698,20447233,20512770,20578306,20643842,20709378,20774914,20840450,20905985,20971522,21037058,21102594,21168130,21233666,21299202,21364738,21430274,21495810,21561346,21626882,21692418,21757954,21823490,21889026,21954562,22020098,22085634,22151170,22216706,22282242,22347778,22478849,22544385,22609922,22675458,22740993,22806530,22872066,22937602,23003138,23068674,23134210,23199746,23265282,23330818,23396354,23461890,23527426,23592962,23658497,23724034,23789570,23855106,23920642,23986178,24051714,24117250,24182786,24248322,24313858,24379394,24444930,24510466,24576002,24641538,24707074,24772610,24838146,24903682,24969218,25034754,25100290,25165825,25231362,25296898,25362434,25427970,25493505,25559042,25624578,25690114,25755650,25821186,25886722,25952258,26017794,26083330,26148866,26214402,26279938,26345474,26411010,26476546,26542082,26607618,26673154,26738690,26804226,26869762,26935298,27000834,27066370,27131906,27197442,27262978,27328514,27394050,27459586,27525122,27590657,27656194,27721730,27787266,27852802,27918338,27983874,28049410,28114945,28180482,28246018,28311554,28377090,28442626,28508162,28573698,28639233,28704770,28770306,28835842,28901378,28966914,29032449,29097986,29163521,29229058,29294594,29360130,29425666,29491202,29556738,29622274,29687810,29753345,29818882,29884418,29949954,30015489,30081026,30146562,30212098,30277634,30343170,30408706,30474242,30539778,30605314,30670850,30736386,30801922,30867458,30932994,30998530,31064066,31129602,31195138,31260674,31326210,31391746,31457282,31522818,31588354,31653890,31719426,31784962,31850498,31916034,31981570,32047106,32112642,32178177,32243714,32309249,32374786,32440322,32505858,32571394,32636930,32702466,32768001,32833538,32899074,32964610,33030146,33095681,33161218,33226754,33292289,33357826,33423362,33488898,33554434,33619970,33685506,33751042,33816578,33882114,33947650,34013186,34078722,34144257,34209793,34275330,34340866,34406401,34471938,34537474,34603010,34668546,34734082,34799618,34865154,34930690,34996226,35061761,35127298,35192834,35258370,35323905,35389442,35454978,35520514,35586050,35651586,35717122,35782658,35848194,35913730,35979266,36044802,36110338,36175874,36306946,36241409,36372481,36438018,36503554,36569090,36634626,36700161,36765698,36831234,36896770,36962306,37027842,37093378,37158914,37224450,37289986,37355522,37421058,37486594,37552130,37617666,37683202,37748738,37814274,37879810,37945346,38010882,38076418,38141954,38207490,38273026,38338562,38404098,38469634,38535170,38600706,38666242,38731778,38797314,38862850,38928386,38993922,39059458,39124994,39190530,39256066,39321602,39387138,39452674,39518210,39583746,39649282,39714818,39780354,39845890,39911426,39976962,40042498,40108034,40173570,40239106,40304642,40370178,40435713,40501250,40566786,40632322,40697857,40763394,40828930,40894466,40960002,41025538,41091074,41156610,41222146,41287682,41353218,41418754,41484290,41549826,41615362,41680898,41746434,41811970,41877506,41943042,42008578,42074114,42139650,42205186,42270722,42336258,42401794,42467330,42532866,42598402,42663938,42729474,42795010,42860546,42926082,42991618,43057154,43122690,43188226,43253762,43319298,43384834,43450370,43515906,43581442,43646978,43712514,43778050],"notinheritable":[18022401],"newly":[7208962,7602177,18022402,35979266,36438018,39976961,43384834],"normal":[16187393],"newer":[7274497,14024705,26279937,33816577,38273025],"naturally":[24903681,40894465],"number":[65540,131073,786437,1048578,1245185,1376259,1441794,1572866,1703940,1900546,2359298,2490370,2555905,2621441,2949122,3145730,3211266,3407874,3473412,3538946,3604481,3670020,3801091,3866625,4194306,4325377,4456449,4587523,4718593,5046273,5111809,5177348,5570564,5636100,5832707,5898242,5963777,6094850,6422529,6488069,6815748,6881281,6946817,7208961,7274501,7405569,7602199,7667713,8323073,8519686,8585218,8650756,8781828,8847361,8912900,8978436,9109508,9175042,9306114,9371650,9502721,9895939,10027011,10223617,10354689,10747906,11010049,11075586,11272194,11468804,11534340,11730947,11796481,11927553,12189698,12386308,12451844,12517379,12582914,12910596,13107203,13172737,13238273,13500417,13565953,13631494,13697025,13762562,13959171,14024711,14090241,14155778,14286849,14548994,14745601,14811137,14942209,15073286,15400962,15794177,15925252,15990785,16187394,16384001,16449537,16515074,16580610,17104897,17301506,17498114,17563649,17825793,17956865,18022459,18219014,18481154,18546691,19005441,19070980,19136514,19333121,19529731,19988486,20381700,20512773,21168129,21364737,21757954,22085633,22216707,22347783,22413313,22675457,22806531,22872065,22937603,23134210,23199748,23330817,23461889,23527426,23986177,24641537,24707073,24903682,24969218,25493505,25690115,25755652,25886722,25952258,26017794,26148866,26279942,26345476,26411011,26476545,26542082,26804228,26869761,26935297,27066371,27131906,27262981,27459585,27656193,27721730,27918342,28114945,28246017,28311554,28835844,28901377,28966914,29097986,29622274,29687811,29949956,30343173,30474242,30539780,30932996,31391745,31719430,31850497,32374789,32440321,32505857,32899076,33095684,33161220,33226754,33292289,33357825,33488901,33554434,33685510,33751042,33882116,33816582,34013186,34603010,34799617,34930690,34996225,35192833,35454978,35520514,35586050,35848196,35979265,36438017,36569092,37421058,37486593,37552130,37617668,37748738,37945345,38010882,38141954,38207489,38273028,38469634,38600706,38666242,38731777,38993921,39124995,39649282,39976965,40173570,40239110,40304644,40501250,40566785,40632322,40828929,40960002,41156609,41615364,41680897,41746434,41811974,41877506,41943044,42074113,42336259,42401795,42598405,42795010,42860545,43057153,43253761,43384833,43515907,43712513],"numeric":[7077889,7602180,18022408,21692417,27000833,43581441],"numb":[25755651,35848195],"normally":[2490369,13238273,16515073,21757953,25952257,34013185,39190529,41877505,42729473],"numbe":[17891329,19464193,22347777,29818881,31064065,31653889],"new_alloc":[7602177,18022402,34996230],"notice":[8585217,16580609],"normalization":[42795009],"nents":[7602177,9371654,18022402],"null":[65537,524291,1507329,1572865,1966081,2359298,2555905,3014657,3080193,3407882,3473409,3670017,3735553,3997697,5636097,6422529,7077889,7471105,7602193,8454145,8519681,8585220,8650753,8716289,8781825,8912897,9109505,9306113,9437186,9568257,9633793,9961473,10485761,10616833,11010049,11075585,11468801,11599873,11862018,12386305,12713985,13107201,13172737,13434881,13631489,13762561,13893633,14221313,15204354,15466497,15532033,15728641,15990786,16384001,16580612,17039361,17498113,17760257,18022435,18153473,18874369,19005441,19988481,20578305,21233665,21430273,21626881,21757953,21889026,22282242,23134210,23330818,23396353,23527425,23920642,24510465,24576001,25231361,25296897,25362433,25755652,26214406,26279937,26345473,26607617,26673153,26738689,26804225,27328513,27525121,27918341,28573697,28704769,28835841,29229060,29294593,29884417,30605314,30670849,30932993,31129601,31719429,32178177,32243713,33161217,33226754,33619969,33685505,33947649,34078721,34340867,34930689,35454977,35782657,35848196,35979267,36175876,36569089,37224451,37421057,38469633,38535169,38600705,38666241,39321601,39387137,39518210,40304641,40501249,41091076,41484290,41615361,41811969,41877507,42008577,42991617,43188225,43253761,43384835,43778049],"negativeinfinity":[1179649,32112641],"narrowing":[851969,1310721,1835009,4390913,4653057,6160385,6356993,6619137,7012353,7798785,7995393,9764865,10551297,10944513,12058625,12124161,14483457,16121857,17367041,17694721,18677761,18808833,18939905,19202049,19267585,20185089,20250625,20774913,22151169,24379393,24772609,25821185,27852801,27983873,29425665,30081025,30736385,31916033,31981569,32636929,32964609,35258369,38076417,38404097,39452673,39845889,42270721,43319297,43450369,43646977],"new_size":[1572873,3407876,7602177,18022402,29622279,39976961],"notes":[20381697,33882113],"noted":[21757953,26411009],"nails":[25755654,26411015,35848198],"negated_operand":[7602177,18022402,31522822],"nbcnt":[17956871],"nbits":[7602177,15925254,18022402]} \ No newline at end of file diff --git a/docs/fti/FTI_111.json b/docs/fti/FTI_111.json index 15207e7..3490c7a 100644 --- a/docs/fti/FTI_111.json +++ b/docs/fti/FTI_111.json @@ -1 +1 @@ -{"optimized":[23724033],"overload":[327681,393217,524289,851969,1048577,1114113,1703937,2162689,2293761,3407873,3932161,3997697,4194305,4325377,4456449,5242881,5832705,6029313,6422529,6619137,6881281,7143425,7208961,7536641,7602177,7864321,8126465,8192001,8454145,8781825,9371649,9895937,10092545,11403265,11796481,11862017,12058625,12320769,12910593,13238273,13500417,13697025,14548993,14745601,14942209,15138817,15466497,15532033,15597569,16580609,17432577,17760257,17825793,18022401,18219009,18284545,19005441,19070977,19136513,19202049,19595265,19726337,20381697,20447233,20512769,20971521,21037057,21233665,21364737,21430273,21495809,21561345,22216705,22282241,22478849,22872065,23265281,24838145,24969217,25231361,25493505,25559041,25624577,25821185,26083329,26148865,26214401,26345473,26869761,27721729,28114945,28180481,28639233,28704769,29097985,29491201,30146561,30408705,31719425,31850497,31916033,32112641,32243713,32309249,32440321,32505857,32768001,32833537,33357825,33816577,34013185,34799617,35061761,35127297,35192833,35323905,35586049,35717121,35848193,35782657,35979265,36241409,36700161,36962305,37552129,38469633,38797313,38928385,38993921,39124993,39649281,40304641,40435713,40697857,40763393,41156609,41353217,42074113,42532865,43057153,43319297,43450369,43515905],"overlap":[5701633,8257537,15204353,17301505,18808833,21299201,25034753,27328513,27590657,31195137,31260673,34996225,36044801,40632321,41418753],"operands":[196610,1310723,2097154,3014658,3866626,4653058,5701635,5767170,5898242,6946818,7012354,7405570,8650754,9633794,13565955,13959169,15728642,16252932,16973826,17563649,18612226,18808834,19529729,20250626,20447236,20709378,20840450,21299202,22937602,23330818,25296898,25427970,26607618,27328514,27590658,28966915,30867458,31195138,31260674,31326210,31457282,31981570,32571395,33030146,33095682,33226754,34996226,35520514,35717124,36044802,37355523,40042498,40108034,40501250,40632323,41418754,41549826,42663938],"occurrences":[7012353,16252930,37683202],"obsolete":[7340033,34471937],"openend":[23724033],"old":[23789569,24117249],"occurred":[1507329,10485761,12517377,16121857,17170433,19660801,21954561,24379393,39256065,41615361,43122689],"optional":[39321601],"older":[7340033,8257537,14221313,17301505,27262977,34471937,34603009],"obj":[524295,8781831,9371655,19070983,20512775,21037063,32309255,35127303],"operators":[327681,393217,851969,1048577,1376257,1703937,1769473,2293761,3407873,3997697,4194305,4456449,4784129,5111809,5242881,5570561,6422529,6750209,6881281,7143425,7208961,7602177,8126465,8192001,9895937,9961473,10027009,10092545,11403265,11796481,11862017,12058625,12910593,13238273,13434881,13500417,14548993,14745601,14942209,15335426,15532033,15597569,15990786,16580609,16908289,17760257,17825793,18022401,18219009,18284545,18546689,19005441,19136513,19202049,19726337,20381697,21233665,21364737,21430273,21561345,22216705,22282241,22478849,22872065,23265281,23592961,23920642,23986178,24182786,24838145,24969217,25231361,25493505,25559041,26148865,26214401,28114945,28180481,28639233,28704769,29097985,30146561,30408705,31719425,31850497,32440321,32768001,32833537,33488898,33816577,33882113,34275329,34340866,34537474,35323905,35586049,35782657,35979265,37945345,38469633,38928385,38993921,39124993,40304641,40370177,40697857,40763393,41156609,41353217,42532865,43057153,43319297,43384833,43450369,43515905],"obtained":[7012354,16252932,20447233,35717121,37093377,42860545],"operations":[2424833,6160385,10027009,11337729,12255233,14090241,15007745,17694721,18546689,21299201,23592961,25100289,25755649,27197441,27590657,30539777,34209793,34996225,38141953,39387137,40501249,42467329],"octal":[9306113,10485761,16908289,18939905,22020097,24379393,33882113,39321601],"override":[524291,720897,983043,2752515,3211267,3276803,3538945,4390915,6094851,8781827,9371651,9830404,14811139,19070979,19922947,20185091,20512771,20578307,21037059,21757955,22151171,29294595,30670851,31522819,32309251,33554435,33751043,35127299,37027841,39714819,39780356,40173569,42598403],"op2":[458761,1441801,2490388,5177351,6356998,7012407,8060937,8519686,9109510,9502726,9568262,10420230,11010068,11141143,11534361,13565973,13828102,13959188,14024710,14286854,14614537,14680070,15794182,16253038,17235974,17367049,18743305,19398662,21102598,21626903,24313863,24707078,25165830,25755655,27066374,28770310,29556742,32702473,33423366,33947654,34209799,35258377,35389446,35913737,36110342,36372505,37486614,38862871,39059465,39190534,40828936,40960007,41680902,41746455,41943046,42270722,42336276,42401798],"overflow":[20119553,23068673,42729473],"open":[1507330,17170434,19660802,39256066,41615362,43122689],"occurs":[14155777,37224450],"output":[1507331,7012357,8257542,12517377,15204356,15269889,16121863,16252940,17170436,17301510,19660801,20447233,21954567,23724033,25034756,26869762,35061762,35717121,37093380,39256066,41615364,42860548],"outside":[5636097],"one":[5898241,7012353,13565953,13959169,14221313,16252930,16646145,17891329,18874369,22347778,23658498,23724035,26345473,27262977,31195138,34603009,35192833,37027841,42270721],"optimal":[1310721,8650753,34996225],"overrides":[65538,524289,983041,1114113,1769475,1900547,2162689,2228227,2752513,3211265,3276801,4390913,4784131,5570562,5832705,6094849,6160385,6291459,7536641,8781825,9371649,9830401,10027011,11337729,12845058,13434883,13697025,14811137,15466497,16777218,17694721,18546689,19070977,19857411,19922945,20185089,20512769,20578305,21037057,21757953,22151169,22413315,23592963,29229059,29294593,30670849,31522817,32309249,33554433,33751041,34275331,35127297,35848193,37945347,38273026,39649281,39714817,39780353,40370178,42598401,43384835],"operanf":[13565954],"object":[65540,524297,1114115,1769476,1900548,2162691,2228228,2424843,4718597,4784132,4915201,5570564,5832707,6160394,6291460,7077893,7536643,8257541,8781833,9371657,10027019,10223621,11337738,12255244,13434884,13697027,14090252,15007756,15204357,15466499,16121861,16252929,17170437,17301509,17694730,18087941,18546699,19070985,19857412,20512777,21037065,21954565,22413316,23003141,23592971,25034757,25100300,27197451,29229060,30539787,31129605,32309257,34275332,35127305,35848195,37093381,37945348,38141963,38273028,39387147,39649283,40370180,41615365,42467340,42860549,42991621,43384836],"optimization":[23724033],"overlapping":[1310721,2097154,5767169,20840450,25427969,28966913,32571393,40108033],"op1":[458775,1179673,1441808,2490388,5177350,6356998,7012410,8060951,8519686,9109510,9502726,9568262,10420230,11010068,11141143,11534361,11993113,13565973,13828102,13959188,14024710,14286854,14614537,14680070,15794182,16253044,17235974,17367049,18743305,19398662,21102598,21626903,24313877,24707078,25165830,25755655,27066374,28770310,29556742,32702473,33423366,33947654,34209799,35258391,35389446,35913751,36110342,36372505,37486614,38862872,39059465,39190534,40828936,40960008,41680902,41746455,41943046,42270722,42336276,42401798],"original":[30474242],"operator":[393219,1048579,1376259,1703939,2293763,3997699,4194307,4456451,5242883,6881283,7143427,7208963,7602179,7929860,8126467,8192003,9895939,10092547,10682372,11403267,11796483,11862019,12058627,12451844,12779524,12910595,13238275,13500419,14548995,14745603,14942211,15532035,15597571,16580611,16908291,17760259,17825795,18022403,18219011,18284547,19005443,19136515,19202051,19726339,20316164,20381699,21233667,21364739,21430275,22216707,22282243,22478851,22872067,23265283,24051716,24838147,24969219,25231363,25493507,25559043,26148867,26214403,26542084,27983876,28114947,28639235,29097987,30146563,30343172,30408707,30736388,31719427,31850499,32178180,32440323,32833539,32899076,33816579,33882115,34668548,35323907,35586051,35782659,35979267,36503556,37421060,38469635,38928387,38993923,39124995,39845892,40304643,40763395,41156611,42532867,43057155,43319299,43450371,43515907],"ones":[1966081,7012355,14221313,16252934,19333121,34471937,38600705],"opinion":[22020097],"options":[23724033],"operation":[196610,1310722,2097154,3014658,3866626,4653058,5177345,5701634,5767170,6946818,7405570,8650754,9175042,9633794,14155777,16646145,16973826,17563649,18612226,18808834,19529730,20250626,20709378,20840450,21299202,22937602,23330818,25296898,25427970,26017794,26607618,26804226,27328514,27590658,28966914,29163522,30867458,31260674,31326210,31457282,31981570,32571394,33030146,33095682,33226754,34996226,35520514,36044802,40108034,40501250,40632322,41418754,41549826],"order":[1507329,5505025,15925249,19660801,23724034,24444935,26345478,26869761,35061761,35192838,43122689],"old_size":[1835018,3801092,7012353,16252930,29032455,38731777],"overview":[23724033],"occupied":[786434,2097153,6684674,7012359,7340034,9240577,12582914,14221314,16252942,16318465,18874370,20840449,22085634,23461890,24510465,27262978,29949954,30998530,31064065,31653889,34078722,34471938,34603010,35454977,38207489,38600706,42205186],"offset":[41025537],"overwritten":[2097153,20840449],"overridable":[720897,3538945,37027841],"operand":[131073,196609,458754,589825,917506,1179651,1310724,1441794,1507329,1638401,1966082,2031618,2097156,2359297,2490370,2883585,2949121,3014658,3342337,3473409,3604481,3735553,3866628,4063233,4128769,4259841,4587522,4653058,4849665,4980737,5046273,5177346,5373953,5636097,5701634,5767170,5898241,5963777,6225921,6356994,6815745,6946818,7012354,7405570,7733250,8060930,8323077,8519682,8585217,8650754,8912898,8978433,9109506,9175043,9240577,9437186,9502722,9568258,9633793,10289153,10354689,10420226,10551297,10616833,10944514,11010050,11075585,11141122,11534338,11599874,11665410,11993091,12189697,12517377,13041665,13303809,13565953,13631489,13828098,13959171,14024706,14155777,14221313,14286850,14417921,14614530,14680066,14876673,15269889,15400961,15663106,15728642,15794178,15859713,16252932,16449537,16515075,16711681,16973826,17039362,17235970,17367042,17563652,17891329,17956865,18153473,18415617,18612226,18743298,18808834,19267585,19333122,19398658,19529732,19660802,20119553,20250625,20447236,20643841,20709377,20840453,21102594,21299202,21626882,22347777,22806529,22937601,23199745,23330818,23527425,23658497,23789569,23855105,24117249,24313859,24379393,24444929,24576001,24707074,25165826,25296900,25755650,25886721,25952257,26017794,26279937,26345473,26607617,26673153,26804227,26869761,27066370,27262977,27328515,27394049,27459585,27525121,27590658,27656193,27787267,28246017,28311553,28377090,28508161,28573697,28770306,28835843,28966918,29163523,29360130,29425665,29556738,29753345,30015490,30081026,30801922,30867458,31064065,31195137,31260673,31326210,31391748,31457282,31588359,31981570,32374785,32571396,32702466,33030146,33095681,33161217,33226754,33423362,33619970,33947650,34209794,34603009,34865153,34996226,35061761,35192833,35258370,35389442,35454977,35520514,35717124,35913730,36044801,36110338,36175873,36306946,36372482,36438017,36569089,36634625,36896769,37158913,37289986,37355522,37486594,37617665,37683202,37748738,37814273,38010881,38207489,38666241,38862850,39059458,39190530,39256065,39583745,39911425,39976961,40042497,40239105,40501250,40566785,40632322,40828930,40894465,40960002,41091073,41418753,41549826,41680898,41746434,41943042,42008577,42270722,42336258,42401794,42663937,42729473,43122689,43188225,43581442,43646977],"occur":[20119553,23068673,42729473],"ought":[8257537,17301505],"odd":[917507,2031619,7012358,8912897,15663107,16252940,17563649,18153476,27000833,28377091,28966913,30081025,37289987,38010881,43188227],"option":[23724034]} \ No newline at end of file +{"optimized":[22413313],"overload":[262145,327681,393217,655361,851969,1310721,1835009,2031617,2686977,3342337,3866625,4063233,4128769,4390913,4653057,5373953,5701633,6160385,6225921,6356993,6619137,6684673,7012353,7143425,7798785,7864321,7995393,8126465,8192001,9240577,9764865,10420225,10551297,10813441,10944513,12058625,12124161,12779521,13041665,13303809,13369345,13828097,14483457,15269889,15597569,16121857,16777217,16842753,16973825,17235969,17367041,17432577,17694721,18284545,18677761,18743297,18808833,18939905,19202049,19267585,19595265,19660801,20185089,20250625,20316161,20381697,20447233,20709377,20774913,21037057,21102593,22020097,22151169,22609921,23003137,23068673,23855105,24379393,24772609,24838145,25165825,25427969,25559041,25624577,25755649,25821185,27590657,27852801,27918337,27983873,28377089,28508161,28639233,29032449,29163521,29425665,29556737,30081025,30146561,30408705,30736385,31195137,31719425,31916033,31981569,32047105,32636929,32833537,32964609,33030145,33423361,33882113,34144257,34471937,34537473,34668545,34865153,35061761,35258369,35848193,36044801,36110337,36372481,36634625,36896769,37158913,37683201,38076417,38404097,39452673,39714817,39780353,39845889,39911425,40042497,40566785,40697857,41287681,41418753,42270721,43319297,43450369,43646977],"overlap":[6815745,8585217,15990785,16580609,18481153,21364737,23330817,26869761,27066369,29097985,31391745,34603009,34799617,41156609,43712513],"operands":[131074,1441795,2621442,3211266,3604482,4718594,5111810,5570562,6815747,6881282,7602178,8323074,9371650,9502722,13107203,13762561,14286850,16449538,17825793,17956865,18022404,18481154,19136514,19333122,19464194,20381700,21168130,21364738,22085634,24969218,25034754,26869762,26935298,27066370,28246018,28901378,29097986,29687811,31064066,31391746,31653890,31850498,32440322,33357826,33882116,34603010,34799618,35192835,37748738,38141955,38731778,40501250,41156611,41680898,42139650,42598402,42860546,43712514],"occurrences":[7602177,18022402,35454978],"obsolete":[7274497,38273025],"openend":[22413313],"old":[22872065,23986177],"occurred":[1376257,9895937,11730945,15794177,17563649,19529729,22675457,25690113,37945345,42336257,43515905],"optional":[38469633],"older":[7274497,8585217,14024705,16580609,26279937,33816577,38273025],"obj":[393223,8126471,9240583,17432583,20709383,21102599,32833543,34668551],"operators":[262145,327681,655361,851969,1245185,1310721,1507329,1835009,2686977,4128769,4390913,4456449,4653057,4849665,4915201,5701633,6029313,6160385,6356993,6619137,7012353,7798785,7995393,8192001,8978433,9764865,10420225,10551297,10944513,12058625,12124161,12320769,13041665,13238273,13369345,13828097,14417922,14483457,15138818,15269889,16121857,16318465,16777217,16842753,17104897,17367041,17694721,18284545,18677761,18743297,18808833,18939905,19202049,19267585,19595265,20185089,20250625,20447233,20774913,22020097,22151169,22478850,22544386,22609921,22740994,23003137,23068673,23855105,24379393,24772609,24838145,25427969,25624577,25821185,26017793,27852801,27983873,28508161,28639233,29032449,29163521,29425665,30081025,30408705,30736385,31916033,31981569,32636929,32964609,34013185,34144257,34209794,34406402,34537473,35258369,35717121,35782657,36110337,36241410,36372481,36896769,37158913,38076417,38404097,38862849,38993921,39452673,39845889,39911425,40042497,41287681,42270721,43319297,43450369,43646977],"obtained":[7602178,18022404,20381697,33882113,35979265,43384833],"operations":[1769473,6946817,8978433,11206657,11927553,14876673,16646145,17104897,18612225,21364737,24707073,25493505,26017793,26869761,27394049,30998529,31391745,32309249,35323905,40435713,41680897,42401793],"octal":[9895937,11534337,16318465,19005441,22937601,25690113,35717121,38469633],"override":[393219,458753,917507,2883587,3145731,2162691,4325377,4521987,5308419,8126467,8847364,9240579,16056323,17432579,19726339,19922947,20709379,21102595,21299203,21561347,24444931,27656195,30212099,30867459,32833539,34275331,34668547,36503553,37027843,37814275,38928387,41025537,43122692],"op2":[1179657,2424841,2555924,3997703,5636102,7602231,8060937,8454150,8519686,8781830,9109510,9306118,9961495,10616857,11010068,12386310,13107221,13631494,13762580,14155785,14221318,14549001,15400969,15532038,15728646,17039366,18022510,19988486,20971526,21626903,23134215,24117254,24510470,26345478,26804230,27394055,29884422,30998535,32112649,33161225,33619974,33685510,34734089,35127321,35520521,36569094,37421079,38535174,38666262,39321623,39387142,40304646,40632328,40763398,41811975,41877506,43253780,43778054],"overflow":[16515073,24248321,42729473],"open":[1376258,17563650,19529730,37945346,42336258,43515905],"occurs":[13959169,40828930],"output":[1376259,7602181,8585222,11730945,14942209,15794183,15990788,16580614,17563652,18022412,19529729,20381697,22413313,22675463,23330820,27918338,31719426,33882113,35979268,37945348,42336258,43384836],"outside":[5832705],"one":[5570561,7602177,13107201,13762561,14024705,15925249,16187393,16384001,18022402,21757954,22413315,22806530,25755649,26279937,27066370,33816577,35848193,36503553,41877505],"optimal":[1441793,8323073,31391745],"overrides":[196610,393217,917505,1507331,1638403,2031617,2228227,2883585,3145729,3342337,2162689,4456451,4521985,4849666,5242883,5308417,6684673,6946817,7143425,8126465,8847361,8978435,9240577,11206657,12189698,13238275,13303809,15597569,16056321,17104897,17301506,17432577,18612225,19726337,19857411,19922945,20709377,21102593,21299201,21561345,23658499,24444929,26017795,27656193,30212097,30867457,32768003,32833537,34013187,34275329,34668545,35061761,35782658,36700162,37027841,37814273,38862851,38928385,38993923,40697857,43122689],"operanf":[13107202],"object":[196612,393225,1507332,1638404,1769483,2031619,2228228,3342339,4456452,4784129,4849668,5242884,6422533,6684675,6946826,7143427,8126473,8585221,8978443,9240585,10354693,11206666,11927564,13172741,13238276,13303811,14811141,14876684,15597571,15794181,15990789,16580613,16646156,17104907,17432585,17563653,18022401,18612234,19857412,20709385,21102601,22675461,23330821,23461893,23658500,24707084,25493515,26017803,31260677,32309259,32768004,32833545,34013188,34668553,35061763,35323915,35782660,35979269,36700164,37486597,37945349,38862852,38993924,40435723,40697859,42401804,43384837],"optimization":[22413313],"overlapping":[1441793,3211266,5111809,19136514,25034753,29687809,35192833,42139649],"op1":[1114137,1179671,2424848,2555924,3997702,5636102,7602234,8060951,8454150,8519686,8781830,9109510,9306118,9961495,10616857,11010068,11665433,12386310,13107221,13631494,13762580,14155785,14221318,14549001,15400969,15532038,15728646,17039366,18022516,19988486,20971526,21626903,23134229,24117254,24510470,26345478,26804230,27394055,29884422,30998535,32112663,33161225,33619974,33685510,34734103,35127321,35520521,36569094,37421080,38535174,38666262,39321623,39387142,40304646,40632328,40763398,41811976,41877506,43253780,43778054],"original":[33554434],"operator":[327683,851971,1245187,1310723,1835011,4128771,4390915,4653059,6160387,6356995,6619139,7012355,7798787,7929860,7995395,8192003,9764867,9830404,10420227,10551299,10944515,12058627,12124163,12255236,12845060,13041667,13369347,13828099,14483459,15269891,16121859,16318467,16777219,16842755,17367043,17694723,18284547,18677763,18743299,18808835,18939907,19202051,19267587,19595267,20185091,20250627,20774915,20840452,22020099,22151171,22609923,23003139,23068675,23855107,24182788,24379395,24772611,24838147,25427971,25624579,25821187,27787268,27852803,27983875,28180484,28508163,28770308,29425667,30081027,30408707,30736387,30801924,31916035,31981571,32571396,32636931,32702468,32964611,34537475,35258371,35717123,36110339,36306948,36896771,37158915,37289988,38076419,38338564,38404099,39452675,39845891,39911427,40042499,41222148,41287683,42270723,43319299,43450371,43646979],"ones":[1703937,7602179,14024705,18022406,19070977,37617665,38273025],"opinion":[22937601],"options":[22413313],"operation":[131074,1441794,2621442,3211266,3604482,3997697,4718594,5111810,6815746,6881282,8323074,9371650,9502722,13959169,16187393,16449538,17825794,17956865,18481154,18546690,19136514,19333122,19464194,21168130,21364738,22085634,24969218,25034754,26083330,26476546,26869762,26935298,28246018,28901378,29097986,29687810,31064066,31391746,31588354,31653890,31850498,32440322,33357826,34603010,34799618,35192834,37748738,38731778,41156610,41680898,42139650,42860546,43712514],"order":[1376257,5046273,15204353,19529729,22413314,25755654,26411015,27918337,31719425,35848198,43515905],"old_size":[1572874,3407876,7602177,18022402,29622279,39976961],"overview":[22413313],"occupied":[786434,3211265,6488066,7274498,7602183,9175041,12451842,14024706,15663105,15925250,18022414,19136513,21954561,22347778,23199746,26279938,29229057,31326209,32374786,32899074,33488898,33816578,34340865,37224449,37617666,38273026,41943042],"offset":[40894465],"overwritten":[3211265,19136513],"overridable":[458753,4325377,36503553],"operand":[65537,131073,524289,1048578,1114115,1179650,1376257,1441796,1703938,1900546,2359297,2424834,2490369,2555906,2621442,2818049,2949121,3211268,3276801,3473409,3538945,3604484,3670017,3801089,3997698,4194305,4259841,4587521,4718594,4980737,5111810,5177346,5439489,5570561,5636098,5767169,5832705,5898241,6553601,6815746,6881282,7340033,7602178,7667717,8060930,8323074,8454146,8519682,8650753,8716290,8781826,8912897,9109506,9175041,9306114,9371649,9502722,9568258,9961474,10027009,10092545,10223617,10616834,10747906,11010050,11075586,11337730,11403266,11468801,11665411,11730945,12386306,12517377,12582913,12713985,12910593,13107201,13631490,13762563,13959169,14024705,14155778,14221314,14286850,14352385,14548994,14614529,14942209,15073281,15400962,15466497,15532034,15728642,15859714,16252929,16384001,16449538,16515073,17039362,17498114,17825796,17891331,17956868,18022404,18087937,18219009,18350081,18481154,18546691,18874369,19070978,19136517,19333122,19398657,19464193,19529730,19988482,20381700,20512769,20643841,20971522,21168129,21364738,21626882,21757953,22085633,22216705,22806529,22872065,23134211,23265281,23527425,23592961,23920641,23986177,24117250,24510466,24969218,25690113,25755649,25886721,25952257,26083331,26148865,26279937,26345474,26411009,26476546,26542081,26607617,26804226,26869762,26935300,27066369,27131905,27262979,27394050,27459588,27525121,27918337,28049409,28246017,28311554,28835841,28901378,28966913,29097987,29360129,29491201,29687814,29818883,29884418,29949954,30277633,30343169,30539778,30605314,30998530,31064066,31326209,31391746,31522823,31588355,31653890,31719425,31784961,31850498,32112642,32440322,33161218,33226753,33357825,33619970,33685506,33751042,33882116,33816577,34340865,34603009,34734082,34799617,34930690,35127298,35192836,35389441,35454978,35520514,35586049,35848193,36569090,36765697,36962305,37093378,37224449,37355521,37421058,37552129,37748738,37879809,38010882,38141954,38535170,38600706,38666242,38731778,39124993,39190529,39256065,39321602,39387138,39649281,40173569,40239105,40304642,40501249,40632322,40763394,40960001,41091073,41156610,41549826,41615361,41680898,41746433,41811970,41877506,42008577,42336257,42598401,42663937,42729473,42795009,42860546,42926081,43253762,43515905,43712513,43778050],"occur":[16515073,24248321,42729473],"ought":[8585217,16580609],"odd":[1048579,1900547,7602182,11075585,17498115,17956865,18022412,18350084,25296897,28311555,29687809,34930689,36765697,37879811,38010883],"option":[22413314]} \ No newline at end of file diff --git a/docs/fti/FTI_112.json b/docs/fti/FTI_112.json index afa0f5e..f2e00ce 100644 --- a/docs/fti/FTI_112.json +++ b/docs/fti/FTI_112.json @@ -1 +1 @@ -{"parameters":[131073,196609,393217,458753,524289,589825,786433,917505,1048577,1179649,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1835009,1966081,2031617,2097153,2293761,2359297,2490369,2555905,2883585,2949121,3014657,3342337,3473409,3604481,3735553,3801089,3866625,3997697,4063233,4128769,4194305,4259841,4325377,4456449,4521985,4587521,4653057,4718593,4849665,4980737,5046273,5177345,5242881,5373953,5439489,5505025,5636097,5701633,5767169,5898241,5963777,6029313,6225921,6356993,6488065,6684673,6815745,6881281,6946817,7077889,7143425,7208961,7274497,7340033,7405569,7602177,7667713,7733249,7798785,7929857,7995393,8060929,8126465,8192001,8257537,8323073,8454145,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978433,9109505,9175041,9240577,9306113,9371649,9437185,9502721,9568257,9633793,9699329,9895937,10092545,10158081,10223617,10289153,10354689,10420225,10485761,10551297,10616833,10682369,10878977,10944513,11010049,11075585,11141121,11403265,11534337,11599873,11665409,11796481,11862017,11993089,12058625,12124161,12189697,12320769,12386305,12451841,12517377,12582913,12779521,12910593,12976129,13041665,13107201,13238273,13303809,13369345,13500417,13565953,13631489,13762561,13828097,13893633,13959169,14024705,14155777,14221313,14286849,14417921,14548993,14614529,14680065,14745601,14876673,14942209,15007745,15073281,15138817,15204353,15269889,15400961,15532033,15597569,15663105,15728641,15794177,15859713,15925249,16056321,16121857,16187393,16318465,16449537,16515073,16580609,16646145,16711681,16842753,16908289,16973825,17039361,17170433,17235969,17301505,17367041,17498113,17563649,17629185,17760257,17825793,17891329,17956865,18022401,18087937,18153473,18219009,18284545,18415617,18612225,18677761,18743297,18808833,18874369,18939905,19005441,19070977,19136513,19202049,19267585,19333121,19398657,19464193,19529729,19660801,19726337,19791873,20119553,20250625,20316161,20381697,20447233,20512769,20643841,20709377,20774913,20840449,20971521,21037057,21102593,21233665,21299201,21364737,21430273,21495809,21626881,21692417,21823489,21889025,21954561,22020097,22085633,22216705,22282241,22347777,22478849,22544385,22609921,22675457,22740993,22806529,22872065,22937601,23003137,23068673,23134209,23199745,23265281,23330817,23396353,23461889,23527425,23658497,23789569,23855105,24051713,24117249,24248321,24313857,24379393,24444930,24510465,24576001,24641537,24707073,24838145,24903681,24969217,25034753,25165825,25231361,25296897,25362433,25427969,25493505,25559041,25690113,25755649,25886721,25952257,26017793,26148865,26214401,26279937,26411009,26345474,26476545,26542081,26607617,26673153,26804225,26869761,26935297,27000833,27066369,27131905,27262977,27328513,27394049,27459585,27525121,27590657,27656193,27721729,27787265,27983873,28114945,28246017,28311553,28377089,28442625,28508161,28573697,28639233,28770305,28835841,28901377,28966913,29032449,29097985,29163521,29360129,29425665,29491201,29556737,29622273,29753345,29818881,29884417,29949953,30015489,30081025,30146561,30343169,30408705,30474241,30605313,30736385,30801921,30867457,30932993,30998529,31064065,31129601,31195137,31260673,31326209,31391745,31457281,31588353,31653889,31719425,31784961,31850497,31916033,31981569,32112641,32178177,32243713,32309249,32374785,32440321,32505857,32571393,32702465,32833537,32899073,32964609,33030145,33095681,33161217,33226753,33292289,33357825,33423361,33619969,33685505,33816577,33882113,33947649,34013185,34078721,34209793,34406401,34471937,34603009,34668545,34799617,34865153,34996225,35061761,35127297,35192834,35258369,35323905,35389441,35454977,35520513,35586049,35717121,35782657,35913729,35979265,36044801,36110337,36175873,36241409,36306945,36372481,36438017,36503553,36569089,36634625,36700161,36765697,36831233,36896769,36962305,37093377,37158913,37224449,37289985,37355521,37421057,37486593,37552129,37617665,37683201,37748737,37814273,37879809,38010881,38076417,38207489,38404097,38469633,38535169,38600705,38666241,38797313,38862849,38928385,38993921,39059457,39124993,39190529,39256065,39321601,39452673,39583745,39845889,39911425,39976961,40042497,40108033,40239105,40304641,40435713,40501249,40566785,40632321,40763393,40828929,40894465,40960001,41091073,41156609,41222145,41287681,41418753,41484289,41549825,41615361,41680897,41746433,41811969,41877505,41943041,42008577,42074113,42139649,42205185,42270721,42336257,42401793,42532865,42663937,42729473,42860545,42991617,43057153,43122689,43188225,43253761,43319297,43450369,43515905,43581441,43646977,43712513,43778049],"project":[23724038],"population":[7012353,16252930,22347778],"params":[589825,4718593,7077889,8257537,10223617,15204353,16121857,17170433,17301505,18087937,21495809,21954561,23003137,23855105,25034753,31129601,31653889,35454977,37093377,38076417,38207489,41615361,42860545,42991617],"positiveinfinity":[458753,35258369],"protection":[15204353,25034753],"preceded":[7012353,16252930,24379393],"preserved":[5505025,34406401],"ptr":[1507336,1835017,3801096,3932164,4325382,4718601,6619137,7012361,7077897,7798790,9306120,10223633,10485768,12517384,12648450,15007753,16252938,17170440,17432577,18087953,18350083,19595265,19660808,20447241,20971526,23003145,24379400,25624582,26083333,26345481,29032455,30539779,33357830,34013190,35061769,36241414,37093390,38731779,39256072,39976968,40435718,41615368,42860552,42991625,43122695],"paramarray":[589825,4718593,7077889,8257537,10223617,15204353,16121857,17170433,17301505,18087937,21495809,21954561,23003137,23855105,25034753,31129601,31653889,35454977,37093377,38076417,38207489,41615361,42860545,42991617],"probably":[14876674,39452673,40894465],"pathname":[1507336,9306120,10223622,10485768,12517384,17170440,18087942,19660808,24379400,39256072,41615368,43122692],"pointed":[4325377,7012357,7798785,12648449,15007745,16252934,18350081,20447233,21495809,26083333,33357825,35717121,36241409,38731777,40435713],"power":[5898241,7012354,7733249,13631489,15073281,16252932,16515076,19464193,22675457,23658497,28901377,30605313,33292289,34996225,38010884,42139649,42663937],"preferred":[8650753,23330817,34406401],"performed":[25755649,34209793],"parameter":[1310721,1835009,2097153,3866625,4325377,6684675,7340033,14221313,17563649,20709378,20840449,25296897,27262977,28966913,32571393,33095682,34471937,34603009],"produces":[7012354,7405570,16252932,35520514],"passes":[40894467],"providing":[10485761,22020097,23724033,43122689],"property":[720900,3276804,3538948,9830404,11730947,14352388,14483460,20054020,23724033,26738692,30932995,31522820,37027844,39780356,41025540,42926083],"passed":[1310721,1835009,2097153,3866625,4325377,15269889,17563649,20840449,23724033,25296897,25755649,28966913,32571393,34209793],"pacman":[23724035],"printable":[5898241],"particular":[2424833,6160385,7340033,10027009,11337729,12255233,14090241,15007745,17694721,18546689,23592961,23724033,25100289,27197441,30474241,30539777,37027841,38141953,39387137,42467329],"primality":[7012353,14876674,16252930,40894465],"possibly":[7012353,16252930,24379393],"ptrs":[7012353,16252930,21495814,26083329],"previously":[1835014,4325378,7012353,7798786,16252930,21495809,27131905,29032453,33357825,36241409,38731777,40435713],"partially":[5767169,25427969,40108033],"produce":[20054017,26345473,35192833],"preparation":[16646145],"precisely":[20447233,35717121],"primes":[24576001],"piece":[20709378,33095682],"projects":[23724035],"prec":[7012356,12124166,16252936,26279942,27131910,30474250],"patterns":[7405569,27000833,35520513],"proven":[14221313,34471937,38600705],"precision":[131074,196610,589826,655362,917505,1310722,1966082,2031617,2097154,2621441,2949124,3014658,3473410,3866626,4128772,4653058,4784129,4915204,5046274,5701634,5767170,5898242,6160385,6356994,6946818,7012359,7405570,7471105,8323074,8519682,8650754,8978434,9109506,9175042,9240578,9502722,9633794,10027011,10289154,10420225,11337729,12124167,12845057,13041666,13303810,13434881,13828098,14024706,14155780,14614530,15663105,15728642,16252942,16515074,16973826,17367042,17563649,17694721,18546691,18612226,18743298,18808834,18874371,19333122,19529730,20054017,20119554,20250626,20447234,20709378,20840450,21102594,21299202,22937602,23330818,23592963,23724033,25296898,25427970,25952260,26017794,26279942,26607618,26673154,26804226,26869762,27066370,27131909,27328514,27590658,28311558,28377089,28508164,28770306,28835842,28966914,29163522,30474255,30867458,31195138,31260674,31326210,31391746,31457282,31981570,32571394,32636930,32702466,33030146,33095682,33226754,33947650,34275330,34930690,34996226,35061762,35520514,35717122,36044802,36110338,36896770,37027841,37289985,37355522,37617668,38731780,39059458,39190530,39976962,40042498,40108034,40501250,40632322,40960002,41418754,41549826,42008578,42663938],"position":[7012354,11075585,12189697,16252932,26804226,27000833,29163522],"provides":[25100289,29949953,34078721,38731777,42205185],"preliminary":[7012353,16252930,17563649],"performance":[1310721,17563649,23724034],"pointer":[655362,720897,1245186,1507329,1769476,1835010,2424833,3145730,3670018,3932162,4325377,5570561,6160385,7012357,7667714,7798785,7864321,9306113,9764866,9830401,10027013,10223618,10485761,10551298,10813442,11337729,11927554,12255235,12320769,12517377,12845058,12976132,14090241,15007748,15269889,15925249,16252938,16777218,16842755,17104898,17170434,17694721,18087938,18546689,19660801,19857409,20447233,20971521,21168129,23592965,23789572,24117252,24379393,24772614,25100292,25624577,26869762,27197441,28049410,29032449,30212098,32636930,33357825,34013185,34734082,34930690,35061762,35651590,35717121,36241409,36700166,37027843,37093380,38273026,38404098,38731781,39256065,39387137,39780353,39976961,40239105,40370180,40435713,41615362,41877506,42467329,42795009,42860549,43122689,43712519],"parsed":[4718593,7077889,10223617,18087937,23003137,39321601,42991617],"past":[11075586,12189698,20447233,35717121],"powers":[38010882],"purpose":[4915201,21626881],"produced":[5701633,5898242,7012353,8257537,16252930,17301505,26345476,26869761,35061761,35192836,37093377,40042497,42860545],"problems":[26345473,35192833],"primorial":[7012353,16252930,27525121],"package":[23724034],"perfect":[6815749,7012357,16252938,16515076,28835844,38010886,40042497,43646977],"public":[131075,196611,393218,458755,524291,589827,655363,720899,786435,917507,983043,1048578,1179651,1310723,1376258,1441795,1507331,1572867,1638403,1703938,1769475,1835011,1966083,2031619,2097155,2293762,2359299,2490371,2555907,2621443,2686979,2752515,2883587,2949123,3014659,3145731,3211267,3276803,3342339,3473411,3538947,3604483,3735555,3801091,3866627,3997698,4063235,4128771,4194306,4259843,4325379,4390915,4456450,4521987,4587523,4653059,4718595,4784131,4849667,4915203,4980739,5046275,5177347,5242882,5373955,5439491,5505027,5570563,5636099,5701635,5767171,5898243,5963779,6029315,6094851,6225923,6356995,6488067,6553603,6684675,6815747,6881282,6946819,7077891,7143426,7208962,7274499,7340035,7405571,7471107,7602178,7667715,7733251,7798787,7929859,7995395,8060931,8126466,8192002,8257539,8323075,8454147,8519683,8585219,8650755,8716291,8781827,8847363,8912899,8978435,9043971,9109507,9175043,9240579,9306115,9371651,9437187,9502723,9568259,9633795,9699331,9830403,9895938,10027012,10092546,10158083,10223619,10289155,10354691,10420227,10485763,10551299,10616835,10682371,10747907,10813443,10878979,10944515,11010051,11075587,11141123,11206659,11272195,11403266,11468803,11534339,11599875,11665411,11730947,11796482,11862018,11927555,11993091,12058626,12124163,12189699,12255235,12320771,12386307,12451843,12517379,12582915,12648451,12713987,12779523,12910594,12976131,13041667,13107203,13238274,13303811,13369347,13434883,13500418,13565955,13631491,13762563,13828099,13893635,13959171,14024707,14090243,14155779,14221315,14286851,14352387,14417923,14483459,14548994,14614531,14680067,14745602,14811139,14876675,14942210,15007747,15073283,15138819,15204355,15269891,15400963,15532034,15597570,15663107,15728643,15794179,15859715,15925251,16056323,16121859,16187395,16252931,16318467,16449539,16515075,16580610,16646147,16711683,16842755,16908290,16973827,17039363,17104899,17170435,17235971,17301507,17367043,17498115,17563651,17629187,17760258,17825794,17891331,17956867,18022402,18087939,18153475,18219010,18284546,18415619,18481155,18546691,18612227,18677763,18743299,18808835,18874371,18939907,19005442,19070979,19136514,19202050,19267587,19333123,19398659,19464195,19529731,19660803,19726338,19791875,19922947,19988483,20054019,20119555,20185091,20250627,20316163,20381698,20447235,20512771,20578307,20643843,20709379,20774915,20840451,20905987,20971523,21037059,21102595,21233666,21299203,21364738,21430274,21495811,21626883,21692419,21757955,21823491,21889027,21954563,22020099,22085635,22151171,22216706,22282242,22347779,22478850,22544387,22609923,22675459,22740995,22806531,22872066,22937603,23003139,23068675,23134211,23199747,23265282,23330819,23396355,23461891,23527427,23592964,23658499,23789571,23855107,24051715,24117251,24248323,24313859,24379395,24444931,24510467,24576003,24641539,24707075,24772611,24838146,24903683,24969218,25034755,25100291,25165827,25231362,25296899,25362435,25427971,25493506,25559042,25624579,25690115,25755651,25886723,25952259,26017795,26148866,26214402,26279939,26411011,26345475,26476547,26542083,26607619,26673155,26738691,26804227,26869763,26935299,27000835,27066371,27131907,27262979,27328515,27394051,27459587,27525123,27590659,27656195,27721731,27787267,27983875,28049411,28114946,28246019,28311555,28377091,28442627,28508163,28573699,28639234,28770307,28835843,28901379,28966915,29032451,29097986,29163523,29294595,29360131,29425667,29491203,29556739,29622275,29753347,29818883,29884419,29949955,30015491,30081027,30146562,30277635,30343171,30408706,30474243,30605315,30670851,30736387,30801923,30867459,30932995,30998531,31064067,31129603,31195139,31260675,31326211,31391747,31457283,31522819,31588355,31653891,31719426,31784963,31850498,31916035,31981571,32112643,32178179,32243715,32309251,32374787,32440322,32505859,32571395,32636931,32702467,32833538,32899075,32964611,33030147,33095683,33161219,33226755,33292291,33357827,33423363,33554435,33619971,33685507,33751043,33816578,33882114,33947651,34013187,34078723,34144259,34209795,34275331,34406403,34471939,34603011,34668547,34799619,34865155,34930691,34996227,35061763,35127299,35192835,35258371,35323906,35389443,35454979,35520515,35586050,35651587,35717123,35782658,35913731,35979266,36044803,36110339,36175875,36241411,36306947,36372483,36438019,36503555,36569091,36634627,36700163,36765699,36831235,36896771,36962307,37027843,37093379,37158915,37224451,37289987,37355523,37421059,37486595,37552131,37617667,37683203,37748739,37814275,37879811,37945347,38010883,38076419,38207491,38338563,38404099,38469634,38535171,38600707,38666243,38797315,38862851,38928386,38993922,39059459,39124994,39190531,39256067,39321603,39452675,39518211,39583747,39714819,39780355,39845891,39911427,39976963,40042499,40108035,40173571,40239107,40304642,40370179,40435715,40501251,40566787,40632323,40763394,40828931,40894467,40960003,41025539,41091075,41156610,41222147,41287683,41418755,41484291,41549827,41615363,41680899,41746435,41811971,41877507,41943043,42008579,42074115,42139651,42205187,42270723,42336259,42401795,42467331,42532866,42598403,42663939,42729475,42795011,42860547,42926083,42991619,43057154,43122691,43188227,43253763,43319298,43384835,43450370,43515906,43581443,43646979,43712515,43778051],"path":[1507330,9306114,10223618,10485762,12517378,17170434,18087938,19660802,24379394,39256066,41615362,43122689],"pass":[15007745],"perform":[2424833,3014657,4653057,6160385,6946817,7012362,10027009,11337729,12255233,14090241,14876673,15007745,16252948,16646145,17694721,18546689,18612225,20250625,23592961,25100289,26607617,27197441,30539777,31326209,31981569,33030145,38141953,39387137,41549825,42467329],"permitted":[5701633,8257537,9306113,15204353,17301505,18808833,25034753,27328513,31195137,40632321,41418753],"passing":[9109505,10420225,14024705,24444929,24576001,26607617],"purposes":[24576001,27000833,30474241],"positions":[7012353,13565953,16252930,37355521],"portability":[26345473,35192833],"probability":[14876673,40894465],"practical":[24576001],"padded":[2097153,15138817,20840449,36962305,37552129],"period":[6684673],"platform":[23724034],"product":[7012357,9568258,16252938,17039366,17235970,18808833,21299202,27525121,27590658,34996226,40632321,41943042],"puts":[23724033],"probabilistic":[7012353,14876674,16252930,24576001,40894467],"portable":[1507329],"placed":[27000833],"print":[7012357,8257539,15204355,16121859,16252938,17170435,17301507,21954563,25034755,37093378,41615363,42860546,43122689],"prefix":[23724034],"places":[22020097],"part":[5373953,7012358,7733249,16252940,30015489,32374785,34275330,36896769,37748737,38731777,39452673,43646977],"pointers":[7012353,16252930,21495809,29622273],"provided":[21299201,27590657,31260673,34996225,36044801],"positive":[458753,1179649,1441793,4063233,7012354,8060929,11141121,11534337,11993089,13959169,14614529,15728641,16252932,17367041,18743297,24444929,27525121,30081025,32702465,35258369,35913729,36372481,37486593,39059457,40828929,40894465,41025537,41746433,42270721],"packages":[23724034],"performs":[14876673],"page":[23724033],"prepare":[15269890],"prime":[7012355,14876679,16252934,24576002,27525121,30081025,40894466],"printed":[43122691],"point":[131076,589827,1376257,1638402,2949122,3473410,4128772,4980738,5046276,6160385,6356996,8519684,8978436,9109508,9240578,9502726,9830401,10027013,10289156,10354692,10420226,10485761,12124162,12845058,13041666,13303810,13828100,14024710,14155778,14614530,15269889,15925249,16252929,17367042,18743298,20119554,21102598,22020099,25952258,26279938,26673156,26869765,27066372,28311554,28508162,28770308,30474242,32636930,32702468,33685508,33947654,35061765,35454982,36110340,36634626,36896770,37158914,37617666,38600706,38731778,39059458,39190532,39583746,39976962,40239105,40960006,41025540,42008580,43122689,43384834],"possible":[5898241,11075585,12189697,13565953,15925249,16646145,22347777,26869761,29949953,31195137,34078721,35061761,38862849,40239106],"plus":[5898241,20447233,21299201,27590657,31195137,35717121],"prefixed":[43122689],"previous":[20709377,23724033,29949953,33095681,34078721],"precisions":[30474242,33685505],"properties":[2818050,10027009,12255233,12845058,13172738,16252929,16777218,18546689,23592961,25100289,30998529,32047106,34734082]} \ No newline at end of file +{"parameters":[65537,131073,327681,393217,524289,786433,851969,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1572865,1703937,1835009,1900545,1966081,2359297,2424833,2490369,2555905,2621441,2818049,2949121,3014657,3211265,3276801,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3997697,4128769,4194305,4259841,4390913,4587521,4653057,4718593,4980737,5046273,5111809,5177345,5439489,5505025,5570561,5636097,5767169,5832705,5898241,5963777,6160385,6225921,6356993,6422529,6488065,6553601,6619137,6750209,6815745,6881281,7012353,7077889,7208961,7274497,7340033,7405569,7471105,7667713,7798785,7864321,7929857,7995393,8060929,8126465,8192001,8323073,8454145,8519681,8585217,8650753,8716289,8781825,8912897,9109505,9175041,9240577,9306113,9371649,9437185,9502721,9568257,9633793,9764865,9830401,9895937,9961473,10027009,10092545,10223617,10354689,10420225,10551297,10616833,10747905,10944513,11010049,11075585,11141121,11272193,11337729,11403265,11468801,11534337,11599873,11665409,11730945,11862017,12058625,12124161,12255233,12386305,12451841,12517377,12582913,12648449,12713985,12779521,12845057,12910593,12976129,13041665,13107201,13172737,13369345,13434881,13565953,13631489,13762561,13828097,13893633,13959169,14024705,14155777,14221313,14286849,14352385,14483457,14548993,14614529,14680065,14811137,14942209,15073281,15204353,15269889,15335425,15400961,15466497,15532033,15663105,15728641,15794177,15859713,15925249,15990785,16121857,16187393,16252929,16318465,16384001,16449537,16515073,16580609,16646145,16777217,16842753,16908289,16973825,17039361,17367041,17432577,17498113,17563649,17629185,17694721,17760257,17825793,17891329,17956865,18087937,18153473,18219009,18284545,18350081,18481153,18546689,18677761,18743297,18808833,18874369,18939905,19005441,19070977,19136513,19202049,19267585,19333121,19398657,19464193,19529729,19595265,19791873,19988481,20119553,20185089,20250625,20316161,20381697,20512769,20578305,20643841,20709377,20774913,20840449,20971521,21037057,21102593,21168129,21233665,21364737,21626881,21692417,21757953,21823489,21889025,21954561,22020097,22085633,22151169,22216705,22282241,22347777,22609921,22675457,22806529,22872065,22937601,23003137,23068673,23134209,23199745,23265281,23330817,23396353,23461889,23527425,23592961,23724033,23789569,23855105,23920641,23986177,24117249,24182785,24248321,24313857,24379393,24510465,24576001,24641537,24772609,24838145,24969217,25034753,25100289,25231361,25296897,25362433,25427969,25624577,25690113,25755650,25821185,25886721,25952257,26083329,26148865,26214401,26279937,26345473,26411010,26476545,26542081,26607617,26673153,26738689,26804225,26869761,26935297,27000833,27066369,27131905,27197441,27262977,27328513,27394049,27459585,27525121,27787265,27852801,27918337,27983873,28049409,28180481,28246017,28311553,28377089,28442625,28508161,28573697,28704769,28770305,28835841,28901377,28966913,29097985,29229057,29294593,29360129,29425665,29491201,29556737,29622273,29687809,29818881,29884417,29949953,30081025,30146561,30277633,30343169,30408705,30539777,30605313,30670849,30736385,30801921,30932993,30998529,31064065,31129601,31195137,31260673,31326209,31391745,31522817,31588353,31653889,31719425,31784961,31850497,31916033,31981569,32047105,32112641,32243713,32374785,32440321,32571393,32636929,32702465,32833537,32899073,32964609,33030145,33161217,33226753,33357825,33423361,33488897,33554433,33619969,33685505,33751041,33816577,33882113,33947649,34078721,34340865,34471937,34537473,34603009,34668545,34734081,34799617,34865153,34930689,34996225,35127297,35192833,35258369,35389441,35454977,35520513,35586049,35717121,35848194,35913729,35979265,36044801,36110337,36175873,36306945,36438017,36569089,36634625,36765697,36831233,36896769,36962305,37093377,37158913,37224449,37289985,37355521,37421057,37486593,37552129,37617665,37683201,37748737,37879809,37945345,38010881,38076417,38141953,38207489,38273025,38338561,38404097,38469633,38535169,38600705,38666241,38731777,39059457,39124993,39190529,39256065,39321601,39387137,39452673,39518209,39649281,39714817,39780353,39845889,39911425,40042497,40108033,40173569,40239105,40304641,40370177,40501249,40566785,40632321,40763393,40828929,40960001,41091073,41156609,41222145,41287681,41353217,41418753,41484289,41549825,41615361,41680897,41746433,41811969,41877505,41943041,42008577,42074113,42139649,42270721,42336257,42467329,42598401,42663937,42729473,42795009,42860545,42926081,42991617,43188225,43253761,43319297,43384833,43450369,43515905,43581441,43646977,43712513,43778049],"project":[22413318],"population":[7602177,18022402,22806530],"params":[524289,6422529,8585217,10354689,13172737,14811137,15794177,15990785,16580609,17563649,21037057,22675457,23330817,23461889,23920641,29229057,31260673,34340865,35979265,36175873,37224449,37486593,37945345,43384833],"positiveinfinity":[1179649,32112641],"protection":[15990785,23330817],"preceded":[7602177,18022402,25690113],"preserved":[5046273,34996225],"ptr":[1376264,1572873,3407880,3866630,4063236,5373953,6422537,7405574,7602185,9895944,10354705,11534344,11730952,11993090,13172745,14811153,15007747,16646153,17235969,17563656,18022410,19529736,19660801,20316166,20381705,23461897,25559046,25690120,25755657,27590661,29622279,31195142,31719433,32309251,33423366,35979278,37486601,37945352,39714822,39976963,41418758,42336264,42795016,43384840,43515911],"paramarray":[524289,6422529,8585217,10354689,13172737,14811137,15794177,15990785,16580609,17563649,21037057,22675457,23330817,23461889,23920641,29229057,31260673,34340865,35979265,36175873,37224449,37486593,37945345,43384833],"probably":[15073282,35913729,40239105],"pathname":[1376264,9895944,10354694,11534344,11730952,14811142,17563656,19529736,25690120,37945352,42336264,43515908],"pointed":[3866625,7405569,7602181,11993089,15007745,16646145,18022406,20381697,21037057,27590661,33423361,33882113,39714817,39976961,41418753],"power":[5570561,7602178,9568257,12713985,15335425,17891332,18022404,20578305,21757953,23396353,28573697,31129601,31391745,34078721,36765700,42598401,43188225],"preferred":[8323073,24969217,34996225],"performed":[27394049,30998529],"parameter":[1441793,1572865,3211265,3604481,3866625,6488067,7274497,14024705,17956865,19136513,21168130,26279937,26935297,29687809,33357826,33816577,35192833,38273025],"produces":[6881282,7602178,18022404,31850498],"passes":[40239107],"providing":[9895937,22413313,22937601,43515905],"property":[458756,3145732,4325380,8847364,10289155,14090244,14745604,21495812,22413313,24903684,27656196,28442627,36503556,40894468,42532867,43122692],"passed":[1441793,1572865,3211265,3604481,3866625,14942209,17956865,19136513,22413313,26935297,27394049,29687809,30998529,35192833],"pacman":[22413315],"printable":[5570561],"particular":[1769473,6946817,7274497,8978433,11206657,11927553,14876673,16646145,17104897,18612225,22413313,24707073,25493505,26017793,32309249,33554433,35323905,36503553,40435713,42401793],"primality":[7602177,15073282,18022402,40239105],"possibly":[7602177,18022402,25690113],"ptrs":[7602177,18022402,21037062,27590657],"previously":[1572870,3866626,7405570,7602177,18022402,21037057,27197441,29622277,33423361,39714817,39976961,41418753],"partially":[5111809,25034753,42139649],"produce":[21495809,25755649,35848193],"preparation":[16187393],"precisely":[20381697,33882113],"primes":[23527425],"piece":[21168130,33357826],"projects":[22413315],"prec":[7602180,11272198,18022408,25952262,27197446,33554442],"patterns":[6881281,25296897,31850497],"proven":[14024705,37617665,38273025],"precision":[65538,131074,524290,589826,1048577,1441794,1703938,1900545,2490372,2621442,3211266,3473410,3604482,3670020,4194306,4456449,4718594,4784132,5111810,5570562,5636098,6815746,6881282,6946817,7536641,7602183,7667714,7733249,8323074,8519682,8650754,8781826,8978435,9109506,9175042,9306113,9371650,9502722,11206657,11272199,11468802,12189697,12386306,12582914,12910594,13238273,13631490,13959172,14155778,14286850,14548994,15400962,15925251,16449538,16515074,17104899,17498113,17825794,17891330,17956865,18022414,18481154,18546690,18612225,19070978,19136514,19333122,19464194,19988482,20381698,21168130,21364738,21495809,22085634,22413313,24969218,25034754,25952262,26017795,26083330,26148870,26345474,26476546,26804226,26869762,26935298,27066370,27131908,27197445,27459586,27918338,28246018,28311553,28835842,28901378,28966916,29097986,29687810,29818882,30474242,31064066,31391746,31588354,31653890,31719426,31850498,32440322,33161218,33357826,33554447,33685506,33882114,34013186,34603010,34799618,35192834,35520514,36503553,36569090,37552130,37748738,38010881,38141954,38731778,38797314,39649284,39976964,40304642,40501250,41156610,41615362,41680898,41811970,42139650,42598402,42795010,42860546,43712514],"position":[7602178,10027009,12517377,18022404,25296897,26083330,31588354],"provides":[24707073,32374785,33488897,39976961,41943041],"preliminary":[7602177,17956865,18022402],"performance":[1441793,17956865,22413314],"pointer":[458753,589826,983042,1376257,1507332,1572866,1769473,2752514,3866625,3932162,4063234,4849665,6946817,7208962,7405569,7602181,8257538,8847361,8978437,9699330,9895937,10223618,10354690,10813441,10878978,11206657,11534337,11730945,11927555,12189698,12648452,12779521,14811138,14942209,14876673,15204353,16646148,16908291,17104897,17170434,17301506,17563650,18022410,18612225,19529729,19857409,20316161,20381697,20905985,22872068,23986180,24051718,24707076,25493505,25559041,25690113,26017797,27721730,27918338,29622273,30474242,31195137,31719426,32178178,33292290,33423361,33882113,35782660,35979268,36044806,36438018,36503555,36700162,37945346,38207490,38797314,39583750,39714817,39976965,40435713,41091073,41418753,42205185,42336257,42401793,42467335,42795009,43122689,43384837,43515905],"parsed":[6422529,10354689,13172737,14811137,23461889,37486593,38469633],"past":[10027010,12517378,20381697,33882113],"powers":[36765698],"purpose":[4784129,21626881],"produced":[5570562,6815745,7602177,8585217,16580609,18022402,25755652,27918337,31719425,35848196,35979265,40501249,43384833],"problems":[25755649,35848193],"primorial":[7602177,18022402,26542081],"package":[22413314],"perfect":[6553605,7602181,17891332,18022410,29818884,36765702,40501249,42008577],"public":[65539,131075,327682,393219,458755,524291,589827,786435,851970,917507,1048579,1114115,1179651,1245186,1310722,1376259,1441795,1507331,1572867,1703939,1835010,1900547,1966083,2097155,2359299,2424835,2490371,2555907,2621443,2752515,2818051,2883587,2949123,3014659,3145731,3211267,3276803,3407875,3473411,3538947,3604483,3670019,3735555,3801091,3866627,3997699,4128770,4194307,4259843,2162691,4325379,4390914,4456451,4521987,4587523,4653058,4718595,4784131,4849667,4980739,5046275,5111811,5177347,5308419,5439491,5505027,5570563,5636099,5767171,5832707,5898243,5963779,6094851,6160386,6225923,6356994,6422531,6488067,6553603,6619138,6750211,6815747,6881283,7012354,7077891,7208963,7274499,7340035,7405571,7471107,7536643,7667715,7733251,7798786,7864323,7929859,7995394,8060931,8126467,8192002,8323075,8454147,8519683,8585219,8650755,8716291,8781827,8847363,8912899,8978436,9043971,9109507,9175043,9240579,9306115,9371651,9437187,9502723,9568259,9633795,9699331,9764866,9830403,9895939,9961475,10027011,10092547,10158083,10223619,10289155,10354691,10420226,10485763,10551298,10616835,10682371,10747907,10878979,10944514,11010051,11075587,11141123,11272195,11337731,11403267,11468803,11534339,11599875,11665411,11730947,11796483,11862019,11927555,11993091,12058626,12124162,12255235,12386307,12451843,12517379,12582915,12648451,12713987,12779523,12845059,12910595,12976131,13041666,13107203,13172739,13238275,13369346,13434883,13565955,13631491,13697027,13762563,13828098,13893635,13959171,14024707,14090243,14155779,14221315,14286851,14352387,14483458,14548995,14614531,14680067,14745603,14811139,14876675,14942211,15073283,15204355,15269890,15335427,15400963,15466499,15532035,15663107,15728643,15794179,15859715,15925251,15990787,16056323,16121858,16187395,16252931,16318466,16384003,16449539,16515075,16580611,16646147,16777218,16842754,16908291,16973827,17039363,17104899,17170435,17367042,17432579,17498115,17563651,17629187,17694722,17760259,17825795,17891331,17956867,18022403,18087939,18153475,18219011,18284546,18350083,18415619,18481155,18546691,18677762,18743298,18808834,18874371,18939906,19005443,19070979,19136515,19202050,19267586,19333123,19398659,19464195,19529731,19595266,19726339,19791875,19922947,19988483,20054019,20119555,20185090,20250626,20316163,20381699,20512771,20578307,20643843,20709379,20774914,20840451,20971523,21037059,21102595,21168131,21233667,21299203,21364739,21430275,21495811,21561347,21626883,21692419,21757955,21823491,21889027,21954563,22020098,22085635,22151170,22216707,22282243,22347779,22609922,22675459,22806531,22872067,22937603,23003138,23068674,23134211,23199747,23265283,23330819,23396355,23461891,23527427,23592963,23724035,23789571,23855106,23920643,23986179,24051715,24117251,24182787,24248323,24313859,24379394,24444931,24510467,24576003,24641539,24707075,24772610,24838146,24903683,24969219,25034755,25100291,25231363,25296899,25362435,25427970,25559043,25624578,25690115,25755651,25821186,25886723,25952259,26017796,26083331,26148867,26214403,26279939,26345475,26411011,26476547,26542083,26607619,26673155,26738691,26804227,26869763,26935299,27000835,27066371,27131907,27197443,27262979,27328515,27394051,27459587,27525123,27656195,27721731,27787267,27852802,27918339,27983874,28049411,28180483,28246019,28311555,28377091,28442627,28508162,28573699,28704771,28770307,28835843,28901379,28966915,29097987,29229059,29294595,29360131,29425666,29491203,29556739,29622275,29687811,29818883,29884419,29949955,30081026,30146563,30212099,30277635,30343171,30408706,30474243,30539779,30605315,30670851,30736386,30801923,30867459,30932995,30998531,31064067,31129603,31195139,31260675,31326211,31391747,31457283,31522819,31588355,31653891,31719427,31784963,31850499,31916034,31981570,32047107,32112643,32243715,32374787,32440323,32505859,32571395,32636930,32702467,32833539,32899075,32964610,33030147,33161219,33226755,33357827,33423363,33488899,33554435,33619971,33685507,33751043,33816579,33882115,33947651,34013187,34078723,34275331,34340867,34471939,34537474,34603011,34668547,34734083,34799619,34865155,34930691,34996227,35127299,35192835,35258370,35389443,35454979,35520515,35586051,35651587,35717122,35782659,35848195,35913731,35979267,36044803,36110338,36175875,36306947,36438019,36503555,36569091,36634627,36765699,36831235,36896770,36962307,37027843,37093379,37158914,37224451,37289987,37355523,37421059,37486595,37552131,37617667,37683203,37748739,37814275,37879811,37945347,38010883,38076418,38141955,38207491,38273027,38338563,38404098,38469635,38535171,38600707,38666243,38731779,38797315,38862851,38928387,38993923,39059459,39124995,39190531,39256067,39321603,39387139,39452674,39518211,39583747,39649283,39714819,39780355,39845890,39911426,40042498,40108035,40173571,40239107,40304643,40370179,40501251,40566787,40632323,40763395,40828931,40894467,40960003,41025539,41091075,41156611,41222147,41287682,41353219,41418755,41484291,41549827,41615363,41680899,41746435,41811971,41877507,41943043,42008579,42074115,42139651,42205187,42270722,42336259,42401795,42467331,42532867,42598403,42663939,42729475,42795011,42860547,42926083,42991619,43057155,43122691,43188227,43253763,43319298,43384835,43450370,43515907,43581443,43646978,43712515,43778051],"path":[1376258,9895938,10354690,11534338,11730946,14811138,17563650,19529730,25690114,37945346,42336258,43515905],"pass":[16646145],"perform":[1769473,2621441,4718593,6946817,7602186,8978433,9502721,11206657,11927553,14876673,15073281,16187393,16646145,17104897,18022420,18612225,19333121,19464193,24707073,25493505,26017793,28246017,28901377,32309249,32440321,35323905,38731777,40435713,42401793,42860545],"permitted":[6815745,8585217,11534337,15990785,16580609,18481153,23330817,27066369,29097985,41156609,43712513],"passing":[8781825,9306113,13631489,23527425,26411009,28246017],"purposes":[23527425,25296897,33554433],"positions":[7602177,13107201,18022402,38141953],"portability":[25755649,35848193],"probability":[15073281,40239105],"practical":[23527425],"padded":[3211265,16973825,19136513,36634625,37683201],"period":[6488065],"platform":[22413314],"product":[7602181,8454146,15859718,17039362,18022410,18481153,21364738,26542081,26869762,31391746,41156609,43778050],"puts":[22413313],"probabilistic":[7602177,15073282,18022402,23527425,40239107],"portable":[1376257],"placed":[25296897],"print":[7602181,8585219,15794179,15990787,16580611,17563651,18022410,22675459,23330819,35979266,37945347,43384834,43515905],"prefix":[22413314],"places":[22937601],"part":[7602182,9568257,18022412,18874369,29360129,30605313,34013186,35913729,37552129,38600705,39976961,42008577],"pointers":[7602177,18022402,21037057,26214401],"provided":[21364737,26869761,31391745,34603009,34799617],"positive":[1114113,1179649,2424833,4259841,7602178,8060929,9961473,10616833,11665409,13762561,14155777,14286849,14548993,15400961,18022404,26411009,26542081,32112641,33161217,34734081,34930689,35127297,35520513,38666241,39321601,40239105,40632321,40894465,41877505],"packages":[22413314],"performs":[15073281],"page":[22413313],"prepare":[14942210],"prime":[7602179,15073287,18022406,23527426,26542081,34930689,40239106],"printed":[43515907],"point":[65540,524291,1245185,2490370,2949122,3473412,3670020,4194306,5636100,5898242,6946817,8519686,8650756,8781828,8847361,8912900,8978437,9109508,9175042,9306114,9895937,11272194,11468804,12189698,12386308,12582914,12910594,13631494,13959170,14155778,14548994,14942209,15204353,15400962,16515074,18022401,19988486,22937603,25952258,26148866,26345476,26804228,27131906,27918341,28835844,28966914,30474242,30932996,31719429,33161220,33554434,33685510,34340870,35520514,35586050,36569092,37552130,37617666,38993922,39649282,39976962,40304644,40894468,40960002,41091073,41615364,41746434,41811974,42795010,43515905],"possible":[5570561,10027009,12517377,13107201,15204353,16187393,22806529,27066369,27918337,31719425,32374785,33488897,37421057,41091074],"plus":[5570561,20381697,21364737,26869761,27066369,33882113],"prefixed":[43515905],"previous":[21168129,22413313,32374785,33357825,33488897],"precisions":[30932993,33554434],"properties":[2293762,8978433,11927553,12189698,13500418,17104897,17301506,18022401,24707073,26017793,28114946,32899073,33292290]} \ No newline at end of file diff --git a/docs/fti/FTI_113.json b/docs/fti/FTI_113.json index 6d83ce7..1936167 100644 --- a/docs/fti/FTI_113.json +++ b/docs/fti/FTI_113.json @@ -1 +1 @@ -{"qxn":[25427969,27328518,40108043],"qualified":[65537,5570561,38273025,40370177],"quotient":[1572866,2555906,7012372,7995393,8716290,10878977,11665414,13369346,13762562,16252968,17498114,19464194,20709377,20840450,21692418,21823490,24248322,25427970,27328521,28901378,29818882,33095681,36765698,38535170,40108034,42139650],"quality":[29949953,34078721],"quite":[29949953,34078721]} \ No newline at end of file +{"qxn":[25034753,29097990,42139659],"qualified":[196609,4849665,35782657,36700161],"quotient":[1966082,3735554,7471105,7602196,9437186,11403270,11599873,11862018,13434882,18022440,18153474,19136514,20578306,21168129,21889026,22282242,25034754,25231362,28573698,29097993,30670850,33357825,39518210,41484290,42139650,43188226],"quality":[32374785,33488897],"quite":[32374785,33488897]} \ No newline at end of file diff --git a/docs/fti/FTI_114.json b/docs/fti/FTI_114.json index dc78aeb..b43cc68 100644 --- a/docs/fti/FTI_114.json +++ b/docs/fti/FTI_114.json @@ -1 +1 @@ -{"raised":[26476545,26935297],"rem":[7012353,16252930,30015512,43646994],"root":[131073,5373954,6815746,7012362,7733250,13041665,16252948,23724033,30015517,40042497,43646998],"reopen":[23724033],"room":[20447235,23789569,24117249,35717123],"reps":[14876681,40894471],"remove":[4063233,7012354,16252932,37683201],"ring":[38862849],"readallbytes":[1507330],"returned":[7012353,7274498,8585217,10158081,10551297,11075586,12189698,15925249,16252930,20119554,20774913,21889026,23068673,23658497,24313858,26345474,26869764,27394049,28573697,31260673,35061764,35192834,36044801,39452673,39976961,40239105,41222146,42729474,42860545],"really":[20709377,22020098,33095681],"retrieveargumentvalues":[2424833,14090241,38338565],"releases":[20447234,35717122],"repeated":[5505025,29949953,34078721],"runs":[23724033],"rabin":[14876674],"r2p":[7012353,16252930,40042516],"redirected":[1],"rationals":[1179650,3342338,4063234,4521986,9306114,11534339,11993090,16252931,21626882,22806530,23855112,25755650,27459586,31064066,34209794,36372483,37814274,38207496,39256066,39321602],"retval":[5701633,7012354,8257537,16252932,17301505,40042497],"retain":[30474241],"remaining":[7012353,16252930,20840449],"resilience":[27000833],"required":[1310721,2097153,2359298,4587522,4849666,5701633,7012360,16252944,17563649,20447234,20840449,23527426,23658497,26345473,26804225,26869761,27000833,27787266,28966913,29163521,29360130,29949953,32571393,33619970,34078721,35061761,35192833,35717122,39911426,42663938],"resources":[2424833,6160385,10027009,11337729,12255233,14090241,15007745,17694721,18546689,23592961,23724033,25100289,27197441,30539777,38141953,39387137,42467329],"remains":[10551297],"reallocations":[5505025,16646145,37027841],"resized":[1835009],"routines":[1966081,19333121,20709377,33095681],"recommended":[14417921,15204353,15400961,18415617,23461889,25034753,29425665],"reflects":[30474241],"reclaimed":[2424833,6160385,10027009,11337729,12255233,14090241,15007745,17694721,18546689,23592961,25100289,27197441,30539777,38141953,39387137,42467329],"released":[6029313,6553601],"regular":[7012354,7405570,16252932,35520514],"radix":[10027009,12845057,26869761,35061761,41025540],"returns":[65540,524289,983041,1114114,1769475,1900547,2162690,2228227,2424833,3211265,3866625,4390913,4784131,5570564,5636097,5832706,6291459,7012354,7405570,7536642,8454145,8781825,9371649,12255235,13434883,13697026,14090241,14155778,14811137,15007745,15269889,15466498,16252932,17104898,18939906,19070977,19857411,19922945,20512769,21037057,22020098,22151169,22413315,24117249,25100289,25296897,26345473,27197441,27721729,29229059,29491201,30539777,30670849,31916033,32112641,32243713,32309249,32505857,33554433,34275331,34799617,35127297,35192833,35520514,35848194,37224450,37945347,38141953,38273028,39387139,39649282,40173569,40370180,40894466,42467329,43384835],"results":[458753,6684673,14614529,30474241,35258369],"removed":[37683201],"rof":[16515073,20250625,22085633,28835841,30867457,31457281],"rational":[1179649,2818050,3342339,4063233,4259845,4521990,6225924,7012357,7471105,8585217,9306118,11534338,11665413,11730946,11993089,14417927,15400969,16252941,16711684,17039365,17694722,18415623,18546694,21626882,22806531,23855105,24707077,25755653,27459590,28573697,29425673,30474242,31064067,31588356,34209797,34930690,36306949,36372482,36634626,37814275,38207489,38731777,39256065,39321603,39714818,40239107,40566789,41484290,41680901,42729475,42926082,43581445],"routine":[7012353,12517377,16252930,16711681,26738689,41877505],"readable":[15269889],"replace":[3801089,5505026,7012353,15269890,16252930,18939906,23789570,24117250,34406402,37224450,39321601],"readalltext":[17170434,19660802,39256066,41615362,43122689],"random":[786441,1966083,6553602,6684680,7012363,7340042,12582918,14221326,16252955,18874376,19333123,22085641,23461894,24510466,27262988,27197441,28049410,29949961,30998534,34078729,34471946,34603020,38600710,38731777,42205190,42467331],"rand":[786434,22085634],"reenter":[23724033],"reverse":[2883585,20643841,28246017,33161217],"retrieves":[2424833,14090241,38338561],"readonly":[3276801,3538945,11206658,11272194,11730945,12713986,14483457,15269889,20054017,20905986,26738689,30277634,31522817,37027841,39518210,41025537,42926081],"reasonable":[14876673,40894465],"ref":[3801094,10027009,12255233,14090241,15007745,16252929,18546689,20774914,23592961,25100289,26869762,29622278,35192834,35717122,42467329],"representable":[43122689],"rounded":[7012355,10289153,16252934,26673153,27328513,42008577],"rename":[23724034],"rounding":[4259841,7012359,16252942,20119553,20774914,23068674,39976961,40566785,42729473],"reallocation":[3801089,5505025,16646146,29622273],"resolution":[29949953,34078721],"result":[131073,196619,1310731,1572865,1638401,1966081,2097157,2490369,2555905,2883586,3014668,3735553,3866637,4128769,4259841,4653068,4980737,5046273,5177345,5373953,5701646,5767180,5898241,6225921,6356993,6946828,7012390,7340033,7405583,7733249,7995393,8519681,8650764,8716290,8978433,9109505,9175042,9306113,9502721,9568257,9633805,10289153,10354689,10420225,10485761,10878977,11010049,11599874,11665409,12124161,12517378,13041665,13107201,13369346,13762561,13828097,13959170,14024705,14155777,14221313,14286849,14417921,14680065,15400961,15728642,15794177,15859713,15925251,16056321,16253004,16711681,16973836,17039361,17235969,17498113,17563654,17629185,17891329,18415617,18612236,18808845,18874369,19333121,19398657,19464193,19529730,19660804,19791873,20054017,20119553,20250636,20447244,20643841,20709391,20840454,21102593,21299212,21692418,21823490,22020097,22675457,22740994,22806529,22937611,23068673,23330828,23396353,23658498,24248321,24313862,24379393,24444929,24576001,24707073,24903682,25165825,25296909,25362433,25427978,25755649,25886721,25952257,26017803,26345504,26476545,26607628,26673153,26804226,26869762,26935297,27000833,27066369,27262977,27328518,27459585,27525121,27590668,28246017,28442625,28508161,28770305,28901377,28966923,29163522,29425665,29556737,29818881,29884417,30015490,30474241,30605313,30801921,30867468,31195142,31260684,31326220,31457292,31588353,31981580,32374785,32571403,32964609,33030156,33095695,33161218,33226764,33292289,33423361,33685506,33947649,34209793,34471937,34603009,34996235,35061762,35192864,35389441,35520527,35717132,36044812,36110337,36306945,36438017,36634625,36765698,36896769,37158913,37486593,37617665,37683202,37748738,38535170,38600705,38862850,39190529,39256068,39321601,39452673,39583745,40042509,40108042,40239108,40501252,40566785,40632332,40828929,40960002,41287681,41418765,41549836,41680897,41943041,42008577,42139649,42270722,42336257,42401793,42663940,42729473,43122690,43581441,43646978,43778049],"retrieve":[3801092,10158082,15925250,29622274,39452674,40239106],"represent":[14090241,18939906,22020098,24379394,38731777],"recent":[23724033,30474241],"return":[393217,458754,524289,655361,786433,917505,983041,1048577,1179650,1376257,1441794,1507331,1572869,1703937,1835010,2031617,2293761,2359298,2424833,2555909,2752513,3145730,3211265,3342339,3473411,3604483,3801092,3866625,3997697,4194305,4390913,4456449,4587522,4718595,4849666,4915202,5242881,5636098,5701634,5898242,5963779,6094849,6160385,6488067,6815746,6881281,7012428,7077891,7143425,7208961,7274498,7405571,7602177,7667714,7733250,7929857,8060930,8126465,8192001,8257539,8323075,8454145,8585219,8650754,8781825,8912897,9175041,9306114,9371649,9437186,9895937,10027010,10092545,10158082,10223619,10485763,10616837,10682369,10813441,10944514,11075587,11141122,11337729,11403265,11534338,11730945,11796481,11862017,11927553,11993090,12058625,12189699,12451841,12517379,12779521,12910593,12976130,13238273,13303810,13369349,13500417,13565956,13631490,13893634,14090241,14155777,14548993,14614530,14745601,14811137,14876676,14942209,15073282,15204354,15269889,15532033,15597569,15663105,15728642,15925249,16121858,16253080,16449539,16515074,16580609,16842753,16908289,16973826,17104897,17170434,17301507,17367042,17498117,17563653,17694721,17760257,17825793,17956867,18022401,18087939,18153474,18219009,18284545,18546689,18677762,18743298,18808834,18939905,19005441,19070977,19136513,19202049,19267589,19529730,19660803,19726337,19791878,19922945,20119553,20185090,20316161,20381697,20447234,20512769,20578306,20709382,20774915,20840450,21037057,21233665,21299202,21364737,21430273,21626883,21757953,21823493,21889026,21954562,22020097,22085633,22151169,22216705,22282241,22347780,22478849,22740996,22872065,23003139,23068673,23199747,23265281,23330818,23527426,23592961,23658499,23789571,24051713,24117250,24313859,24379395,24838145,24969217,25034754,25231361,25296897,25427970,25493505,25559041,26148865,26214401,26345474,26542081,26607618,26804226,26869761,27394050,27590658,27656197,27721729,27787266,27983873,28049409,28114945,28311554,28377089,28442629,28573699,28639233,28835842,29032449,29097985,29163522,29294593,29360130,29491201,29753347,29884421,30081025,30146561,30343169,30408705,30670849,30736385,30867458,30932993,31195138,31260675,31391746,31457282,31719425,31850497,31916033,32112641,32178177,32243713,32309249,32374786,32440321,32505857,32636929,32702466,32833537,32899073,33095686,33226754,33554433,33619970,33751041,33816577,33882113,34668545,34799617,34865155,34930689,34996226,35061761,35127297,35192834,35258370,35323905,35520515,35586049,35717122,35782657,35913730,35979265,36044803,36175875,36372482,36503553,36569093,36765701,36896770,37093379,37224449,37289985,37355521,37421057,37683204,38010882,38404098,38469633,38666245,38731777,38862853,38928385,38993921,39059458,39124993,39256067,39321602,39452676,39714818,39845889,39911426,39976963,40042500,40108034,40173569,40239105,40304641,40763393,40894465,41091077,41156609,41222146,41615362,41746434,42205187,42532865,42598401,42663938,42729473,42860547,42926081,42991619,43057153,43122691,43188226,43319297,43384833,43450369,43515905],"runtime":[23724034],"reallocate":[1835014,3801094,4325377,7012353,7667713,16252930,29622280,37027841],"r1n":[1966086,7012354,16252932,19333126],"reading":[9306113],"restrictions":[24444929,26345473,35192833,37027841],"read":[1507330,4718594,7012362,7077890,7340033,9306120,10223622,10485767,12517382,12976129,14221313,16252948,18087942,23003142,24379398,24444930,27262977,34471937,34603009,42991622],"represents":[1769473,2424833,4784129,5570561,10027009,12255234,12320769,13434881,14090241,15007746,16252929,18546689,23592961,25100289,27197441,30539777,34275329,37945345,38141953,38731791,39387137,40370177,42467330,43384833],"ranges":[10485761,22020097],"returning":[7012353,16252930,20774913,22740993],"rely":[7340033,14221313,27262977,34471937,34603009],"rop":[131078,1638406,2490392,3735576,4128775,4259846,4980742,5046278,5177350,5373976,5439494,6225926,6356998,6488078,7012466,7340049,7733273,8519686,8847366,8978438,9109510,9306118,9502726,9568262,9699334,10289158,10354694,10420230,10485766,11010072,11599896,12124167,12517382,12582926,13041670,13107223,13828102,13959192,14024710,14155784,14221329,14286855,14680070,15794183,15859718,16253155,17235974,17432578,17629208,17891352,18874388,18939910,19398662,21102598,22020102,22609926,22806534,23134214,23396376,24313862,24379398,24444953,24576024,24641542,24707078,25165830,25362456,25690118,25755656,25886726,25952263,26345487,26476568,26673158,26935320,27000856,27066374,27262993,27459590,27525144,28508167,28770310,29556742,30474251,30801944,33423367,33947654,34209800,34471953,34603025,35192847,35389447,36110342,36438040,36634630,37158918,37224455,37486618,37617671,37683224,37748760,38600721,38862876,39190534,39321606,39583750,40566790,40828936,40960006,41287704,41484294,41680902,41811974,41943046,42008582,42336280,42401798,43253766],"release":[131074,196610,458754,589825,917506,1179650,1310722,1441793,1507330,1572866,1638402,1966082,2031618,2097154,2490370,2555906,2883586,2949122,3014658,3342338,3473410,3604482,3735554,3866626,4128770,4259842,4521986,4653058,4718594,4980738,5046274,5177346,5373954,5439490,5505026,5636098,5701634,5767170,5898242,5963778,6356994,6488066,6815746,6946818,7077890,7274498,7405570,7733250,7995394,8060930,8257538,8323074,8519682,8585218,8650754,8716290,8847362,8912898,8978434,9109506,9175042,9240578,9306114,9437186,9502722,9568258,9633794,9699330,10158082,10223618,10289154,10354690,10420225,10485762,10616834,10878978,10944514,11010050,11075586,11141122,11206657,11534338,11599874,11993090,12124162,12189698,12517378,12976130,13041666,13107202,13303810,13369346,13565954,13631490,13762562,13828098,13893634,13959170,14024706,14155778,14286850,14417922,14614530,14680066,14876674,15073282,15138817,15204354,15269890,15400962,15663106,15728642,15794178,15859714,15925250,16056322,16121858,16252930,16318466,16449538,16515074,16646146,16973826,17170434,17235970,17301506,17367042,17498114,17563649,17629186,17891330,17956866,18087938,18153474,18415618,18612226,18677762,18743298,18808834,18939906,19267586,19333122,19398658,19464194,19529730,19660802,19791874,20119554,20250626,20447234,20643842,20709378,20774914,20840450,21102594,21299202,21626882,21692418,21823490,21889026,21954562,22020098,22347778,22609922,22675458,22740994,22806530,22937602,23003138,23068674,23134210,23199746,23330818,23396354,23658498,23789570,23724033,23855106,24117250,24248322,24313858,24379394,24444930,24576002,24641538,24903682,25034754,25165826,25296898,25362434,25427970,25690114,25755650,25886722,25952258,26017794,26279938,26411010,26345474,26476546,26607618,26673154,26804226,26869762,26935298,27000834,27066370,27328514,27394050,27459586,27525122,27590658,27656194,28246018,28311554,28377090,28442626,28508162,28573698,28770306,28835842,28901378,28966914,29163522,29425666,29556738,29687809,29753346,29818882,29884418,30015490,30081026,30474242,30605314,30801922,30867458,31064066,31195138,31260674,31326210,31391746,31457282,31653890,31981570,32571394,32702466,32964610,33030146,33095682,33161218,33226754,33292290,33423362,33685506,33947650,34209794,34406402,34865154,34996226,35061762,35192834,35258370,35389442,35454978,35520514,35717122,35913730,36044802,36110338,36175874,36372482,36438018,36569090,36634626,36765698,36896770,36962305,37093378,37158914,37224450,37289986,37355522,37486594,37552129,37617666,37683202,37748738,37814274,37879810,38010882,38076418,38207490,38535170,38666242,38797313,38862850,39059458,39190530,39256066,39321601,39452674,39583746,39976962,40042498,40108034,40239106,40501250,40566786,40632322,40894466,40960002,41091074,41222146,41287682,41418754,41484290,41549826,41615362,41746434,41811970,41943042,42008578,42074113,42139650,42270722,42336258,42401794,42663938,42729474,42860546,42991618,43122689,43188226,43253762,43646978,43778050],"rop2":[4521990,7012356,16252936,26411014,33685510,43646982],"reallocates":[10551297,26738689],"regions":[31260673,36044801],"relies":[23724033],"reallocate_function":[3801099,29032453,29622279,38731777],"raw":[1507329,5898241,7012354,16252932],"randomness":[7340033,23461889,29949954,30998529,34078722],"requires":[1310721,2097153,3866625,12124161,17563649,18808833,20840449,23789569,24117249,25296897,28966913,32571393,33226753,42663937],"representation":[1900545,1966081,2228225,2752514,4784129,5898242,6160385,6291457,7012355,10027009,11337729,13434881,14221313,16252934,17694721,18546689,19333121,20185090,20578306,21757954,22347777,22413313,23592961,29229057,29294594,31195138,33751042,34275329,34471937,37945345,38600705,39714818,42598402,43384833],"relations":[42270721],"represented":[3276801,4784129,5898241,13434881,26869761,31522817,35061761],"respectively":[2883588,33161220,42270722],"relative":[7012353,16252930,40960001],"reduce":[14876673],"right":[7012353,16252930,23658497,36044802],"resize":[1835009,5505028,7012353,16252930,23789570,24117250,29032449,34406405,38731777],"reason":[6684673],"r1p":[1966093,7012357,16252938,19333133,25427986,40042515,40108051],"requirements":[1310721,3866625,7340033,23461889,25296897,28966913,32571393],"rule":[9437185,10944513,13893633,18677761],"remainder":[1572866,2555906,7012378,7274498,8716290,9437185,10944513,13369346,13631489,16056322,16252980,17498114,19791874,20709381,20840455,21692418,21823490,21889026,22675458,22740995,24903681,25427973,27328520,28442626,29884418,30015490,30605314,31391746,32964610,33095685,33292290,36765698,38535170,40042503,40108037,41222146,43646978,43778050],"region":[17301505],"realloc_func_ptr":[3801093,29622277],"representing":[3276802,7012353,10027009,10551297,12845057,12976130,16252930,16777217,23592961,31522818],"rop1":[4521990,7012358,16252940,26411014,33685510,43646984],"regiom":[8257537],"roots":[5373954,6815746,7733250,16252929,30015490,38010882,43646978],"realloc":[12124161],"reads":[9633793],"restore":[3801090,30474243],"related":[2883585,20643841,28246017,33161217],"refer":[23724033],"range":[786436,5636097,5898241,7012356,14221315,15925249,16252936,18874370,19660801,20774913,22085635,26869761,27262979,31195137,31260673,34603011,35061761,36044801,38600705,39976961,43122689],"reference":[65537,131073,196609,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2686977,2621441,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,6881281,6946817,7012355,7077889,7143425,7208961,7274497,7340033,7405569,7471105,7536641,7602177,7667713,7733249,7798785,7864321,7929857,7995393,8060929,8126465,8192001,8257537,8323073,8388609,8454145,8519681,8585222,8650753,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9175041,9240577,9306113,9371649,9437185,9502721,9568257,9633793,9764865,9699329,9830401,9895937,9961473,10027009,10092545,10158081,10223617,10289153,10354689,10420225,10485761,10551297,10616833,10682369,10747905,10813441,10878977,11010049,10944513,11075585,11141121,11206657,11272193,11337729,11403265,11468801,11534337,11599873,11665409,11730945,11796481,11862017,11927553,11993089,12058625,12124161,12189697,12255233,12320769,12386305,12451841,12517377,12582913,12648449,12713985,12779521,12845057,12910593,12976129,13041665,13107201,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633,13959169,14024705,14090241,14155777,14221313,14286849,14352385,14417921,14483457,14548993,14614529,14680065,14745601,14811137,14876673,14942209,15007745,15073281,15138817,15204353,15269889,15335425,15400961,15466497,15532033,15597569,15663105,15728641,15794177,15859713,15925249,15990785,16056321,16121857,16187393,16252933,16318465,16384001,16449537,16580609,16515073,16646145,16711681,16777217,16842753,16908289,16973825,17039361,17104897,17170433,17235969,17301505,17367041,17432577,17498113,17563649,17629185,17694721,17760257,17825793,17891329,17956865,18022401,18087937,18153473,18219009,18284545,18350081,18415617,18481153,18546689,18612225,18677761,18743297,18808833,18874369,18939905,19005441,19070977,19136513,19202049,19267585,19333121,19398657,19464193,19529729,19595265,19660801,19726337,19791873,19857409,19922945,19988481,20054017,20119553,20185089,20250625,20316161,20381697,20447233,20512769,20578305,20643841,20709377,20774913,20840449,20905985,20971521,21037057,21102593,21168129,21233665,21299201,21364737,21430273,21495809,21561345,21626881,21692417,21757953,21823489,21889025,21954561,22020097,22085633,22151169,22216705,22282241,22347777,22413313,22478849,22544385,22609921,22675457,22740993,22806529,22872065,22937601,23003137,23068673,23134209,23199745,23265281,23330817,23396353,23461889,23527425,23592961,23658497,23789569,23855105,23920641,23986177,24051713,24117249,24182785,24248321,24313857,24379393,24444929,24510465,24576001,24641537,24707073,24772609,24838145,24903681,24969217,25034753,25100289,25165825,25231361,25296897,25362433,25427969,25493505,25559041,25624577,25690113,25755649,25821185,25886721,25952257,26017793,26083329,26148865,26214401,26279937,26411009,26345473,26476545,26542081,26607617,26673153,26738689,26804225,26869761,26935297,27000833,27066369,27131905,27197441,27262977,27328513,27394049,27459585,27525121,27590657,27656193,27721729,27787265,27852801,27918337,27983873,28049409,28114945,28180481,28246017,28311553,28377089,28442625,28508161,28573702,28639233,28704769,28770305,28835841,28901377,28966913,29032449,29097985,29163521,29229057,29294593,29360129,29425665,29491201,29556737,29687809,29622273,29753345,29818881,29884417,29949953,30015489,30081025,30146561,30212097,30277633,30343169,30408705,30474241,30539777,30605313,30670849,30736385,30801921,30867457,30932993,30998529,31064065,31129601,31195137,31260673,31326209,31391745,31457281,31522817,31588353,31653889,31719425,31784961,31850497,31916033,31981569,32047105,32112641,32178177,32243713,32309249,32374785,32440321,32505857,32571393,32636929,32702465,32768001,32833537,32899073,32964609,33030145,33095681,33161217,33226753,33292289,33357825,33423361,33488897,33554433,33619969,33685505,33751041,33816577,33882113,33947649,34013185,34078721,34144257,34209793,34275329,34340865,34406401,34471937,34537473,34603009,34668545,34734081,34799617,34865153,34930689,34996225,35061761,35127297,35192833,35258369,35323905,35389441,35454977,35520513,35586049,35651585,35717121,35848193,35782657,35913729,35979265,36044801,36110337,36175873,36241409,36306945,36372481,36438017,36503553,36569089,36634625,36700161,36765697,36831233,36896769,36962305,37027841,37093377,37158913,37224449,37289985,37355521,37421057,37486593,37552129,37617665,37683201,37748737,37814273,37879809,37945345,38010881,38076417,38141953,38207489,38273025,38338561,38404097,38469633,38535169,38600705,38666241,38797313,38862849,38928385,38993921,39059457,39124993,39190529,39256065,39321601,39387137,39452673,39518209,39583745,39649281,39714817,39780353,39845889,39911425,39976962,40042497,40108033,40173569,40239105,40304641,40370177,40435713,40501249,40566785,40632321,40697857,40763393,40828929,40894465,40960001,41025537,41091073,41156609,41222145,41287681,41353217,41418753,41484289,41549825,41615361,41680897,41746433,41811969,41877505,41943041,42008577,42074113,42139649,42205185,42270721,42336257,42401793,42467329,42532865,42598401,42663937,42729473,42795009,42860545,42926081,42991617,43057153,43122689,43188225,43253761,43319297,43384833,43450369,43515905,43581441,43646977,43712513,43778049],"recurrence":[6684673],"rest":[31260673,36044801],"r2n":[40042500],"reallocated":[23789569,24117249],"remarks":[458753,589825,917505,1179649,1310721,1376257,1507329,1769473,1835009,1966081,2031617,2097153,2490369,2883585,2949121,3276801,3538945,3801089,3866625,4128769,4325377,4784129,4915201,5177345,5505025,5570561,5636097,5701633,5767169,5898241,6029313,6488065,6553601,6684673,6815745,7340033,7405569,7667713,8257537,8585217,8650753,8912897,9109505,9240577,9306113,9437185,9633793,10027009,10158081,10420225,10485761,10551297,11010049,10944513,11075585,11534337,11993089,12124161,12189697,12255233,12517377,12976129,13107201,13434881,13565953,13631489,13893633,13959169,14024705,14155777,14221313,14417921,14483457,14614529,14876673,15007745,15073281,15138817,15204353,15269889,15400961,15663105,15925249,16252929,16318465,16646145,16711681,16908289,17301505,17563649,17891329,18415617,18546689,18677761,18808833,18874369,18939905,19333121,19529729,19660801,20054017,20119553,20447233,20643841,20709377,20774913,20840449,21299201,21495809,21626881,22020097,22085633,22347777,22740993,23068673,23330817,23396353,23461889,23592961,23658497,23789569,24117249,24313857,24379393,24444929,24576001,24641537,24903681,25034753,25296897,25427969,25690113,25755649,25952257,26279937,26345473,26476545,26607617,26738689,26804225,26869761,26935297,27000833,27131905,27262977,27328513,27394049,27590657,28246017,28377089,28508161,28573697,28835841,28966913,29163521,29425665,29949953,30081025,30474241,30998529,31064065,31195137,31260673,31391745,31522817,32374785,32571393,33095681,33161217,33226753,33357825,33685505,33882113,34078721,34209793,34275329,34406401,34471937,34603009,34996225,35061761,35192833,35258369,35520513,35717121,36044801,36241409,36372481,36896769,36962305,37027841,37093377,37224449,37289985,37486593,37552129,37617665,37748737,37814273,37945345,38010881,38600705,38797313,38862849,39256065,39321601,39452673,39976961,40042497,40108033,40239105,40370177,40435713,40501249,40632321,40828929,40894465,41025537,41287681,41418753,41484289,42074113,42205185,42270721,42336257,42467329,42663937,42729473,42860545,43122689,43253761,43384833]} \ No newline at end of file +{"raised":[27328513,28704769],"rem":[7602177,18022402,30605336,42008594],"root":[65537,6553602,7602186,9568258,12582913,18022420,18874370,22413313,30605341,40501249,42008598],"reopen":[22413313],"room":[20381699,22872065,23986177,33882115],"reps":[15073289,40239111],"remove":[4259841,7602178,18022404,35454977],"ring":[37421057],"readallbytes":[1376258],"returned":[6750210,7340033,7602177,10027010,10223617,11141121,12517378,15204353,16515074,18022402,20119553,21757953,23134210,24248321,24313858,25755650,25886721,27918340,28049409,31719428,34603009,34799617,35848194,35913729,39059458,41091073,42729474,42795009,43384833],"really":[21168129,22937602,33357825],"retrieveargumentvalues":[1769473,14876673,35651589],"releases":[20381698,33882114],"repeated":[5046273,32374785,33488897],"runs":[22413313],"rabin":[15073282],"r2p":[7602177,18022402,40501268],"redirected":[720897],"rationals":[1114114,2818050,3014658,4259842,10616835,11534338,11665410,18022403,21626882,23265282,23920648,27394050,27525122,30998530,31326210,35127299,37224456,38469634,39190530,42336258],"retval":[6815745,7602178,8585217,16580609,18022404,40501249],"retain":[33554433],"remaining":[7602177,18022402,19136513],"resilience":[25296897],"required":[1441793,3211265,3801090,4587522,5177346,6815745,7602184,17956865,18022416,19136513,20381698,21757953,22216706,25296897,25755649,26083329,27262978,27918337,29687809,29949954,30539778,31588353,31719425,32374785,33488897,33882114,35192833,35848193,39124994,42598402],"resources":[1769473,6946817,8978433,11206657,11927553,14876673,16646145,17104897,18612225,22413313,24707073,25493505,26017793,32309249,35323905,40435713,42401793],"remains":[10223617],"reallocations":[5046273,16187393,36503553],"resized":[1572865],"routines":[1703937,19070977,21168129,33357825],"recommended":[14352385,14614529,15990785,18087937,23199745,23330817,31784961],"reflects":[33554433],"reclaimed":[1769473,6946817,8978433,11206657,11927553,14876673,16646145,17104897,18612225,24707073,25493505,26017793,32309249,35323905,40435713,42401793],"released":[6094849,6225921],"regular":[6881282,7602178,18022404,31850498],"radix":[8978433,12189697,27918337,31719425,40894468],"returns":[196612,393217,917505,1507331,1638403,1769473,2031618,2228227,2883585,3342338,3604481,4456451,4521985,4849668,5242883,5832705,6684674,6881282,7143426,7602178,7864321,8126465,9240577,11927555,13238275,13303810,13959170,14942209,14876673,15597570,16056321,16646145,17170434,17432577,18022404,19005442,19726337,19857411,20709377,21102593,22872065,22937602,23658499,24444929,24707073,25493505,25755649,26935297,28377089,29556737,30146561,30867457,31850498,32047105,32309249,32768003,32833537,33030145,34013187,34275329,34471937,34668545,34865153,35061762,35323905,35782660,35848193,36700164,38862851,38993923,40239106,40435715,40697858,40828930,41025537,42401793],"results":[1179649,6488065,14548993,32112641,33554433],"removed":[35454977],"rof":[17891329,19464193,22347777,29818881,31064065,31653889],"rational":[1114113,2293762,2818051,3014662,4259841,4980741,5439492,7340033,7536641,7602181,10289154,10616834,11403269,11534342,11665409,14352393,14614535,15859717,17104902,18022413,18087943,18219012,18612226,21626882,23265283,23920641,24117253,27394053,27525126,28049409,30998533,31326211,31522820,31784969,33554434,35127298,35586050,37093381,37224449,38469635,38797314,38928386,39190531,39976961,40763397,41091075,41353218,41549829,42336257,42532866,42663941,42729475],"routine":[7602177,11730945,18022402,18219009,24903681,38207489],"readable":[14942209],"replace":[3407873,5046274,7602177,14942210,18022402,19005442,22872066,23986178,34996226,38469633,40828930],"readalltext":[17563650,19529730,37945346,42336258,43515905],"random":[786441,1703939,6094850,6488072,7274506,7602187,12451846,14024718,15925256,18022427,19070979,21954562,22347785,23199750,25493505,26279948,27721730,32374793,32899078,33488905,33816588,37617670,38273034,39976961,41943046,42401795],"rand":[786434,22347778],"reenter":[22413313],"reverse":[2359297,20512769,30343169,33226753],"retrieves":[1769473,14876673,35651585],"readonly":[3145729,4325377,10289153,10485762,11796482,13697026,14745601,14942209,21430274,21495809,24903681,27656193,32505858,36503553,40894465,42532865,43057154],"reasonable":[15073281,40239105],"ref":[3407878,8978433,11927553,14876673,16646145,17104897,18022401,20119554,24707073,26017793,26214406,27918338,33882114,35848194,42401793],"representable":[43515905],"rounded":[7602179,11468801,18022406,28835841,29097985,41615361],"rename":[22413314],"rounding":[4980737,7602183,16515073,18022414,20119554,24248322,42663937,42729473,42795009],"reallocation":[3407873,5046273,16187394,26214401],"resolution":[32374785,33488897],"result":[65537,131083,1441803,1703937,1966081,2359298,2555905,2621452,2949121,3211269,3473409,3538945,3604493,3670017,3735553,3997697,4718604,4980737,5111820,5439489,5570561,5636097,5898241,6815758,6881295,7274497,7471105,7602214,8323084,8454145,8519681,8650753,8781825,8912897,9109505,9306113,9371661,9437186,9502732,9568257,9895937,10747906,11010049,11272193,11403265,11468801,11534337,11599873,11730946,11862018,12386305,12582913,13434881,13565953,13631489,13762562,13959169,14024705,14221313,14286850,14352385,14614529,15204355,15466497,15532033,15728641,15859713,15925249,16384001,16449548,16515073,17039361,17629185,17760257,17825794,17956870,18022476,18087937,18153473,18219009,18481165,18546690,18874369,19070977,19136518,19333132,19464204,19529732,19988481,20381708,20512769,20578305,20971521,21168143,21233665,21364748,21495809,21757954,21889026,22085643,22282242,22937601,23134214,23265281,23396353,23527425,24117249,24248321,24510465,24576002,24641537,24969228,25034762,25231361,25296897,25362433,25690113,25755680,26083330,26279937,26345473,26411009,26476555,26542081,26607617,26738690,26804225,26869772,26935309,27066374,27131905,27328513,27394049,27525121,27918338,28246028,28573697,28704769,28835841,28901388,28966913,29097990,29294593,29360129,29687819,29884417,30343169,30605314,30670849,30932994,31064076,30998529,31129601,31391755,31522817,31588354,31653900,31719426,31784961,31850511,32243713,32440332,33226754,33357839,33554433,33619969,33685505,33751041,33816577,33882124,33947649,34078721,34603020,34799628,35192843,35454978,35586049,35848224,35913729,36569089,37093377,37421058,37552129,37617665,37748748,38273025,38469633,38535169,38600706,38666241,38731788,39387137,39518210,39649281,40173569,40304641,40501261,40632321,40763393,40960001,41091076,41156620,41484290,41549825,41615361,41680900,41746433,41811970,41877506,42008578,42074113,42139658,42336260,42598404,42663937,42729473,42860556,42991617,43188225,43253761,43515906,43712525,43778049],"retrieve":[3407876,11141122,15204354,26214402,35913730,41091074],"represent":[14876673,19005442,22937602,25690114,39976961],"recent":[22413313,33554433],"return":[327681,393217,589825,786433,851969,917505,1048577,1114114,1179650,1245185,1310721,1376259,1572866,1769473,1835009,1900545,1966085,2424834,2752514,2818051,2883585,3276803,3407876,3604481,3735557,3801090,4128769,4194307,2162689,4390913,4521985,4587522,4653057,4784130,5177346,5308417,5570562,5767171,5832706,5963779,6160385,6356993,6422531,6553602,6619137,6750210,6815746,6881283,6946817,7012353,7208962,7340035,7602252,7667715,7798785,7864321,7929857,7995393,8060930,8126465,8192001,8323074,8585219,8716290,8978434,9240577,9568258,9699329,9764865,9830401,9895939,9961474,10027011,10092549,10289153,10354691,10420225,10551297,10616834,10878977,10944513,11075585,11141122,11206657,11337730,11534338,11665410,11730947,11862021,12058625,12124161,12255233,12517379,12648450,12713986,12845057,12910594,13041665,13107204,13172739,13369345,13828097,13893634,13959169,14155778,14286850,14483457,14548994,14811139,14942209,14876673,15073284,15204353,15269889,15335426,15400962,15794178,15990786,16056321,16121857,16252931,16318465,16449538,16515073,16580611,16777217,16842753,16908289,17104897,17170433,17367041,17432577,17498113,17563650,17694721,17825794,17891330,17956869,18022552,18153477,18284545,18350082,18481154,18546689,18612225,18677761,18743297,18808833,18939905,19005441,19136514,19202049,19267585,19398661,19529731,19595265,19726337,19791874,19922946,20119555,20185089,20250625,20381698,20643843,20709377,20774913,20840449,21102593,21168134,21233670,21299202,21364738,21561345,21626883,21757955,21889029,22020097,22151169,22216706,22347777,22609921,22675458,22806532,22872066,22937601,23003137,23068673,23134211,23330818,23461891,23592963,23855105,23986179,24182785,24248321,24313858,24379393,24444929,24576004,24772609,24838145,24969218,25034754,25427969,25624577,25690115,25755650,25821185,25886722,26017793,26083330,26148866,26869762,26935297,27066370,27262978,27459586,27721729,27787265,27852801,27918337,27983873,28049411,28180481,28246018,28311553,28377089,28442625,28508161,28770305,29294597,29360130,29425665,29491205,29556737,29622273,29818882,29949954,30081025,30146561,30212097,30277635,30408705,30474241,30539778,30736385,30801921,30867457,31064066,31391746,31588354,31653890,31719425,31850499,31916033,31981569,32047105,32112642,32243717,32571393,32636929,32702465,32833537,32964609,33030145,33161218,33357830,33882114,34275329,34471937,34537473,34603011,34668545,34734082,34799619,34865153,34930689,35127298,35258369,35389443,35454980,35520514,35717121,35848194,35913732,35979267,36110337,36306945,36438018,36765698,36896769,36962309,37027841,37158913,37289985,37355525,37421061,37486595,37552130,37748738,37814273,37879810,37945346,38010881,38076417,38141953,38338561,38404097,38469634,38797313,38928386,38993921,39059458,39124994,39256067,39321602,39452673,39845889,39911425,39976961,40042497,40239105,40501252,40828929,41025537,41091073,41222145,41287681,41484293,41943043,42139650,42270721,42336259,42532865,42598402,42729473,42795011,42926085,43319297,43384835,43450369,43515907,43646977],"runtime":[22413314],"reallocate":[1572870,3407878,3866625,7208961,7602177,18022402,26214408,36503553],"r1n":[1703942,7602178,18022404,19070982],"reading":[11534337],"restrictions":[25755649,26411009,35848193,36503553],"read":[1376258,6422530,7274497,7602186,9895943,10354694,11534344,11730950,12648449,13172738,14024705,14811142,18022420,23461894,25690118,26279937,26411010,33816577,37486598,38273025],"represents":[1507329,1769473,4456449,4849665,8978433,11927554,12779521,13238273,14876673,16646146,17104897,18022401,24707073,25493505,26017793,32309249,34013185,35323905,35782657,38862849,38993921,39976975,40435713,42401794],"ranges":[9895937,22937601],"returning":[7602177,18022402,20119553,24576001],"rely":[7274497,14024705,26279937,33816577,38273025],"rop":[65542,2555928,2949126,3473414,3538968,3670023,3997702,4980742,5439494,5505030,5636102,5898246,5963790,7077894,7274513,7602290,8454150,8519686,8650758,8781830,8912902,9109510,9306118,9568281,9633798,9895942,10747928,11010072,11272199,11468806,11534342,11730950,12386310,12451854,12582918,13565975,13631494,13762584,13959176,14024721,14221319,15466502,15532038,15728647,15925268,16384024,17039366,17235970,17629208,18022627,18874392,19005446,19988486,20971526,21692422,21823494,22937606,23134214,23265286,23527448,23789574,24117254,24510470,24641560,25100294,25296920,25362456,25690118,25755663,26279953,26345478,26411033,26542104,26607622,26804230,27000838,27131911,27328536,27394056,27525126,28704792,28835846,28966919,29884422,30998536,33554443,33619975,33685510,33751064,33816593,35455000,35586054,35848207,36569094,37421084,37617681,38273041,38469638,38535174,38600728,38666266,39387143,39649287,40173592,40304646,40632328,40763398,40828935,40960006,41353222,41615366,41746438,41811974,42074136,42663942,43253784,43581446,43778054],"release":[65538,131074,524289,1048578,1114114,1179650,1376258,1441794,1703938,1900546,1966082,2359298,2424833,2490370,2555906,2621442,2818050,2949122,3014658,3211266,3276802,3473410,3538946,3604482,3670018,3735554,3997698,4194306,4718594,4980738,5046274,5111810,5505026,5570562,5636098,5767170,5832706,5898242,5963778,6422530,6553602,6750210,6815746,6881282,7077890,7340034,7471106,7667714,8060930,8323074,8454146,8519682,8585218,8650754,8716290,8781826,8912898,9109506,9175042,9306113,9371650,9437186,9502722,9568258,9633794,9895938,9961474,10027010,10092546,10354690,10616834,10747906,11010050,11075586,11141122,11272194,11337730,11468802,11534338,11599874,11665410,11730946,11862018,12386306,12517378,12582914,12648450,12713986,12910594,13107202,13172738,13434882,13565954,13631490,13697025,13762562,13893634,13959170,14155778,14221314,14286850,14352386,14548994,14614530,14811138,14942210,15073282,15204354,15335426,15400962,15466498,15532034,15663106,15728642,15794178,15990786,16187394,16252930,16384002,16449538,16515074,16580610,16973825,17039362,17498114,17563650,17629186,17760258,17825794,17891330,17956865,18022402,18087938,18153474,18350082,18481154,18546690,18874370,19005442,19070978,19136514,19333122,19398658,19464194,19529730,19791874,19988482,20119554,20381698,20512770,20578306,20643842,20971522,21168130,21233666,21364738,21626882,21692418,21757954,21823490,21889026,22085634,22282242,22413313,22675458,22806530,22872066,22937602,23134210,23265282,23330818,23396354,23461890,23527426,23592962,23789570,23920642,23986178,24248322,24313858,24510466,24576002,24641538,24969218,25034754,25100290,25231362,25296898,25362434,25690114,25755650,25886722,25952258,26083330,26148866,26345474,26411010,26476546,26542082,26607618,26673154,26738690,26804226,26869762,27000834,26935298,27066370,27131906,27328514,27394050,27459586,27525122,27918338,28049410,28246018,28311554,28573698,28704770,28835842,28901378,28966914,29097986,29229058,29294594,29491202,29687810,29818882,29884418,30277634,30343170,30605314,30670850,30932994,30998530,31064066,31129602,31326210,31391746,31588354,31653890,31719426,31784962,31850498,32112642,32243714,32440322,33095681,33161218,33226754,33357826,33554434,33619970,33685506,33751042,33882114,33947650,34078722,34340866,34603010,34734082,34799618,34930690,34996226,35127298,35192834,35389442,35454978,35520514,35586050,35848194,35913730,35979266,36175874,36569090,36634625,36765698,36962306,37224450,37355522,37421058,37486594,37552130,37683201,37748738,37879810,37945346,38010882,38141954,38469633,38535170,38600706,38666242,38731778,39059458,39190530,39256066,39321602,39387138,39518210,39649282,39780353,40108034,40173570,40239106,40304642,40566785,40501250,40828930,40960002,41091074,41156610,41353218,41484290,41615362,41680898,41746434,41811970,41877506,42008578,42074114,42139650,42336258,42598402,42663938,42729474,42795010,42860546,42926082,42991618,43188226,43253762,43384834,43515905,43581442,43712514,43778050],"rop2":[3014662,7602180,18022408,26673158,30932998,42008582],"reallocates":[10223617,24903681],"regions":[34603009,34799617],"relies":[22413313],"reallocate_function":[3407883,26214407,29622277,39976961],"raw":[1376257,5570561,7602178,18022404],"randomness":[7274497,23199745,32374786,32899073,33488898],"requires":[1441793,3211265,3604481,11272193,17956865,18481153,19136513,22872065,23986177,26935297,29687809,35192833,37748737,42598401],"representation":[1638401,1703937,2228225,2162690,4456449,5242881,5570562,6946817,7602179,8978433,11206657,13238273,14024705,17104897,18022406,18612225,19070977,19922946,21299202,21561346,22806529,23658497,26017793,27066370,30212098,32768001,34013185,37027842,37617665,37814274,38273025,38862849,38928386,38993921],"relations":[41877505],"represented":[3145729,4456449,5570561,13238273,27656193,27918337,31719425],"respectively":[2359300,33226756,41877506],"relative":[7602177,18022402,41811969],"reduce":[15073281],"right":[7602177,18022402,21757953,34799618],"resize":[1572865,5046276,7602177,18022402,22872066,23986178,29622273,34996229,39976961],"reason":[6488065],"r1p":[1703949,7602181,18022410,19070989,25034770,40501267,42139667],"requirements":[1441793,3604481,7274497,23199745,26935297,29687809,35192833],"rule":[8716289,11337729,13893633,19791873],"remainder":[1966082,3735554,6750210,7602202,8716289,9437186,11337729,11862018,12713985,17760258,18022452,18153474,19136519,21168133,21233666,21889026,22282242,23396354,24313858,24576003,25034757,26738689,27459586,29097992,29294594,30605314,31129602,32243714,33357829,33947650,34078722,39059458,39518210,40501255,41484290,42008578,42139653,42991618],"region":[16580609],"realloc_func_ptr":[3407877,26214405],"representing":[3145730,7602177,8978433,10223617,12189697,12648450,17301505,18022402,26017793,27656194],"rop1":[3014662,7602182,18022412,26673158,30932998,42008584],"regiom":[8585217],"roots":[6553602,9568258,18022401,18874370,30605314,36765698,42008578],"realloc":[11272193],"reads":[9371649],"restore":[3407874,33554435],"related":[2359297,20512769,30343169,33226753],"refer":[22413313],"range":[786436,5570561,5832705,7602180,14024707,15204353,15925250,18022408,19529729,20119553,22347779,26279939,27066369,27918337,31719425,33816579,34603009,34799617,37617665,42795009,43515905],"reference":[65537,131073,196609,262145,327681,393217,458753,524289,589825,655361,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,2162689,4325377,4390913,4521985,4456449,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,6881281,6946817,7012353,7077889,7143425,7208961,7274497,7340038,7405569,7471105,7536641,7602179,7667713,7733249,7798785,7864321,7929857,7995393,8060929,8126465,8192001,8257537,8323073,8388609,8454145,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9175041,9240577,9306113,9371649,9437185,9502721,9568257,9633793,9699329,9764865,9830401,9895937,9961473,10027009,10092545,10158081,10223617,10289153,10354689,10420225,10485761,10551297,10616833,10682369,10747905,10813441,10878977,10944513,11010049,11075585,11141121,11206657,11272193,11337729,11403265,11468801,11534337,11599873,11665409,11730945,11796481,11862017,11927553,11993089,12058625,12124161,12189697,12255233,12320769,12386305,12451841,12517377,12582913,12648449,12713985,12779521,12845057,12910593,12976129,13041665,13107201,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13697025,13828097,13762561,13893633,13959169,14024705,14090241,14155777,14221313,14286849,14352385,14417921,14483457,14548993,14614529,14680065,14745601,14811137,14876673,14942209,15007745,15073281,15138817,15204353,15269889,15335425,15400961,15466497,15532033,15597569,15663105,15728641,15794177,15859713,15925249,15990785,16056321,16121857,16187393,16252929,16318465,16384001,16449537,16515073,16580609,16646145,16711681,16777217,16842753,16908289,16973825,17039361,17104897,17170433,17235969,17301505,17367041,17432577,17498113,17563649,17629185,17694721,17760257,17825793,17891329,17956865,18022405,18087937,18153473,18219009,18284545,18350081,18415617,18481153,18546689,18612225,18677761,18743297,18808833,18874369,18939905,19005441,19070977,19136513,19202049,19267585,19333121,19398657,19464193,19529729,19595265,19660801,19726337,19791873,19857409,19922945,19988481,20054017,20119553,20185089,20250625,20316161,20381697,20447233,20512769,20578305,20643841,20709377,20774913,20840449,20905985,20971521,21037057,21102593,21168129,21233665,21299201,21364737,21430273,21495809,21561345,21626881,21692417,21757953,21823489,21889025,21954561,22020097,22085633,22151169,22216705,22282241,22347777,22478849,22544385,22609921,22675457,22740993,22806529,22872065,22937601,23003137,23068673,23134209,23199745,23265281,23330817,23396353,23461889,23527425,23592961,23658497,23724033,23789569,23855105,23920641,23986177,24051713,24117249,24182785,24248321,24313857,24379393,24444929,24510465,24576001,24641537,24707073,24772609,24838145,24903681,24969217,25034753,25100289,25165825,25231361,25296897,25362433,25427969,25493505,25559041,25624577,25690113,25755649,25821185,25886721,25952257,26017793,26083329,26148865,26214401,26279937,26345473,26411009,26476545,26542081,26607617,26673153,26738689,26804225,26869761,27000833,26935297,27066369,27131905,27197441,27262977,27328513,27394049,27459585,27525121,27590657,27656193,27721729,27787265,27852801,27918337,27983873,28049414,28114945,28180481,28246017,28311553,28377089,28442625,28508161,28573697,28639233,28704769,28770305,28835841,28901377,28966913,29032449,29097985,29163521,29229057,29294593,29360129,29425665,29491201,29556737,29622273,29687809,29753345,29818881,29884417,29949953,30015489,30081025,30146561,30212097,30277633,30343169,30408705,30474241,30539777,30605313,30670849,30736385,30801921,30867457,30932993,30998529,31064065,31129601,31195137,31260673,31326209,31391745,31457281,31522817,31588353,31653889,31719425,31784961,31850497,31916033,31981569,32047105,32112641,32178177,32243713,32309249,32374785,32440321,32505857,32571393,32636929,32702465,32768001,32833537,32899073,32964609,33030145,33095681,33161217,33226753,33292289,33357825,33423361,33488897,33554433,33619969,33685505,33751041,33816577,33882113,33947649,34013185,34078721,34144257,34209793,34275329,34340865,34406401,34471937,34537473,34603009,34668545,34734081,34799617,34865153,34930689,34996225,35061761,35127297,35192833,35258369,35323905,35389441,35454977,35520513,35586049,35651585,35717121,35782657,35848193,35913729,35979265,36044801,36110337,36175873,36241409,36306945,36372481,36438017,36503553,36569089,36634625,36700161,36765697,36831233,36896769,36962305,37027841,37093377,37158913,37224449,37289985,37355521,37421057,37486593,37552129,37617665,37683201,37748737,37814273,37879809,37945345,38010881,38076417,38141953,38207489,38273025,38338561,38404097,38469633,38535169,38600705,38666241,38731777,38797313,38862849,38928385,38993921,39059457,39124993,39190529,39256065,39321601,39387137,39452673,39518209,39583745,39714817,39649281,39780353,39845889,39911425,40042497,40108033,40173569,40239105,40304641,40370177,40435713,40566785,40501249,40632321,40697857,40763393,40828929,40894465,40960001,41025537,41091073,41156609,41222145,41287681,41353217,41418753,41484289,41549825,41615361,41680897,41746433,41811969,41877505,41943041,42008577,42074113,42139649,42205185,42270721,42336257,42401793,42467329,42532865,42598401,42663937,42729473,42795010,42860545,42926081,42991617,43057153,43122689,43188225,43253761,43319297,43384833,43450369,43515905,43581441,43646977,43712513,43778049],"recurrence":[6488065],"rest":[34603009,34799617],"r2n":[40501252],"reallocated":[22872065,23986177],"remarks":[524289,1048577,1114113,1179649,1245185,1376257,1441793,1507329,1572865,1703937,1900545,2359297,2490369,2555905,3145729,3211265,3407873,3604481,3670017,3866625,3997697,4325377,4456449,4784129,4849665,5046273,5111809,5570561,5832705,5963777,6094849,6225921,6488065,6553601,6815745,6881281,7208961,7274497,7340033,8323073,8585217,8716289,8781825,8978433,9175041,9306113,9371649,9895937,10027009,10223617,10616833,11010049,11075585,11141121,11272193,11337729,11534337,11665409,11730945,11927553,12517377,12648449,12713985,13107201,13238273,13565953,13631489,13762561,13893633,13959169,14024705,14352385,14548993,14614529,14745601,14942209,15073281,15204353,15335425,15663105,15925249,15990785,16187393,16318465,16384001,16515073,16580609,16646145,16973825,17104897,17498113,17825793,17956865,18022401,18087937,18219009,18481153,19005441,19070977,19136513,19529729,19791873,20119553,20381697,20512769,21037057,21168129,21364737,21495809,21626881,21757953,22347777,22806529,22872065,22937601,23134209,23199745,23330817,23527425,23789569,23986177,24248321,24576001,24641537,24903681,24969217,25034753,25100289,25296897,25690113,25755649,25886721,25952257,26017793,26083329,26279937,26411009,26738689,26869761,26935297,27066369,27131905,27197441,27328513,27394049,27459585,27656193,27918337,28049409,28246017,28311553,28704769,28966913,29097985,29360129,29687809,29818881,30343169,30932993,30998529,31326209,31391745,31588353,31719425,31784961,31850497,32112641,32374785,32899073,33226753,33357825,33423361,33488897,33554433,33882113,33816577,34013185,34603009,34799617,34930689,34996225,35127297,35192833,35717121,35782657,35848193,35913729,35979265,36503553,36634625,36765697,37421057,37552129,37617665,37683201,37748737,38010881,38273025,38469633,38600705,38666241,38862849,38993921,39190529,39649281,39714817,39780353,40239105,40501249,40566785,40632321,40828929,40894465,41091073,41156609,41353217,41418753,41680897,41877505,41943041,42074113,42139649,42336257,42401793,42598401,42729473,42795009,43253761,43384833,43515905,43581441,43712513]} \ No newline at end of file diff --git a/docs/fti/FTI_115.json b/docs/fti/FTI_115.json index 88d7d48..c408cdb 100644 --- a/docs/fti/FTI_115.json +++ b/docs/fti/FTI_115.json @@ -1 +1 @@ -{"selects":[23724033],"serves":[2424833,6160385,10027009,11337729,12255233,14090241,15007745,17694721,18546689,23592961,25100289,27197441,30539777,38141953,39387137,42467329],"stored":[4718593,7077889,10223617,16646145,18087937,20774914,23003137,24444929,37027842,37093377,39976962,42860545,42991617],"signed":[983041,3211265,4390913,7012356,7602177,8192001,9895937,10092545,12058625,14811137,15532033,16252936,17825793,19922945,22151169,24969217,27656194,29097985,30670849,33554433,36569090,38666242,39452676,39976961,41091073,43057153],"start":[2883585,11075585,12189697,23658497,23724036,33161217],"sample":[23724033],"skipped":[24444929],"sqrt":[131074,5373954,13041666,28770306,40042498,43646978],"starting":[11075587,12189699,26804225,29163521],"swap":[4521987,7012355,16252934,26411011,33685507],"strictly":[20447233,35717121],"str":[1769473,5898258,6029318,7012358,8257544,14155782,15204360,15925257,16252941,17301512,18939910,22020102,25034760,25821185,26869770,31195157,35061770,37093384,37224453,39321606,40239113,42860552],"smaller":[1835010,7012353,16252930,17563649,18874369],"search":[262145],"sequence":[2883585,29949953,33161217,34078721],"sbyte":[851970,3407873,4784131,6422532,7602182,8192004,9895942,10092550,12058630,13434883,15532038,17825796,23920644,24182787,24969222,28180483,29097988,32768001,33488899,34275332,34340867,34537476,37945348,40697860,41353218,43057158,43384835],"s3limb":[7012354,16252932,25427974,40108038],"swaps":[7012353,16252930,40501249],"size":[196610,1310736,1507330,2097164,3014658,3801092,3866635,4325382,4653058,5701644,5767170,5898242,6946818,7012357,7405571,7798789,7864321,8257546,8323074,8650754,9175042,9633796,10551297,12255234,12713986,12976129,13303810,14483461,15269890,15728642,16252938,16515074,16646147,16973826,17301514,17563654,18612226,18808836,19529730,20250626,20447248,20709379,20840462,21299202,22937602,23330820,23658500,23724034,24117250,24444934,25296907,25427970,26017794,26345482,26607618,27000833,27328524,27394050,27590658,28835842,28966926,29949953,30277634,30867458,31195138,31260674,31326210,31391746,31457282,31981570,32047105,32571403,33030146,33095683,33226756,34078721,34406401,34996226,35192842,35520515,35717136,36044802,37093377,37355522,38797318,39518210,40042502,40108034,40501250,40632322,41418754,41549826,42074113,42205192,42663940,42860545],"sort":[262145],"stdin":[7012354,16252932,23003137,42991617],"stdio":[1507329,7012357,12517377,16252937,19660801,24379393,39256065],"seed":[786434,7012354,14221314,16252932,18874370,22085634,27262978,29949980,34078738,34603010],"s2p":[3014669,4653069,6946829,7012370,7405580,8650766,15728655,16252964,18612237,18808847,23330831,25427985,31326221,31457293,31981581,33030157,33226767,35520524,37355534,40108049,40632333,41549837],"shell":[23724033],"storage":[15925249,40239105],"shifted":[31260673,36044801],"significant":[1966081,2490369,5636097,5701633,5898241,6488065,6684673,7012363,8650753,10158081,11010049,11075586,12189698,13107201,13565953,15138817,16252950,16973825,17891329,18808834,18874370,19333121,20054017,20447233,20840450,21299202,22347777,23330817,23396353,23658497,24444939,26345483,26869761,27328513,27590658,28835841,30867457,31195139,31260673,31457281,33226753,34996226,35061761,35192843,35717121,36044801,36962305,37027846,37552129,39452673,40042497,40632321,41025537,41287681,41418753,42336257],"selected":[7012353,9633793,16252930,42205185],"signs":[37486593,40828929],"swapped":[4521986,26411010,33685505],"style":[8257538,17301506],"stops":[9306113],"sealedattribute":[1769473,4784129,5570561,13434881,16252929,34275329,37945345,40370177,43384833],"sequences":[2883585,20643841,28246017,29949954,33161217,34078722],"system":[458753,524289,786433,917505,1048577,1179650,1376257,1441793,1507334,1572865,1638401,1703937,2031617,2555905,2883585,3735553,3997697,4259841,4718595,4980737,5242881,5439489,5898241,6029313,6684673,6881281,7077891,7208961,7274497,7733249,8060929,8192001,8257538,8519681,8781825,9109505,9306119,9371649,9895937,10027009,10223622,10420225,10485767,10878977,10944514,11599874,11862017,11993090,12255233,12386305,12517380,13041665,13238273,13369345,13500417,13828097,14090241,14155777,14286849,14548993,14614529,14876673,14942209,15007745,15138817,15204354,15532033,15925249,16121858,16187393,16252931,16580609,16842753,16908289,17170438,17235969,17301506,17367041,17498113,17629186,17825793,18022401,18087942,18219009,18284545,18546689,18677761,18939905,19070977,19398657,19660807,19791873,20119553,20381697,20512769,20643841,20774913,20971521,21037057,21430273,21823489,21889025,21954562,22020097,22085633,22216705,22282241,22544385,22609921,22740993,22872065,23003138,23068673,23134209,23265281,23592961,23658497,24313857,24379399,24444930,24641537,24707073,24838145,25034754,25100289,25165825,25231361,25362433,25493505,25559041,25755650,25952257,26148865,26345474,26869761,26935297,27066369,27525121,28246017,28377089,28442625,28508161,28770305,29097985,29884417,29949955,30015489,30146561,30801922,30932993,31129601,31195137,31260673,31784961,32309249,33161217,33423361,33882113,34078724,34209794,35061761,35127297,35192834,35258369,35323905,35782657,35913729,36044801,36110337,36438017,36700161,36765697,36831233,36962305,37093378,37224449,37289985,37552129,37617665,37748737,38469633,38928385,39059457,39124993,39190529,39256071,39321601,39583745,40239105,40304641,40828929,40894465,41222145,41615366,41680897,41811969,41877506,41943041,42074113,42401793,42467329,42663937,42729473,42860546,42991618,43122692,43253761,43319297,43450369,43712513],"strings":[1966081,4718594,7012355,7077890,8257538,10223618,14221313,15007745,15204354,16121858,16252934,17170434,17301506,18087938,19333121,21954562,23003138,25034754,34471937,37093378,38600705,41615362,42860546,42991618],"symbols":[917505,2031617,15663105,28377089,37289985],"sought":[11075585,12189697],"select":[7012353,9633794,16252930,43122689],"safe":[17563649],"seeding":[16252929,29949954,34078722],"subtract":[7012356,16252936,23330817,27590657,30867457,31457281],"sum":[7012353,16252930,29556738,36306950],"straightforward":[2883585,20643841,28246017,33161217],"samller":[23724033],"step":[23724033],"stream":[1507343,5570561,7012369,9306127,10223628,10485775,12517398,16252960,17170444,18087948,19660816,23003138,24379408,38731777,39256080,41615372,42991618,43122699],"spite":[12517377],"subsequent":[16646145,27131905,31195137],"sizes":[1310721,28966913],"small":[20119554,24313857,24576001,42729474],"strsize":[7012353,16252930,31195145],"setting":[22740993],"structure":[65537,327681,393217,524289,851969,983041,1048577,1114113,1703937,1769474,1900545,2162689,2228225,2293761,2752513,3080193,3211265,3407873,3997697,4194305,4390913,4456449,4784130,5242881,5308417,5570562,5832705,6029313,6094849,6291457,6422529,6881281,7143425,7208961,7536641,7602177,7929857,8126465,8192001,8388609,8454145,8781825,9043969,9371649,9895937,10092545,10682369,10813441,11272193,11403265,11468801,11796481,11862017,11927553,12058625,12386305,12451841,12779521,12910593,13238273,13434882,13500417,13697025,14548993,14745601,14811137,14942209,15007745,15335425,15466497,15532033,15597569,15990785,16187393,16384001,16580609,16842753,17760257,17825793,18022401,18219009,18284545,18481153,19005441,19070977,19136513,19202049,19726337,19857409,19922945,19988481,20316161,20381697,20512769,20905985,21037057,21168129,21233665,21364737,21430273,21561345,21757953,22151169,22216705,22282241,22413313,22478849,22544385,22872065,23265281,23920641,23986177,24051713,24182785,24838145,24969217,25231361,25493505,25559041,25821185,26148865,26214401,26542081,27721729,27852801,27918337,27983873,28114945,28180481,28639233,28704769,29097985,29229057,29294593,29491201,30146561,30212097,30343169,30408705,30670849,30736385,31719425,31784961,31850497,31916033,32112641,32178177,32243713,32309249,32440321,32505857,32768001,32833537,32899073,33488897,33554433,33751041,33816577,34144257,34275330,34340865,34537473,34668545,34799617,35127297,35323905,35586049,35651585,35848193,35782657,35979265,36503553,36700161,36831233,37421057,37945346,38273025,38469633,38731777,38928385,38993921,39124993,39649281,39845889,40304641,40370178,40697857,40763393,41156609,41353217,42532865,42598401,42795009,43057153,43319297,43384834,43450369,43515905,43712513],"significance":[1507329,15925249,19660801,26869761,35061761,43122689],"set":[131079,196610,458754,589825,720901,917506,1179650,1310723,1441793,1507330,1572871,1638403,2031618,2097155,2490377,2555911,2883588,2949122,3014658,3276801,3342338,3473412,3604482,3735557,3801090,3866627,3932161,4128776,4259843,4521988,4653058,4915202,4980739,5046279,5177351,5373959,5439491,5505027,5701635,5767170,5963778,6225921,6356999,6488066,6815746,6946818,7012513,7274498,7340034,7405570,7733255,7995401,8060930,8519687,8585218,8650754,8716298,8847365,8912900,8978439,9109511,9175042,9240578,9306114,9437190,9502729,9568265,9633794,9699333,9830405,10158082,10289159,10354693,10420228,10616834,10878983,11010057,10944514,11075586,11141124,11534340,11599876,11665409,11993090,12124163,12189698,12517378,12976130,13041669,13107202,13303812,13369352,13565956,13631492,13762569,13828103,13893636,13959177,14024713,14155782,14221314,14286855,14352388,14417927,14614532,14680073,14876674,15007745,15073282,15400965,15663108,15794185,15859719,15925250,16056329,16253250,16449538,16646145,16711681,16973826,17039361,17235975,17367044,17498119,17563650,17629189,17891335,17956866,18153474,18415623,18612226,18677762,18743300,18808834,18874370,18939907,19267586,19398659,19464199,19660802,19791880,20119556,20250626,20447234,20643844,20709378,20774914,20840451,21102601,21299202,21626884,21692426,21823496,21889026,22020099,22347778,22609923,22675463,22740999,22806532,22937602,23068674,23134211,23199746,23330818,23396354,23658498,23789570,23724033,23855105,24117252,24248329,24313858,24444931,24576007,24641539,24707073,24903689,25165831,25296899,25362439,25427970,25690115,25755651,25886727,25952262,26017794,26279937,26411012,26345475,26476555,26607618,26673159,26804227,26869764,26935303,27000843,27066375,27131907,27262980,27328514,27459588,27525125,27590658,27656194,28246020,28377090,28442631,28508166,28573698,28770311,28901383,28966915,29425669,29556745,29753346,29818889,29884423,29949953,30015496,30081028,30474250,30605319,30801925,30867458,30932997,31260674,31326210,31457282,31522817,31588353,31981570,32571395,32702468,32964617,33030146,33095682,33161220,33226754,33292295,33423367,33685508,33947657,34013185,34078721,34209795,34406403,34471938,34603010,34865154,34996226,35061764,35192835,35258370,35389449,35520514,35717122,35913730,36044802,36110343,36175874,36306945,36372484,36438021,36569090,36634629,36765704,36896772,37158917,37224451,37289986,37486601,37617670,37683208,37748742,37814273,37879809,38010882,38076417,38535178,38600706,38666242,38862856,39059460,39190535,39256066,39321602,39452674,39583747,39780357,39976964,40042498,40108034,40239106,40566789,40632322,40828929,40894466,40960008,41091074,41222146,41287686,41418754,41484291,41549826,41680897,41746436,41811971,41943047,42008583,42139655,42270732,42336265,42401799,42729474,43122689,43188226,43253763,43581441,43646984,43778057],"strlen":[15925249,26869761,35061761,40239105],"shallow":[2424833,6160385,10027009,11337729,12255233,14090241,15007745,17694721,18546689,23592961,25100289,27197441,30539777,38141953,39387137,42467329],"slash":[40239105],"satisfying":[7012353,9437185,10944513,13631489,13893633,15073281,16252930,18677761,42270721],"size_t":[1507333,1835018,1900550,3801096,3997705,4325382,5308420,5832708,5898247,6422552,6881289,7012361,7667717,7798789,8257541,9306117,9371651,10485765,11403273,11796489,12058633,12386311,12451854,12517381,12910601,13303813,15532041,16252937,17301509,17432582,18219017,19595266,19660805,19922946,21233673,21495809,23658501,23724034,24379397,24444943,25559049,26083329,26345493,26869766,28704780,29032458,29491210,30343182,30408713,31195141,33357825,34144259,34537507,35061766,35192852,35323913,35979273,36241409,37945388,38404101,38731777,38928393,39256069,40435713,42532873,42598404,42663941,43122698,43450377],"streama":[1507329],"split":[42074113],"square":[131073,5373954,6815750,7012362,13041665,16252948,28835844,40042498,41418753,43646979],"sub":[131073,196609,589825,1310721,1638401,1966081,2097153,2490369,2686977,2621441,2883585,2949121,3014657,3735553,3801089,4063233,4128769,4259841,4325377,4521985,4653057,4980737,5046273,5177345,5373953,5439489,5505025,5767169,6029313,6225921,6356993,6553601,6684673,6946817,7340033,7471105,7798785,7995393,8519681,8716289,8847361,8978433,9109505,9240577,9502721,9568257,9633793,9699329,10289153,10354689,10420225,10551297,10747905,10878977,11010049,11599873,11665409,12124161,12320769,12386305,12582913,13041665,13107201,13762561,13828097,13959169,14024705,14221313,14286849,14417921,14680065,15138817,15400961,15794177,15859713,16056321,16187393,16318465,16646145,16711681,17039361,17235969,17629185,17891329,18415617,18612225,18874369,19333121,19398657,19464193,20250625,20643841,20971521,21102593,21495809,21692417,22544385,22609921,22675457,22806529,22937601,23134209,23396353,23461889,23855105,24248321,24444929,24510465,24576001,24641537,24707073,24903681,25165825,25362433,25624577,25690113,25755649,25886721,25952257,26017793,26279937,26411009,26476545,26673153,26935297,27000833,27066369,27131905,27262977,27328513,27459585,27525121,28246017,28508161,28770305,28901377,28966913,29425665,29556737,29622273,29818881,29949953,30015489,30474241,30605313,30801921,30998529,31064065,31129601,31326209,31588353,31653889,31784961,31981569,32571393,32964609,33030145,33161217,33292289,33357825,33423361,33685505,33947649,34013185,34078721,34209793,34406401,34471937,34603009,35389441,35454977,36110337,36241409,36306945,36438017,36634625,36700161,36831233,36962305,37158913,37486593,37552129,37617665,37748737,37814273,37879809,38076417,38207489,38338561,38535169,38600705,38797313,39190529,39583745,40435713,40501249,40566785,40632321,40828929,40960001,41287681,41418753,41484289,41549825,41680897,41811969,41877505,41943041,42008577,42074113,42139649,42270721,42336257,42401793,43253761,43581441,43646977,43712513,43778049],"seeds":[29949953,34078721],"sure":[9240577,16646145,31064065],"sgn":[42270723],"special":[5636098,7012353,10551298,12976130,15269891,16252931,23461889,23789570,24117250,27394050,29949953,34078721,34406402],"source":[5439489,5701633,8847361,9699329,12582913,18808833,18939905,20447233,20709377,22609921,23134209,23724036,24641537,25427969,25690113,29949953,33095681,34078721,35717121,37224449,39321601,40108033,40632321,41418753,41484289,41811969,43253761],"satisfy":[7340033,20709377,33095681,38862849],"sizeof":[24444932],"space":[1310724,1376257,2097156,2359298,3866628,4325377,4587522,4849666,5505026,5898241,7012380,7667714,7798785,8847361,9240577,9306115,15204354,16252980,16318465,16646146,17563650,18808833,18939905,20447233,20840452,21495809,22020099,22609921,23527426,23658497,24379393,25034754,25296900,26083333,26345475,26738689,26869761,27787266,28966916,29360130,31064065,31195137,31653889,32571396,33357825,33619970,34406401,35061761,35192835,35454977,35717121,36241409,38207489,38404098,38731778,39321601,39911426,40042497,40435713,40632321,41418753,41811969,43253761],"standard":[7012356,16121859,16252936,20774913,21954563,23003139,39976961,42991619],"successful":[42205185],"string":[1376264,1507330,1769481,1900545,2228225,2424833,2752520,4718605,4784129,5111810,5505026,5898245,6029321,6094858,6160385,6291457,6750210,7012374,7077901,8257550,9306117,9961474,10027011,10223626,10485765,11206663,11337729,11927554,12255233,12517378,13434881,14090241,14155779,15007745,15204365,15925256,16121862,16252972,16908295,17170440,17301518,17694721,18087946,18546691,18939909,19595266,19660805,19857411,20185096,20578312,20774914,21757960,21954566,22020103,22413313,23003142,23592963,23658497,24379395,25034765,25100289,25821188,26869768,27197441,29229057,29294600,30212097,30539777,31195137,33751048,33882119,34275329,34406402,35061768,35651585,36700163,37093388,37224451,37814274,37879810,37945345,38141953,38731777,39256069,39321606,39387137,39714824,40239114,41615368,42467329,42598408,42860557,42991622,43122691,43384833],"separated":[43122689],"storing":[4915201,7012353,16252930,29622273],"shift":[5177345,7012354,16252932,31260674,36044801],"skip":[24444929,26345473,35192833],"symbol":[917510,2031622,7012359,8912900,15663110,16252942,28377094,30081029,37289990],"safely":[15269889],"sets":[720897,2883585,4784129,7012356,9830401,10027009,12255233,12386305,12845057,13172737,13434881,14352385,16187393,16252938,16777217,20643841,22544385,23592961,25100289,28246017,30932993,31784961,32047105,33161217,34275329,34734081,36831233,37945345,39780353,43384833],"squares":[6815745],"struc":[23724033],"second":[458753,917505,1179650,1310721,1441793,2031617,2097153,2490369,3014657,3866625,4521985,4587521,4653057,5177345,5701633,5767169,6356993,6684673,6946817,7405569,7733249,8060929,8519681,8650753,8912897,9109505,9502721,9568257,10420225,11010049,11141121,11534337,11599873,11665409,11993090,13565953,13828097,13959169,14024705,14286849,14614529,14680065,15663105,15728641,15794177,16973825,17039361,17235969,17367041,17563649,18612225,18743297,19398657,19529729,20447235,20840449,21102593,21299201,21626881,23330817,24313857,24707073,25165825,25296897,25755649,26411009,27066369,27590657,27787265,28377089,28770305,28966913,29360129,29556737,30015489,30081025,30801921,30867457,31326209,31391745,31457281,31981569,32702465,33030145,33226753,33423361,33619969,33685505,33947649,34209793,34996225,35258369,35389441,35520513,35717123,35913729,36110337,36306945,36372481,37289985,37355521,37486593,37748737,38862849,39059457,39190529,40042497,40501249,40632321,40828929,40960001,41549825,41680897,41746433,41943041,42270722,42336257,42401793,43581441],"simply":[18939905,20709377,22020097,24444929,25427969,33095681,39321601,40108033],"support":[393217,1048577,1376257,1703937,2293761,3997697,4194305,4456449,5242881,6881281,7143425,7208961,7602177,8126465,8192001,9895937,10092545,11403265,11796481,11862017,12058625,12910593,13238273,13500417,14548993,14745601,14942209,15532033,15597569,16580609,16908289,17760257,17825793,18022401,18219009,18284545,19005441,19136513,19202049,19726337,20381697,21233665,21364737,21430273,22216705,22282241,22478849,22872065,23265281,24838145,24969217,25231361,25493505,25559041,26148865,26214401,28114945,28639233,29097985,30146561,30408705,31719425,31850497,32440321,32833537,33816577,33882113,35323905,35586049,35782657,35979265,38469633,38928385,38993921,39124993,40304641,40763393,41156609,42532865,43057153,43319297,43450369,43515905],"similarly":[23724033],"sealed":[16252929,40173569],"s1n":[5898249,7012360,16252944,18808841,23330823,31391751,33226760],"specifies":[23724033],"sequenceequal":[196610,1310722,3014658,3866626,4653058,5701634,5767170,5898242,6946818,7405570,8650754,9633794,16973826,18612226,18808834,20250626,20447236,20709378,21299202,22937602,23330818,25296898,25427970,26017794,26607618,27328516,27590658,28966914,30867458,31195138,31260674,31326210,31457282,31981570,32571394,33030146,33095682,33226754,34996226,35520514,35717124,36044802,40042500,40108034,40501252,40632322,41418754,41549826],"specified":[65538,524289,1114114,1769474,1900546,2162690,2228226,2424833,4784130,5570562,5832706,6160385,6291458,7536642,8454145,8781825,9371649,10027009,10485762,11337729,12255233,13434882,13697026,14090241,15007745,15466498,17694721,18546689,19070977,19857410,20512769,21037057,22020098,22413314,23592961,23724033,25100289,27197441,27721729,29229058,29491201,30539777,31916033,32112641,32243713,32309249,32505857,34275330,34799617,35127297,35848194,37945346,38141953,38273026,39387137,39649282,40370178,42467329,43384834],"short":[2293763,3604482,3997697,4194305,7208963,8126467,11796483,13238273,14548993,14745603,15138817,21233665,22282241,22872067,23724035,24444929,25231363,25493505,25559043,26214401,31719425,31850497,32440323,35782659,38666242],"snprintf":[8257537,17301505],"supported":[131074,196610,458754,589826,786434,917506,1179650,1310722,1441794,1507330,1572866,1638402,1966082,2031618,2097154,2490370,2555906,2883586,2949122,3014658,3342338,3473410,3604482,3735554,3801090,3866626,4063234,4128770,4259842,4521986,4653058,4718594,4915202,4980738,5046274,5177346,5373954,5439490,5505026,5636098,5701634,5767170,5898242,5963778,6225922,6356994,6488066,6684674,6815746,6946818,7077890,7274498,7340034,7405570,7733250,7995394,8060930,8257538,8323074,8519682,8585218,8650754,8716290,8847362,8912898,8978434,9109506,9175042,9240578,9306114,9437186,9502722,9568258,9633794,9699330,10158082,10223618,10289154,10354690,10420226,10485762,10616834,10878978,11010050,10944514,11075586,11141122,11206658,11534338,11599874,11665410,11993090,12124162,12189698,12517378,12582914,12713986,12976130,13041666,13107202,13303810,13369346,13565954,13631490,13762562,13828098,13893634,13959170,14024706,14155778,14221314,14286850,14417922,14614530,14680066,14876674,15073282,15204354,15269890,15400962,15663106,15728642,15794178,15859714,15925250,16056322,16121858,16318466,16449538,16515074,16646146,16711682,16973826,17039362,17170434,17235970,17301506,17367042,17498114,17563650,17629186,17891330,17956866,18087938,18153474,18415618,18612226,18677762,18743298,18808834,18874370,18939906,19267586,19333122,19398658,19464194,19529730,19660802,19791874,20119554,20250626,20447234,20643842,20709378,20774914,20840450,21102594,21299202,21626882,21692418,21823490,21889026,21954562,22020098,22085634,22347778,22609922,22675458,22740994,22806530,22937602,23003138,23068674,23134210,23199746,23330818,23396354,23461890,23658498,23789570,23724033,23855106,24117250,24248322,24313858,24379394,24444930,24576002,24641538,24707074,24903682,25034754,25165826,25296898,25362434,25427970,25690114,25755650,25886722,25952258,26017794,26279938,26411010,26345474,26476547,26607618,26673154,26804226,26869762,26935299,27000834,27066370,27131906,27262978,27328514,27394050,27459586,27525122,27590658,27656194,28246018,28311554,28377090,28442626,28508162,28573698,28770306,28835842,28901378,28966914,29163522,29425666,29556738,29622274,29753346,29818882,29884418,29949954,30015490,30081026,30277634,30474242,30605314,30801922,30867458,30998530,31064066,31195138,31260674,31326210,31391746,31457282,31588354,31653890,31981570,32374786,32571394,32702466,32964610,33030146,33095682,33161218,33226754,33292290,33423362,33685506,33947650,34078722,34209794,34406402,34471938,34603010,34865154,34996226,35061762,35192834,35258370,35389442,35454978,35520514,35717122,35913730,36044802,36110338,36175874,36306946,36372482,36438018,36569090,36634626,36765698,36896770,37093378,37158914,37224450,37289986,37355522,37486594,37617666,37683202,37748739,37814274,37879810,38010882,38076418,38207490,38535170,38600706,38666242,38862850,39059458,39190530,39256066,39321602,39452674,39518210,39583746,39976962,40042498,40108034,40239106,40501250,40566786,40632322,40828930,40894466,40960002,41091074,41222146,41287682,41418754,41484290,41549826,41615362,41680898,41746434,41811970,41943042,42008578,42139650,42205186,42270722,42336258,42401794,42663938,42729474,42860546,42991618,43122690,43188226,43253762,43581442,43646978,43778050],"systems":[4784129,10027009,10485761,13434882,22020097,24444929,29949953,34078721,43122689,43384833],"speed":[8650753,23461889,34996225],"seminumerical":[7012353,16252930,40894465],"starting_bit":[11075592,12189704],"static":[131075,196611,393218,458755,589827,786435,917507,1048578,1179651,1310723,1376258,1441795,1507331,1572867,1638403,1703938,1835011,1966083,2031619,2097155,2293762,2359299,2490371,2555907,2883587,2949123,3014659,3342339,3473411,3604483,3735555,3801091,3866627,3997698,4063235,4128771,4194306,4259843,4325379,4456450,4521987,4587523,4653059,4718595,4849667,4915203,4980739,5046275,5177347,5242882,5373955,5439491,5505027,5636099,5701635,5767171,5898243,5963779,6225923,6356995,6488067,6684675,6815747,6881282,6946819,7077891,7143426,7208962,7274499,7340035,7405571,7602178,7667715,7733251,7929859,7995395,8060931,8126466,8192002,8257539,8323075,8519683,8585219,8650755,8716291,8847363,8912899,8978435,9109507,9175043,9240579,9306115,9437187,9502723,9568259,9633795,9699331,9895938,10092546,10158083,10223619,10289155,10354691,10420227,10485763,10551299,10616835,10682371,10878979,10944515,11010051,11075587,11141123,11206659,11272195,11403266,11534339,11599875,11665411,11796482,11862018,11993091,12058626,12124163,12189699,12451843,12517379,12582915,12713987,12779523,12910594,12976131,13041667,13107203,13238274,13303811,13369347,13500418,13565955,13631491,13762563,13828099,13893635,13959171,14024707,14155779,14221315,14286851,14352387,14417923,14548994,14614531,14680067,14745602,14876675,14942210,15073283,15204355,15269892,15400963,15532034,15597570,15663107,15728643,15794179,15859715,15925251,16056323,16121859,16252929,16318467,16449539,16515075,16580610,16646147,16711683,16908290,16973827,17039363,17170435,17235971,17301507,17367043,17498115,17563651,17629187,17760258,17825794,17891331,17956867,18022402,18087939,18153475,18219010,18284546,18415619,18612227,18677763,18743299,18808835,18874371,18939907,19005442,19136514,19202050,19267587,19333123,19398659,19464195,19529731,19660803,19726338,19791875,20119555,20250627,20316163,20381698,20447235,20643843,20709379,20774915,20840451,20905987,20971523,21102595,21233666,21299203,21364738,21430274,21495811,21626883,21692419,21823491,21889027,21954563,22020099,22085635,22216706,22282242,22347779,22478850,22609923,22675459,22740995,22806531,22872066,22937603,23003139,23068675,23134211,23199747,23265282,23330819,23396355,23461891,23527427,23658499,23724034,23789571,23855107,24051715,24117251,24248323,24313859,24379395,24444931,24510467,24576003,24641539,24707075,24838146,24903683,24969218,25034755,25165827,25231362,25296899,25362435,25427971,25493506,25559042,25690115,25755651,25886723,25952259,26017795,26148866,26214402,26279939,26411011,26345475,26476547,26542083,26607619,26673155,26804227,26869763,26935299,27000835,27066371,27131907,27262979,27328515,27394051,27459587,27525123,27590659,27656195,27787267,27983875,28114946,28246019,28311555,28377091,28442627,28508163,28573699,28639234,28770307,28835843,28901379,28966915,29097986,29163523,29360131,29425667,29556739,29622275,29753347,29818883,29884419,29949955,30015491,30081027,30146562,30277635,30343171,30408706,30474243,30605315,30736387,30801923,30867459,30998531,31064067,31195139,31260675,31326211,31391747,31457283,31588355,31653891,31719426,31850498,31981571,32178179,32374787,32440322,32571395,32702467,32833538,32899075,32964611,33030147,33095683,33161219,33226755,33292291,33357827,33423363,33619971,33685507,33816578,33882114,33947651,34078723,34209795,34406403,34471939,34603011,34668547,34865155,34996227,35061763,35192835,35258371,35323906,35389443,35454979,35520515,35586050,35717123,35782658,35913731,35979266,36044803,36110339,36175875,36241411,36306947,36372483,36438019,36503555,36569091,36634627,36765699,36896771,37093379,37158915,37224451,37289987,37355523,37421059,37486595,37617667,37683203,37748739,37814275,37879811,38010883,38076419,38207491,38469634,38535171,38600707,38666243,38862851,38928386,38993922,39059459,39124994,39190531,39256067,39321603,39452675,39518211,39583747,39845891,39911427,39976963,40042499,40108035,40239107,40304642,40435715,40501251,40566787,40632323,40763394,40828931,40894467,40960003,41091075,41156610,41222147,41287683,41418755,41484291,41549827,41615363,41680899,41746435,41811971,41877507,41943043,42008579,42139651,42205187,42270723,42336259,42401795,42532866,42663939,42729475,42860547,42991619,43057154,43122691,43188227,43253763,43319298,43450370,43515906,43581443,43646979,43778051],"section":[37748737],"subtraction":[23330818,27590657],"subversion":[23724033],"structures":[38731777],"single":[3866625,7012354,16252932,25296897,34275329],"scan":[7012356,11075586,12189698,16252936,26804225,29163521],"sign":[2490369,5636097,6488065,10158081,10551299,11010049,11075585,12189697,13107201,13565953,15269891,15925249,17891329,22020097,22347777,22740993,23199746,23396353,23658498,24444930,24903681,26345474,26869761,35061761,35192834,36175874,39452673,40239105,41287681,42336257],"specify":[1376257,10485761,22020097,24444929,26345473,35192833],"separately":[7012354,9306113,16252932,16908289,20774913,39321601,39976961],"state":[786452,6553602,6684693,7012360,7340036,12582925,14221334,16252947,18874389,22085652,23461909,24510473,27000833,27262998,27197441,28049410,29949975,30998549,34078743,34471938,34603030,38731777,42205205,42467331],"subtrahend":[7012353,16252930,26607617,43581446],"s1p":[196615,3014671,4653071,5898261,6946831,7012384,7405582,8650766,9175056,15728657,16252992,16515082,16973839,18612239,18808847,21299217,22937607,23330831,26804237,27590673,28835859,29163533,30867471,31195138,31326223,31391761,31457293,31981583,33030159,33226767,34996241,35520526,37355536,40632335,41418767,41549839],"subroutines":[23724033],"somewhat":[38862849],"shared":[131073,196609,393217,458753,589825,786433,917505,1048577,1179649,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1835009,1966081,2031617,2097153,2293761,2359297,2490369,2555905,2883585,2949121,3014657,3342337,3473409,3604481,3735553,3801089,3866625,3997697,4063233,4128769,4194305,4259841,4325377,4456449,4521985,4587521,4653057,4718593,4849665,4915201,4980737,5046273,5177345,5242881,5373953,5439489,5505025,5636097,5701633,5767169,5898241,5963777,6225921,6356993,6488065,6684673,6815745,6881281,6946817,7077889,7143425,7208961,7274497,7340033,7405569,7602177,7667713,7733249,7929857,7995393,8060929,8126465,8192001,8257537,8323073,8519681,8585217,8650753,8716289,8847361,8912897,8978433,9109505,9175041,9240577,9306113,9437185,9502721,9568257,9633793,9699329,9895937,10092545,10158081,10223617,10289153,10354689,10420225,10485761,10551297,10616833,10682369,10878977,10944513,11010049,11075585,11141121,11206657,11272193,11403265,11534337,11599873,11665409,11796481,11862017,11993089,12058625,12124161,12189697,12451841,12517377,12582913,12713985,12779521,12910593,12976129,13041665,13107201,13238273,13303809,13369345,13500417,13565953,13631489,13762561,13828097,13893633,13959169,14024705,14155777,14221313,14286849,14352385,14417921,14548993,14614529,14680065,14745601,14876673,14942209,15073281,15204353,15269889,15400961,15532033,15597569,15663105,15728641,15794177,15859713,15925249,16056321,16121857,16318465,16449537,16515073,16580609,16646145,16711681,16908289,16973825,17039361,17170433,17235969,17301505,17367041,17498113,17563649,17629185,17760257,17825793,17891329,17956865,18022401,18087937,18153473,18219009,18284545,18415617,18612225,18677761,18743297,18808833,18874369,18939905,19005441,19136513,19202049,19267585,19333121,19398657,19464193,19529729,19660801,19726337,19791873,20119553,20250625,20316161,20381697,20447233,20643841,20709377,20774913,20840449,20905985,20971521,21102593,21233665,21299201,21364737,21430273,21495809,21626881,21692417,21823489,21889025,21954561,22020097,22085633,22216705,22282241,22347777,22478849,22609921,22675457,22740993,22806529,22872065,22937601,23003137,23068673,23134209,23199745,23265281,23330817,23396353,23461889,23527425,23658497,23789569,23724033,23855105,24051713,24117249,24248321,24313857,24379393,24444929,24510465,24576001,24641537,24707073,24838145,24903681,24969217,25034753,25165825,25231361,25296897,25362433,25427969,25493505,25559041,25690113,25755649,25886721,25952257,26017793,26148865,26214401,26279937,26411009,26345473,26476545,26542081,26607617,26673153,26804225,26869761,26935297,27000833,27066369,27131905,27262977,27328513,27394049,27459585,27525121,27590657,27656193,27787265,27983873,28114945,28246017,28311553,28377089,28442625,28508161,28573697,28639233,28770305,28835841,28901377,28966913,29097985,29163521,29360129,29425665,29556737,29622273,29753345,29818881,29884417,29949953,30015489,30081025,30146561,30277633,30343169,30408705,30474241,30605313,30736385,30801921,30867457,30998529,31064065,31195137,31260673,31326209,31391745,31457281,31588353,31653889,31719425,31850497,31981569,32178177,32374785,32440321,32571393,32702465,32833537,32899073,32964609,33030145,33095681,33161217,33226753,33292289,33357825,33423361,33619969,33685505,33816577,33882113,33947649,34078721,34209793,34406401,34471937,34603009,34668545,34865153,34996225,35061761,35192833,35258369,35323905,35389441,35454977,35520513,35586049,35717121,35782657,35913729,35979265,36044801,36110337,36175873,36241409,36306945,36372481,36438017,36503553,36569089,36634625,36765697,36896769,37093377,37158913,37224449,37289985,37355521,37421057,37486593,37617665,37683201,37748737,37814273,37879809,38010881,38076417,38207489,38469633,38535169,38600705,38666241,38862849,38928385,38993921,39059457,39124993,39190529,39256065,39321601,39452673,39518209,39583745,39845889,39911425,39976961,40042497,40108033,40239105,40304641,40435713,40501249,40566785,40632321,40763393,40828929,40894465,40960001,41091073,41156609,41222145,41287681,41418753,41484289,41549825,41615361,41680897,41746433,41811969,41877505,41943041,42008577,42139649,42205185,42270721,42336257,42401793,42532865,42663937,42729473,42860545,42991617,43057153,43122689,43188225,43253761,43319297,43450369,43515905,43581441,43646977,43778049],"slow":[20709377,33095681],"software":[23724035],"syuu":[23724034],"s2limb":[7012358,16252940,16973830,21299206,27590662,30867462,31391750,34996232],"similar":[2883585,20774913,33161217,39976961],"simultaneous":[4128769,8847361,14155777,16252930,22609921,25952257,28508161,37224449,37617665,41811969,43253761],"stdout":[7012354,16121857,16252932,21954561],"significand":[9830401,10027009,12845057],"successfully":[4718593,7077889,10223617,18087937,23003137,23724033,42991617],"struct":[1769474,4784130,5570562,13434882,15007746,34275330,37945346,40370178,43384834],"scratch":[1310725,2097156,2359298,3866629,4587522,4849666,7012360,16252944,17563651,20840452,23527426,25296901,27787266,28966917,29360130,32571397,33619970,39911426],"store":[1966081,7012360,9633793,11599873,16252944,19333121,20447234,24313857,35717122,37683201,37748737,40960001],"subfolder":[23724033],"suited":[29949953,34078721],"specific":[23724034],"separate":[5767169,25427969,29949953,34078721,40042498,40108033],"studio":[23724039],"sense":[22020097],"shows":[23724034,41025537],"suppressed":[4718593,7077889,10223617,18087937,23003137,42991617],"s2n":[7012358,16252940,18808841,23330822,25427976,33226759,40108040],"syntax":[131073,196609,393217,458753,524289,589825,655361,720897,786433,917505,983041,1048577,1179649,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1966081,2031617,2097153,2293761,2359297,2490369,2555905,2621441,2686977,2752513,2883585,2949121,3014657,3145729,3211265,3276801,3342337,3473409,3538945,3604481,3735553,3801089,3866625,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5177345,5242881,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5898241,5963777,6029313,6094849,6225921,6356993,6488065,6553601,6684673,6815745,6881281,6946817,7077889,7143425,7208961,7274497,7340033,7405569,7471105,7602177,7667713,7733249,7798785,7929857,7995393,8060929,8126465,8192001,8257537,8323073,8454145,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9175041,9240577,9306113,9371649,9437185,9502721,9568257,9633793,9699329,9830401,9895937,10027009,10092545,10158081,10223617,10289153,10354689,10420225,10485761,10551297,10616833,10682369,10747905,10813441,10878977,10944513,11010049,11075585,11141121,11206657,11272193,11403265,11468801,11534337,11599873,11665409,11730945,11796481,11862017,11927553,11993089,12058625,12124161,12189697,12255233,12320769,12386305,12451841,12517377,12582913,12648449,12713985,12779521,12910593,12976129,13041665,13107201,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13762561,13828097,13893633,13959169,14024705,14090241,14155777,14221313,14286849,14352385,14417921,14483457,14548993,14614529,14680065,14745601,14811137,14876673,14942209,15007745,15073281,15138817,15204353,15269889,15400961,15532033,15597569,15663105,15728641,15794177,15859713,15925249,16056321,16121857,16187393,16252929,16318465,16449537,16515073,16580609,16646145,16711681,16842753,16908289,16973825,17039361,17104897,17170433,17235969,17301505,17367041,17498113,17563649,17629185,17760257,17825793,17891329,17956865,18022401,18087937,18153473,18219009,18284545,18415617,18481153,18546689,18612225,18677761,18743297,18808833,18874369,18939905,19005441,19070977,19136513,19202049,19267585,19333121,19398657,19464193,19529729,19660801,19726337,19791873,19922945,19988481,20054017,20119553,20185089,20250625,20316161,20381697,20447233,20512769,20578305,20643841,20709377,20774913,20840449,20905985,20971521,21037057,21102593,21233665,21299201,21364737,21430273,21495809,21626881,21692417,21757953,21823489,21889025,21954561,22020097,22085633,22151169,22216705,22282241,22347777,22478849,22544385,22609921,22675457,22740993,22806529,22872065,22937601,23003137,23068673,23134209,23199745,23265281,23330817,23396353,23461889,23527425,23592961,23658497,23789569,23855105,24051713,24117249,24248321,24313857,24379393,24444929,24510465,24576001,24641537,24707073,24772609,24838145,24903681,24969217,25034753,25100289,25165825,25231361,25296897,25362433,25427969,25493505,25559041,25624577,25690113,25755649,25886721,25952257,26017793,26148865,26214401,26279937,26411009,26345473,26476545,26542081,26607617,26673153,26738689,26804225,26869761,26935297,27000833,27066369,27131905,27262977,27328513,27394049,27459585,27525121,27590657,27656193,27721729,27787265,27983873,28049409,28114945,28246017,28311553,28377089,28442625,28508161,28573697,28639233,28770305,28835841,28901377,28966913,29032449,29097985,29163521,29294593,29360129,29425665,29491201,29556737,29622273,29753345,29818881,29884417,29949953,30015489,30081025,30146561,30277633,30343169,30408705,30474241,30605313,30670849,30736385,30801921,30867457,30932993,30998529,31064065,31129601,31195137,31260673,31326209,31391745,31457281,31522817,31588353,31653889,31719425,31784961,31850497,31916033,31981569,32112641,32178177,32243713,32309249,32374785,32440321,32505857,32571393,32636929,32702465,32833537,32899073,32964609,33030145,33095681,33161217,33226753,33292289,33357825,33423361,33554433,33619969,33685505,33751041,33816577,33882113,33947649,34013185,34078721,34144257,34209793,34275329,34406401,34471937,34603009,34668545,34799617,34865153,34930689,34996225,35061761,35127297,35192833,35258369,35323905,35389441,35454977,35520513,35586049,35651585,35717121,35782657,35913729,35979265,36044801,36110337,36175873,36241409,36306945,36372481,36438017,36503553,36569089,36634625,36700161,36765697,36831233,36896769,36962305,37027841,37093377,37158913,37224449,37289985,37355521,37421057,37486593,37552129,37617665,37683201,37748737,37814273,37879809,37945345,38010881,38076417,38207489,38338561,38404097,38469633,38535169,38600705,38666241,38797313,38862849,38928385,38993921,39059457,39124993,39190529,39256065,39321601,39452673,39518209,39583745,39714817,39780353,39845889,39911425,39976961,40042497,40108033,40173569,40239105,40304641,40370177,40435713,40501249,40566785,40632321,40763393,40828929,40894465,40960001,41025537,41091073,41156609,41222145,41287681,41418753,41484289,41549825,41615361,41680897,41746433,41811969,41877505,41943041,42008577,42074113,42139649,42205185,42270721,42336257,42401793,42467329,42532865,42598401,42663937,42729473,42795009,42860545,42926081,42991617,43057153,43122689,43188225,43253761,43319297,43384833,43450369,43515905,43581441,43646977,43712513,43778049]} \ No newline at end of file +{"selects":[22413313],"serves":[1769473,6946817,8978433,11206657,11927553,14876673,16646145,17104897,18612225,24707073,25493505,26017793,32309249,35323905,40435713,42401793],"stored":[6422529,10354689,13172737,14811137,16187393,20119554,23461889,26411009,35979265,36503554,37486593,42795010,43384833],"signed":[917505,2883585,4521985,6619137,7602180,7798785,8192001,9764865,12058625,16056321,17694721,18022408,18284545,19726337,24379393,24444929,29491202,30081025,30867457,34275329,35913732,36962306,37355522,42795009,42926081,43450369],"start":[2359297,10027009,12517377,21757953,22413316,33226753],"sample":[22413313],"skipped":[26411009],"sqrt":[65538,12582914,18874370,26345474,40501250,42008578],"starting":[10027011,12517379,26083329,31588353],"swap":[3014659,7602179,18022406,26673155,30932995],"strictly":[20381697,33882113],"str":[1507329,5570578,6225926,7602182,8585224,13959174,15204361,15990792,16580616,18022413,19005446,22937606,23330824,25165825,27066389,27918346,31719434,35979272,38469638,40828933,41091081,43384840],"smaller":[1572866,7602177,15925249,17956865,18022402],"search":[1],"sequence":[2359297,32374785,33226753,33488897],"sbyte":[655362,2686977,4456451,5701636,6619142,7798790,8192004,9764870,12058630,13238275,17694726,18284548,22478852,22740995,24379398,28639235,29032450,30081028,34013188,34144257,34209796,34406403,36241411,36372484,38862852,38993923,43450374],"s3limb":[7602178,18022404,25034758,42139654],"swaps":[7602177,18022402,41680897],"size":[131074,1376258,1441808,2621442,3211276,3407876,3604491,3866630,4718594,5111810,5570562,6815756,6881283,7405573,7602181,7667714,8323074,8585226,9371652,9502722,10223617,10813441,11796482,11927554,12648449,12910594,14286850,14745605,14942210,16187395,16449538,16580618,17825794,17891330,17956870,18022410,18481156,18546690,19136526,19333122,19464194,20381712,21168131,21364738,21757956,22085634,22413314,22872066,24969220,25034754,25296897,25755658,25886722,26411014,26476546,26869762,26935307,27066370,27459586,28114945,28246018,28901378,29097996,29687822,29818882,31064066,31391746,31653890,31850499,32374785,32440322,32505858,33357827,33488897,33882128,34603010,34799618,34996225,35192843,35848202,35979265,37748740,38141954,38731778,39780353,40566790,40501254,41156610,41680898,41943048,42139650,42598404,42860546,43057154,43384833,43712514],"sort":[1],"stdin":[7602178,18022404,23461889,37486593],"stdio":[1376257,7602181,11730945,18022409,19529729,25690113,42336257],"seed":[786434,7602178,14024706,15925250,18022404,22347778,26279938,32374812,33488914,33816578],"s2p":[2621453,4718605,6881292,7602194,8323086,9502733,14286863,18022436,18481167,19333133,24969231,25034769,28901389,31653901,31850508,32440333,37748751,38141966,38731789,41156621,42139665,42860557],"shell":[22413313],"storage":[15204353,41091073],"shifted":[34603009,34799617],"significant":[1703937,2555905,5570561,5832705,5963777,6488065,6815745,7602187,8323073,10027010,11010049,11141121,12517378,13107201,13565953,15925250,16384001,16449537,16973825,18022422,18481154,19070977,19136514,20381697,21364738,21495809,21757953,22806529,24641537,24969217,25755659,26411019,26869762,27066371,27918337,29097985,29818881,31064065,31391746,31653889,31719425,33882113,34603009,34799617,35848203,35913729,36503558,36634625,37683201,37748737,40501249,40894465,41156609,42074113,43253761,43712513],"selected":[7602177,9371649,18022402,41943041],"signs":[38666241,40632321],"swapped":[3014658,26673154,30932993],"style":[8585218,16580610],"stops":[11534337],"sealedattribute":[1507329,4456449,4849665,13238273,18022401,34013185,35782657,38862849,38993921],"sequences":[2359297,20512769,30343169,32374786,33226753,33488898],"system":[393217,786433,851969,1048577,1114114,1179649,1245185,1310721,1376262,1900545,1966081,2359297,2424833,2949121,3538945,3735553,4128769,4980737,5505025,5570561,5898241,6160385,6225921,6356993,6422531,6488065,6750209,7012353,7798785,8060929,8126465,8192001,8585218,8781825,8978433,9109505,9240577,9306113,9568257,9895943,10354694,10747906,10944513,11337730,11534343,11599873,11665410,11730948,11862017,11927553,12386305,12582913,12976129,13041665,13172739,13828097,13959169,14221313,14548993,14680065,14811142,14876673,15073281,15204353,15400961,15794178,15990786,16121857,16318465,16515073,16580610,16646145,16777217,16842753,16908289,16973825,17039361,17104897,17432577,17563654,17629186,17694721,18022403,18153473,18284545,18743297,18808833,18939905,19005441,19529735,19791873,20119553,20185089,20316161,20512769,20709377,20774913,20971521,21102593,21233665,21692417,21757953,21823489,21889025,22020097,22347777,22609921,22675458,22937601,23068673,23134209,23330818,23461890,23724033,23789569,23855105,24117249,24248321,24313857,24510465,24576001,24707073,24772609,24838145,25362433,25427969,25624577,25690119,25755650,26017793,26345473,26411010,26542081,26804225,27000833,27066369,27131905,27394050,27918337,28311553,28442625,28508161,28704769,28966913,29294593,30081025,30343169,30408705,30605313,30998530,31260673,31719425,31981569,32112641,32243713,32374787,32833537,33226753,33488900,33619969,33751042,34603009,34668545,34734081,34799617,35520513,35717121,35848194,35979266,36044801,36110337,36569089,36634625,36831233,36896769,37486594,37683201,37945350,38010881,38076417,38207490,38469633,38535169,38600705,39059457,39649281,39780353,39845889,39911425,40173569,40239105,40304641,40370177,40632321,40763393,40828929,40960001,41091073,41287681,41484289,42336263,42401793,42467329,42598401,42729473,43384834,43515908,43581441,43646977,43778049],"strings":[1703937,6422530,7602179,8585218,10354690,13172738,14024705,14811138,15794178,15990786,16580610,16646145,17563650,18022406,19070977,22675458,23330818,23461890,35979266,37486594,37617665,37945346,38273025,43384834],"symbols":[1048577,1900545,17498113,28311553,38010881],"sought":[10027009,12517377],"select":[7602177,9371650,18022402,43515905],"safe":[17956865],"seeding":[18022401,32374786,33488898],"subtract":[7602180,18022408,24969217,26869761,31064065,31653889],"sum":[7602177,18022402,29884418,37093382],"straightforward":[2359297,20512769,30343169,33226753],"samller":[22413313],"step":[22413313],"stream":[1376271,4849665,7602193,9895951,10354700,11534351,11730966,14811148,17563660,18022432,19529744,23461890,25690128,37486594,37945356,39976961,42336272,43515915],"spite":[11730945],"subsequent":[16187393,27066369,27197441],"sizes":[1441793,29687809],"small":[16515074,23134209,23527425,42729474],"strsize":[7602177,18022402,27066377],"setting":[24576001],"structure":[196609,262145,327681,393217,655361,851969,917505,1310721,1507330,1638401,1835009,2031617,2228225,2686977,2883585,3080193,3342337,4128769,2162689,4390913,4456450,4521985,4653057,4849666,5242881,5308417,5701633,6160385,6225921,6291457,6356993,6619137,6684673,7012353,7143425,7798785,7864321,7929857,7995393,8126465,8192001,8388609,9043969,9240577,9699329,9764865,9830401,10420225,10485761,10551297,10682369,10878977,10944513,12058625,12124161,12255233,12845057,12976129,13041665,13238274,13303809,13369345,13828097,14417921,14483457,14680065,15138817,15269889,15597569,16056321,16121857,16646145,16711681,16777217,16842753,16908289,17367041,17432577,17694721,18284545,18415617,18677761,18743297,18808833,18939905,19202049,19267585,19595265,19726337,19857409,20054017,20185089,20250625,20447233,20709377,20774913,20840449,20905985,21102593,21430273,21561345,22020097,22151169,22478849,22544385,22609921,22740993,23003137,23068673,23658497,23724033,23855105,24182785,24379393,24444929,24772609,24838145,25165825,25427969,25624577,25821185,27787265,27852801,27983873,28180481,28377089,28508161,28639233,28770305,29032449,29163521,29425665,29556737,29753345,30015489,30081025,30146561,30212097,30408705,30736385,30801921,30867457,31457281,31916033,31981569,32047105,32178177,32571393,32636929,32702465,32768001,32833537,32964609,33030145,34013186,34144257,34209793,34275329,34406401,34471937,34537473,34668545,34865153,35061761,35258369,35782658,36044801,36110337,36241409,36306945,36372481,36700161,36831233,36896769,37027841,37158913,37289985,37814273,38076417,38338561,38404097,38862850,38993922,39452673,39583745,39845889,39911425,39976961,40042497,40370177,40697857,41222145,41287681,42205185,42270721,42467329,43319297,43450369,43646977],"significance":[1376257,15204353,19529729,27918337,31719425,43515905],"set":[65543,131074,458757,524289,1048578,1114114,1179650,1376258,1441795,1966087,1900546,2359300,2424833,2490370,2555913,2621442,2818050,2949123,3014660,3145729,3211267,3276802,3407874,3473415,3538949,3604483,3670024,3735559,3997703,4063233,4194308,4718594,4784130,4980739,5046275,5111810,5439489,5505027,5636103,5767170,5898243,5963778,6553602,6750210,6815747,6881282,7077893,7274498,7340034,7471113,7602337,8060930,8323074,8454153,8519689,8650759,8716294,8781831,8847365,8912901,9109511,9175042,9306116,9371650,9437194,9502722,9568263,9633797,9961476,10027010,10092546,10616836,10747908,11010057,11075588,11141122,11272195,11337730,11403265,11468807,11534338,11599879,11665410,11730946,11862024,12386311,12517378,12582917,12648450,12713988,12910596,13107204,13434889,13565954,13631497,13762569,13893636,13959174,14024706,14090244,14155780,14221319,14352389,14548996,14614535,15073282,15204354,15335426,15400964,15466503,15532041,15728649,15859713,15925250,16187393,16252930,16384007,16449538,16515076,16646145,17039367,17498116,17629189,17760265,17956866,18022722,18087943,18153479,18219009,18350082,18481154,18546690,18874375,19005443,19136515,19333122,19398658,19464194,19529730,19791874,19988489,20119554,20381698,20512772,20578311,20643842,20971523,21168130,21233672,21364738,21626884,21692419,21757954,21823491,21889032,22085634,22282250,22413313,22806530,22872068,22937603,23134210,23265284,23396359,23527431,23592962,23789571,23920641,23986178,24117249,24248322,24313858,24510471,24576007,24641538,24969218,25034754,25100291,25231369,25296907,25362439,25755651,25952257,26083331,26279940,26345479,26411011,26476546,26542085,26607623,26673156,26738697,26804231,26869762,26935299,27000835,27131910,27197443,27328523,27394051,27525124,27656193,27918340,28049410,28246018,28311554,28442629,28573703,28704775,28835847,28901378,28966918,29097986,29294599,29491202,29687811,29884425,30277634,30343172,30605320,30670857,30932996,30998531,31064066,31129607,31195137,31391746,31522817,31653890,31719428,31784965,31850498,32112642,32243719,32374785,32440322,33161220,33226756,33357826,33488897,33554442,33619975,33685513,33751045,33816578,33882114,33947657,34078727,34603010,34734082,34799618,34930692,34996227,35127300,35192835,35389442,35454984,35520516,35586053,35848195,35913730,36175873,36569095,36765698,36962306,37093377,37355522,37421064,37552132,37617666,37748738,37879810,38010882,38273026,38469634,38535175,38600710,38666249,38731778,39059458,39190529,39256066,39321604,39387145,39518218,39649286,40108033,40173573,40239106,40304647,40501250,40632321,40763393,40828931,40960003,41091074,41156610,41353219,41484296,41549825,41615367,41746437,41811976,41877516,42008584,42074118,42139650,42336258,42663941,42729474,42795012,42860546,42926082,42991625,43122693,43188231,43253769,43515905,43581443,43712514,43778055],"strlen":[15204353,27918337,31719425,41091073],"shallow":[1769473,6946817,8978433,11206657,11927553,14876673,16646145,17104897,18612225,24707073,25493505,26017793,32309249,35323905,40435713,42401793],"slash":[41091073],"satisfying":[7602177,8716289,11337729,12713985,13893633,15335425,18022402,19791873,41877505],"size_t":[1376261,1572874,2228230,3407880,3866630,4128777,5570567,5701656,6291460,6357001,7143428,7208965,7405573,7602185,8585221,9240579,9895941,10420233,10551305,11534341,11730949,12058633,12124169,12255246,12910597,12976135,16580613,17235974,17694729,18022409,18743305,19529733,19660802,19726338,21037057,21757957,22151177,22413314,24772617,25690117,25755669,26411023,27066373,27590657,27918342,29163532,29622282,30146570,30736393,30801934,31457283,31719430,33423361,34209827,35258377,35848212,36110345,36438021,37027844,38076425,38862892,39714817,39911433,39976961,41418753,42336261,42598405,43319305,43515914],"streama":[1376257],"split":[39780353],"square":[65537,6553606,7602186,12582913,18022420,18874370,29818884,40501250,42008579,43712513],"sub":[65537,131073,524289,1441793,1703937,2097153,2359297,2490369,2555905,2621441,2949121,3014657,3211265,3407873,3473409,3538945,3670017,3866625,3997697,4259841,4718593,4980737,5046273,5111809,5439489,5505025,5636097,5898241,6094849,6225921,6488065,7077889,7274497,7405569,7471105,7536641,7733249,8454145,8519681,8650753,8781825,8912897,9109505,9175041,9306113,9371649,9437185,9502721,9633793,10158081,10223617,10747905,11010049,11272193,11403265,11468801,11599873,12386305,12451841,12582913,12779521,12976129,13434881,13565953,13631489,13762561,14024705,14221313,14352385,14614529,14680065,15466497,15532033,15663105,15728641,15859713,15925249,16187393,16384001,16973825,17039361,17629185,17760257,18087937,18219009,18874369,19070977,19333121,19464193,19988481,20316161,20512769,20578305,20971521,21037057,21692417,21823489,21954561,22085633,22282241,23199745,23265281,23396353,23527425,23724033,23789569,23920641,24117249,24510465,24641537,25100289,25231361,25296897,25362433,25559041,25952257,26214401,26279937,26345473,26411009,26476545,26542081,26607617,26673153,26738689,26804225,27000833,27131905,27197441,27328513,27394049,27525121,28573697,28704769,28835841,28901377,28966913,29097985,29229057,29687809,29884417,30343169,30605313,30670849,30932993,30998529,31129601,31195137,31260673,31326209,31522817,31784961,32374785,32440321,32899073,33226753,33423361,33488897,33554433,33619969,33685505,33751041,33816577,33947649,34078721,34340865,34996225,35192833,35586049,35651585,36044801,36175873,36569089,36634625,36831233,37093377,37224449,37617665,37683201,38207489,38273025,38535169,38600705,38666241,38731777,39190529,39387137,39518209,39649281,39714817,39780353,40108033,40173569,40304641,40370177,40566785,40632321,40763393,40960001,41156609,41353217,41418753,41549825,41615361,41680897,41746433,41811969,41877505,42008577,42074113,42467329,42663937,42860545,42991617,43188225,43253761,43581441,43712513,43778049],"seeds":[32374785,33488897],"sure":[9175041,16187393,31326209],"sgn":[41877507],"special":[5832706,7602177,10223618,12648450,14942211,18022403,22872066,23199745,23986178,25886722,32374785,33488897,34996226],"source":[5505025,6815745,7077889,9633793,12451841,18481153,19005441,20381697,21168129,21692417,21823489,22413316,23789569,25034753,25100289,27000833,32374785,33357825,33488897,33882113,38469633,40828929,41156609,41353217,42139649,43581441,43712513],"satisfy":[7274497,21168129,33357825,37421057],"sizeof":[26411012],"space":[1245185,1441796,3211268,3604484,3801090,3866625,4587522,5046274,5177346,5570561,7077889,7208962,7405569,7602204,9175041,11534339,15663105,15990786,16187394,17956866,18022452,18481153,19005441,19136516,20381697,21037057,21692417,21757953,22216706,22937603,23330818,24903681,25690113,25755651,27000833,26935300,27066369,27262978,27590661,27918337,29229057,29687812,29949954,30539778,31326209,31719425,33423361,33882113,34340865,34996225,35192836,35848195,36438018,37224449,38469633,39124994,39714817,39976962,40501249,41156609,41418753,43581441,43712513],"standard":[7602180,15794179,18022408,20119553,22675459,23461891,37486595,42795009],"successful":[41943041],"string":[1245192,1376258,1507337,1638401,1769473,2228225,2162696,4456449,4915202,5046274,5242881,5308426,5570565,6029314,6225929,6422541,6946817,7602198,8585230,8978435,9895941,10354698,10878978,11206657,11534341,11730946,11927553,12320770,13172749,13238273,13697031,13959171,14811146,14876673,15204360,15794182,15990797,16318471,16580622,16646145,17104899,17563656,18022444,18612225,19005445,19529733,19660802,19857411,19922952,20119554,21299208,21561352,21757953,22675462,22937607,23330829,23461894,23658497,24707073,25165828,25493505,25690115,26017795,27066369,27918344,30212104,31719432,32178177,32309249,32768001,34013185,34996226,35323905,35717127,35979276,36044803,37027848,37486598,37814280,37945352,38469638,38862849,38928392,38993921,39190530,39583745,39976961,40108034,40435713,40828931,41091082,42336261,42401793,43384845,43515907],"separated":[43515905],"storing":[4784129,7602177,18022402,26214401],"shift":[3997697,7602178,18022404,34603010,34799617],"skip":[25755649,26411009,35848193],"symbol":[1048582,1900550,7602183,11075588,17498118,18022414,28311558,34930693,38010886],"safely":[14942209],"sets":[458753,2359297,4456449,7602180,8847361,8978433,11927553,12189697,12976129,13238273,13500417,14090241,14680065,17301505,18022410,20512769,23724033,24707073,26017793,28114945,28442625,30343169,33226753,33292289,34013185,36831233,38862849,38993921,40370177,43122689],"squares":[6553601],"struc":[22413313],"second":[1048577,1114114,1179649,1441793,1900545,2424833,2555905,2621441,3014657,3211265,3604481,3997697,4718593,5111809,5177345,5636097,6488065,6815745,6881281,8060929,8323073,8454145,8519681,8781825,9109505,9306113,9502721,9568257,9961473,10616833,10747905,11010049,11075585,11403265,11665410,12386305,13107201,13631489,13762561,14155777,14221313,14286849,14548993,15400961,15532033,15728641,15859713,16449537,17039361,17498113,17825793,17956865,19136513,19333121,19988481,20381699,20971521,21364737,21626881,23134209,24117249,24510465,24969217,26345473,26673153,26804225,26869761,26935297,27262977,27394049,27459585,28311553,28901377,29687809,29884417,29949953,30539777,30605313,30932993,30998529,31064065,31391745,31653889,31850497,32112641,32440321,33161217,33619969,33685505,33751041,33882115,34734081,34930689,35127297,35520513,36569089,37093377,37421057,37748737,38010881,38141953,38535169,38600705,38666241,38731777,39321601,39387137,40304641,40501249,40632321,40763393,41156609,41549825,41680897,41811969,41877506,42860545,43253761,43778049],"simply":[19005441,21168129,22937601,25034753,26411009,33357825,38469633,42139649],"support":[327681,851969,1245185,1310721,1835009,4128769,4390913,4653057,6160385,6356993,6619137,7012353,7798785,7995393,8192001,9764865,10420225,10551297,10944513,12058625,12124161,13041665,13369345,13828097,14483457,15269889,16121857,16318465,16777217,16842753,17367041,17694721,18284545,18677761,18743297,18808833,18939905,19202049,19267585,19595265,20185089,20250625,20774913,22020097,22151169,22609921,23003137,23068673,23855105,24379393,24772609,24838145,25427969,25624577,25821185,27852801,27983873,28508161,29425665,30081025,30408705,30736385,31916033,31981569,32636929,32964609,34537473,35258369,35717121,36110337,36896769,37158913,38076417,38404097,39452673,39845889,39911425,40042497,41287681,42270721,43319297,43450369,43646977],"similarly":[22413313],"sealed":[18022401,41025537],"s1n":[5570569,7602184,18022416,18481161,24969223,27459591,37748744],"specifies":[22413313],"sequenceequal":[131074,1441794,2621442,3604482,4718594,5111810,5570562,6815746,6881282,8323074,9371650,9502722,16449538,18481154,19333122,19464194,20381700,21168130,21364738,22085634,24969218,25034754,26476546,26869762,26935298,27066370,28246018,28901378,29097988,29687810,31064066,31391746,31653890,31850498,32440322,33357826,33882116,34603010,34799618,35192834,37748738,38731778,40501252,41156610,41680900,42139650,42860546,43712514],"specified":[196610,393217,1507330,1638402,1769473,2031618,2228226,3342338,4456450,4849666,5242882,6684674,6946817,7143426,7864321,8126465,8978433,9240577,9895938,11206657,11927553,13238274,13303810,14876673,15597570,16646145,17104897,17432577,18612225,19857410,20709377,21102593,22413313,22937602,23658498,24707073,25493505,26017793,28377089,29556737,30146561,32047105,32309249,32768002,32833537,33030145,34013186,34471937,34668545,34865153,35061762,35323905,35782658,36700162,38862850,38993922,40435713,40697858,42401793],"short":[1835011,3276802,4128769,4390913,7012355,7995395,10551299,13041665,14483459,16777217,16973825,22151169,22413315,22609921,23855107,24772611,24838147,25624577,26411009,27852801,27983873,31916033,31981571,32636931,36962306],"snprintf":[8585217,16580609],"supported":[65538,131074,524290,786434,1048578,1114114,1179650,1376258,1441794,1703938,1900546,1966082,2359298,2424834,2490370,2555906,2621442,2818050,2949122,3014658,3211266,3276802,3407874,3473410,3538946,3604482,3670018,3735554,3997698,4194306,4259842,4718594,4784130,4980738,5046274,5111810,5439490,5505026,5570562,5636098,5767170,5832706,5898242,5963778,6422530,6488066,6553602,6750210,6815746,6881282,7077890,7274498,7340034,7471106,7667714,8060930,8323074,8454146,8519682,8585218,8650754,8716290,8781826,8912898,9109506,9175042,9306114,9371650,9437186,9502722,9568258,9633794,9895938,9961474,10027010,10092546,10354690,10616834,10747906,11010050,11075586,11141122,11272194,11337730,11403266,11468802,11534338,11599874,11665410,11730946,11796482,11862018,12386306,12451842,12517378,12582914,12648450,12713986,12910594,13107202,13172738,13434882,13565954,13631490,13697026,13762562,13893634,13959170,14024706,14155778,14221314,14286850,14352386,14548994,14614530,14811138,14942210,15073282,15204354,15335426,15400962,15466498,15532034,15663106,15728642,15794178,15859714,15925250,15990786,16187394,16252930,16384002,16449538,16515074,16580610,17039362,17498114,17563650,17629186,17760258,17825794,17891330,17956866,18087938,18153474,18219010,18350082,18481154,18546690,18874370,19005442,19070978,19136514,19333122,19398658,19464194,19529730,19791874,19988482,20119554,20381698,20512770,20578306,20643842,20971522,21168130,21233666,21364738,21626882,21692418,21757954,21823490,21889026,22085634,22282242,22347778,22413313,22675458,22806530,22872066,22937602,23134210,23199746,23265282,23330818,23396354,23461890,23527426,23592962,23789570,23920642,23986178,24117250,24248322,24313858,24510466,24576002,24641538,24969218,25034754,25100290,25231362,25296898,25362434,25690114,25755650,25886722,25952258,26083330,26148866,26214402,26279938,26345474,26411010,26476546,26542082,26607618,26673154,26738690,26804226,26869762,27000834,26935298,27066370,27131906,27197442,27328515,27394050,27459586,27525122,27918338,28049410,28246018,28311554,28573698,28704771,28835842,28901378,28966914,29097986,29229058,29294594,29360130,29491202,29687810,29818882,29884418,30277634,30343170,30605314,30670850,30932994,30998530,31064066,31129602,31326210,31391746,31522818,31588354,31653890,31719426,31784962,31850498,32112642,32243714,32374786,32440322,32505858,32899074,33161218,33226754,33357826,33488898,33554434,33619970,33685506,33751042,33816578,33882114,33947650,34078722,34340866,34603010,34734082,34799618,34930690,34996226,35127298,35192834,35389442,35454978,35520514,35586050,35848194,35913730,35979266,36175874,36569090,36765698,36962306,37093378,37224450,37355522,37421058,37486594,37552130,37617666,37748738,37879810,37945346,38010882,38141954,38273026,38469634,38535170,38600707,38666242,38731778,39059458,39190530,39256066,39321602,39387138,39518210,39649282,40108034,40173570,40239106,40304642,40501250,40632322,40763394,40828930,40960002,41091074,41156610,41353218,41484290,41549826,41615362,41680898,41746434,41811970,41877506,41943042,42008578,42074114,42139650,42336258,42598402,42663938,42729474,42795010,42860546,42926082,42991618,43057154,43188226,43253762,43384834,43515906,43581442,43712514,43778050],"systems":[4456449,8978433,9895937,13238274,22937601,26411009,32374785,33488897,38993921,43515905],"speed":[8323073,23199745,31391745],"seminumerical":[7602177,18022402,40239105],"starting_bit":[10027016,12517384],"static":[65539,131075,327682,524291,786435,851970,1048579,1114115,1179651,1245186,1310722,1376259,1441795,1572867,1703939,1835010,1900547,1966083,2359299,2424835,2490371,2555907,2621443,2818051,2949123,3014659,3211267,3276803,3407875,3473411,3538947,3604483,3670019,3735555,3801091,3866627,3997699,4128770,4194307,4259843,4390914,4587523,4653058,4718595,4784131,4980739,5046275,5111811,5177347,5439491,5505027,5570563,5636099,5767171,5832707,5898243,5963779,6160386,6356994,6422531,6488067,6553603,6619138,6750211,6815747,6881283,7012354,7077891,7208963,7274499,7340035,7471107,7667715,7798786,7929859,7995394,8060931,8192002,8323075,8454147,8519683,8585219,8650755,8716291,8781827,8912899,9109507,9175043,9306115,9371651,9437187,9502723,9568259,9633795,9764866,9830403,9895939,9961475,10027011,10092547,10223619,10354691,10420226,10485763,10551298,10616835,10747907,10944514,11010051,11075587,11141123,11272195,11337731,11403267,11468803,11534339,11599875,11665411,11730947,11796483,11862019,12058626,12124162,12255235,12386307,12451843,12517379,12582915,12648451,12713987,12845059,12910595,13041666,13107203,13172739,13369346,13434883,13565955,13631491,13697027,13762563,13828098,13893635,13959171,14024707,14090243,14155779,14221315,14286851,14352387,14483458,14548995,14614531,14811139,14942212,15073283,15204355,15269890,15335427,15400963,15466499,15532035,15663107,15728643,15794179,15859715,15925251,15990787,16121858,16187395,16252931,16318466,16384003,16449539,16515075,16580611,16777218,16842754,17039363,17367042,17498115,17563651,17629187,17694722,17760259,17825795,17891331,17956867,18022401,18087939,18153475,18219011,18284546,18350083,18481155,18546691,18677762,18743298,18808834,18874371,18939906,19005443,19070979,19136515,19202050,19267586,19333123,19398659,19464195,19529731,19595266,19791875,19988483,20119555,20185090,20250626,20316163,20381699,20512771,20578307,20643843,20774914,20840451,20971523,21037059,21168131,21233667,21364739,21430275,21626883,21692419,21757955,21823491,21889027,21954563,22020098,22085635,22151170,22216707,22282243,22347779,22413314,22609922,22675459,22806531,22872067,22937603,23003138,23068674,23134211,23199747,23265283,23330819,23396355,23461891,23527427,23592963,23789571,23855106,23920643,23986179,24117251,24182787,24248323,24313859,24379394,24510467,24576003,24641539,24772610,24838146,24969219,25034755,25100291,25231363,25296899,25362435,25427970,25624578,25690115,25755651,25821186,25886723,25952259,26083331,26148867,26214403,26279939,26345475,26411011,26476547,26542083,26607619,26673155,26738691,26804227,26869763,26935299,27000835,27066371,27131907,27197443,27262979,27328515,27394051,27459587,27525123,27787267,27852802,27918339,27983874,28049411,28180483,28246019,28311555,28508162,28573699,28704771,28770307,28835843,28901379,28966915,29097987,29229059,29294595,29360131,29425666,29491203,29687811,29818883,29884419,29949955,30081026,30277635,30343171,30408706,30539779,30605315,30670851,30736386,30801923,30932995,30998531,31064067,31129603,31326211,31391747,31522819,31588355,31653891,31719427,31784963,31850499,31916034,31981570,32112643,32243715,32374787,32440323,32505859,32571395,32636930,32702467,32899075,32964610,33161219,33226755,33357827,33423363,33488899,33554435,33619971,33685507,33751043,33816579,33882115,33947651,34078723,34340867,34537474,34603011,34734083,34799619,34930691,34996227,35127299,35192835,35258370,35389443,35454979,35520515,35586051,35717122,35848195,35913731,35979267,36110338,36175875,36306947,36569091,36765699,36896770,36962307,37093379,37158914,37224451,37289987,37355523,37421059,37486595,37552131,37617667,37748739,37879811,37945347,38010883,38076418,38141955,38207491,38273027,38338563,38404098,38469635,38535171,38600707,38666243,38731779,39059459,39124995,39190531,39256067,39321603,39387139,39452674,39518211,39649283,39714819,39845890,39911426,40042498,40108035,40173571,40239107,40304643,40501251,40632323,40763395,40828931,40960003,41091075,41156611,41222147,41287682,41353219,41418755,41484291,41549827,41615363,41680899,41746435,41811971,41877507,41943043,42008579,42074115,42139651,42270722,42336259,42598403,42663939,42729475,42795011,42860547,42926083,42991619,43057155,43188227,43253763,43319298,43384835,43450370,43515907,43581443,43646978,43712515,43778051],"section":[38600705],"subtraction":[24969218,26869761],"subversion":[22413313],"structures":[39976961],"single":[3604481,7602178,18022404,26935297,34013185],"scan":[7602180,10027010,12517378,18022408,26083329,31588353],"sign":[2555905,5832705,5963777,10027009,10223619,11010049,11141121,12517377,13107201,13565953,14942211,15204353,16384001,21757954,22806529,22937601,23592962,24576001,24641537,25755650,26411010,26738689,27918337,31719425,35848194,35913729,39256066,41091073,42074113,43253761],"specify":[1245185,9895937,22937601,25755649,26411009,35848193],"separately":[7602178,11534337,16318465,18022404,20119553,38469633,42795009],"state":[786452,6094850,6488085,7274500,7602184,12451853,14024726,15925269,18022419,21954569,22347796,23199765,25296897,25493505,26279958,27721730,32374807,32899093,33488919,33816598,38273026,39976961,41943061,42401795],"subtrahend":[7602177,18022402,28246017,41549830],"s1p":[131079,2621455,4718607,5570581,6881294,7602208,8323086,9502735,14286865,16449551,17891338,18022464,18481167,18546704,19333135,21364753,22085639,24969231,26083341,26869777,27066370,27459601,28901391,29818899,31064079,31391761,31588365,31653901,31850510,32440335,37748751,38141968,38731791,41156623,42860559,43712527],"subroutines":[22413313],"somewhat":[37421057],"shared":[65537,131073,327681,524289,786433,851969,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1572865,1703937,1835009,1900545,1966081,2359297,2424833,2490369,2555905,2621441,2818049,2949121,3014657,3211265,3276801,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3997697,4128769,4194305,4259841,4390913,4587521,4653057,4718593,4784129,4980737,5046273,5111809,5177345,5439489,5505025,5570561,5636097,5767169,5832705,5898241,5963777,6160385,6356993,6422529,6488065,6553601,6619137,6750209,6815745,6881281,7012353,7077889,7208961,7274497,7340033,7471105,7667713,7798785,7929857,7995393,8060929,8192001,8323073,8454145,8519681,8585217,8650753,8716289,8781825,8912897,9109505,9175041,9306113,9371649,9437185,9502721,9568257,9633793,9764865,9830401,9895937,9961473,10027009,10092545,10223617,10354689,10420225,10485761,10551297,10616833,10747905,10944513,11010049,11075585,11141121,11272193,11337729,11403265,11468801,11534337,11599873,11665409,11730945,11796481,11862017,12058625,12124161,12255233,12386305,12451841,12517377,12582913,12648449,12713985,12845057,12910593,13041665,13107201,13172737,13369345,13434881,13565953,13631489,13697025,13762561,13828097,13893633,13959169,14024705,14090241,14155777,14221313,14286849,14352385,14483457,14548993,14614529,14811137,14942209,15073281,15204353,15269889,15335425,15400961,15466497,15532033,15663105,15728641,15794177,15859713,15925249,15990785,16121857,16187393,16252929,16318465,16384001,16449537,16515073,16580609,16777217,16842753,17039361,17367041,17498113,17563649,17629185,17694721,17760257,17825793,17891329,17956865,18087937,18153473,18219009,18284545,18350081,18481153,18546689,18677761,18743297,18808833,18874369,18939905,19005441,19070977,19136513,19202049,19267585,19333121,19398657,19464193,19529729,19595265,19791873,19988481,20119553,20185089,20250625,20316161,20381697,20512769,20578305,20643841,20774913,20840449,20971521,21037057,21168129,21233665,21364737,21430273,21626881,21692417,21757953,21823489,21889025,21954561,22020097,22085633,22151169,22216705,22282241,22347777,22413313,22609921,22675457,22806529,22872065,22937601,23003137,23068673,23134209,23199745,23265281,23330817,23396353,23461889,23527425,23592961,23789569,23855105,23920641,23986177,24117249,24182785,24248321,24313857,24379393,24510465,24576001,24641537,24772609,24838145,24969217,25034753,25100289,25231361,25296897,25362433,25427969,25624577,25690113,25755649,25821185,25886721,25952257,26083329,26148865,26214401,26279937,26345473,26411009,26476545,26542081,26607617,26673153,26738689,26804225,26869761,26935297,27000833,27066369,27131905,27197441,27262977,27328513,27394049,27459585,27525121,27787265,27852801,27918337,27983873,28049409,28180481,28246017,28311553,28508161,28573697,28704769,28770305,28835841,28901377,28966913,29097985,29229057,29294593,29360129,29425665,29491201,29687809,29818881,29884417,29949953,30081025,30277633,30343169,30408705,30539777,30605313,30670849,30736385,30801921,30932993,30998529,31064065,31129601,31326209,31391745,31522817,31588353,31653889,31719425,31784961,31850497,31916033,31981569,32112641,32243713,32374785,32440321,32505857,32571393,32636929,32702465,32899073,32964609,33161217,33226753,33357825,33423361,33488897,33554433,33619969,33685505,33751041,33816577,33882113,33947649,34078721,34340865,34537473,34603009,34734081,34799617,34930689,34996225,35127297,35192833,35258369,35389441,35454977,35520513,35586049,35717121,35848193,35913729,35979265,36110337,36175873,36306945,36569089,36765697,36896769,36962305,37093377,37158913,37224449,37289985,37355521,37421057,37486593,37552129,37617665,37748737,37879809,37945345,38010881,38076417,38141953,38207489,38273025,38338561,38404097,38469633,38535169,38600705,38666241,38731777,39059457,39124993,39190529,39256065,39321601,39387137,39452673,39518209,39649281,39714817,39845889,39911425,40042497,40108033,40173569,40239105,40304641,40501249,40632321,40763393,40828929,40960001,41091073,41156609,41222145,41287681,41353217,41418753,41484289,41549825,41615361,41680897,41746433,41811969,41877505,41943041,42008577,42074113,42139649,42270721,42336257,42598401,42663937,42729473,42795009,42860545,42926081,42991617,43057153,43188225,43253761,43319297,43384833,43450369,43515905,43581441,43646977,43712513,43778049],"slow":[21168129,33357825],"software":[22413315],"syuu":[22413314],"s2limb":[7602182,16449542,18022412,21364742,26869766,27459590,31064070,31391752],"similar":[2359297,20119553,33226753,42795009],"simultaneous":[3670017,7077889,13959169,18022402,21692417,27000833,27131905,28966913,39649281,40828929,43581441],"stdout":[7602178,15794177,18022404,22675457],"significand":[8847361,8978433,12189697],"successfully":[6422529,10354689,13172737,14811137,22413313,23461889,37486593],"struct":[1507330,4456450,4849666,13238274,16646146,34013186,35782658,38862850,38993922],"scratch":[1441797,3211268,3604485,3801090,4587522,5177346,7602184,17956867,18022416,19136516,22216706,26935301,27262978,29687813,29949954,30539778,35192837,39124994],"store":[1703937,7602184,9371649,10747905,18022416,19070977,20381698,23134209,33882114,35454977,38600705,41811969],"subfolder":[22413313],"suited":[32374785,33488897],"specific":[22413314],"separate":[5111809,25034753,32374785,33488897,40501250,42139649],"studio":[22413319],"sense":[22937601],"shows":[22413314,40894465],"suppressed":[6422529,10354689,13172737,14811137,23461889,37486593],"s2n":[7602182,18022412,18481161,24969222,25034760,37748743,42139656],"syntax":[65537,131073,327681,393217,458753,524289,589825,786433,851969,917505,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1703937,1835009,1900545,1966081,2097153,2359297,2424833,2490369,2555905,2621441,2752513,2818049,2883585,2949121,3014657,3145729,3211265,3276801,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3997697,4128769,4194305,4259841,2162689,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4980737,5046273,5111809,5177345,5308417,5439489,5505025,5570561,5636097,5767169,5832705,5898241,5963777,6094849,6160385,6225921,6356993,6422529,6488065,6553601,6619137,6750209,6815745,6881281,7012353,7077889,7208961,7274497,7340033,7405569,7471105,7536641,7667713,7733249,7798785,7864321,7929857,7995393,8060929,8126465,8192001,8323073,8454145,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9175041,9240577,9306113,9371649,9437185,9502721,9568257,9633793,9699329,9764865,9830401,9895937,9961473,10027009,10092545,10158081,10223617,10289153,10354689,10420225,10485761,10551297,10616833,10682369,10747905,10878977,10944513,11010049,11075585,11141121,11272193,11337729,11403265,11468801,11534337,11599873,11665409,11730945,11796481,11862017,11927553,11993089,12058625,12124161,12255233,12386305,12451841,12517377,12582913,12648449,12713985,12779521,12845057,12910593,12976129,13041665,13107201,13172737,13238273,13369345,13434881,13565953,13631489,13697025,13762561,13828097,13893633,13959169,14024705,14090241,14155777,14221313,14286849,14352385,14483457,14548993,14614529,14680065,14745601,14811137,14876673,14942209,15073281,15204353,15269889,15335425,15400961,15466497,15532033,15663105,15728641,15794177,15859713,15925249,15990785,16056321,16121857,16187393,16252929,16318465,16384001,16449537,16515073,16580609,16646145,16777217,16842753,16908289,16973825,17039361,17104897,17170433,17367041,17432577,17498113,17563649,17629185,17694721,17760257,17825793,17891329,17956865,18022401,18087937,18153473,18219009,18284545,18350081,18415617,18481153,18546689,18677761,18743297,18808833,18874369,18939905,19005441,19070977,19136513,19202049,19267585,19333121,19398657,19464193,19529729,19595265,19726337,19791873,19922945,19988481,20054017,20119553,20185089,20250625,20316161,20381697,20512769,20578305,20643841,20709377,20774913,20840449,20971521,21037057,21102593,21168129,21233665,21299201,21364737,21430273,21495809,21561345,21626881,21692417,21757953,21823489,21889025,21954561,22020097,22085633,22151169,22216705,22282241,22347777,22609921,22675457,22806529,22872065,22937601,23003137,23068673,23134209,23199745,23265281,23330817,23396353,23461889,23527425,23592961,23724033,23789569,23855105,23920641,23986177,24051713,24117249,24182785,24248321,24313857,24379393,24444929,24510465,24576001,24641537,24707073,24772609,24838145,24903681,24969217,25034753,25100289,25231361,25296897,25362433,25427969,25559041,25624577,25690113,25755649,25821185,25886721,25952257,26017793,26083329,26148865,26214401,26279937,26345473,26411009,26476545,26542081,26607617,26673153,26738689,26804225,26869761,26935297,27000833,27066369,27131905,27197441,27262977,27328513,27394049,27459585,27525121,27656193,27721729,27787265,27852801,27918337,27983873,28049409,28180481,28246017,28311553,28377089,28442625,28508161,28573697,28704769,28770305,28835841,28901377,28966913,29097985,29229057,29294593,29360129,29425665,29491201,29556737,29622273,29687809,29818881,29884417,29949953,30081025,30146561,30212097,30277633,30343169,30408705,30474241,30539777,30605313,30670849,30736385,30801921,30867457,30932993,30998529,31064065,31129601,31195137,31260673,31326209,31391745,31457281,31522817,31588353,31653889,31719425,31784961,31850497,31916033,31981569,32047105,32112641,32243713,32374785,32440321,32505857,32571393,32636929,32702465,32833537,32899073,32964609,33030145,33161217,33226753,33357825,33423361,33488897,33554433,33619969,33685505,33751041,33816577,33882113,33947649,34013185,34078721,34275329,34340865,34471937,34537473,34603009,34668545,34734081,34799617,34865153,34930689,34996225,35127297,35192833,35258369,35389441,35454977,35520513,35586049,35651585,35717121,35782657,35848193,35913729,35979265,36044801,36110337,36175873,36306945,36438017,36503553,36569089,36634625,36765697,36831233,36896769,36962305,37027841,37093377,37158913,37224449,37289985,37355521,37421057,37486593,37552129,37617665,37683201,37748737,37814273,37879809,37945345,38010881,38076417,38141953,38207489,38273025,38338561,38404097,38469633,38535169,38600705,38666241,38731777,38797313,38862849,38928385,38993921,39059457,39124993,39190529,39256065,39321601,39387137,39452673,39518209,39583745,39649281,39714817,39780353,39845889,39911425,40042497,40108033,40173569,40239105,40304641,40370177,40501249,40566785,40632321,40763393,40828929,40894465,40960001,41025537,41091073,41156609,41222145,41287681,41353217,41418753,41484289,41549825,41615361,41680897,41746433,41811969,41877505,41943041,42008577,42074113,42139649,42205185,42270721,42336257,42401793,42467329,42532865,42598401,42663937,42729473,42795009,42860545,42926081,42991617,43057153,43122689,43188225,43253761,43319297,43384833,43450369,43515905,43581441,43646977,43712513,43778049]} \ No newline at end of file diff --git a/docs/fti/FTI_116.json b/docs/fti/FTI_116.json index 3a221cd..0a5766e 100644 --- a/docs/fti/FTI_116.json +++ b/docs/fti/FTI_116.json @@ -1 +1 @@ -{"twice":[19398658],"typename":[15007745],"timing":[7405570,35520514],"tests":[14876674,23724033],"two":[1769474,4784130,5570562,7012354,7340033,7929858,10682370,11534337,12451842,12779522,13434882,13565955,13631489,14221313,15073281,15335426,15925249,15990786,16252932,19464193,20316162,22675457,23658497,23724033,23920642,23986178,24051714,24182786,26542082,27000833,27262977,27983874,28901377,30343170,30605313,30736386,32178178,32899074,33292289,33488898,33685505,34275330,34340866,34471937,34537474,34603009,34668546,36372481,36503554,37355521,37421058,37945346,39845890,40370178,40632321,42139649,43384834],"times":[3801090],"twister":[7012353,12582914,16252930,29949954,30998531,34078722],"types":[15007746,23724039,38731777],"trap":[23068673],"tointptr":[655365,1769473,2424833,3145733,5898242,6160385,10027009,10813445,11337729,11927557,12255233,14090241,17104901,17694721,18546689,19857409,23592961,24444930,26345474,27197441,28049413,31195138,32636933,34930693,35192834,38273025,39387137,40370177,42467329],"twos":[2490369,6488065,11010049,11075585,12189697,13107201,13565953,17891329,22347777,23396353,41287681,42336257],"treated":[15269889,41025537],"tostring":[65537,1769474,1900546,2228226,2424833,2752518,4718598,4784130,5505026,5570561,6094854,6160386,6291458,7077894,8257538,10027010,10223622,11337730,12255233,13434882,14090241,14155778,15007745,15204354,15269890,15925250,17301506,17694722,18087942,18546690,18939908,19857410,20185094,20578310,21757958,22020098,22413314,23003142,23592962,23789570,24117250,24444930,25034754,25100289,26869762,27197441,29229058,29294598,30474244,30539777,33751046,34275330,34406402,35061762,36634626,37093378,37158914,37224452,37814274,37879810,37945346,38141953,38273025,39321602,39387137,39714822,40239106,40370177,42467329,42598406,42860546,42991622,43384834],"three":[40239105],"true":[524289,7405569,7929857,8454145,8781825,9371649,10682369,12451841,12779521,19070977,20316161,20512769,21037057,22020097,24051713,24444930,26542081,27721729,27983873,29491201,30343169,30736385,31916033,32112641,32178177,32243713,32309249,32505857,32899073,34668545,34799617,35127297,35520513,36503553,37421057,39845889,40501249],"taken":[4128769,10485761,10551297,14155777,22020097,24444929,25952257,28508161,29949953,34078721,37617665],"takes":[3866625,20709377,25296897,33095681,34406401],"traps":[20119553,42729473],"typede":[23724033],"truncation":[24641538,25690114,41484290,43253762],"truncated":[3604482,5373953,5963778,7012363,7733249,8257537,12124161,16252950,16449538,17301505,17956866,20774913,20840449,29753346,30015489,34865154,39976961,43646977],"trunc":[5373954,7012361,7733250,8716291,10289154,13762565,16252946,17498115,19464197,28442627,30015490,32964611,33292291,36765699,40042498,41222148,43646978],"tell":[22020097],"terminated":[589825,4718593,7012368,7077889,8257537,15204353,16252961,17301505,18939905,23855105,25034753,31653890,35454977,37093377,38076418,38207489,39321601,42860545],"total":[8257537,17301505],"truncate":[24641537,25690113,41484289,43253761],"terminator":[8257537,15925250,17301505,23658497,26869762,35061762,37093378,40239106,42860546],"trial":[14876673],"traditionally":[29949953,34078721],"temp":[23724040],"title":[262145],"time":[3866625,25296897,27000833,29949954,34078722],"temporary":[1507340,9306118,10485766,12517382,19660812,24379398,39256076,43122694],"theoretic":[917506,2031618,2883586,3735554,8912898,11599874,13959170,14876674,15663106,16252929,20643842,24313858,24576002,27525122,28246018,28377090,30081026,30801922,33161218,36438018,37289986,37486594,37683202,37748738,38862850,40828930,40894466,42270722],"try":[2424833,6160385,10027009,11337729,12255233,14090241,15007745,17694721,18546689,23592961,25100289,27197441,30539777,38141953,39387137,42467329],"top":[65537,327681,851969,1114113,1245185,1769476,1900545,2162689,2228225,2424833,2818049,3080193,3407873,3670017,3932161,4784132,5111809,5308417,5570563,5832705,6160385,6291457,6422529,6619137,6750209,7012353,7536641,7864321,8388609,9764865,9961473,10027013,11337729,12255235,12845057,13172737,13434884,13697025,14090242,15007747,15335425,15466497,15990785,16252931,16384001,16777217,17432577,17694721,18350081,18546692,19595265,19857409,21168129,21561345,22413313,23592965,23920641,23986177,24182785,25100292,25821185,26083329,27197441,27852801,27918337,28180481,28704769,29229057,29687809,30212097,30539777,32047105,32768001,33488897,34275332,34340865,34537473,34734081,35848193,37945348,38141953,38273025,39387137,39649281,40370180,40697857,41353217,42467330,43384836],"trailing":[26869761,35061761],"testing":[1966081,14221313,19333121,34471937,38600705],"table":[7012353,9633797,16252930,23724033,42205186],"tab":[7012353,9633808,16252930],"tight":[12124161],"tar":[23724033],"third":[9633794,17563649,27787265,28966913],"trigger":[14221313,34471937,38600705],"toolchain":[23724034],"terminating":[8257537,15204353,17301505,25034753],"topic":[1],"type":[65539,131074,196611,393218,458755,524290,589825,655361,720897,786435,917507,983041,1048578,1179652,1245185,1310726,1376258,1441795,1507331,1572868,1638402,1703938,1769475,1835012,1900546,1966082,2031619,2097157,2228226,2293762,2359298,2424835,2490371,2555908,2752513,2818049,2883587,2949121,3014660,3080193,3145729,3211265,3276801,3342338,3473410,3538945,3604482,3670017,3735554,3801091,3866630,3997698,4063233,4128770,4194306,4259842,4325378,4390913,4456450,4521986,4587523,4653060,4718596,4784132,4849666,4915201,4980738,5046274,5111810,5177347,5242882,5308417,5373954,5439490,5505026,5570564,5636099,5701638,5767172,5898245,5963778,6029313,6094849,6160387,6225922,6291458,6356995,6488067,6684676,6750210,6815746,6881282,6946820,7012353,7077892,7143426,7208962,7274499,7340034,7405574,7602178,7667714,7733252,7798787,7929859,7995395,8060931,8126466,8192002,8257541,8323075,8388609,8454146,8519683,8585218,8650757,8716292,8781826,8847362,8912899,8978434,9043969,9109507,9175043,9240577,9306116,9371650,9437188,9502723,9568259,9633797,9764865,9699330,9830401,9895938,9961474,10027013,10092546,10158082,10223620,10289154,10354690,10420227,10485764,10551298,10616834,10682371,10813441,10878979,11010051,10944516,11075587,11141123,11206657,11272193,11337731,11403266,11468801,11534339,11599875,11665411,11730945,11796482,11862018,11927553,11993092,12058626,12124162,12189699,12255236,12320769,12386305,12451843,12517379,12582914,12648449,12713985,12779523,12845057,12910594,12976130,13041666,13107202,13172737,13238274,13303810,13369349,13434884,13500418,13565955,13631492,13762563,13828099,13893635,13959171,14024707,14090244,14155780,14221315,14286851,14352385,14417922,14483457,14548994,14614531,14680067,14745602,14811137,14876675,14942210,15007752,15073283,15138817,15204356,15269893,15335425,15400962,15532034,15597570,15663107,15728644,15794179,15859714,15925252,15990785,16056323,16121859,16187393,16252930,16318465,16384001,16449538,16515075,16580610,16646146,16711682,16777217,16842754,16908290,16973829,17039363,17104897,17170436,17235971,17301509,17367043,17498116,17563655,17629187,17694723,17760258,17825794,17891330,17956866,18022402,18087940,18153474,18219010,18284546,18350081,18415618,18481153,18546692,18612228,18677763,18743299,18808838,18874371,18939908,19005442,19070978,19136514,19202050,19267586,19333122,19398659,19464195,19529732,19660804,19726338,19791876,19857410,19922945,19988481,20054017,20119554,20185089,20250627,20316163,20381698,20447240,20512770,20578305,20643842,20709380,20774915,20840455,20905985,20971521,21037058,21102595,21168129,21233666,21299205,21364738,21430274,21495809,21626883,21692420,21757953,21823493,21889027,21954563,22020100,22085635,22151169,22216706,22282242,22347778,22413314,22478850,22544385,22609922,22675459,22740996,22806530,22872066,22937603,23003139,23068674,23134210,23199746,23265282,23330822,23396354,23461889,23527426,23592964,23658499,23724038,23789571,23855105,23920642,23986177,24051715,24117251,24182786,24248323,24313860,24379396,24444936,24510465,24576002,24641538,24707075,24772609,24838146,24903683,24969218,25034756,25100292,25165827,25231362,25296902,25362435,25427973,25493506,25559042,25690114,25755651,25886722,25952258,26017794,26148866,26214402,26279938,26411010,26345480,26476548,26542083,26607620,26673154,26738689,26804227,26869766,26935300,27000836,27066371,27131905,27197443,27262979,27328519,27394050,27459586,27525122,27590661,27656194,27721730,27787268,27852801,27918337,27983875,28049409,28114946,28246018,28311554,28377091,28442628,28508162,28573698,28639234,28770307,28835843,28901379,28966920,29032453,29097986,29163523,29229058,29294593,29360131,29425666,29491202,29556739,29622275,29687809,29753346,29818883,29884420,29949954,30015492,30081027,30146562,30212097,30277633,30343171,30408706,30474242,30539779,30605315,30670849,30736387,30801923,30867461,30932994,30998529,31064065,31129601,31195141,31260677,31326212,31391748,31457285,31522817,31588354,31653889,31719426,31784961,31850498,31916034,31981572,32047105,32112642,32178179,32243714,32309250,32374787,32440322,32505858,32571396,32636929,32702467,32833538,32899075,32964611,33030148,33095685,33161219,33226758,33292291,33357825,33423363,33488898,33554433,33619971,33685506,33751041,33816578,33882114,33947651,34013185,34078722,34144257,34209795,34275331,34340866,34406402,34471938,34537474,34603011,34668547,34734081,34799618,34865154,34930689,34996229,35061766,35127298,35192840,35258371,35323906,35389443,35454977,35520518,35586050,35651585,35717128,35782658,35913731,35979266,36044805,36110339,36175874,36241409,36306947,36372483,36438018,36503555,36569090,36634626,36700161,36765701,36831233,36896771,36962305,37027841,37093380,37158914,37224452,37289987,37355524,37421059,37486595,37552129,37617666,37683204,37748739,37814273,37879809,37945347,38010882,38076417,38141955,38207489,38273027,38404099,38469634,38535172,38600707,38666242,38731777,38797313,38862852,38928386,38993922,39059459,39124994,39190531,39256068,39321604,39387139,39452674,39518209,39583746,39714817,39780353,39845891,39911426,39976963,40042501,40108038,40173569,40239108,40304642,40370180,40435713,40501252,40566786,40632324,40763394,40828931,40894467,40960003,41025537,41091074,41156610,41222147,41287682,41418755,41484290,41549828,41615364,41680899,41746435,41811970,41877506,41943043,42008578,42074113,42139651,42205187,42270725,42336259,42401795,42467332,42532866,42598401,42663940,42729474,42795009,42860548,42926081,42991619,43057154,43122693,43188226,43253762,43319298,43384836,43450370,43515906,43581443,43646979,43712513,43778051],"tmp":[15269890],"test":[6488066,7012355,8323073,16252934,40894465],"truncating":[7012359,16252942,20119553,20774914,23068674,32374785,36896769,39976961,42729473]} \ No newline at end of file +{"twice":[20971522],"typename":[16646145],"timing":[6881282,31850498],"tests":[15073282,22413313],"two":[1507330,4456450,4849666,7274497,7602178,7929858,9830402,10616833,12255234,12713985,12845058,13107203,13238274,14024705,14417922,15138818,15204353,15335425,18022404,20578305,20840450,21757953,22413313,22478850,22544386,22740994,23396353,24182786,25296897,26279937,27787266,28180482,28573697,28770306,30801922,30932993,31129601,32571394,32702466,33816577,34013186,34078721,34209794,34406402,35127297,35782658,36306946,36241410,37289986,38141953,38273025,38338562,38862850,38993922,41156609,41222146,43188225],"times":[3407874],"twister":[7602177,12451842,18022402,32374786,32899075,33488898],"types":[16646146,22413319,39976961],"trap":[24248321],"tointptr":[589829,1507329,1769473,2752517,5570562,6946817,8978433,9699333,10878981,11206657,11927553,14876673,17104897,17170437,18612225,19857409,25493505,25755650,26017793,26411010,27066370,27721733,30474245,35782657,35848194,36700161,38797317,40435713,42401793],"twos":[2555905,5963777,10027009,11010049,12517377,13107201,13565953,16384001,22806529,24641537,42074113,43253761],"treated":[14942209,40894465],"tostring":[196609,1507330,1638402,1769473,2228226,2162694,4456450,4849665,5046274,5242882,5308422,6422534,6946818,8585218,8978434,10354694,11206658,11927553,13172742,13238274,13959170,14811142,14876673,14942210,15204354,15990786,16580610,16646145,17104898,18612226,19005444,19857410,19922950,21299206,21561350,22872066,22937602,23330818,23461894,23658498,23986178,24707073,25493505,26017794,26411010,27918338,30212102,31719426,32309249,32768002,33554436,34013186,34996226,35323905,35586050,35782657,35979266,36700161,37027846,37486598,37814278,38469634,38862850,38928390,38993922,39190530,40108034,40435713,40828932,41091074,41746434,42401793,43384834],"three":[41091073],"true":[393217,6881281,7864321,7929857,8126465,9240577,9830401,12255233,12845057,17432577,20709377,20840449,21102593,22937601,24182785,26411010,27787265,28180481,28377089,28770305,29556737,30146561,30801921,31850497,32047105,32571393,32702465,32833537,33030145,34471937,34668545,34865153,36306945,37289985,38338561,41222145,41680897],"taken":[3670017,9895937,10223617,13959169,22937601,26411009,27131905,28966913,32374785,33488897,39649281],"takes":[3604481,21168129,26935297,33357825,34996225],"traps":[16515073,42729473],"typede":[22413313],"truncation":[23789570,25100290,41353218,43581442],"truncated":[3276802,5767170,7602187,8585217,9568257,11272193,16252930,16580609,18022422,18874369,19136513,20119553,20643842,30277634,30605313,35389442,42008577,42795009],"trunc":[7602185,9437187,9568258,11468802,13434885,18022418,18153475,18874370,20578309,29294595,30605314,33947651,34078723,39059460,40501250,41484291,42008578],"tell":[22937601],"terminated":[524289,6422529,7602192,8585217,13172737,15990785,16580609,18022433,19005441,23330817,23920641,29229058,34340865,35979265,36175874,37224449,38469633,43384833],"total":[8585217,16580609],"truncate":[23789569,25100289,41353217,43581441],"terminator":[8585217,15204354,16580609,21757953,27918338,31719426,35979266,41091074,43384834],"trial":[15073281],"traditionally":[32374785,33488897],"temp":[22413320],"title":[1],"time":[3604481,25296897,26935297,32374786,33488898],"temporary":[1376268,9895942,11534342,11730950,19529740,25690118,42336268,43515910],"theoretic":[1048578,1900546,2359298,3538946,10747906,11075586,13762562,15073282,17498114,18022401,20512770,23134210,23527426,26542082,28311554,30343170,33226754,33751042,34930690,35454978,37421058,38010882,38600706,38666242,40173570,40239106,40632322,41877506],"try":[1769473,6946817,8978433,11206657,11927553,14876673,16646145,17104897,18612225,24707073,25493505,26017793,32309249,35323905,40435713,42401793],"top":[196609,262145,655361,983041,1507332,1638401,1769473,2031617,2228225,2293761,2686977,3080193,3342337,3932161,4063233,4456452,4849667,4915201,5242881,5373953,5701633,6029313,6291457,6684673,6946817,7143425,7602177,8257537,8388609,8978437,10813441,11206657,11927555,12189697,12320769,13238276,13303809,13500417,14417921,14876674,15007745,15138817,15597569,16646147,16711681,17104900,17235969,17301505,18022403,18612225,19660801,19857409,20447233,20905985,22478849,22544385,22740993,23658497,24707076,25165825,25493505,26017797,27590657,28114945,28639233,29032449,29163521,29753345,30015489,32178177,32309249,32768001,33095681,33292289,34013188,34144257,34209793,34406401,35061761,35323905,35782660,36241409,36372481,36700161,38862852,38993924,40435713,40697857,42401794],"trailing":[27918337,31719425],"testing":[1703937,14024705,19070977,37617665,38273025],"table":[7602177,9371653,18022402,22413313,41943042],"tab":[7602177,9371664,18022402],"tight":[11272193],"tar":[22413313],"third":[9371650,17956865,27262977,29687809],"trigger":[14024705,37617665,38273025],"toolchain":[22413314],"terminating":[8585217,15990785,16580609,23330817],"topic":[720897],"type":[65538,131075,196611,327682,393218,458753,524289,589825,786435,851970,917505,983041,1048579,1114116,1179651,1245186,1310722,1376259,1441798,1507331,1572868,1638402,1703938,1769475,1835010,1900547,1966084,2228226,2293761,2359299,2424835,2490369,2555907,2621444,2752513,2818050,2883585,2949122,3014658,3080193,3145729,3211269,3276802,3407875,3473410,3538946,3604486,3670018,3735556,3801090,3866626,3932161,3997699,4128770,4194306,4259841,2162689,4325377,4390914,4456452,4521985,4587522,4653058,4718596,4784129,4849668,4915202,4980738,5046274,5111812,5177347,5242882,5308417,5439490,5505026,5570565,5636099,5767170,5832707,5898242,5963779,6029314,6160386,6225921,6291457,6356994,6422532,6488068,6553602,6619138,6750211,6815750,6881286,6946819,7012354,7077890,7208962,7274498,7340034,7405571,7471107,7602177,7667715,7798786,7864322,7929859,7995394,8060931,8126466,8192002,8257537,8323077,8388609,8454147,8519683,8585221,8650754,8716292,8781827,8847361,8912898,8978437,9043969,9109507,9175041,9240578,9306115,9371653,9437188,9502724,9568260,9633794,9699329,9764866,9830403,9895940,9961475,10027011,10092546,10223618,10289153,10354692,10420226,10485761,10551298,10616835,10682369,10747907,10878977,10944514,11010051,11075587,11141122,11206659,11272194,11337732,11403267,11468802,11534340,11599875,11665412,11730947,11796481,11862021,11927556,11993089,12058626,12124162,12189697,12255235,12320770,12386307,12451842,12517379,12582914,12648450,12713988,12779521,12845059,12910594,12976129,13041666,13107203,13172740,13238276,13369346,13434883,13500417,13565954,13631491,13697025,13762563,13828098,13893635,13959172,14024707,14090241,14155779,14221315,14286852,14352386,14417921,14483458,14548995,14614530,14680065,14745601,14811140,14876676,14942213,15007745,15073283,15138817,15204356,15269890,15335427,15400963,15466498,15532035,15663105,15728643,15794179,15859715,15925251,15990788,16056321,16121858,16187394,16252930,16318466,16384002,16449541,16515074,16580613,16646152,16711681,16777218,16842754,16908290,16973825,17039363,17104900,17170433,17301505,17367042,17432578,17498115,17563652,17629187,17694722,17760259,17825796,17891331,17956871,18022402,18087938,18153476,18219010,18284546,18350082,18415617,18481158,18546691,18612227,18677762,18743298,18808834,18874370,18939906,19005444,19070978,19136519,19202050,19267586,19333124,19398658,19464195,19529732,19595266,19726337,19791875,19857410,19922945,19988483,20054017,20119555,20185090,20250626,20316161,20381704,20512770,20578307,20643842,20709378,20774914,20840451,20905985,20971523,21037057,21102594,21168132,21233668,21299201,21364741,21430273,21495809,21561345,21626883,21692418,21757955,21823490,21889029,21954561,22020098,22085635,22151170,22216706,22282244,22347779,22413318,22478850,22544385,22609922,22675459,22740994,22806530,22872067,22937604,23003138,23068674,23134212,23199745,23265282,23330820,23396355,23461891,23527426,23592962,23658498,23724033,23789570,23855106,23920641,23986179,24051713,24117251,24182787,24248322,24313859,24379394,24444929,24510467,24576004,24641538,24707076,24772610,24838146,24903681,24969222,25034757,25100290,25231363,25296900,25362435,25427970,25493507,25624578,25690116,25755656,25821186,25886722,25952258,26017796,26083331,26148866,26214403,26279939,26345475,26411016,26476546,26542082,26607618,26673154,26738691,26804227,26869765,26935302,27000834,27066373,27131906,27197441,27262980,27328516,27394051,27459588,27525122,27656193,27721729,27787267,27852802,27918342,27983874,28049410,28114945,28180483,28246020,28311555,28377090,28442626,28508162,28573699,28704772,28770307,28835842,28901380,28966914,29097991,29229057,29294596,29360131,29425666,29491202,29556738,29622277,29687816,29753345,29818883,29884419,29949955,30015489,30081026,30146562,30212097,30277634,30343170,30408706,30474241,30539779,30605316,30670851,30736386,30801923,30867457,30932994,30998531,31064069,31129603,31195137,31260673,31326209,31391749,31457281,31522818,31588355,31653893,31719430,31784962,31850502,31916034,31981570,32047106,32112643,32178177,32243716,32309251,32374786,32440324,32505857,32571395,32636930,32702467,32768002,32833538,32899073,32964610,33030146,33095681,33161219,33226755,33292289,33357829,33423361,33488898,33554434,33619971,33685507,33751043,33816579,33882120,33947651,34013187,34078723,34209794,34275329,34340865,34406402,34471938,34537474,34603013,34668546,34734083,34799621,34865154,34930691,34996226,35127299,35192836,35258370,35323907,35389442,35454980,35520515,35586050,35717122,35782660,35848200,35913730,35979268,36044801,36110338,36175873,36241410,36306947,36438019,36503553,36569091,36634625,36700163,36765698,36831233,36896770,36962306,37027841,37093379,37158914,37224449,37289987,37355522,37421060,37486595,37552131,37617667,37683201,37748742,37814273,37879810,37945348,38010883,38076418,38141956,38207490,38273026,38338563,38404098,38469636,38535171,38600707,38666243,38731780,38797313,38862851,38928385,38993924,39059459,39124994,39190529,39256066,39321603,39387139,39452674,39518212,39583745,39649282,39714817,39780353,39845890,39911426,39976961,40042498,40108033,40173570,40239107,40304643,40370177,40435715,40501253,40566785,40632323,40763395,40828932,40894465,40960002,41025537,41091076,41156612,41222147,41287682,41353218,41418753,41484293,41549827,41615362,41680900,41746434,41811971,41877509,41943043,42008579,42074114,42139654,42205185,42270722,42336260,42401796,42467329,42532865,42598404,42663938,42729474,42795011,42860548,42926082,42991619,43057153,43122689,43188227,43253763,43319298,43384836,43450370,43515909,43581442,43646978,43712515,43778051],"tmp":[14942210],"test":[5963778,7602179,7667713,18022406,40239105],"truncating":[7602183,16515073,18022414,20119554,24248322,29360129,37552129,42729473,42795009]} \ No newline at end of file diff --git a/docs/fti/FTI_117.json b/docs/fti/FTI_117.json index ad4a5d1..98a340e 100644 --- a/docs/fti/FTI_117.json +++ b/docs/fti/FTI_117.json @@ -1 +1 @@ -{"unique":[10223618,17170434,18087938,41615362],"usual":[18939905,22020097,24379393],"unit":[131073,196609,589825,655361,983042,1310721,1638401,1966081,2097153,2490369,2686977,2621441,2752514,2883585,2949121,3014657,3145729,3211266,3735553,3801089,4063233,4128769,4259841,4325377,4390914,4521985,4653057,4915201,4980737,5046273,5177345,5373953,5439489,5505025,5767169,6094850,6225921,6356993,6553601,6684673,6946817,7340033,7471105,7798785,7995393,8519681,8716289,8847361,8978433,9109505,9240577,9502721,9568257,9633793,9699329,10289153,10354689,10420225,10551297,10747905,10813441,10878977,11010049,11599873,11665409,11927553,12124161,12582913,13041665,13107201,13762561,13828097,13959169,14024705,14221313,14286849,14417921,14680065,14811138,15400961,15794177,15859713,16056321,16318465,16646145,16711681,17039361,17104897,17235969,17629185,17891329,18415617,18612225,18874369,19333121,19398657,19464193,19922946,20185090,20250625,20578306,20643841,20971521,21102593,21495809,21692417,21757954,22151170,22609921,22675457,22806529,22937601,23134209,23396353,23461889,23855105,24248321,24444929,24510465,24576001,24641537,24707073,24903681,25165825,25362433,25624577,25690113,25755649,25886721,25952257,26017793,26279937,26411009,26476545,26673153,26935297,27000833,27066369,27131905,27262977,27328513,27459585,27525121,28049409,28246017,28508161,28770305,28901377,28966913,29294594,29425665,29556737,29622273,29818881,29949953,30015489,30474241,30605313,30670850,30801921,30998529,31064065,31326209,31588353,31653889,31981569,32571393,32636929,32964609,33030145,33161217,33292289,33357825,33423361,33554434,33685505,33751042,33947649,34078721,34209793,34406401,34471937,34603009,34930689,35389441,35454977,36110337,36241409,36306945,36438017,36634625,37158913,37486593,37617665,37748737,37814273,37879809,38076417,38207489,38338562,38535169,38600705,39190529,39583745,39714818,40173570,40435713,40501249,40566785,40632321,40828929,40960001,41287681,41418753,41484289,41549825,41680897,41811969,41877505,41943041,42008577,42139649,42270721,42336257,42401793,42598402,43253761,43581441,43646977,43778049],"uint16":[327682,851970,3407874,3997700,4194308,4784132,6422530,7864321,12255233,13238276,13434884,14548996,15138819,21233668,21561346,22282244,23920644,24182788,25493508,26214404,28180482,28704770,31719428,31850500,32768002,33488900,34275332,34340868,34537476,37945348,40697858,41353218,43384836],"updates":[7012353,10551297,16252930,23724033],"uncompressed":[23724033],"unconditionally":[37027841],"unmanaged":[131074,196610,458754,589825,655362,720897,917506,1179650,1245185,1310722,1441793,1507330,1572866,1638402,1769478,1966082,2031618,2097154,2424834,2490370,2555906,2883586,2949122,3014658,3145730,3342338,3473410,3604482,3670017,3735554,3866626,4128770,4259842,4521986,4653058,4718594,4980738,5046274,5177346,5373954,5439490,5505026,5570561,5636098,5701634,5767170,5898242,5963778,6029314,6094850,6160385,6356994,6488066,6553601,6815746,6946818,7012353,7077890,7274498,7405570,7733250,7864325,7995394,8060930,8257540,8323074,8519682,8585218,8650754,8716290,8847362,8912898,8978434,9109506,9175042,9240578,9306114,9437186,9502722,9568258,9633794,9764865,9699330,10027010,10158082,10223618,10289154,10354690,10420225,10485762,10616834,10813442,10878978,10944514,11010050,11075586,11141122,11337729,11534338,11599874,11927554,11993090,12124162,12189698,12255239,12517378,12976130,13041666,13107202,13303810,13369346,13565954,13631490,13762562,13828098,13893634,13959170,14024706,14090243,14155778,14286850,14417922,14614530,14680066,14876674,15073282,15138818,15204356,15269890,15400962,15663106,15728642,15794178,15859714,15925250,16056322,16121858,16252929,16318466,16449538,16515074,16646146,16842755,16973826,17104898,17170434,17235970,17301508,17367042,17498114,17563649,17629186,17694721,17891330,17956866,18087938,18153474,18415618,18546689,18612226,18677762,18743298,18808834,18939906,19267586,19333122,19398658,19464194,19529730,19660802,19791874,19857410,20119554,20250626,20447234,20643842,20709378,20774914,20840450,20971522,21102594,21168129,21299202,21626882,21692418,21823490,21889026,21954562,22020098,22347778,22609922,22675458,22740994,22806530,22937602,23003138,23068674,23134210,23199746,23330818,23396354,23592962,23658498,23789570,23855106,24117250,24248322,24313858,24379394,24444930,24576002,24641538,24772609,24903682,25034756,25100290,25165826,25296898,25362434,25427970,25690114,25755650,25821186,25886722,25952258,26017794,26083329,26279938,26411010,26345474,26476546,26607618,26673154,26804226,26869762,26935298,27000834,27066370,27197441,27328514,27394050,27459586,27525122,27590658,27656194,28049410,28246018,28311554,28377090,28442626,28508162,28573698,28770306,28835842,28901378,28966914,29163522,29425666,29556738,29753346,29818882,29884418,30015490,30081026,30212097,30474242,30605314,30801922,30867458,31064066,31129601,31195138,31260674,31326210,31391746,31457282,31653890,31981570,32571394,32636930,32702466,32964610,33030146,33095682,33161218,33226754,33292290,33423362,33685506,33947650,34209794,34406402,34734081,34865154,34930690,34996226,35061762,35192834,35258370,35389442,35454978,35520514,35651585,35717122,35913730,36044802,36110338,36175874,36372482,36438018,36569090,36634626,36700162,36765698,36896770,36962306,37093382,37158914,37224450,37289986,37355522,37486594,37552130,37617666,37683202,37748738,37814274,37879810,38010882,38076418,38207490,38273026,38338561,38535170,38666242,38731779,38797314,38862850,39059458,39190530,39256066,39321601,39387137,39452674,39583746,39976962,40042498,40108034,40239106,40370180,40501250,40566786,40632322,40894466,40960002,41091074,41222146,41287682,41418754,41484290,41549826,41615362,41746434,41811970,41943042,42008578,42074114,42139650,42270722,42336258,42401794,42467329,42663938,42729474,42795009,42860550,42991618,43122689,43188226,43253762,43646978,43712514,43778050],"unpredictable":[30474241],"uniquely":[42270721],"unaffected":[27131905],"underflow":[20119553,42729473],"unzip":[23724033],"unsigned":[786434,1179650,1441793,1572866,1638401,2031617,2555905,2883585,3735553,3997697,4194305,4456449,4784131,5242881,5898241,5963778,6684673,7012361,7274498,7733249,8519681,9043969,9109505,10158084,10420225,10616834,10878977,10944514,11403265,11599874,11862017,11993089,12386305,13041665,13238273,13369346,13828097,14286849,14548993,15138817,16187393,16252948,16580609,17235969,17367041,17498114,17629186,17760257,18022401,18219009,18677761,19005441,19136513,19267586,19398657,19726337,19791873,19988481,20643841,21233665,21430273,21823490,21889025,22085636,22282241,22478849,22544385,22609921,22740994,23134209,23265281,24313859,24444931,24707073,24838145,25165825,25362433,25493505,25755650,25952257,26148865,26214401,26935297,27066369,27525121,28114945,28246017,28442626,28639233,28770305,29687809,29753346,29884418,30015489,30146561,30277633,30408705,30801922,31260673,31719425,31850497,32374786,33161217,33423361,33816577,34078721,34144257,34209793,34865154,35323905,35586049,35913729,35979265,36044801,36110337,36438017,36765698,36962305,37289985,37552129,37748737,37945345,38469633,39124993,39190529,40304641,40763393,40828929,41091073,41156609,41222146,41680897,42074113,42401793,43450369],"upward":[25427969,40108033],"uint":[196611,786435,1179650,1310723,1441793,1572866,1638401,1966081,2031617,2097154,2555905,2883585,3014660,3604481,3735553,3866626,4653060,5701635,5767171,5898241,5963779,6684673,6946820,7274497,7405572,7733249,8323073,8519681,8650756,9043969,9109505,9175041,9633794,10158081,10420225,10616835,10878977,10944514,11599874,11993089,13041665,13369346,13828097,14286849,15269889,15728642,16187393,16449537,16580609,16515073,16973827,17235969,17367041,17498113,17563652,17629186,17956865,18612228,18677761,18808836,19136513,19267585,19333121,19398657,19529729,19791873,20250627,20447238,20643841,20709379,20840452,21299203,21430273,21823490,21889025,22085635,22609921,22740994,22937603,23134209,23330820,23724033,24313858,24707073,25165825,25296898,25362433,25427971,25755650,25952257,26017794,26279937,26607619,26804225,26935297,27066369,27328518,27525121,27590659,27656193,28246017,28442625,28770305,28835841,28966916,29163521,29753345,29884418,30015489,30146561,30801922,30867459,31195138,31260676,31326212,31391745,31457284,31981572,32374785,32571394,33030148,33095683,33161217,33226756,33423361,33816577,34078721,34209793,34865153,34996227,35520516,35717126,35913729,35979265,36044804,36110337,36438017,36569089,36765698,36962305,37289985,37355522,37748737,38666241,39124993,39190529,40042501,40108035,40501252,40632324,40763393,40828929,41091073,41156609,41222146,41418755,41549828,41680897,42401793,42663937,43450369],"uniform":[7012353,16252930,27262977],"usually":[10027009,24444929,43384833],"unless":[589825,1376257,2949121,23724033],"useful":[11206657,14221313,14352385,20709377,33095681,34471937,38600705,39452673,39518209],"unchanged":[5898241,30474241],"unmodified":[7012353,16252930,40501249],"used":[917505,1376257,2031617,2490369,3801089,4915203,5505025,5636098,6488065,6684674,7012353,8585217,10158081,10485761,10551297,11010049,11075585,12124161,12189697,13107201,13565953,15663105,15925251,16252930,16908289,17891329,18939905,19660803,21626881,22020097,22347777,23396353,23658499,23724033,24379393,24444929,26345473,26869763,28377089,28573697,29949955,30474241,33882113,34078723,35061763,35192833,37289985,39321601,41287681,42205185,42336257,43122691],"ushort":[3997698,4194306,13238274,14548994,15138818,19267586,21233666,22282242,25493506,26214402,29753346,31719426,31850498],"uinteger":[196611,786435,1179650,1310723,1441793,1572866,1638401,1966081,2031617,2097154,2555905,2883585,3014660,3604481,3735553,3866626,4653060,5701635,5767171,5898241,5963777,6684673,6946820,7274497,7405572,7733249,8323073,8519681,8650756,9043969,9109505,9175041,9633794,10158081,10420225,10616833,10878977,10944514,11599874,11993089,13041665,13369346,13828097,14286849,15269889,15728642,16187393,16449537,16580609,16515073,16973827,17235969,17367041,17498113,17629186,17956865,18612228,18677761,18808836,19136513,19267585,19333121,19398657,19529729,19791873,20250627,20447238,20643841,20709379,20840452,21299203,21430273,21823490,21889025,22085635,22609921,22740994,22937603,23134209,23330820,23724033,24313858,24707073,25165825,25296898,25362433,25427971,25755650,25952257,26017794,26279937,26607619,26804225,26935297,27066369,27328518,27525121,27590659,27656193,28246017,28442625,28770305,28835841,28966916,29163521,29753345,29884418,30015489,30146561,30801922,30867459,31195138,31260676,31326212,31391745,31457284,31981572,32374785,32571394,33030148,33095683,33161217,33226756,33423361,33816577,34078721,34209793,34865153,34996227,35520516,35717126,35913729,35979265,36044804,36110337,36438017,36569089,36765698,36962305,37289985,37355522,37748737,38666241,39124993,39190529,40042501,40108035,40501252,40632324,40763393,40828929,41091073,41156609,41222146,41418755,41549828,41680897,42401793,42663937,43450369],"uint32":[327682,786436,851972,1179652,1441794,1572868,1638402,2031618,2555906,2883586,3735554,4784132,6422530,6684674,7274498,7733250,7864321,8519682,9043970,9109506,10158082,10420226,10878978,10944516,11599876,11993090,12255233,13041666,13369348,13434884,13828098,14286850,16187394,16580612,17235970,17367042,17498114,17629188,18677762,19136516,19398658,19791874,20643842,21430276,21561348,21823492,21889026,22085636,22609922,22740996,23134210,23724035,23920644,24182788,24313860,24707074,25165826,25362434,25755652,25952258,26935298,27066370,27525122,28246018,28442626,28704770,28770306,29884420,30015490,30146564,30801924,31260674,32374786,33161218,33423362,33488900,33816580,34078722,34209794,34275332,34340868,34537476,35913730,35979268,36044802,36110338,36438018,36765700,36962307,37289986,37748738,37945348,39124996,39190530,40697858,40763396,40828930,41156612,41222148,41353220,41680898,42401794,43384836,43450372],"ultimately":[16646145],"uses":[24576001],"unspecified":[23789569],"usr":[23724034],"using":[1769473,1835009,2949121,4325377,7012353,15269889,15925249,16252930,23724034,25821185,26279937,26345473,26869761,35061761,35192833,36700161,37748737,37814273,40239105,40501249],"usages":[40108033],"upper":[786433,15925250,18939906,19660802,22020098,24379394,26869762,35061762,43122690],"uniformly":[786433,1966081,7012356,16252936,18874369,19333121,22085633,34603009],"unpredictability":[29949953,34078721],"unused":[3276801,26345473,31522817,35192833],"user":[9109505,10420225,14024705],"uint64":[327684,851972,4784132,5242884,7274498,7864321,11403268,11862020,12255233,12386306,13434884,17498114,17760260,18022404,19988482,21561346,22478852,22544386,23724034,23920644,24182788,26148868,28114948,28180482,28442626,28704772,33488900,34144258,34275332,34340868,34537476,35323908,35586052,37945348,41353220,42074115,43384836],"uintsperlimb":[30277636],"undefined":[458753,589825,2949121,5767169,9109505,10420225,14024705,14614529,17563650,31522817,32374785,35258369,36896769,38862850],"unlike":[3866625,9437185,10485761,10944513,13893633,18677761,22020097,23658497,25296897,37093377,42860545],"ulong":[5242882,7274498,11403266,11862018,12386306,15269890,17498114,17760258,18022402,19988482,20840450,22478850,22544386,26148866,28114946,28442626,34144258,35323906,35586050,41091074,42074114]} \ No newline at end of file +{"unique":[10354690,14811138,17563650,37945346],"usual":[19005441,22937601,25690113],"unit":[65537,131073,524289,589825,917506,1441793,1703937,2097153,2359297,2490369,2555905,2621441,2752513,2883586,2949121,3014657,3211265,3407873,3473409,3538945,3670017,3866625,3997697,4259841,2162690,4521986,4718593,4784129,4980737,5046273,5111809,5308418,5439489,5505025,5636097,5898241,6094849,6488065,7077889,7274497,7405569,7471105,7536641,7733249,8454145,8519681,8650753,8781825,8912897,9109505,9175041,9306113,9371649,9437185,9502721,9633793,9699329,10158081,10223617,10747905,10878977,11010049,11272193,11403265,11468801,11599873,12386305,12451841,12582913,13434881,13565953,13631489,13762561,14024705,14221313,14352385,14614529,15466497,15532033,15663105,15728641,15859713,15925249,16056322,16187393,16384001,17039361,17170433,17629185,17760257,18087937,18219009,18874369,19070977,19333121,19464193,19726338,19922946,19988481,20316161,20512769,20578305,20971521,21037057,21299202,21561346,21692417,21823489,21954561,22085633,22282241,23199745,23265281,23396353,23527425,23789569,23920641,24117249,24444930,24510465,24641537,25100289,25231361,25296897,25362433,25559041,25952257,26214401,26279937,26345473,26411009,26476545,26542081,26607617,26673153,26738689,26804225,27000833,27131905,27197441,27328513,27394049,27525121,27721729,28573697,28704769,28835841,28901377,28966913,29097985,29229057,29687809,29884417,30212098,30343169,30474241,30605313,30670849,30867458,30932993,30998529,31129601,31326209,31522817,31784961,32374785,32440321,32899073,33226753,33423361,33488897,33554433,33619969,33685505,33751041,33816577,33947649,34078721,34275330,34340865,34996225,35192833,35586049,35651586,36175873,36569089,37027842,37093377,37224449,37617665,37814274,38207489,38273025,38535169,38600705,38666241,38731777,38797313,38928386,39190529,39387137,39518209,39649281,39714817,40108033,40173569,40304641,40632321,40763393,40960001,41025538,41156609,41353217,41418753,41549825,41615361,41680897,41746433,41811969,41877505,42008577,42074113,42663937,42860545,42991617,43188225,43253761,43581441,43712513,43778049],"uint16":[262146,655362,2686978,4128772,4390916,4456452,5701634,10813441,11927553,13041668,13238276,16777220,16973827,20447234,22151172,22478852,22609924,22740996,25624580,27852804,27983876,28639234,29032450,29163522,31916036,34013188,34144258,34209796,34406404,36241412,36372482,38862852,38993924],"updates":[7602177,10223617,18022402,22413313],"uncompressed":[22413313],"unconditionally":[36503553],"unmanaged":[65538,131074,458753,524289,589826,983041,1048578,1114114,1179650,1376258,1441794,1507334,1703938,1769474,1900546,1966082,2359298,2424833,2490370,2555906,2621442,2752514,2818050,2949122,3014658,3211266,3276802,3473410,3538946,3604482,3670018,3735554,3932161,3997698,4194306,4718594,4849665,4980738,5046274,5111810,5308418,5505026,5570562,5636098,5767170,5832706,5898242,5963778,6094849,6225922,6422530,6553602,6750210,6815746,6881282,6946817,7077890,7340034,7471106,7602177,7667714,8060930,8257537,8323074,8454146,8519682,8585220,8650754,8716290,8781826,8912898,8978434,9109506,9175042,9306113,9371650,9437186,9502722,9568258,9633794,9699330,9895938,9961474,10027010,10092546,10354690,10616834,10747906,10813445,10878978,11010050,11075586,11141122,11206657,11272194,11337730,11468802,11534338,11599874,11665410,11730946,11862018,11927559,12386306,12517378,12582914,12648450,12713986,12910594,13107202,13172738,13434882,13565954,13631490,13762562,13893634,13959170,14155778,14221314,14286850,14352386,14548994,14614530,14811138,14876675,14942210,15073282,15204354,15335426,15400962,15466498,15532034,15663106,15728642,15794178,15990788,16187394,16252930,16384002,16449538,16515074,16580612,16908291,16973826,17039362,17104897,17170434,17498114,17563650,17629186,17760258,17825794,17891330,17956865,18022401,18087938,18153474,18350082,18481154,18546690,18612225,18874370,19005442,19070978,19136514,19333122,19398658,19464194,19529730,19791874,19857410,19988482,20119554,20316162,20381698,20512770,20578306,20643842,20905985,20971522,21168130,21233666,21364738,21626882,21692418,21757954,21823490,21889026,22085634,22282242,22675458,22806530,22872066,22937602,23134210,23265282,23330820,23396354,23461890,23527426,23592962,23789570,23920642,23986178,24051713,24248322,24313858,24510466,24576002,24641538,24707074,24969218,25034754,25100290,25165826,25231362,25296898,25362434,25493505,25690114,25755650,25886722,25952258,26017794,26083330,26148866,26345474,26411010,26476546,26542082,26607618,26673154,26738690,26804226,26869762,27000834,26935298,27066370,27131906,27328514,27394050,27459586,27525122,27590657,27721730,27918338,28049410,28246018,28311554,28573698,28704770,28835842,28901378,28966914,29097986,29229058,29294594,29491202,29687810,29818882,29884418,30277634,30343170,30474242,30605314,30670850,30932994,30998530,31064066,31129602,31260673,31326210,31391746,31588354,31653890,31719426,31784962,31850498,32112642,32178177,32243714,32440322,33161218,33226754,33292289,33357826,33554434,33619970,33685506,33751042,33882114,33947650,34078722,34340866,34603010,34734082,34799618,34930690,34996226,35127298,35192834,35389442,35454978,35520514,35586050,35651585,35782660,35848194,35913730,35979270,36044802,36175874,36569090,36634626,36700162,36765698,36962306,37224450,37355522,37421058,37486594,37552130,37683202,37748738,37879810,37945346,38010882,38141954,38469633,38535170,38600706,38666242,38731778,38797314,39059458,39190530,39256066,39321602,39387138,39518210,39583745,39649282,39780354,39976963,40108034,40173570,40239106,40304642,40435713,40566786,40501250,40828930,40960002,41091074,41156610,41353218,41484290,41615362,41680898,41746434,41811970,41877506,42008578,42074114,42139650,42205185,42336258,42401793,42467330,42598402,42663938,42729474,42795010,42860546,42926082,42991618,43188226,43253762,43384838,43515905,43581442,43712514,43778050],"unpredictable":[33554433],"uniquely":[41877505],"unaffected":[27197441],"underflow":[16515073,42729473],"unzip":[22413313],"unsigned":[786434,1114114,1900545,1966082,2359297,2424833,2949121,3538945,3735553,4128769,4390913,4456451,4653057,5570561,5767170,6160385,6488065,6750210,7602185,8781825,9043969,9109505,9306113,9568257,10092546,10420225,10747906,10944513,11141124,11337730,11599873,11665409,11862018,12386305,12582913,12976129,13041665,14221313,14680065,15400961,16777217,16842753,16973825,17039361,17629186,18022420,18153474,18677761,18743297,18808833,19202049,19267585,19398658,19595265,19791873,20054017,20512769,20774913,20971521,21233665,21692417,21823489,21889026,22020097,22151169,22347780,22609921,23003137,23134211,23724033,24117249,24313857,24510465,24576002,25362433,25427969,25624577,25821185,26345473,26411011,26542081,26804225,27131905,27394050,27852801,27983873,28508161,28704769,29294594,29360130,29425665,30277634,30343169,30408705,30605313,30736385,30998529,31457281,31916033,32243714,32505857,32964609,33095681,33226753,33488897,33619969,33751042,34537473,34603009,34734081,34799617,35258369,35389442,36110337,36569089,36634625,36896769,37683201,38010881,38404097,38535169,38600705,38862849,39059458,39780353,39845889,39911425,40173569,40304641,40632321,40763393,41287681,41484290,42270721,42926081],"upward":[25034753,42139649],"uint":[131075,786435,1114114,1441795,1703937,1900545,1966082,2359297,2424833,2621444,2949121,3211266,3276801,3538945,3604482,3735553,4718596,5111811,5570561,5767171,6488065,6750209,6815747,6881284,7667713,8323076,8781825,9043969,9109505,9306113,9371650,9502724,9568257,10092547,10747906,11141121,11337730,11599873,11665409,11862018,12386305,12582913,14221313,14286850,14680065,14942209,15400961,16252929,16449539,16842753,17039361,17629186,17825793,17891329,17956868,18153473,18481156,18546689,19070977,19136516,19267585,19333124,19398657,19464195,19791873,20381702,20512769,20643841,20774913,20971521,21168131,21233665,21364739,21692417,21823489,21889026,22085635,22347779,22413313,23134210,24117249,24313857,24510465,24576002,24969220,25034755,25362433,25952257,26083329,26345473,26476546,26542081,26804225,26869763,26935298,27066370,27131905,27394050,27459585,28246019,28704769,28901380,29097990,29294593,29360129,29491201,29687812,29818881,30277633,30343169,30408705,30605313,30998529,31064067,31391747,31588353,31653892,31850500,32243714,32440324,33226753,33357827,33488897,33619969,33751042,33882118,34537473,34603012,34734081,34799620,35192834,35258369,35389441,36569089,36962305,37355521,37683201,37748740,38010881,38141954,38404097,38535169,38600705,38731780,39059458,39845889,39911425,40173569,40304641,40501253,40632321,40763393,41156612,41484290,41680900,42139651,42270721,42598401,42860548,42926081,43712515],"uniform":[7602177,18022402,26279937],"usually":[8978433,26411009,38993921],"unless":[524289,1245185,2490369,22413313],"useful":[13697025,14024705,14090241,21168129,33357825,35913729,37617665,38273025,43057153],"unchanged":[5570561,33554433],"unmodified":[7602177,18022402,41680897],"used":[1048577,1245185,1900545,2555905,3407873,4784131,5046273,5832706,5963777,6488066,7340033,7602177,9895937,10027009,10223617,11010049,11141121,11272193,12517377,13107201,13565953,15204355,16318465,16384001,17498113,18022402,19005441,19529731,21626881,21757955,22413313,22806529,22937601,24641537,25690113,25755649,26411009,27918339,28049409,28311553,31719427,32374787,33488899,33554433,35717121,35848193,38010881,38469633,41943041,42074113,43253761,43515907],"ushort":[4128770,4390914,13041666,16777218,16973826,19398658,22151170,22609922,25624578,27852802,27983874,30277634,31916034],"uinteger":[131075,786435,1114114,1441795,1703937,1900545,1966082,2359297,2424833,2621444,2949121,3211266,3276801,3538945,3604482,3735553,4718596,5111811,5570561,5767169,6488065,6750209,6815747,6881284,7667713,8323076,8781825,9043969,9109505,9306113,9371650,9502724,9568257,10092545,10747906,11141121,11337730,11599873,11665409,11862018,12386305,12582913,14221313,14286850,14680065,14942209,15400961,16252929,16449539,16842753,17039361,17629186,17825793,17891329,18153473,18481156,18546689,19070977,19136516,19267585,19333124,19398657,19464195,19791873,20381702,20512769,20643841,20774913,20971521,21168131,21233665,21364739,21692417,21823489,21889026,22085635,22347779,22413313,23134210,24117249,24313857,24510465,24576002,24969220,25034755,25362433,25952257,26083329,26345473,26476546,26542081,26804225,26869763,26935298,27066370,27131905,27394050,27459585,28246019,28704769,28901380,29097990,29294593,29360129,29491201,29687812,29818881,30277633,30343169,30408705,30605313,30998529,31064067,31391747,31588353,31653892,31850500,32243714,32440324,33226753,33357827,33488897,33619969,33751042,33882118,34537473,34603012,34734081,34799620,35192834,35258369,35389441,36569089,36962305,37355521,37683201,37748740,38010881,38141954,38404097,38535169,38600705,38731780,39059458,39845889,39911425,40173569,40304641,40501253,40632321,40763393,41156612,41484290,41680900,42139651,42270721,42598401,42860548,42926081,43712515],"uint32":[262146,655364,786436,1114116,1900546,1966084,2359298,2424834,2949122,3538946,3735554,4456452,5701634,6488066,6750210,8781826,9043970,9109506,9306114,9568258,10747908,10813441,11141122,11337732,11599874,11665410,11862020,11927553,12386306,12582914,13238276,14221314,14680066,15400962,16842756,17039362,17629188,18153474,19267588,19791874,20447236,20512770,20774916,20971522,21233666,21692418,21823490,21889028,22347780,22413315,22478852,22740996,23134212,24117250,24313858,24510466,24576004,25362434,26345474,26542082,26804226,27131906,27394052,28704770,29032452,29163522,29294594,29360130,30343170,30408708,30605314,30998530,32243716,33226754,33488898,33619970,33751044,34013188,34209796,34406404,34537476,34603010,34734082,34799618,35258372,36241412,36372482,36569090,37683203,38010882,38404100,38535170,38600706,38862852,38993924,39059460,39845892,39911428,40173570,40304642,40632322,40763394,41484292,42270724],"ultimately":[16187393],"uses":[23527425],"unspecified":[23986177],"usr":[22413314],"using":[1507329,1572865,2490369,3866625,7602177,14942209,15204353,18022402,22413314,25165825,25755649,25952257,27918337,31719425,35848193,36044801,38600705,39190529,41091073,41680897],"usages":[42139649],"upper":[786433,15204354,19005442,19529730,22937602,25690114,27918338,31719426,43515906],"uniformly":[786433,1703937,7602180,15925249,18022408,19070977,22347777,33816577],"unpredictability":[32374785,33488897],"unused":[3145729,25755649,27656193,35848193],"user":[8781825,9306113,13631489],"uint64":[262148,655364,4456452,6160388,6750210,10420228,10813441,10944516,11927553,12976130,13238276,18153474,18808836,19595268,20054018,20447234,22413314,22478852,22740996,23003140,23724034,25821188,28508164,28639234,29032452,29163524,29294594,31457282,32964612,34013188,34209796,34406404,36110340,36241412,38862852,38993924,39780355],"uintsperlimb":[32505860],"undefined":[524289,1179649,2490369,5111809,8781825,9306113,13631489,14548993,17956866,27656193,29360129,32112641,37421058,37552129],"unlike":[3604481,8716289,9895937,11337729,13893633,19791873,21757953,22937601,26935297,35979265,43384833],"ulong":[6160386,6750210,10420226,10944514,12976130,14942210,18153474,18808834,19136514,19595266,20054018,23003138,23724034,25821186,28508162,29294594,31457282,32964610,36110338,39780354,42926082]} \ No newline at end of file diff --git a/docs/fti/FTI_118.json b/docs/fti/FTI_118.json index 221e002..bb00a9a 100644 --- a/docs/fti/FTI_118.json +++ b/docs/fti/FTI_118.json @@ -1 +1 @@ -{"variable":[2949121,5505025,8650753,11206657,12713985,14090242,14221313,14352385,15007745,16252929,18874369,26279937,27262977,30277633,30474241,31129601,34603009,37814273,38731777,39518209],"versions":[23724035],"vsnprintf":[8257537,17301505],"vary":[5898241,15925249,18939905,19660801,23658497,24379393,26869761,31195137,35061761,39256065,39321601,40239105,42663937,43122689],"valid":[10551298,14155777,18939905,22020097,39321601],"value2":[7929861,10682373,12451845,12779525,20316165,24051717,26542085,27983877,30343173,30736389,32178181,32899077,34668549,36503557,37421061,39845893],"volume":[37748737],"vector":[24444929],"variables":[589826,7012358,9240577,16252940,16318465,23855105,27131905,31064065,31653890,33685505,35454977,38076418,38207489],"value1":[7929861,10682373,12451845,12779525,20316165,24051717,26542085,27983877,30343173,30736389,32178181,32899077,34668549,36503557,37421061,39845893],"va_list":[2424835,3145730,14090248,31129605,38338562,38731777],"void":[131074,196610,589826,720897,1310722,1638402,1966082,2097154,2490370,2883586,2949122,3014658,3735554,3801090,4063234,4128770,4259842,4325378,4521986,4653058,4980738,5046274,5177346,5373954,5439490,5505026,5767170,6225922,6356994,6684674,6946818,7340034,7798786,7995394,8519682,8716290,8847362,8978434,9109506,9240578,9502722,9568258,9633794,9699330,9830401,10289154,10354690,10420226,10551299,10878978,11010050,11599874,11665410,12124162,12582914,13041666,13107202,13762562,13828098,13959170,14024706,14221314,14286850,14352385,14417922,14680066,15269889,15400962,15794178,15859714,16056322,16318466,16646146,16711682,17039362,17235970,17629186,17891330,18415618,18612226,18874370,19333122,19398658,19464194,20250626,20643842,20971522,21102594,21495810,21692418,22609922,22675458,22806530,22937602,23134210,23396354,23461890,23724033,23855106,24248322,24444930,24510466,24576002,24641538,24707074,24903682,25165826,25362434,25690114,25755650,25886722,25952258,26017794,26279938,26411010,26476546,26673154,26935298,27000834,27066370,27131906,27262978,27328514,27459586,27525122,28246018,28508162,28770306,28901378,28966914,29425666,29556738,29622274,29818882,29949954,30015490,30474242,30605314,30801922,30932993,30998530,31064066,31326210,31588354,31653890,31981570,32571394,32964610,33030146,33161218,33292290,33357826,33423362,33685506,33947650,34078722,34209794,34406402,34471938,34603010,35389442,35454978,36110338,36241410,36306946,36438018,36634626,37158914,37486594,37617666,37748738,37814274,37879810,38076418,38207490,38338562,38535170,38600706,39190530,39583746,39780353,40435714,40501250,40566786,40632322,40828930,40960002,41287682,41418754,41484290,41549826,41680898,41811970,41877506,41943042,42008578,42139650,42270722,42336258,42401794,43253762,43581442,43646978,43778050],"values":[458753,589825,1376257,1441793,1572866,1769474,2424833,2555906,2883587,4521989,4784130,5505026,5570562,7012361,7405569,7864324,7929858,8716290,10223620,10485761,10682370,11141121,12255237,12451842,12779522,12976130,13369346,13434882,13565953,14090241,14876673,15138823,15335426,15990786,16252946,16646145,17498114,18087940,18939906,20316161,21692418,21823490,22020097,23003140,23789570,23855105,23920642,23986178,24051714,24182786,26411013,26542082,27983874,30015490,30343170,30474241,30736386,32178178,32899074,33161219,33488898,33685507,34275330,34340866,34406402,34537474,34668546,35520513,36503554,36765698,36962311,37224450,37355521,37421058,37552135,37748737,37945346,38010881,38076417,38338561,38535170,38731777,39321601,39845890,40370178,41025537,42074120,42270723,42991620,43384834,43646978],"vasprintf":[37093377],"visual":[23724039],"various":[30474241],"version":[131073,196609,393217,458753,524289,589825,655361,720897,786433,917505,983041,1048577,1179649,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1966081,2031617,2097153,2293761,2359297,2490369,2555905,2621441,2686977,2752513,2883585,2949121,3014657,3145729,3211265,3276801,3342337,3473409,3538945,3604481,3735553,3801089,3866625,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5177345,5242881,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5898241,5963777,6029313,6094849,6225921,6356993,6488065,6553601,6684673,6815745,6881281,6946817,7077889,7143425,7208961,7274497,7340033,7405569,7471105,7602177,7667713,7733249,7798785,7929857,7995393,8060929,8126465,8192001,8257537,8323073,8454145,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9175041,9240577,9306113,9371649,9437185,9502721,9568257,9633793,9699329,9830401,9895937,10027009,10092545,10158081,10223617,10289153,10354689,10420225,10485761,10551297,10616833,10682369,10747905,10813441,10878977,10944513,11010049,11075585,11141121,11206662,11272193,11403265,11468801,11534337,11599873,11665409,11730945,11796481,11862017,11927553,11993089,12058625,12124161,12189697,12255233,12320769,12386305,12451841,12517377,12582913,12648449,12713985,12779521,12910593,12976129,13041665,13107201,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13762561,13828097,13893633,13959169,14024705,14090241,14155777,14221313,14286849,14352385,14417921,14483457,14548993,14614529,14680065,14745601,14811137,14876673,14942209,15007745,15073281,15138817,15204353,15269889,15400961,15532033,15597569,15663105,15728641,15794177,15859713,15925249,16056321,16121857,16187393,16252931,16318465,16449537,16515073,16580609,16646145,16711681,16842753,16908289,16973825,17039361,17104897,17170433,17235969,17301505,17367041,17498113,17563649,17629185,17760257,17825793,17891329,17956865,18022401,18087937,18153473,18219009,18284545,18415617,18481153,18546689,18612225,18677761,18743297,18808833,18874369,18939905,19005441,19070977,19136513,19202049,19267585,19333121,19398657,19464193,19529729,19660801,19726337,19791873,19922945,19988481,20054017,20119553,20185089,20250625,20316161,20381697,20447233,20512769,20578305,20643841,20709377,20774913,20840449,20905985,20971521,21037057,21102593,21233665,21299201,21364737,21430273,21495809,21626881,21692417,21757953,21823489,21889025,21954561,22020097,22085633,22151169,22216705,22282241,22347777,22478849,22544385,22609921,22675457,22740993,22806529,22872065,22937601,23003137,23068673,23134209,23199745,23265281,23330817,23396353,23461889,23527425,23592961,23658497,23724035,23789569,23855105,24051713,24117249,24248321,24313857,24379393,24444929,24510465,24576001,24641537,24707073,24772609,24838145,24903681,24969217,25034753,25100289,25165825,25231361,25296897,25362433,25427969,25493505,25559041,25624577,25690113,25755649,25886721,25952257,26017793,26148865,26214401,26279937,26411009,26345473,26476545,26542081,26607617,26673153,26738689,26804225,26869761,26935297,27000833,27066369,27131905,27262977,27328513,27394049,27459585,27525121,27590657,27656193,27721729,27787265,27983873,28049409,28114945,28246017,28311553,28377089,28442625,28508161,28573697,28639233,28770305,28835841,28901377,28966913,29032449,29097985,29163521,29294593,29360129,29425665,29491201,29556737,29622273,29687809,29753345,29818881,29884417,29949953,30015489,30081025,30146561,30277633,30343169,30408705,30474241,30605313,30670849,30736385,30801921,30867457,30932993,30998529,31064065,31129601,31195137,31260673,31326209,31391745,31457281,31522817,31588353,31653889,31719425,31784961,31850497,31916033,31981569,32112641,32178177,32243713,32309249,32374785,32440321,32505857,32571393,32636929,32702465,32833537,32899073,32964609,33030145,33095681,33161217,33226753,33292289,33357825,33423361,33554433,33619969,33685505,33751041,33816577,33882113,33947649,34013185,34078721,34144257,34209793,34275329,34406401,34471937,34603009,34668545,34799617,34865153,34930689,34996225,35061761,35127297,35192833,35258369,35323905,35389441,35454977,35520513,35586049,35651585,35717121,35782657,35913729,35979265,36044801,36110337,36175873,36241409,36306945,36372481,36438017,36503553,36569089,36634625,36700161,36765697,36831233,36896769,36962305,37027841,37093377,37158913,37224449,37289985,37355521,37421057,37486593,37552129,37617665,37683201,37748737,37814273,37879809,37945345,38010881,38076417,38207489,38338561,38404097,38469633,38535169,38600705,38666241,38797313,38862849,38928385,38993921,39059457,39124993,39190529,39256065,39321601,39452673,39518209,39583745,39714817,39780353,39845889,39911425,39976961,40042497,40108033,40173569,40239105,40304641,40370177,40435713,40501249,40566785,40632321,40763393,40828929,40894465,40960001,41025537,41091073,41156609,41222145,41287681,41418753,41484289,41549825,41615361,41680897,41746433,41811969,41877505,41943041,42008577,42074113,42139649,42205185,42270721,42336257,42401793,42467329,42532865,42598401,42663937,42729473,42795009,42860545,42926081,42991617,43057153,43122689,43188225,43253761,43319297,43384833,43450369,43515905,43581441,43646977,43712513,43778049],"value":[65539,131074,327690,393225,458757,524291,589825,655361,720898,786433,851986,917507,983041,1048585,1114115,1179653,1376265,1441796,1507339,1572869,1638403,1703945,1769478,1835010,1900547,2031619,2162691,2228227,2293769,2359297,2490374,2555909,2752513,2949122,3145729,3211265,3276801,3342337,3407886,3473409,3538945,3604483,3735554,3866625,3932163,3997705,4128771,4194313,4259845,4390913,4456457,4587521,4718601,4784169,4849665,4915204,4980739,5046274,5111810,5177348,5242889,5308418,5373956,5439493,5505037,5570567,5636108,5701634,5767169,5832707,5898241,5963779,6029313,6094849,6225921,6291459,6356994,6422550,6488067,6750210,6815747,6881289,7012396,7077897,7143433,7208969,7274501,7340034,7405570,7536643,7602185,7667713,7733253,7929860,7995398,8060933,8126473,8192009,8257539,8323073,8388610,8454149,8519682,8585219,8650753,8716292,8781827,8847365,8912901,8978434,9043975,9109506,9175041,9240578,9306123,9371651,9437191,9502722,9568262,9699333,9830402,9895945,9961474,10027011,10092553,10158088,10223633,10289154,10354693,10420225,10485769,10551297,10616837,10682372,10813441,10878980,10944515,11010054,11075587,11141127,11206657,11272193,11403273,11468807,11534343,11599874,11730945,11796489,11862025,11927553,11993093,12058633,12124163,12189699,12255233,12386311,12451844,12517395,12648455,12713985,12779524,12845057,12910601,12976141,13041666,13107202,13238281,13303809,13369347,13434921,13500425,13565958,13631493,13697027,13762566,13828098,13893637,13959174,14024706,14155784,14221314,14286852,14352386,14417924,14483457,14549001,14614531,14680070,14745609,14811137,14876676,14942217,15007754,15073283,15204353,15269891,15335426,15400962,15466499,15532041,15597577,15663109,15728643,15794182,15859716,15925255,15990786,16056326,16121857,16187399,16253016,16318466,16384002,16449539,16580617,16515073,16646147,16842758,16908297,16973825,17104897,17170441,17235972,17301507,17367043,17498117,17563650,17629186,17760265,17825801,17891332,17956867,18022409,18087953,18153475,18219017,18284553,18350082,18415620,18481159,18546690,18677763,18743299,18808833,18874370,18939919,19005449,19070979,19136521,19202057,19267589,19398658,19464196,19529729,19660811,19726345,19791877,19857411,19922945,19988487,20054017,20119555,20185089,20316164,20381705,20447238,20512771,20578305,20643842,20709381,20774926,20840450,20905985,21037059,21102594,21168129,21233673,21299201,21364745,21430281,21561356,21626885,21692420,21757953,21823491,21889029,21954561,22020105,22085633,22151169,22216713,22282249,22347780,22413315,22478857,22544391,22609925,22675460,22740998,22806532,22872073,23003145,23068677,23134213,23199747,23265289,23330817,23396354,23527425,23592962,23658502,23789572,23855106,23920674,23986178,24051716,24117256,24182818,24248326,24313859,24379402,24444943,24576004,24641541,24772609,24838153,24903686,24969225,25034753,25165828,25231369,25296897,25362436,25427969,25493513,25559049,25624577,25690117,25755653,25886725,25952259,26148873,26214409,26279938,26345485,26476552,26542084,26607617,26673154,26738689,26804225,26869769,26935300,27000840,27066370,27131906,27262982,27394060,27459588,27525122,27590657,27656197,27721733,27787265,27852802,27918338,27983876,28049409,28114953,28180500,28246018,28311555,28377091,28442629,28508163,28573699,28639241,28704778,28770306,28835841,28901380,29032449,29097993,29163521,29229059,29294593,29360129,29425666,29491205,29556742,29753347,29818886,29884421,29949954,30015490,30081029,30146569,30277633,30343172,30408713,30474244,30605316,30670849,30736388,30801922,30867457,30932995,31064066,31195140,31260675,31391745,31457281,31522818,31653890,31719433,31784967,31850505,31916037,32047105,32112645,32178180,32243717,32309251,32374785,32440329,32505861,32636929,32702467,32768014,32833545,32899076,32964614,33095685,33226753,33292292,33423364,33488930,33554433,33619969,33685508,33751041,33816585,33882121,33947650,34013192,34078722,34144263,34209797,34275369,34340898,34406413,34471938,34537506,34603010,34668548,34799621,34865155,34930689,34996225,35061771,35127299,35192845,35258373,35323913,35389446,35454978,35520514,35586057,35651585,35717124,35782665,35848195,35913733,35979273,36044803,36110338,36175875,36372487,36438018,36503556,36569093,36634625,36765699,36831239,36896771,37027844,37093382,37158913,37224462,37289987,37355521,37421060,37486598,37617667,37683208,37748740,37814276,37879813,37945385,38010883,38076418,38207490,38273027,38404097,38469641,38535172,38600706,38666245,38731777,38862859,38928393,38993929,39059459,39125001,39190530,39256075,39321608,39452681,39518209,39583747,39649283,39714817,39780354,39845892,39911425,39976967,40042500,40108033,40173569,40239111,40304649,40370182,40501250,40566789,40697878,40763401,40894467,40960002,41025539,41091077,41156617,41222149,41287682,41353234,41484293,41615369,41746439,41811973,41943044,42008578,42139652,42205187,42270726,42336262,42401796,42532873,42598401,42663937,42729477,42795014,42860550,42926081,42991625,43057161,43122694,43188227,43253765,43319305,43384873,43450377,43515913,43646978,43778054],"valuetype":[65539,1114113,1769475,1900547,2162689,2228227,4784131,5570563,5832705,6291459,7536641,13434883,13697025,15466497,19857411,22413315,29229059,34275331,35848193,37945347,38273027,39649281,40370179,43384835],"virtual":[524289,720898,983041,2752513,3211265,3276801,3538946,4390913,6094849,8781825,9371649,9830401,14811137,19070977,19922945,20185089,20512769,20578305,21037057,21757953,22151169,29294593,30670849,31522817,32309249,33554433,33751041,35127297,37027842,39714817,39780353,40173569,42598401],"val":[9043969,11206657,11272193,11468801,12648449,12713985,18481153,19988481,20905985,24772609,30277633,34144257,35651585,39518209,42795009],"void_ptr":[524291,983042,1114116,1835018,3080196,3801094,4325382,7012356,7667717,7798789,10682382,10813442,11272200,15335427,16252932,16842761,17432578,21495809,24444935,26083330,26345485,29032458,29622274,32243722,33357831,35192845,36241409,37421070,38273030,38404101,38731777,40370188,40435713,43712518]} \ No newline at end of file +{"variable":[2490369,5046273,8323073,11796481,13697025,14024705,14090241,14876674,15925249,16646145,18022401,25952257,26279937,31260673,32505857,33554433,33816577,39190529,39976961,43057153],"versions":[22413315],"vsnprintf":[8585217,16580609],"vary":[5570561,15204353,19005441,19529729,21757953,25690113,27066369,27918337,31719425,38469633,41091073,42336257,42598401,43515905],"valid":[10223618,13959169,19005441,22937601,38469633],"value2":[7929861,9830405,12255237,12845061,20840453,24182789,27787269,28180485,28770309,30801925,32571397,32702469,36306949,37289989,38338565,41222149],"volume":[38600705],"vector":[26411009],"variables":[524290,7602182,9175041,15663105,18022412,23920641,27197441,29229058,30932993,31326209,34340865,36175874,37224449],"value1":[7929861,9830405,12255237,12845061,20840453,24182789,27787269,28180485,28770309,30801925,32571397,32702469,36306949,37289989,38338565,41222149],"va_list":[1769475,2752514,14876680,31260677,35651586,39976961],"void":[65538,131074,458753,524290,1441794,1703938,2359298,2490370,2555906,2621442,2949122,3014658,3211266,3407874,3473410,3538946,3670018,3866626,3997698,4259842,4718594,4980738,5046274,5111810,5439490,5505026,5636098,5898242,6488066,7077890,7274498,7405570,7471106,8454146,8519682,8650754,8781826,8847361,8912898,9109506,9175042,9306114,9371650,9437186,9502722,9633794,10223619,10747906,11010050,11272194,11403266,11468802,11599874,12386306,12451842,12582914,13434882,13565954,13631490,13762562,14024706,14090241,14221314,14352386,14614530,14942209,15466498,15532034,15663106,15728642,15859714,15925250,16187394,16384002,17039362,17629186,17760258,18087938,18219010,18874370,19070978,19333122,19464194,19988482,20316162,20512770,20578306,20971522,21037058,21692418,21823490,21954562,22085634,22282242,22413313,23199746,23265282,23396354,23527426,23789570,23920642,24117250,24510466,24641538,25100290,25231362,25296898,25362434,25952258,26214402,26279938,26345474,26411010,26476546,26542082,26607618,26673154,26738690,26804226,27000834,27131906,27197442,27328514,27394050,27525122,28442625,28573698,28704770,28835842,28901378,28966914,29097986,29229058,29687810,29884418,30343170,30605314,30670850,30932994,30998530,31129602,31326210,31522818,31784962,32374786,32440322,32899074,33226754,33423362,33488898,33554434,33619970,33685506,33751042,33816578,33947650,34078722,34340866,34996226,35192834,35586050,35651586,36175874,36569090,37093378,37224450,37617666,38207490,38273026,38535170,38600706,38666242,38731778,39190530,39387138,39518210,39649282,39714818,40108034,40173570,40304642,40632322,40763394,40960002,41156610,41353218,41418754,41549826,41615362,41680898,41746434,41811970,41877506,42008578,42074114,42663938,42860546,42991618,43122689,43188226,43253762,43581442,43712514,43778050],"values":[524289,1179649,1245185,1507330,1769473,1966082,2359299,2424833,3014661,3735554,4456450,4849666,5046274,6881281,7602185,7929858,9437186,9830402,9895937,9961473,10354692,10813444,11862018,11927557,12255234,12648450,12845058,13107201,13238274,14417922,14811140,14876673,15073281,15138818,16187393,16973831,18022418,18153474,19005442,20840449,21889026,22282242,22478850,22544386,22740994,22937601,23461892,23920641,23986178,24182786,26673157,27787266,28180482,28770306,30605314,30801922,30932995,31850497,32571394,32702466,33226755,33554433,34013186,34209794,34406402,34996226,35651585,35782658,36175873,36306946,36241410,36634631,36765697,37289986,37486596,37683207,38141953,38338562,38469633,38600705,38862850,38993922,39518210,39780360,39976961,40828930,40894465,41222146,41484290,41877507,42008578],"vasprintf":[35979265],"visual":[22413319],"various":[33554433],"version":[65537,131073,327681,393217,458753,524289,589825,786433,851969,917505,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1703937,1835009,1900545,1966081,2097153,2359297,2424833,2490369,2555905,2621441,2752513,2818049,2883585,2949121,3014657,3145729,3211265,3276801,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3997697,4128769,4194305,4259841,2162689,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4980737,5046273,5111809,5177345,5308417,5439489,5505025,5570561,5636097,5767169,5832705,5898241,5963777,6094849,6160385,6225921,6356993,6422529,6488065,6553601,6619137,6750209,6815745,6881281,7012353,7077889,7208961,7274497,7340033,7405569,7471105,7536641,7667713,7733249,7798785,7864321,7929857,7995393,8060929,8126465,8192001,8323073,8454145,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9175041,9240577,9306113,9371649,9437185,9502721,9568257,9633793,9699329,9764865,9830401,9895937,9961473,10027009,10092545,10158081,10223617,10289153,10354689,10420225,10485761,10551297,10616833,10682369,10747905,10878977,10944513,11010049,11075585,11141121,11272193,11337729,11403265,11468801,11534337,11599873,11665409,11730945,11796481,11862017,11927553,11993089,12058625,12124161,12255233,12386305,12451841,12517377,12582913,12648449,12713985,12779521,12845057,12910593,12976129,13041665,13107201,13172737,13238273,13369345,13434881,13565953,13631489,13697030,13762561,13828097,13893633,13959169,14024705,14090241,14155777,14221313,14286849,14352385,14483457,14548993,14614529,14680065,14745601,14811137,14876673,14942209,15073281,15204353,15269889,15335425,15400961,15466497,15532033,15663105,15728641,15794177,15859713,15925249,15990785,16056321,16121857,16187393,16252929,16318465,16384001,16449537,16515073,16580609,16646145,16777217,16842753,16908289,16973825,17039361,17104897,17170433,17367041,17432577,17498113,17563649,17629185,17694721,17760257,17825793,17891329,17956865,18022403,18087937,18153473,18219009,18284545,18350081,18415617,18481153,18546689,18677761,18743297,18808833,18874369,18939905,19005441,19070977,19136513,19202049,19267585,19333121,19398657,19464193,19529729,19595265,19726337,19791873,19922945,19988481,20054017,20119553,20185089,20250625,20316161,20381697,20512769,20578305,20643841,20709377,20774913,20840449,20971521,21037057,21102593,21168129,21233665,21299201,21364737,21430273,21495809,21561345,21626881,21692417,21757953,21823489,21889025,21954561,22020097,22085633,22151169,22216705,22282241,22347777,22413315,22609921,22675457,22806529,22872065,22937601,23003137,23068673,23134209,23199745,23265281,23330817,23396353,23461889,23527425,23592961,23724033,23789569,23855105,23920641,23986177,24051713,24117249,24182785,24248321,24313857,24379393,24444929,24510465,24576001,24641537,24707073,24772609,24838145,24903681,24969217,25034753,25100289,25231361,25296897,25362433,25427969,25559041,25624577,25690113,25755649,25821185,25886721,25952257,26017793,26083329,26148865,26214401,26279937,26345473,26411009,26476545,26542081,26607617,26673153,26738689,26804225,26869761,26935297,27000833,27066369,27131905,27197441,27262977,27328513,27394049,27459585,27525121,27656193,27721729,27787265,27852801,27918337,27983873,28049409,28180481,28246017,28311553,28377089,28442625,28508161,28573697,28704769,28770305,28835841,28901377,28966913,29097985,29229057,29294593,29360129,29425665,29491201,29556737,29622273,29687809,29818881,29884417,29949953,30081025,30146561,30212097,30277633,30343169,30408705,30474241,30539777,30605313,30670849,30736385,30801921,30867457,30932993,30998529,31064065,31129601,31195137,31260673,31326209,31391745,31457281,31522817,31588353,31653889,31719425,31784961,31850497,31916033,31981569,32047105,32112641,32243713,32374785,32440321,32505857,32571393,32636929,32702465,32833537,32899073,32964609,33030145,33095681,33161217,33226753,33357825,33423361,33488897,33554433,33619969,33685505,33751041,33816577,33882113,33947649,34013185,34078721,34275329,34340865,34471937,34537473,34603009,34668545,34734081,34799617,34865153,34930689,34996225,35127297,35192833,35258369,35389441,35454977,35520513,35586049,35651585,35717121,35782657,35848193,35913729,35979265,36044801,36110337,36175873,36306945,36438017,36503553,36569089,36634625,36765697,36831233,36896769,36962305,37027841,37093377,37158913,37224449,37289985,37355521,37421057,37486593,37552129,37617665,37683201,37748737,37814273,37879809,37945345,38010881,38076417,38141953,38207489,38273025,38338561,38404097,38469633,38535169,38600705,38666241,38731777,38797313,38862849,38928385,38993921,39059457,39124993,39190529,39256065,39321601,39387137,39452673,39518209,39583745,39649281,39714817,39780353,39845889,39911425,40042497,40108033,40173569,40239105,40304641,40370177,40501249,40566785,40632321,40763393,40828929,40894465,40960001,41025537,41091073,41156609,41222145,41287681,41353217,41418753,41484289,41549825,41615361,41680897,41746433,41811969,41877505,41943041,42008577,42074113,42139649,42205185,42270721,42336257,42401793,42467329,42532865,42598401,42663937,42729473,42795009,42860545,42926081,42991617,43057153,43122689,43188225,43253761,43319297,43384833,43450369,43515905,43581441,43646977,43712513,43778049],"value":[65538,196611,262154,327689,393219,458754,524289,589825,655378,786433,851977,917505,1048579,1114117,1179653,1245193,1310729,1376267,1507334,1572866,1638403,1835017,1900547,1966085,2031619,2228227,2424836,2490370,2555910,2686990,2752513,2818049,2883585,2949123,3145729,3276803,3342339,3473410,3538946,3604481,3670019,3735557,3801089,3997700,4063235,4128777,4194305,2162689,4325377,4390921,4456489,4521985,4587521,4653065,4784132,4849671,4915202,4980741,5046285,5111809,5177345,5242883,5308417,5439489,5505029,5570561,5636098,5701654,5767171,5832716,5898243,5963779,6029314,6160393,6225921,6291458,6357001,6422537,6553603,6619145,6684675,6750213,6815746,6881282,7012361,7077893,7143427,7208961,7274498,7340035,7471110,7602220,7667713,7798793,7864325,7929860,7995401,8060933,8126467,8192009,8323073,8388610,8454150,8519682,8585219,8650754,8716295,8781826,8847362,8912901,8978435,9043975,9109506,9175042,9240579,9306113,9437188,9568261,9633797,9699329,9764873,9830404,9895945,9961479,10027011,10092549,10223617,10289153,10354705,10420233,10485761,10551305,10616839,10682375,10747906,10878977,10944521,11010054,11075589,11141128,11272195,11337731,11468802,11534347,11599876,11665413,11730963,11796481,11862019,11927553,11993095,12058633,12124169,12189697,12255236,12320770,12386306,12517379,12582914,12648461,12713989,12845060,12910593,12976135,13041673,13107206,13172745,13238313,13303811,13369353,13434886,13565954,13631490,13697025,13828105,13762566,13893637,13959176,14024706,14090242,14155779,14221316,14286851,14352386,14417922,14483465,14548995,14614532,14680071,14745601,14811153,14942211,15007746,15073284,15138818,15204359,15269897,15335427,15400963,15466500,15532038,15597571,15663106,15728646,15794177,15925250,15990785,16056321,16121865,16187395,16252931,16318473,16384004,16449537,16515075,16580611,16646154,16711682,16777225,16842761,16908294,17039364,17104898,17170433,17367049,17432579,17498117,17563657,17629186,17694729,17760262,17825793,17891329,17956866,18022488,18087940,18153477,18284553,18350083,18415623,18481153,18546689,18677769,18743305,18808841,18874372,18939913,19005455,19136514,19202057,19267593,19398661,19529739,19595273,19726337,19791875,19857411,19922945,19988482,20054023,20119566,20185097,20250633,20381702,20447244,20512770,20578308,20643843,20709379,20774921,20840452,20905985,20971522,21102595,21168133,21233669,21299201,21364737,21430273,21495809,21561345,21626885,21692421,21757958,21823493,21889027,22020105,22151177,22216705,22282244,22347777,22478882,22544386,22609929,22675457,22741026,22806532,22872072,22937609,23003145,23068681,23134211,23265284,23330817,23396356,23461897,23527428,23592963,23658499,23724039,23789573,23855113,23920642,23986180,24051713,24182788,24248325,24313861,24379401,24444929,24510468,24576006,24641538,24772617,24838153,24903681,24969217,25034753,25100293,25231366,25296904,25362436,25427977,25559041,25624585,25690122,25755661,25821193,25886732,25952258,26017794,26083329,26148867,26279942,26345474,26411023,26542082,26607621,26738694,26804226,26869761,27000837,26935297,27066372,27131907,27197442,27262977,27328520,27394053,27459585,27525124,27656194,27721729,27787268,27852809,27918345,27983881,28049411,28114945,28180484,28246017,28311555,28377093,28442627,28508169,28573700,28639252,28704772,28770308,28835842,28966915,29032466,29163530,29229058,29294597,29360129,29425673,29491205,29556741,29622273,29753346,29818881,29884422,29949953,30015490,30081033,30146565,30212097,30277635,30343170,30408713,30474241,30539777,30605314,30670854,30736393,30801924,30867457,30932996,30998533,31064065,31129604,31195144,31326210,31391745,31457287,31588353,31653889,31719435,31784962,31850498,31916041,31981577,32047109,32112645,32243717,32374786,32505857,32571396,32636937,32702468,32768003,32833539,32964617,33030149,33161219,33357829,33488898,33554436,33619972,33685506,33751042,33882116,33816578,33947654,34013225,34078724,34144270,34209826,34275329,34340866,34406434,34471941,34537481,34603011,34668547,34734085,34799619,34865157,34930693,34996237,35061763,35127303,35258377,35389443,35454984,35520515,35586049,35717129,35782662,35848205,35913737,35979270,36110345,36175874,36306948,36241442,36372502,36438017,36503556,36569090,36700163,36765699,36831239,36896777,36962309,37027841,37158921,37224450,37289988,37355525,37421067,37486601,37552131,37617666,37748737,37814273,37879811,37945353,38010883,38076425,38141953,38273026,38338564,38404105,38469640,38535172,38600708,38666246,38797313,38862889,38928385,38993961,39059461,39124993,39190532,39256067,39321607,39387142,39452681,39518212,39583745,39649283,39845897,39911433,39976961,40042505,40108037,40173570,40239107,40304642,40370183,40501252,40697859,40828942,40894467,40960003,41025537,41091079,41222148,41287689,41353221,41484291,41615362,41680898,41746433,41811970,41877510,41943043,42008578,42074114,42139649,42205190,42270729,42336267,42532865,42598401,42663941,42729477,42795015,42926085,42991622,43057153,43122690,43188228,43253766,43319305,43384838,43450377,43515910,43581445,43646985,43778052],"valuetype":[196611,1507331,1638403,2031617,2228227,3342337,4456451,4849667,5242883,6684673,7143425,13238275,13303809,15597569,19857411,23658499,32768003,34013187,35061761,35782659,36700163,38862851,38993923,40697857],"virtual":[393217,458754,917505,2883585,3145729,2162689,4325378,4521985,5308417,8126465,8847361,9240577,16056321,17432577,19726337,19922945,20709377,21102593,21299201,21561345,24444929,27656193,30212097,30867457,32833537,34275329,34668545,36503554,37027841,37814273,38928385,41025537,43122689],"val":[9043969,10485761,10682369,11796481,11993089,13697025,18415617,20054017,21430273,24051713,31457281,32505857,39583745,42205185,43057153],"void_ptr":[393219,917506,1572874,2031620,3080196,3407878,3866630,7208965,7405573,7602180,9699330,9830414,10485768,15138819,16908297,17235970,18022404,21037057,25755661,26214402,26411015,27590658,29622282,33423367,34865162,35782668,35848205,36306958,36438021,36700166,39714817,39976961,41418753,42467334]} \ No newline at end of file diff --git a/docs/fti/FTI_119.json b/docs/fti/FTI_119.json index 49175e3..33c7a42 100644 --- a/docs/fti/FTI_119.json +++ b/docs/fti/FTI_119.json @@ -1 +1 @@ -{"way":[16646145,30474241,34406401,41025538],"write":[1507330,3014657,4653057,6946817,7012380,8257537,8650753,9306114,10223618,10485762,12517378,16252984,16973825,17301505,18087938,18612225,18808833,19660802,20250625,21299201,23330817,23789570,24117250,24379394,25427969,26607617,27590657,30867457,31260673,31326209,31457281,31981569,33030145,33226753,34996225,36044801,39256066,40108033,40632321,41418753,41549825,43122690],"word":[7012355,16252933,17432578,23724035,24444938,26345484,34275330,35192844],"widening":[393217,1376257,3997697,7143425,8192001,11403265,13238273,13500417,14548993,15597569,16580609,16908289,17760257,17825793,18219009,22216705,22282241,22478849,22872065,23265281,24838145,25231361,25493505,26148865,30146561,32833537,33816577,33882113,35323905,38469633,40304641,43450369,43515905],"want":[22020097],"windows":[23724040],"win32":[23724033],"won":[20709377,26869761,33095681,35061761],"warnings":[23724033],"window":[23724036],"writing":[1507330,5767169,7012355,10551297,16252934,19660802,20709377,33095681,39256066,43122689],"welcome":[23724033],"white":[7012353,9306115,16252930,18939905,22020099,24379393,39321601],"w64":[23724036],"wanted":[2883585,22740993,33161217,37027841,40042497],"written":[1507333,5767169,7012353,8257537,8650753,12517377,15204353,16121857,16252929,17170433,17301505,19660803,21299201,21954561,23330817,25034753,25427969,26345475,26869761,27590657,30474241,31260673,34996225,35061761,35192835,36044801,39256067,40108034,41615361,43122690],"writealltext":[9306114,10223618,10485762,18087938,24379394],"words":[15138817,24444933,26345477,35192837,36962305],"win64":[23724033]} \ No newline at end of file +{"way":[16187393,33554433,34996225,40894466],"write":[1376258,2621441,4718593,7602204,8323073,8585217,9502721,9895938,10354690,11534338,11730946,14811138,16449537,16580609,18022456,18481153,19333121,19464193,19529730,21364737,22872066,23986178,24969217,25034753,25690114,26869761,28246017,28901377,31064065,31391745,31653889,32440321,34603009,34799617,37748737,38731777,41156609,42139649,42336258,42860545,43515906,43712513],"word":[7602179,17235970,18022405,22413315,25755660,26411018,34013186,35848204],"widening":[327681,1245185,4128769,8192001,10420225,13041665,13369345,13828097,15269889,16318465,16777217,16842753,18284545,18743297,19595265,22020097,22609921,23003137,23068673,23855105,24838145,25427969,25624577,28508161,30408705,34537473,35717121,36110337,36896769,37158913,39911425,40042497,41287681],"want":[22937601],"windows":[22413320],"win32":[22413313],"won":[21168129,27918337,31719425,33357825],"warnings":[22413313],"window":[22413316],"writing":[1376258,5111809,7602179,10223617,18022406,19529730,21168129,33357825,42336258,43515905],"welcome":[22413313],"white":[7602177,11534339,18022402,19005441,22937603,25690113,38469633],"w64":[22413316],"wanted":[2359297,24576001,33226753,36503553,40501249],"written":[1376261,5111809,7602177,8323073,8585217,11730945,15794177,15990785,16580609,17563649,18022401,19529731,21364737,22675457,23330817,24969217,25034753,25755651,26869761,27918337,31391745,31719425,33554433,34603009,34799617,35848195,37945345,42139650,42336259,43515906],"writealltext":[9895938,10354690,11534338,14811138,25690114],"words":[16973825,25755653,26411013,35848197,37683201],"win64":[22413313]} \ No newline at end of file diff --git a/docs/fti/FTI_120.json b/docs/fti/FTI_120.json index 333dca9..91ae923 100644 --- a/docs/fti/FTI_120.json +++ b/docs/fti/FTI_120.json @@ -1 +1 @@ -{"xor":[3014658,6946818],"x86_64":[23724035],"x64":[12976130,23724040,23789570,24117250],"x86":[12976130,23724038,23789570,24117250],"xxxxxxxxxxxxxxxxx":[5898242,31195138]} \ No newline at end of file +{"xor":[2621442,9502722],"x86_64":[22413315],"x64":[12648450,22413320,22872066,23986178],"x86":[12648450,22413318,22872066,23986178],"xxxxxxxxxxxxxxxxx":[5570562,27066370]} \ No newline at end of file diff --git a/docs/fti/FTI_121.json b/docs/fti/FTI_121.json index eb41a54..9b96066 100644 --- a/docs/fti/FTI_121.json +++ b/docs/fti/FTI_121.json @@ -1 +1 @@ -{"yasm":[23724038],"ylimb":[7012353,16252930,19529735],"yields":[7012354,16252932,17629185,25362433]} \ No newline at end of file +{"yasm":[22413318],"ylimb":[7602177,17825799,18022402],"yields":[7602178,17629185,18022404,25362433]} \ No newline at end of file diff --git a/docs/fti/FTI_122.json b/docs/fti/FTI_122.json index fd56dd5..ef83870 100644 --- a/docs/fti/FTI_122.json +++ b/docs/fti/FTI_122.json @@ -1 +1 @@ -{"zero":[458753,1179649,1441793,1769473,1966081,2097153,3080193,3276802,3473410,3604482,5505026,5636098,5701633,5898241,5963778,6815746,7012399,7405578,7733249,8060929,8323074,9109507,9437186,9633793,10289153,10420227,10616836,10944514,11141121,11272197,11534337,11993089,13631490,13893634,13959169,14024707,14614529,15073282,15269890,15925252,16253022,16449538,16515074,16711682,17367041,17563649,17956866,18153474,18677762,18743297,18808833,18939906,19267588,19333121,19529729,20054017,20119553,20447233,20709378,20774915,20840449,20905989,21626884,23068674,23658497,23789570,24117250,24313857,24444930,25427969,26017793,26345478,26476545,26607617,26869763,26935297,27328514,27394050,27656196,28835843,29753346,30212097,30932993,31195139,31260673,31391745,31522819,32702465,33095682,34406402,34865154,35061763,35192838,35258369,35520522,35717121,35913729,36044801,36372481,36569092,37027844,37224450,37486594,37814274,37879810,38010882,38666244,38862854,39059457,39321601,39976962,40042502,40108034,40239106,40370177,40501251,40632321,40828930,41025538,41091076,41418753,41746433,42205186,42270722,42729473,43188226,43646977],"zeros":[1966081,5898241,7012356,14221313,16252936,19333121,26869761,34471937,35061761,38600705,41877507],"zip":[23724033],"zeroes":[15138817,36962305,37552129],"zeromemory":[7012354,16252932,41877510]} \ No newline at end of file +{"zero":[1114113,1179649,1507329,1703937,2424833,3080193,3145730,3211265,3276802,4194306,5046274,5570561,5767170,5832706,6553602,6815745,6881290,7602223,7667714,8060929,8716290,8781827,9306115,9371649,9568257,9961473,10092548,10485765,10616833,11337730,11468801,11665409,12713986,13631491,13762561,13893634,14155777,14548993,14942210,15204356,15335426,15400961,16252930,16515073,17825793,17891330,17956865,18022494,18219010,18350082,18481153,19005442,19070977,19136513,19398660,19791874,20119555,20381697,20643842,21168130,21430277,21495809,21626884,21757953,22872066,23134209,23986178,24248322,25034753,25755654,25886722,26411010,26476545,27066371,27328513,27459585,27656195,27918339,28246017,28442625,28704769,29097986,29491204,29818883,30277634,31719427,31850506,32112641,32178177,33161217,33357826,33882113,34603009,34734081,34799617,34996226,35127297,35389442,35520513,35782657,35848198,36503556,36765698,36962308,37355524,37421062,37879810,38469633,38666242,39190530,39321601,40108034,40501254,40632322,40828930,40894466,41091074,41156609,41680899,41877506,41943042,42008577,42139650,42729473,42795010,42926084,43712513],"zeros":[1703937,5570561,7602180,14024705,18022408,19070977,27918337,31719425,37617665,38207491,38273025],"zip":[22413313],"zeroes":[16973825,36634625,37683201],"zeromemory":[7602178,18022404,38207494]} \ No newline at end of file diff --git a/docs/fti/FTI_95.json b/docs/fti/FTI_95.json index 0c00000..2fd3728 100644 --- a/docs/fti/FTI_95.json +++ b/docs/fti/FTI_95.json @@ -1 +1 @@ -{"_mpz_realloc":[5636097,7012353,10551297,12976129,15269889,16252930,23789569,24117249,27394049,34406411],"_ptr":[15007745],"_mp_d_intptr":[720902,9830406,10027010,12845058,16777218,23592962,25100289,34734081,39780358],"_mp_size":[3276807,3538950,10027010,12845058,16777218,23592962,25100289,26738690,31522823,34734081,37027844,41025537],"_mp_den":[2818049,18546689,42926085],"_mp_num":[2818049,11730949,18546689],"_mp_d":[3276801,10027009,12845057,16777218,23592962,25100289,26738690,31522817,34734081,37027852,41025537],"_wfopen_s":[1507330,9306114,10223618,10485762,12517380,17170434,18087938,19660802,24379394,39256066,41615362,43122689],"_mp_alloc":[16777217,23592961,26738696],"_mp_prec":[10027009,12845057,20054022,37027841],"_mp_exp":[10027009,12845057,31522818,41025541]} \ No newline at end of file +{"_mpz_realloc":[5832705,7602177,10223617,12648449,14942209,18022402,22872065,23986177,25886721,34996235],"_ptr":[16646145],"_mp_d_intptr":[458758,8847366,8978434,12189698,17301506,24707073,26017794,33292289,43122694],"_mp_size":[3145735,4325382,8978434,12189698,17301506,24707073,24903682,26017794,27656199,33292289,36503556,40894465],"_mp_den":[2293761,17104897,42532869],"_mp_num":[2293761,10289157,17104897],"_mp_d":[3145729,8978433,12189697,17301506,24707073,24903682,26017794,27656193,33292289,36503564,40894465],"_wfopen_s":[1376258,9895938,10354690,11534338,11730948,14811138,17563650,19529730,25690114,37945346,42336258,43515905],"_mp_alloc":[17301505,24903688,26017793],"_mp_prec":[8978433,12189697,21495814,36503553],"_mp_exp":[8978433,12189697,27656194,40894469]} \ No newline at end of file diff --git a/docs/fti/FTI_97.json b/docs/fti/FTI_97.json index bdeab13..7b30e65 100644 --- a/docs/fti/FTI_97.json +++ b/docs/fti/FTI_97.json @@ -1 +1 @@ -{"allows":[2424833,6160385,10027009,11337729,12255233,14090241,15007745,17694721,18546689,23592961,25100289,27197441,30539777,38141953,39387137,42467329],"alignment":[24444929,26345473,35192833],"applications":[23461889,29949953,34078721],"avoids":[26345473,35192833],"accepted":[9437185,10944513,13893633,18677761,38010881],"applicable":[26869761,35061761],"assumed":[1376257],"array":[589825,4718593,5898242,7012358,7077889,7864326,8257537,9830401,10027010,10223617,10551298,12255240,12320770,12845058,12976131,15138819,15204353,15269891,16121857,16252940,16777218,17170433,17301505,18087937,21495809,21954561,23003137,23592962,23789572,23855105,24117252,24444930,25034753,25100289,26345473,31129601,31653889,34734081,35192833,35454977,36962307,37027843,37093377,37552131,38076417,38207489,38731777,38797314,39387137,39780353,40173570,41615361,42074115,42860545,42991617],"algorithm":[2883585,6684679,7012357,12582915,16252938,20643841,23461891,24576001,28246017,29949954,30998532,33161217,34078722,40894466,42205187],"according":[23724033,40042497],"abstract":[524289,720897,983041,2752513,3211265,3276801,3538945,4390913,6094849,8781825,9371649,9830401,14811137,16252929,19070977,19922945,20185089,20512769,20578305,21037057,21757953,22151169,29294593,30670849,31522817,32309249,33554433,33751041,35127297,37027841,39714817,39780353,40173569,42598401],"attacks":[27000833],"automatic":[5505025],"alloc_size":[3801092,7012353,7667719,16252930,38404103,38731777],"alternatively":[10485761,22020097],"alloc_func_ptr":[3801093,29622277],"affects":[29949953,34078721],"assumes":[24444929],"access":[7012354,7405569,12976129,16252932,23789570,24117250,27000833,35520513],"ascii":[5898244,31195139],"accordingly":[6488066,7012353,16252930],"abstractclassattribute":[16252929],"accurate":[26869761,35061761,43122689],"allowing":[23724033],"areequal":[11206658,12713986,30277634,39518210],"able":[26869761,35061761],"applying":[8585218,14417922,15400962,16252929,18415618,28573698,29425666],"args":[16121861,17301509,25034757,31129605,41615365,42860549],"accurately":[26869761,35061761,43122689],"active":[4128769,14155777,25952257,28508161,37617665],"accesses":[40501249],"assign":[4128769,7012354,8847361,9699330,10354690,14155777,15269890,16252934,22609921,22806531,25952257,27459587,28508161,37224449,37617665,40566786,41811969,43253761],"architecture":[12976130,23724033,23789570,24117250],"allocation":[1835010,3801101,4325378,7012356,7667714,15925249,16252937,23658497,26345474,26869762,29622279,34406401,35061762,35192834,37093378,40239106,42860546],"andalso":[1507334,29622274],"addend1":[7012353,16252930,36306950],"arrays":[15007745],"actually":[4915202,6684673,7012353,16252930,26345473,35192833],"allowed":[1179649,1310721,2097153,11993089,18939905,20840449,21299201,22020097,24444929,26345473,27590657,28966913,32571393,34996225,35192833,39321601],"actual":[2490369,5701633,6488065,7405569,8257537,11010049,11075585,12189697,13107201,13565953,17301505,17891329,22347777,23396353,35520513,41287681,42336257],"additional":[20447233,23724033,35717121],"apply":[24444929],"addition":[7012353,7405569,8650755,16252930,21299201,35520513,40108033,42270721],"advance":[7012354,7995393,10878977,16252932,16646145],"area":[5898241,7012354,7405570,16252932,20447234,26804225,29163521,31195137,35520514,35717122],"aim":[20054017],"avoid":[5505025,9633793,16646145],"allocate_function":[3801099,29622279,38404101,38731777],"accomplish":[34406401],"adequate":[24576001],"areas":[5767169,7012354,7405569,16252932,20447235,25427969,35520513,35717123,40042498,40108033,40501250],"assert":[131076,196612,458756,589828,917508,1179652,1310724,1441794,1507336,1572870,1638404,2031620,2097156,2490372,2555910,2883590,2949124,3014660,3342340,3473412,3604484,3735556,3801096,3866630,4128772,4259844,4521990,4653060,4718606,4915204,4980740,5046276,5177348,5373956,5439492,5505032,5636108,5701638,5767172,5898244,5963780,6356996,6488068,6815748,6946820,7077902,7274500,7405574,7733252,7995396,8060932,8257540,8323076,8519684,8585220,8650758,8716294,8847364,8912900,8978436,9109508,9175044,9240580,9306120,9437188,9502724,9568260,9633796,9699332,10158084,10223632,10289156,10354692,10420226,10485768,10616836,10878980,11010052,10944516,11075588,11141124,11206658,11534340,11599876,11993092,12124166,12189700,12517386,12713986,12976134,13041668,13107204,13303812,13369352,13565956,13631492,13762564,13828100,13893636,13959172,14024708,14155780,14286852,14417924,14614532,14680068,14876676,15073282,15204356,15269892,15400966,15663108,15728644,15794180,15859716,15925252,16056324,16121858,16318468,16449540,16515076,16646148,16973830,17170436,17235972,17301508,17367044,17498118,17563650,17629188,17891332,17956868,18087952,18153478,18415620,18612228,18677764,18743300,18808836,18939908,19267588,19398660,19464196,19529732,19660808,19791878,20119556,20250628,20447242,20643844,20709382,20774918,20840456,21102596,21299206,21626884,21692422,21823496,21889028,21954562,22020100,22347780,22609924,22675460,22740998,22806532,22937604,23003152,23068676,23134212,23199748,23330822,23396356,23658506,23789572,23855112,24117252,24248324,24313858,24379400,24444932,24576004,24641540,24903684,25034756,25165828,25296902,25362436,25427974,25690116,25755652,25886724,25952260,26017796,26279942,26411014,26345498,26476548,26607622,26673156,26804228,26869766,26935300,27000836,27066372,27131908,27328518,27394054,27459588,27525124,27590662,27656196,28246020,28311558,28377092,28442630,28508164,28573700,28770308,28835844,28901380,28966916,29163524,29425670,29556740,29622274,29753348,29818884,29884422,30015494,30081028,30277634,30474244,30605316,30801924,30867462,31064068,31195142,31260678,31326212,31391748,31457286,31653896,31981572,32571396,32702468,32964612,33030148,33095686,33161222,33226758,33292292,33423364,33685512,33947652,34209796,34406408,34865156,34996230,35061766,35192858,35258372,35389444,35454984,35520518,35717130,35913732,36044806,36110340,36175876,36372484,36438020,36569092,36634628,36765704,36896772,37093380,37158916,37224452,37289988,37355524,37486596,37617668,37683206,37748740,37814276,37879812,38010884,38076424,38207496,38535174,38666244,38862852,39059460,39190532,39256072,39321602,39452676,39518210,39583748,39976966,40042504,40108038,40239108,40501254,40566788,40632324,40894468,40960004,41091076,41222148,41287684,41418756,41484292,41549828,41615364,41746436,41811972,41943044,42008580,42139652,42270728,42336260,42401796,42663940,42729476,42860548,42991632,43122692,43188230,43253764,43646982,43778052],"a1p":[40501254],"addend2":[7012353,16252930,36306950],"absolute":[458753,1441793,5636097,6225921,7012358,10158081,10551297,11141121,12976130,16252940,23658497,24117249,25886721,26345473,35192833,37027841,39976962],"appended":[8257537,17301505],"argument":[1769474,2424833,3801089,4784130,5570562,7929857,10485761,10682369,12451841,12779521,13434882,14090242,15335426,15925249,15990786,19660801,20316161,22020097,23920642,23986178,24051713,24182786,24313857,26542081,26869761,27983873,30343169,30736385,32178177,32899073,33488898,34275330,34340866,34537474,34668545,35061761,36503553,37421057,37945346,38338561,38731777,39845889,40370178,43384834],"abs":[26738689,37027842],"analogous":[34275329],"allocating":[26345473,35192833],"accept":[7340033,10027009,14221313,22020097,27262977,34471937,34603009,43384833],"automatically":[1,5505025,16646146,23724034],"address":[15007746,24444929,26345473,35192833,37093377,42860545],"account":[23724033,24444929],"assigning":[1638402,4980738,5439490,9699330,10354690,16252930,18939906,22020098,23134210,24641538,25690114,26411010,33685506,36634626,37158914,39321601,39583746,41484290],"average":[3866625,25296897],"assignment":[4128769,8847361,14155778,22609921,25952257,28508161,37224449,37617665,41811969,43253761],"allocated":[131074,458754,589825,917506,1179650,1441793,1507330,1572866,1638402,1769473,1835014,2031618,2490370,2555906,2883586,2949122,3342338,3473410,3604482,3735554,4128770,4259842,4325378,4521986,4980738,5046274,5177346,5373954,5439490,5505027,5636098,5963778,6356994,6488066,6815746,7012356,7274498,7667714,7733250,7798786,7995394,8060930,8519682,8585218,8716290,8847362,8912898,8978434,9109506,9240578,9306114,9437186,9502722,9568258,9699330,10158082,10289154,10354690,10420225,10485762,10616834,10878978,10944514,11010050,11075586,11141122,11534338,11599874,11993090,12124162,12189698,12517378,12976130,13041666,13107202,13303810,13369346,13565954,13631490,13762562,13828098,13893634,13959170,14024706,14155778,14286850,14417922,14614530,14680066,14876674,15073282,15269890,15400962,15663106,15794178,15859714,15925252,16056322,16252936,16318466,16449538,16646146,16777217,17235970,17367042,17498114,17629186,17891330,17956866,18153474,18415618,18677762,18743298,18939906,19267586,19398658,19464194,19660802,19791874,20119554,20643842,20774914,21102594,21495809,21626882,21692418,21823490,21889026,22020098,22347778,22609922,22675458,22740994,22806530,23068674,23134210,23199746,23396354,23592961,23658498,23789570,23855106,24117250,24248322,24313858,24379394,24444930,24576002,24641538,24903682,25165826,25362434,25690114,25755650,25821185,25886722,25952258,26279938,26411010,26345478,26476546,26673154,26738690,26869764,26935298,27000834,27066370,27394050,27459586,27525122,27656194,28246018,28311554,28377090,28442626,28508162,28573698,28770306,28901378,29032453,29425666,29556738,29753346,29818882,29884418,30015490,30081026,30474246,30605314,30801922,31064066,31653890,32702466,32964610,33161218,33292290,33357825,33423362,33685506,33947650,34209794,34406402,34865154,35061764,35192838,35258370,35389442,35454978,35913730,36110338,36175874,36241409,36372482,36438018,36569090,36634626,36700161,36765698,36896770,37027842,37093378,37158914,37224450,37289986,37486594,37617666,37683202,37748738,37814274,37879810,38010882,38076418,38207490,38404098,38535170,38666242,38731778,38862850,39059458,39190530,39256066,39321601,39452674,39583746,39976962,40239108,40435713,40566786,40894466,40960002,41091074,41222146,41287682,41484290,41746434,41811970,41943042,42008578,42139650,42270722,42336258,42401794,42729474,42860547,43122689,43188226,43253762,43646978,43778050],"algorithms":[7012353,14221313,16252930,34471937,38600705,40894465],"allocates":[16646145],"abcd":[5636098,27394050],"arguments":[2424833,3145730,3801089,4718593,7012354,7077889,8257537,10223617,14090242,15204353,16121857,16252932,17170433,17301505,18087937,21954561,23003137,25034753,27000834,27328513,29622273,31129602,37093377,41615361,42860545,42991617],"asprintf":[42860545],"assembly":[131073,196609,393217,458753,524289,589825,655361,720897,786433,917505,983041,1048577,1179649,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1966081,2031617,2097153,2293761,2359297,2490369,2555905,2621441,2686977,2752513,2883585,2949121,3014657,3145729,3211265,3276801,3342337,3473409,3538945,3604481,3735553,3801089,3866625,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5177345,5242881,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5898241,5963777,6029313,6094849,6225921,6356993,6488065,6553601,6684673,6815745,6881281,6946817,7077889,7143425,7208961,7274497,7340033,7405569,7471105,7602177,7667713,7733249,7798785,7929857,7995393,8060929,8126465,8192001,8257537,8323073,8454145,8519681,8585217,8650754,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9175041,9240577,9306113,9371649,9437185,9502721,9568257,9633793,9699329,9830401,9895937,10027009,10092545,10158081,10223617,10289153,10354689,10420225,10485761,10551297,10616833,10682369,10747905,10813441,10878977,10944513,11010049,11075585,11141121,11206657,11272193,11403265,11468801,11534337,11599873,11665409,11730945,11796481,11862017,11927553,11993089,12058625,12124161,12189697,12255233,12320769,12386305,12451841,12517377,12582913,12648449,12713985,12779521,12910593,12976129,13041665,13107201,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13762561,13828097,13893633,13959169,14024705,14090241,14155777,14221313,14286849,14352385,14417921,14483457,14548993,14614529,14680065,14745601,14811137,14876673,14942209,15007745,15073281,15138817,15204353,15269889,15400961,15532033,15597569,15663105,15728641,15794177,15859713,15925249,16056321,16121857,16187393,16252929,16318465,16449537,16515073,16580609,16646145,16711681,16842753,16908289,16973825,17039361,17104897,17170433,17235969,17301505,17367041,17498113,17563649,17629185,17760257,17825793,17891329,17956865,18022401,18087937,18153473,18219009,18284545,18415617,18481153,18546689,18612225,18677761,18743297,18808833,18874369,18939905,19005441,19070977,19136513,19202049,19267585,19333121,19398657,19464193,19529729,19660801,19726337,19791873,19922945,19988481,20054017,20119553,20185089,20250625,20316161,20381697,20447233,20512769,20578305,20643841,20709377,20774913,20840449,20905985,20971521,21037057,21102593,21233665,21299202,21364737,21430273,21495809,21626881,21692417,21757953,21823489,21889025,21954561,22020097,22085633,22151169,22216705,22282241,22347777,22478849,22544385,22609921,22675457,22740993,22806529,22872065,22937601,23003137,23068673,23134209,23199745,23265281,23330818,23396353,23461889,23527425,23592961,23658497,23724033,23789569,23855105,24051713,24117249,24248321,24313857,24379393,24444929,24510465,24576001,24641537,24707073,24772609,24838145,24903681,24969217,25034753,25100289,25165825,25231361,25296897,25362433,25427969,25493505,25559041,25624577,25690113,25755649,25886721,25952257,26017793,26148865,26214401,26279937,26411009,26345473,26476545,26542081,26607617,26673153,26738689,26804225,26869761,26935297,27000833,27066369,27131905,27262977,27328513,27394049,27459585,27525121,27590658,27656193,27721729,27787265,27983873,28049409,28114945,28246017,28311553,28377089,28442625,28508161,28573697,28639233,28770305,28835841,28901377,28966913,29032449,29097985,29163521,29294593,29360129,29425665,29491201,29556737,29622273,29753345,29818881,29884417,29949953,30015489,30081025,30146561,30277633,30343169,30408705,30474241,30605313,30670849,30736385,30801921,30867457,30932993,30998529,31064065,31129601,31195137,31260674,31326209,31391745,31457281,31522817,31588353,31653889,31719425,31784961,31850497,31916033,31981569,32112641,32178177,32243713,32309249,32374785,32440321,32505857,32571393,32636929,32702465,32833537,32899073,32964609,33030145,33095681,33161217,33226753,33292289,33357825,33423361,33554433,33619969,33685505,33751041,33816577,33882113,33947649,34013185,34078721,34144257,34209793,34275329,34406401,34471937,34603009,34668545,34799617,34865153,34930689,34996226,35061761,35127297,35192833,35258369,35323905,35389441,35454977,35520513,35586049,35651585,35717121,35782657,35913729,35979265,36044802,36110337,36175873,36241409,36306945,36372481,36438017,36503553,36569089,36634625,36700161,36765697,36831233,36896769,36962305,37027841,37093377,37158913,37224449,37289985,37355521,37421057,37486593,37552129,37617665,37683201,37748737,37814273,37879809,37945345,38010881,38076417,38207489,38338561,38404097,38469633,38535169,38600705,38666241,38797313,38862849,38928385,38993921,39059457,39124993,39190529,39256065,39321601,39452673,39518209,39583745,39714817,39780353,39845889,39911425,39976961,40042497,40108033,40173569,40239105,40304641,40370177,40435713,40501249,40566785,40632321,40763393,40828929,40894465,40960001,41025537,41091073,41156609,41222145,41287681,41418753,41484289,41549825,41615361,41680897,41746433,41811969,41877505,41943041,42008577,42074113,42139649,42205185,42270721,42336257,42401793,42467329,42532865,42598401,42663937,42729473,42795009,42860545,42926081,42991617,43057153,43122689,43188225,43253761,43319297,43384833,43450369,43515905,43581441,43646977,43712513,43778049],"application":[23724034,24444929,26345474,26869761,29949953,34078721,35061761,35192834],"arithmetic":[131074,2490369,5046274,5177346,6225922,6356994,6488065,8519682,8978434,9109508,9502722,9568258,10420228,11010049,11075585,11665410,12189697,13041666,13107201,13303810,13565953,13828098,14024708,14286850,14680066,15794178,15859714,16252931,16711682,17039362,17235970,17891329,19398658,21102594,22347777,23396353,24707074,25165826,25886722,27066370,28770306,29556738,31588354,33423362,33947650,35389442,36110338,36306946,39190530,41287681,41680898,41943042,42336257,42401794,43581442],"allocate":[1835009,3801094,4325378,7012358,7667718,7798785,8257538,15204354,16252936,17301506,21495809,24444930,25034754,26083333,26345474,29622284,33357825,35192834,36241409,38404097,38731777,40435713],"add":[5898241,7012356,8650753,16252936,16646145,16973825,21299201,23724033,33226753],"assuming":[27000833],"available":[131074,196610,458754,589826,786434,917506,1179650,1310722,1441794,1507330,1572866,1638402,1966082,2031618,2097154,2490370,2555906,2883586,2949122,3014658,3342338,3473410,3604482,3735554,3801090,3866626,4063234,4128770,4259842,4521986,4653058,4718594,4915202,4980738,5046274,5177346,5373954,5439490,5505026,5636098,5701634,5767170,5898242,5963778,6225922,6356994,6488066,6684674,6815746,6946818,7077890,7274498,7340034,7405570,7733250,7995394,8060930,8257538,8323074,8519682,8585218,8650754,8716290,8847362,8912898,8978434,9109506,9175042,9240578,9306114,9437186,9502722,9568258,9633794,9699330,10158082,10223618,10289154,10354690,10420226,10485762,10616834,10878978,10944514,11010050,11075586,11141122,11206658,11534338,11599874,11665410,11993090,12124162,12189698,12517378,12582914,12713986,12976130,13041666,13107202,13303810,13369346,13565954,13631490,13762562,13828098,13893634,13959170,14024706,14155778,14221314,14286850,14417922,14614530,14680066,14876674,15073282,15204355,15269890,15400962,15663106,15728642,15794178,15859714,15925250,16056322,16121858,16318466,16449538,16515074,16646146,16711682,16973826,17039362,17170434,17235970,17301506,17367042,17498114,17563650,17629186,17891330,17956866,18087938,18153474,18415618,18612226,18677762,18743298,18808834,18874370,18939906,19267586,19333122,19398658,19464194,19529730,19660802,19791874,20119555,20250626,20447234,20643842,20709378,20774914,20840450,21102594,21299202,21626882,21692418,21823490,21889026,21954562,22020098,22085634,22347778,22609922,22675458,22740994,22806530,22937602,23003138,23068675,23134210,23199746,23330818,23396354,23461890,23658498,23724034,23789570,23855106,24117250,24248322,24313858,24379394,24444930,24576002,24641538,24707074,24903682,25034755,25165826,25296898,25362434,25427970,25690114,25755650,25886722,25952258,26017794,26279938,26411010,26345474,26476546,26607618,26673154,26804226,26869762,26935298,27000834,27066370,27131906,27262978,27328514,27394050,27459586,27525122,27590658,27656194,28246018,28311554,28377090,28442626,28508162,28573698,28770306,28835842,28901378,28966914,29163522,29425666,29556738,29622274,29753346,29818882,29884418,29949954,30015490,30081026,30277634,30474242,30605314,30801922,30867458,30998530,31064066,31195138,31260674,31326210,31391746,31457282,31588354,31653890,31981570,32374786,32571394,32702466,32964610,33030146,33095682,33161218,33226754,33292290,33423362,33685506,33947650,34078722,34209794,34406402,34471938,34603010,34865154,34996226,35061762,35192834,35258370,35389442,35454978,35520514,35717122,35913730,36044802,36110338,36175874,36306946,36372482,36438018,36569090,36634626,36765698,36896770,37093379,37158914,37224450,37289986,37355522,37486594,37617666,37683202,37748738,37814274,37879810,38010882,38076418,38207490,38535170,38600706,38666242,38862850,39059458,39190530,39256066,39321602,39452674,39518210,39583746,39976962,40042498,40108034,40239106,40501250,40566786,40632322,40828930,40894466,40960002,41091074,41222146,41287682,41418754,41484290,41549826,41615362,41680898,41746434,41811970,41943042,42008578,42139650,42205186,42270722,42336258,42401794,42663938,42729475,42860547,42991618,43122690,43188226,43253762,43581442,43646978,43778050]} \ No newline at end of file +{"allows":[1769473,6946817,8978433,11206657,11927553,14876673,16646145,17104897,18612225,24707073,25493505,26017793,32309249,35323905,40435713,42401793],"alignment":[25755649,26411009,35848193],"applications":[23199745,32374785,33488897],"avoids":[25755649,35848193],"accepted":[8716289,11337729,13893633,19791873,36765697],"applicable":[27918337,31719425],"assumed":[1245185],"array":[524289,5570562,6422529,7602182,8585217,8847361,8978434,10223618,10354689,10813446,11927560,12189698,12648451,12779522,13172737,14811137,14942211,15794177,15990785,16580609,16973827,17301506,17563649,18022412,21037057,22675457,22872068,23330817,23461889,23920641,23986180,24707073,25755649,26017794,26411010,29229057,31260673,33292289,34340865,35848193,35979265,36175873,36503555,36634627,37224449,37486593,37683203,37945345,39780355,39976961,40435713,40566786,41025538,43122689,43384833],"algorithm":[2359297,6488071,7602181,12451843,18022410,20512769,23199747,23527425,30343169,32374786,32899076,33226753,33488898,40239106,41943043],"according":[22413313,40501249],"abstract":[393217,458753,917505,2883585,3145729,2162689,4325377,4521985,5308417,8126465,8847361,9240577,16056321,17432577,18022401,19726337,19922945,20709377,21102593,21299201,21561345,24444929,27656193,30212097,30867457,32833537,34275329,34668545,36503553,37027841,37814273,38928385,41025537,43122689],"attacks":[25296897],"automatic":[5046273],"alloc_size":[3407876,7208967,7602177,18022402,36438023,39976961],"alternatively":[9895937,22937601],"alloc_func_ptr":[3407877,26214405],"affects":[32374785,33488897],"assumes":[26411009],"access":[6881281,7602178,12648449,18022404,22872066,23986178,25296897,31850497],"ascii":[5570564,27066371],"accordingly":[5963778,7602177,18022402],"abstractclassattribute":[18022401],"accurate":[27918337,31719425,43515905],"allowing":[22413313],"areequal":[11796482,13697026,32505858,43057154],"able":[27918337,31719425],"applying":[7340034,14352386,14614530,18022401,18087938,28049410,31784962],"args":[15794181,16580613,23330821,31260677,37945349,43384837],"accurately":[27918337,31719425,43515905],"active":[3670017,13959169,27131905,28966913,39649281],"accesses":[41680897],"assign":[3670017,7077889,7602178,8912898,9633794,13959169,14942210,18022406,21692417,23265283,27000833,27131905,27525123,28966913,39649281,40828929,42663938,43581441],"architecture":[12648450,22413313,22872066,23986178],"allocation":[1572866,3407885,3866626,7208962,7602180,15204353,18022409,21757953,25755650,26214407,27918338,31719426,34996225,35848194,35979266,41091074,43384834],"andalso":[1376262,26214402],"addend1":[7602177,18022402,37093382],"arrays":[16646145],"actually":[4784130,6488065,7602177,18022402,25755649,35848193],"allowed":[1114113,1441793,3211265,11665409,19005441,19136513,21364737,22937601,25755649,26411009,26869761,29687809,31391745,35192833,35848193,38469633],"actual":[2555905,5963777,6815745,6881281,8585217,10027009,11010049,12517377,13107201,13565953,16384001,16580609,22806529,24641537,31850497,42074113,43253761],"additional":[20381697,22413313,33882113],"apply":[26411009],"addition":[6881281,7602177,8323075,18022402,21364737,31850497,41877505,42139649],"advance":[7471105,7602178,11599873,16187393,18022404],"area":[5570561,6881282,7602178,18022404,20381698,26083329,27066369,31588353,31850498,33882114],"aim":[21495809],"avoid":[5046273,9371649,16187393],"allocate_function":[3407883,26214407,36438021,39976961],"accomplish":[34996225],"adequate":[23527425],"areas":[5111809,6881281,7602178,18022404,20381699,25034753,31850497,33882115,40501250,41680898,42139649],"assert":[65540,131076,524292,1048580,1114116,1179652,1376264,1441796,1900548,1966086,2359302,2424834,2490372,2555908,2621444,2818052,2949124,3014662,3211268,3276804,3407880,3473412,3538948,3604486,3670020,3735558,3997700,4194308,4718596,4784132,4980740,5046280,5111812,5505028,5570564,5636100,5767172,5832716,5898244,5963780,6422542,6553604,6750212,6815750,6881286,7077892,7340036,7471108,7667716,8060932,8323078,8454148,8519684,8585220,8650756,8716292,8781828,8912900,9109508,9175044,9306114,9371652,9437190,9502724,9568260,9633796,9895944,9961476,10027012,10092548,10354704,10616836,10747908,11010052,11075588,11141124,11272198,11337732,11468804,11534344,11599876,11665412,11730954,11796482,11862024,12386308,12517380,12582916,12648454,12713988,12910596,13107204,13172750,13434884,13565956,13631492,13697026,13762564,13893636,13959172,14155780,14221316,14286852,14352390,14548996,14614532,14811152,14942212,15073284,15204356,15335426,15400964,15466500,15532036,15663108,15728644,15794178,15990788,16187396,16252932,16384004,16449542,16515076,16580612,17039364,17498116,17563652,17629188,17760260,17825796,17891332,17956866,18087940,18153478,18350086,18481156,18546692,18874372,19005444,19136520,19333124,19398660,19464196,19529736,19791876,19988484,20119558,20381706,20512772,20578308,20643844,20971524,21168134,21233670,21364742,21626884,21692420,21757962,21823492,21889032,22085636,22282246,22675458,22806532,22872068,22937604,23134210,23265284,23330820,23396356,23461904,23527428,23592964,23789572,23920648,23986180,24248324,24313860,24510468,24576006,24641540,24969222,25034758,25100292,25231364,25296900,25362436,25690120,25755674,25886726,25952262,26083332,26148870,26214402,26345476,26411012,26476548,26542084,26607620,26673158,26738692,26804228,26869766,27000836,26935302,27066374,27131908,27197444,27328516,27394052,27459588,27525124,27918342,28049412,28246022,28311556,28573700,28704772,28835844,28901380,28966916,29097990,29229064,29294598,29491204,29687812,29818884,29884420,30277636,30343172,30605318,30670852,30933000,30998532,31064070,31129604,31326212,31391750,31588356,31653894,31719430,31784966,31850502,32112644,32243718,32440324,32505858,33161220,33226758,33357830,33554436,33619972,33685508,33751044,33882122,33947652,34078724,34340872,34603014,34734084,34799622,34930692,34996232,35127300,35192836,35389444,35454982,35520516,35586052,35848218,35913732,35979268,36175880,36569092,36765700,36962308,37224456,37355524,37421060,37486608,37552132,37748742,37879814,37945348,38010884,38141956,38469634,38535172,38600708,38666244,38731780,39059460,39190532,39256068,39321604,39387140,39518214,39649284,40108036,40173572,40239108,40304644,40501256,40828932,40960004,41091076,41156612,41353220,41484296,41615364,41680902,41746436,41811972,41877512,42008582,42074116,42139654,42336264,42598404,42663940,42729476,42795014,42860548,42926084,42991620,43057154,43188228,43253764,43384836,43515908,43581444,43712516,43778052],"a1p":[41680902],"addend2":[7602177,18022402,37093382],"absolute":[1179649,2424833,5439489,5832705,7602182,9961473,10223617,11141121,12648450,18022412,21757953,22872065,25755649,26607617,35848193,36503553,42795010],"appended":[8585217,16580609],"argument":[1507330,1769473,3407873,4456450,4849666,7929857,9830401,9895937,12255233,12845057,13238274,14417922,14876674,15138818,15204353,19529729,20840449,22478850,22544386,22740994,22937601,23134209,24182785,27787265,27918337,28180481,28770305,30801921,31719425,32571393,32702465,34013186,34209794,34406402,35651585,35782658,36306945,36241410,37289985,38338561,38862850,38993922,39976961,41222145],"abs":[24903681,36503554],"analogous":[34013185],"allocating":[25755649,35848193],"accept":[7274497,8978433,14024705,22937601,26279937,33816577,38273025,38993921],"automatically":[720897,5046273,16187394,22413314],"address":[16646146,25755649,26411009,35848193,35979265,43384833],"account":[22413313,26411009],"assigning":[2949122,5505026,5898242,8912898,9633794,18022402,19005442,21823490,22937602,23789570,25100290,26673154,30932994,35586050,38469633,40960002,41353218,41746434],"average":[3604481,26935297],"assignment":[3670017,7077889,13959170,21692417,27000833,27131905,28966913,39649281,40828929,43581441],"allocated":[65538,524289,1048578,1114114,1179650,1376258,1507329,1572870,1900546,1966082,2359298,2424833,2490370,2555906,2818050,2949122,3014658,3276802,3473410,3538946,3670018,3735554,3866626,3997698,4194306,4980738,5046275,5505026,5636098,5767170,5832706,5898242,5963778,6553602,6750210,7077890,7208962,7340034,7405570,7471106,7602180,8060930,8454146,8519682,8650754,8716290,8781826,8912898,9109506,9175042,9306113,9437186,9568258,9633794,9895938,9961474,10027010,10092546,10616834,10747906,11010050,11075586,11141122,11272194,11337730,11468802,11534338,11599874,11665410,11730946,11862018,12386306,12517378,12582914,12648450,12713986,12910594,13107202,13434882,13565954,13631490,13762562,13893634,13959170,14155778,14221314,14352386,14548994,14614530,14942210,15073282,15204356,15335426,15400962,15466498,15532034,15663106,15728642,16187394,16252930,16384002,16515074,17039362,17301505,17498114,17629186,17760258,18022408,18087938,18153474,18350082,18874370,19005442,19398658,19529730,19791874,19988482,20119554,20512770,20578306,20643842,20971522,21037057,21233666,21626882,21692418,21757954,21823490,21889026,22282242,22806530,22872066,22937602,23134210,23265282,23396354,23527426,23592962,23789570,23920642,23986178,24248322,24313858,24510466,24576002,24641538,24903682,25100290,25165825,25231362,25296898,25362434,25690114,25755654,25886722,25952258,26017793,26148866,26345474,26411010,26542082,26607618,26673154,26738690,26804226,27000834,27131906,27328514,27394050,27525122,27918340,28049410,28311554,28573698,28704770,28835842,28966914,29229058,29294594,29491202,29622277,29884418,30277634,30343170,30605314,30670850,30932994,30998530,31129602,31326210,31719428,31784962,32112642,32243714,33161218,33226754,33423361,33554438,33619970,33685506,33751042,33947650,34078722,34340866,34734082,34930690,34996226,35127298,35389442,35454978,35520514,35586050,35848198,35913730,35979266,36044801,36175874,36438018,36503554,36569090,36765698,36962306,37224450,37355522,37421058,37552130,37879810,38010882,38469633,38535170,38600706,38666242,39059458,39190530,39256066,39321602,39387138,39518210,39714817,39649282,39976962,40108034,40173570,40239106,40304642,40828930,40960002,41091076,41353218,41418753,41484290,41615362,41746434,41811970,41877506,42008578,42074114,42336258,42663938,42729474,42795010,42926082,42991618,43188226,43253762,43384835,43515905,43581442,43778050],"algorithms":[7602177,14024705,18022402,37617665,38273025,40239105],"allocates":[16187393],"abcd":[5832706,25886722],"arguments":[1769473,2752514,3407873,6422529,7602178,8585217,10354689,13172737,14811137,14876674,15794177,15990785,16580609,17563649,18022404,22675457,23330817,23461889,25296898,26214401,29097985,31260674,35979265,37486593,37945345,43384833],"asprintf":[43384833],"assembly":[65537,131073,327681,393217,458753,524289,589825,786433,851969,917505,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1703937,1835009,1900545,1966081,2097153,2359297,2424833,2490369,2555905,2621441,2752513,2818049,2883585,2949121,3014657,3145729,3211265,3276801,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3997697,4128769,4194305,4259841,2162689,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4980737,5046273,5111809,5177345,5308417,5439489,5505025,5570561,5636097,5767169,5832705,5898241,5963777,6094849,6160385,6225921,6356993,6422529,6488065,6553601,6619137,6750209,6815745,6881281,7012353,7077889,7208961,7274497,7340033,7405569,7471105,7536641,7667713,7733249,7798785,7864321,7929857,7995393,8060929,8126465,8192001,8323074,8454145,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9175041,9240577,9306113,9371649,9437185,9502721,9568257,9633793,9699329,9764865,9830401,9895937,9961473,10027009,10092545,10158081,10223617,10289153,10354689,10420225,10485761,10551297,10616833,10682369,10747905,10878977,10944513,11010049,11075585,11141121,11272193,11337729,11403265,11468801,11534337,11599873,11665409,11730945,11796481,11862017,11927553,11993089,12058625,12124161,12255233,12386305,12451841,12517377,12582913,12648449,12713985,12779521,12845057,12910593,12976129,13041665,13107201,13172737,13238273,13369345,13434881,13565953,13631489,13697025,13762561,13828097,13893633,13959169,14024705,14090241,14155777,14221313,14286849,14352385,14483457,14548993,14614529,14680065,14745601,14811137,14876673,14942209,15073281,15204353,15269889,15335425,15400961,15466497,15532033,15663105,15728641,15794177,15859713,15925249,15990785,16056321,16121857,16187393,16252929,16318465,16384001,16449537,16515073,16580609,16646145,16777217,16842753,16908289,16973825,17039361,17104897,17170433,17367041,17432577,17498113,17563649,17629185,17694721,17760257,17825793,17891329,17956865,18022401,18087937,18153473,18219009,18284545,18350081,18415617,18481153,18546689,18677761,18743297,18808833,18874369,18939905,19005441,19070977,19136513,19202049,19267585,19333121,19398657,19464193,19529729,19595265,19726337,19791873,19922945,19988481,20054017,20119553,20185089,20250625,20316161,20381697,20512769,20578305,20643841,20709377,20774913,20840449,20971521,21037057,21102593,21168129,21233665,21299201,21364738,21430273,21495809,21561345,21626881,21692417,21757953,21823489,21889025,21954561,22020097,22085633,22151169,22216705,22282241,22347777,22413313,22609921,22675457,22806529,22872065,22937601,23003137,23068673,23134209,23199745,23265281,23330817,23396353,23461889,23527425,23592961,23724033,23789569,23855105,23920641,23986177,24051713,24117249,24182785,24248321,24313857,24379393,24444929,24510465,24576001,24641537,24707073,24772609,24838145,24903681,24969218,25034753,25100289,25231361,25296897,25362433,25427969,25559041,25624577,25690113,25755649,25821185,25886721,25952257,26017793,26083329,26148865,26214401,26279937,26345473,26411009,26476545,26542081,26607617,26673153,26738689,26804225,26869762,26935297,27000833,27066369,27131905,27197441,27262977,27328513,27394049,27459585,27525121,27656193,27721729,27787265,27852801,27918337,27983873,28049409,28180481,28246017,28311553,28377089,28442625,28508161,28573697,28704769,28770305,28835841,28901377,28966913,29097985,29229057,29294593,29360129,29425665,29491201,29556737,29622273,29687809,29818881,29884417,29949953,30081025,30146561,30212097,30277633,30343169,30408705,30474241,30539777,30605313,30670849,30736385,30801921,30867457,30932993,30998529,31064065,31129601,31195137,31260673,31326209,31391746,31457281,31522817,31588353,31653889,31719425,31784961,31850497,31916033,31981569,32047105,32112641,32243713,32374785,32440321,32505857,32571393,32636929,32702465,32833537,32899073,32964609,33030145,33161217,33226753,33357825,33423361,33488897,33554433,33619969,33685505,33751041,33816577,33882113,33947649,34013185,34078721,34275329,34340865,34471937,34537473,34603010,34668545,34734081,34799618,34865153,34930689,34996225,35127297,35192833,35258369,35389441,35454977,35520513,35586049,35651585,35717121,35782657,35848193,35913729,35979265,36044801,36110337,36175873,36306945,36438017,36503553,36569089,36634625,36765697,36831233,36896769,36962305,37027841,37093377,37158913,37224449,37289985,37355521,37421057,37486593,37552129,37617665,37683201,37748737,37814273,37879809,37945345,38010881,38076417,38141953,38207489,38273025,38338561,38404097,38469633,38535169,38600705,38666241,38731777,38797313,38862849,38928385,38993921,39059457,39124993,39190529,39256065,39321601,39387137,39452673,39518209,39583745,39649281,39714817,39780353,39845889,39911425,40042497,40108033,40173569,40239105,40304641,40370177,40501249,40566785,40632321,40763393,40828929,40894465,40960001,41025537,41091073,41156609,41222145,41287681,41353217,41418753,41484289,41549825,41615361,41680897,41746433,41811969,41877505,41943041,42008577,42074113,42139649,42205185,42270721,42336257,42401793,42467329,42532865,42598401,42663937,42729473,42795009,42860545,42926081,42991617,43057153,43122689,43188225,43253761,43319297,43384833,43450369,43515905,43581441,43646977,43712513,43778049],"application":[22413314,25755650,26411009,27918337,31719425,32374785,33488897,35848194],"arithmetic":[65538,2555905,3473410,3997698,5439490,5636098,5963777,8454146,8519682,8650754,8781828,9109506,9306116,10027009,11010049,11403266,12386306,12517377,12582914,12910594,13107201,13565953,13631492,14221314,15466498,15532034,15728642,15859714,16384001,17039362,18022403,18219010,19988482,20971522,22806529,24117250,24510466,24641537,26345474,26607618,26804226,29884418,31522818,33619970,33685506,36569090,37093378,38535170,39387138,40304642,40763394,41549826,42074113,43253761,43778050],"allocate":[1572865,3407878,3866626,7208966,7405569,7602182,8585218,15990786,16580610,18022408,21037057,23330818,25755650,26214412,26411010,27590661,33423361,35848194,36438017,39714817,39976961,41418753],"add":[5570561,7602180,8323073,16187393,16449537,18022408,21364737,22413313,37748737],"assuming":[25296897],"available":[65538,131074,524290,786434,1048578,1114114,1179650,1376258,1441794,1703938,1900546,1966082,2359298,2424834,2490370,2555906,2621442,2818050,2949122,3014658,3211266,3276802,3407874,3473410,3538946,3604482,3670018,3735554,3997698,4194306,4259842,4718594,4784130,4980738,5046274,5111810,5439490,5505026,5570562,5636098,5767170,5832706,5898242,5963778,6422530,6488066,6553602,6750210,6815746,6881282,7077890,7274498,7340034,7471106,7667714,8060930,8323074,8454146,8519682,8585218,8650754,8716290,8781826,8912898,9109506,9175042,9306114,9371650,9437186,9502722,9568258,9633794,9895938,9961474,10027010,10092546,10354690,10616834,10747906,11010050,11075586,11141122,11272194,11337730,11403266,11468802,11534338,11599874,11665410,11730946,11796482,11862018,12386306,12451842,12517378,12582914,12648450,12713986,12910594,13107202,13172738,13434882,13565954,13631490,13697026,13762562,13893634,13959170,14024706,14155778,14221314,14286850,14352386,14548994,14614530,14811138,14942210,15073282,15204354,15335426,15400962,15466498,15532034,15663106,15728642,15794178,15859714,15925250,15990787,16187394,16252930,16384002,16449538,16515075,16580610,17039362,17498114,17563650,17629186,17760258,17825794,17891330,17956866,18087938,18153474,18219010,18350082,18481154,18546690,18874370,19005442,19070978,19136514,19333122,19398658,19464194,19529730,19791874,19988482,20119554,20381698,20512770,20578306,20643842,20971522,21168130,21233666,21364738,21626882,21692418,21757954,21823490,21889026,22085634,22282242,22347778,22413314,22675458,22806530,22872066,22937602,23134210,23199746,23265282,23330819,23396354,23461890,23527426,23592962,23789570,23920642,23986178,24117250,24248323,24313858,24510466,24576002,24641538,24969218,25034754,25100290,25231362,25296898,25362434,25690114,25755650,25886722,25952258,26083330,26148866,26214402,26279938,26345474,26411010,26476546,26542082,26607618,26673154,26738690,26804226,26869762,27000834,26935298,27066370,27131906,27197442,27328514,27394050,27459586,27525122,27918338,28049410,28246018,28311554,28573698,28704770,28835842,28901378,28966914,29097986,29229058,29294594,29360130,29491202,29687810,29818882,29884418,30277634,30343170,30605314,30670850,30932994,30998530,31064066,31129602,31326210,31391746,31522818,31588354,31653890,31719426,31784962,31850498,32112642,32243714,32374786,32440322,32505858,32899074,33161218,33226754,33357826,33488898,33554434,33619970,33685506,33751042,33816578,33882114,33947650,34078722,34340866,34603010,34734082,34799618,34930690,34996226,35127298,35192834,35389442,35454978,35520514,35586050,35848194,35913730,35979267,36175874,36569090,36765698,36962306,37093378,37224450,37355522,37421058,37486594,37552130,37617666,37748738,37879810,37945346,38010882,38141954,38273026,38469634,38535170,38600706,38666242,38731778,39059458,39190530,39256066,39321602,39387138,39518210,39649282,40108034,40173570,40239106,40304642,40501250,40632322,40763394,40828930,40960002,41091074,41156610,41353218,41484290,41549826,41615362,41680898,41746434,41811970,41877506,41943042,42008578,42074114,42139650,42336258,42598402,42663938,42729475,42795010,42860546,42926082,42991618,43057154,43188226,43253762,43384835,43515906,43581442,43712514,43778050]} \ No newline at end of file diff --git a/docs/fti/FTI_98.json b/docs/fti/FTI_98.json index 73a730e..957f59d 100644 --- a/docs/fti/FTI_98.json +++ b/docs/fti/FTI_98.json @@ -1 +1 @@ -{"bit":[983041,1507330,2490371,3211265,3604482,4390913,4784129,5505026,5963778,6488071,6684674,7012381,10027009,10616834,11010051,11075601,12189713,12517378,13107207,13434881,13565957,14811137,15138817,16252989,16449538,16646145,17891331,17956866,19267586,19922945,22085633,22151169,22347779,23396359,23658498,23724056,26279938,26804237,27656194,28311554,29163533,29687809,29753346,30277633,30670849,32374785,33554433,34406402,34865154,36569090,36896769,36962305,37027841,37355522,37945345,38666242,39976961,41091074,41287687,42074114,42336259,43384833],"binary":[1507329,1966081,7012356,14221313,16252936,16908289,18939905,19333121,22347777,24379393,33882113,34471937,38600705,39321601],"behaves":[2490369,6488065,11010049,11075585,12189697,13107201,13565953,17891329,22347777,23396353,41287681,42336257],"bz2":[23724033],"block":[1835016,4325378,7012357,7798786,10813442,15925251,16252938,16842755,21299201,26345475,26869763,27590657,29032453,34996225,35061763,35192835,37093379,38273026,38731778,40239107,40370179,41877507,42860547],"bool":[524292,7929859,8454147,8781828,9371652,10682371,12451843,12779523,19070980,20316163,20512772,21037060,24051715,26542083,27721731,27983875,29491203,30343171,30736387,31916035,32112643,32178179,32243715,32309252,32505859,32899075,34668547,34799619,35127300,36503555,37421059,39845891],"bits":[131074,2949122,3473410,4128770,4784130,4915204,5046274,5177345,5505030,6356994,6684674,7012363,8519682,8978434,9109506,9175042,9240578,9502722,10158081,10289154,10420225,11075585,12124166,12189697,13041666,13303810,13565953,13828098,14024706,14155778,14614530,16252952,16646148,17367042,17563649,18743298,18874372,20119554,21102594,22085636,22347779,23724033,24444931,25952258,26279940,26345474,26673154,26869762,27066370,27131910,28311556,28508162,28770306,29687809,30474244,31260680,32702466,33947650,34275329,35061762,35192834,36044807,36110338,36896770,37617666,38731777,39059458,39190530,39518209,39976962,40960002,42008578,42074113,42205185,42663938],"bytesperlimb":[12713988],"bitwise":[2490371,3014657,4653058,6946818,7012369,11010051,16252962,18612225,20250625,23658497,31326210,31981570,33030146,41549825,42336259],"byref":[20774914,26869762,29622278,35192834,35717122],"binomial":[7012354,11599875,16252932,37748739],"boolean":[524290,7929858,8454146,8781826,9371650,10682370,12451842,12779522,19070978,20316162,20512770,21037058,24051714,26542082,27721730,27983874,29491202,30343170,30736386,31916034,32112642,32178178,32243714,32309250,32505858,32899074,34668546,34799618,35127298,36503554,37421058,39845890],"bases":[18939906,22020098,23658498,24379394],"based":[5636097,9633793,12976130,23724033,23789570,24117250,30932993],"book":[7012353,16252930,40894465],"bytes":[1507333,1835015,4325377,5898242,7012357,7667715,7798785,8257538,9306114,10485763,12517379,12713985,15925250,16252940,17301506,19660803,24379395,24444934,26345476,26869762,29032454,29687809,31195137,35061762,35192836,37552129,37945345,38404099,38731780,39256067,40239106,41877506,43122690],"bitsperlimb":[39518212],"bin":[23724038,37748738],"base":[1376258,5898251,7012381,9306120,10485775,14155784,15925259,16252986,17629191,18939916,19595268,19660810,22020111,23658506,23724033,24379402,25362453,26476566,26869770,26935318,27000853,31195147,35061770,37224456,39256073,39321609,40239115,42663946,43122697],"byte":[327682,851970,1507330,3407875,4456454,4784133,5898246,6422530,7864321,8192002,12255233,13434885,17825794,18219014,19005446,19726342,21561346,23265286,23920644,24182789,24444935,24838150,26345480,28180483,28639238,28704770,29097986,30408710,31195145,32768003,33488901,34275332,34340869,34537476,35192840,37552133,37945348,38469638,40304646,40697858,41353218,43057153,43384837],"beginning":[22020097],"body":[34275329],"bound":[786433],"bugs":[14221313,34471937,38600705],"bit_index":[6488071,7012356,13107206,16252936,23396358,41287686],"borrows":[20709377,33095681],"buf":[7012356,8257543,15204360,16252936,17301511,25034760],"built":[23724033],"bigger":[1835009,42205185],"build":[23724041],"b1p":[40501254],"borrow":[23330821,25296901,26607621,27590661,30867461,31457285,35520517],"big":[1507329,10158081,20119554,23068673,23658497,32374785,36896769,39452673,42663937,42729474],"behaviour":[38862849],"building":[21299201,23724036,27590657,34996225],"better":[29949953,34078721],"best":[2883585,23724033,33161217]} \ No newline at end of file +{"bit":[917505,1376258,2555907,2883585,3276802,4521985,4456449,5046274,5767170,5963783,6488066,7602205,8978433,10027025,10092546,11010051,11730946,12517393,13107205,13238273,13565959,16056321,16187393,16252930,16384003,16973825,18022461,19398658,19726337,20643842,21757954,22347777,22413336,22806531,24444929,24641543,25952258,26083341,26148866,29360129,29491202,30277634,30867457,31588365,32505857,33095681,34275329,34996226,35389442,36503553,36962306,37355522,37552129,37683201,38141954,38862849,38993921,39780354,42074119,42795009,42926082,43253763],"binary":[1376257,1703937,7602180,14024705,16318465,18022408,19005441,19070977,22806529,25690113,35717121,37617665,38273025,38469633],"behaves":[2555905,5963777,10027009,11010049,12517377,13107201,13565953,16384001,22806529,24641537,42074113,43253761],"bz2":[22413313],"block":[1572872,3866626,7405570,7602181,9699330,15204355,16908291,18022410,21364737,25755651,26869761,27918339,29622277,31391745,31719427,35782659,35848195,35979267,36700162,38207491,39976962,41091075,43384835],"bool":[393220,7864323,7929859,8126468,9240580,9830403,12255235,12845059,17432580,20709380,20840451,21102596,24182787,27787267,28180483,28377091,28770307,29556739,30146563,30801923,32047107,32571395,32702467,32833540,33030147,34471939,34668548,34865155,36306947,37289987,38338563,41222147],"bits":[65538,2490370,3473410,3670018,3997697,4194306,4456450,4784132,5046278,5636098,6488066,7602187,8519682,8650754,8781826,9109506,9175042,9306113,10027009,11141121,11272198,11468802,12386306,12517377,12582914,12910594,13107201,13631490,13959170,14155778,14548994,15400962,15925252,16187396,16515074,17956865,18022424,18546690,19988482,22347780,22413313,22806531,25755650,25952260,26148868,26345474,26411011,26804226,27131906,27197446,27918338,28835842,28966914,31719426,33095681,33161218,33554436,33685506,34013185,34603016,34799623,35520514,35848194,36569090,37552130,39649282,39780353,39976961,40304642,41615362,41811970,41943041,42598402,42795010,43057153],"bytesperlimb":[11796484],"bitwise":[2555907,2621441,4718594,7602193,9502722,11010051,18022434,19333121,19464193,21757953,28901378,32440322,38731778,42860545,43253763],"byref":[20119554,26214406,27918338,33882114,35848194],"binomial":[7602178,10747907,18022404,38600707],"boolean":[393218,7864322,7929858,8126466,9240578,9830402,12255234,12845058,17432578,20709378,20840450,21102594,24182786,27787266,28180482,28377090,28770306,29556738,30146562,30801922,32047106,32571394,32702466,32833538,33030146,34471938,34668546,34865154,36306946,37289986,38338562,41222146],"bases":[19005442,21757954,22937602,25690114],"based":[5832705,9371649,12648450,22413313,22872066,23986178,28442625],"book":[7602177,18022402,40239105],"bytes":[1376261,1572871,3866625,5570562,7208963,7405569,7602181,8585218,9895939,11534338,11730947,11796481,15204354,16580610,18022412,19529731,25690115,25755652,26411014,27066369,27918338,29622278,31719426,33095681,35848196,36438019,36634625,38207490,38862849,39976964,41091074,42336259,43515906],"bitsperlimb":[43057156],"bin":[22413318,38600706],"base":[1245186,5570571,7602205,9895951,11534344,13959176,15204363,17629191,18022458,19005452,19529738,19660804,21757962,22413313,22937615,25296917,25362453,25690122,27066379,27328534,27918346,28704790,31719434,38469641,40828936,41091083,42336265,42598410,43515913],"byte":[262146,655362,1376258,2686979,4456453,4653062,5570566,5701634,8192002,10813441,11927553,13238277,18284546,18677766,18743302,19202054,20447234,22020102,22478852,22740997,25427974,25755656,26411015,27066377,28639235,29032450,29163522,29425670,30081026,30736390,34013188,34144259,34209796,34406405,35848200,36241413,36372482,36634629,36896774,38862852,38993925,41287686,43450369],"beginning":[22937601],"body":[34013185],"bound":[786433],"bugs":[14024705,37617665,38273025],"bit_index":[5963783,7602180,13565958,18022408,24641542,42074118],"borrows":[21168129,33357825],"buf":[7602180,8585223,15990792,16580615,18022408,23330824],"built":[22413313],"bigger":[1572865,41943041],"build":[22413321],"b1p":[41680902],"borrow":[24969221,26869765,26935301,28246021,31064069,31653893,31850501],"big":[1376257,11141121,16515074,21757953,24248321,29360129,35913729,37552129,42598401,42729474],"behaviour":[37421057],"building":[21364737,22413316,26869761,31391745],"better":[32374785,33488897],"best":[2359297,22413313,33226753]} \ No newline at end of file diff --git a/docs/fti/FTI_99.json b/docs/fti/FTI_99.json index 83e28c2..3bbf236 100644 --- a/docs/fti/FTI_99.json +++ b/docs/fti/FTI_99.json @@ -1 +1 @@ -{"calculating":[2883585,33161217],"coefficient":[7012354,11599875,16252932,37748739,42270722],"copy":[131074,196611,393217,458754,524289,589826,655361,720897,786434,917506,983041,1048577,1179650,1310722,1376257,1441794,1507330,1572866,1638402,1703937,1769473,1835009,1966082,2031618,2097154,2293761,2359297,2424833,2490370,2555906,2621441,2686977,2752513,2883586,2949122,3014658,3145729,3211265,3276801,3342338,3473410,3538945,3604482,3735554,3801090,3866626,3997697,4063234,4128770,4194305,4259842,4325377,4390913,4456449,4521986,4587521,4653058,4718594,4784129,4849665,4915202,4980738,5046274,5177346,5242881,5373954,5439490,5505026,5570561,5636098,5701634,5767170,5898246,5963778,6029313,6094849,6160385,6225922,6356994,6488066,6553601,6684674,6815746,6881281,6946818,7012355,7077890,7143425,7208961,7274498,7340034,7405570,7471105,7602177,7667713,7733250,7798785,7929857,7995394,8060930,8126465,8192001,8257538,8323074,8454145,8519682,8585218,8650754,8716290,8781825,8847362,8912898,8978434,9043969,9109506,9175042,9240578,9306114,9371649,9437186,9502722,9568258,9633794,9699330,9830401,9895937,10027010,10092545,10158082,10223618,10289154,10354690,10420226,10485762,10551298,10616834,10682369,10747905,10813441,10878978,10944514,11010050,11075586,11141122,11206658,11272193,11337729,11403265,11468801,11534338,11599874,11665410,11730945,11796481,11862017,11927553,11993090,12058625,12124162,12189698,12255234,12320769,12386305,12451841,12517378,12582915,12648449,12713986,12779521,12910593,12976130,13041666,13107202,13238273,13303810,13369346,13434881,13500417,13565954,13631490,13762562,13828098,13893634,13959170,14024706,14090242,14155778,14221314,14286850,14352385,14417922,14483457,14548993,14614530,14680066,14745601,14811137,14876674,14942209,15007746,15073282,15138817,15204354,15269891,15400962,15532033,15597569,15663106,15728642,15794178,15859714,15925250,16056322,16121858,16187393,16252935,16318466,16449538,16515074,16580609,16646146,16711682,16842753,16908289,16973826,17039362,17104897,17170434,17235970,17301506,17367042,17498114,17563650,17629186,17694721,17760257,17825793,17891330,17956866,18022401,18087938,18153474,18219009,18284545,18415618,18481153,18546690,18612226,18677762,18743298,18808834,18874370,18939906,19005441,19070977,19136513,19202049,19267586,19333122,19398658,19464194,19529730,19660802,19726337,19791874,19922945,19988481,20054017,20119554,20185089,20250626,20316161,20381697,20447234,20512769,20578305,20643842,20709378,20774914,20840450,20905985,20971521,21037057,21102594,21233665,21299202,21364737,21430273,21495809,21626882,21692418,21757953,21823490,21889026,21954562,22020098,22085634,22151169,22216705,22282241,22347778,22478849,22544385,22609922,22675458,22740994,22806530,22872065,22937603,23003138,23068674,23134210,23199746,23265281,23330818,23396354,23461890,23527425,23592962,23658498,23789570,23724036,23855106,24051713,24117250,24248322,24313858,24379394,24444935,24510465,24576002,24641538,24707074,24772609,24838145,24903682,24969217,25034754,25100290,25165826,25231361,25296898,25362434,25427970,25493505,25559041,25624577,25690114,25755650,25886722,25952258,26017794,26148865,26214401,26279938,26411010,26345477,26476546,26542081,26607618,26673154,26738689,26804226,26869762,26935298,27000834,27066370,27131906,27262978,27197441,27328514,27394050,27459586,27525122,27590658,27656194,27721729,27787265,27983873,28049409,28114945,28246018,28311554,28377090,28442626,28508162,28573698,28639233,28770306,28835842,28901378,28966914,29032449,29097985,29163522,29294593,29360129,29425666,29491201,29556738,29622274,29753346,29818882,29884418,29949954,30015490,30081026,30146561,30277634,30343169,30408705,30474242,30539777,30605314,30670849,30736385,30801922,30867458,30932993,30998530,31064066,31129601,31195140,31260674,31326210,31391746,31457282,31522817,31588354,31653890,31719425,31784961,31850497,31916033,31981570,32112641,32178177,32243713,32309249,32374786,32440321,32505857,32571394,32636929,32702466,32833537,32899073,32964610,33030146,33095682,33161218,33226754,33292290,33357825,33423362,33554433,33619969,33685506,33751041,33816577,33882113,33947650,34013185,34078722,34144257,34209794,34275329,34406402,34471938,34603010,34668545,34799617,34865154,34930689,34996226,35061762,35127297,35192837,35258370,35323905,35389442,35454978,35520514,35586049,35651585,35717122,35782657,35913730,35979265,36044802,36110338,36175874,36241409,36306946,36372482,36438018,36503553,36569090,36634626,36700161,36765698,36831233,36896770,36962305,37027841,37093378,37158914,37224450,37289986,37355522,37421057,37486594,37552129,37617666,37683202,37748738,37814274,37879810,37945345,38010882,38076418,38141953,38207490,38338561,38404097,38469633,38535170,38600706,38666242,38797313,38862850,38928385,38993921,39059458,39124993,39190530,39256066,39321602,39387137,39452674,39518210,39583746,39714817,39780353,39845889,39911425,39976962,40042498,40108034,40173569,40239107,40304641,40370177,40435713,40501250,40566786,40632322,40763393,40828930,40894466,40960002,41025537,41091074,41156609,41222146,41287682,41418754,41484290,41549826,41615362,41680898,41746434,41811970,41877505,41943042,42008578,42074113,42139650,42205186,42270722,42336258,42401794,42467330,42532865,42598401,42663938,42729474,42795009,42860546,42926081,42991618,43057153,43122690,43188226,43253762,43319297,43384833,43450369,43515905,43581442,43646978,43712513,43778050],"compatibility":[1507329,12517377,20447233,25427969,35717121,40108033],"contains":[38731777],"characters":[5898242,7012353,8257540,9306116,10485761,15204355,16121857,16252930,16908289,17170433,17301508,18939905,21954561,22020097,24379393,25034755,33882113,37093377,37945345,38731777,39321601,41615361,42860545],"compare":[458753,524289,1179649,1441793,7012369,8060929,8454145,8781825,9371649,11141121,11534337,11993089,14614529,15728641,16252962,17367041,18743297,19070977,20512769,21037057,27721729,29491201,31916033,32112641,32243713,32309249,32505857,32702465,34799617,35127297,35258369,35913729,36372481,39059457,41746433],"categories":[16252929],"common":[1179649,4063233,5701633,6619138,7012362,11993089,13959171,16252947,19529730,20447233,24313859,25100289,25755649,34209793,35717121,37486595,38731777,40828929,42270724],"compared":[29949953,34078721],"clear":[7012354,16252932,23396356,29163523],"certain":[14876673],"compromise":[23461889],"call":[589825,2883585,2949121,3801090,9240577,12124161,14155777,16318465,20643841,20709377,28246017,30474241,31064065,33095681,33161217,34996225],"create":[131076,196610,458754,589825,786434,917506,1179650,1310724,1441793,1507330,1572868,1638402,1966082,2031618,2097156,2490374,2555908,2883586,2949122,3014658,3342338,3473410,3604482,3735554,3801090,3866628,4128772,4259842,4521988,4653058,4980738,5046276,5177348,5373956,5439490,5505026,5636098,5701634,5767170,5898242,5963778,6356996,6488066,6684674,6815746,6946818,7274498,7340034,7405570,7733252,7995398,8060930,8323074,8519684,8585218,8650754,8716294,8847364,8912900,8978436,9109508,9175042,9240578,9306114,9437190,9502726,9568262,9633794,9699332,10158082,10223618,10289156,10354692,10420226,10485762,10616834,10878980,11010054,10944514,11075586,11141124,11534340,11599874,11993090,12124162,12189698,12517378,12582916,12976130,13041666,13107202,13303810,13369348,13565956,13631492,13762566,13828100,13893636,13959174,14024710,14155778,14221316,14286852,14417924,14614530,14680070,14876674,15073282,15269890,15400964,15663108,15728642,15794182,15859716,15925250,16056326,16318466,16449538,16515074,16646146,16973826,17170434,17235972,17367042,17498116,17563650,17629186,17891332,17956866,18087938,18153474,18415620,18612226,18677762,18743300,18808834,18874372,18939906,19267586,19333122,19398658,19464196,19529730,19660802,19791876,20119554,20250626,20447234,20643842,20709378,20774914,20840452,21102598,21299202,21626884,21692422,21823492,21889026,22020098,22085634,22347778,22609922,22675460,22740996,22806532,22937602,23068674,23134210,23199746,23330818,23396354,23461890,23658498,23789570,23724034,23855106,24117250,24248326,24313858,24379394,24444930,24576004,24641538,24903686,25165828,25296900,25362436,25427970,25690114,25755650,25886724,25952258,26017794,26279938,26411012,26345474,26476552,26607618,26673156,26804226,26869762,26935300,27000840,27066372,27262982,27328514,27394050,27459588,27525122,27590658,27656194,28246018,28311554,28377090,28442628,28508162,28573698,28770308,28835842,28901380,28966916,29163522,29425668,29556742,29753346,29818886,29884420,29949954,30015492,30081028,30474244,30605316,30801922,30867458,30998530,31064066,31195138,31260674,31326210,31391746,31457282,31653890,31981570,32571396,32702468,32964614,33030146,33095682,33161218,33226754,33292292,33423364,33685508,33947654,34078722,34209794,34406402,34471938,34603012,34865154,34996226,35061762,35192834,35258370,35389446,35454978,35520514,35717122,35913730,36044802,36110340,36175874,36372484,36438018,36569090,36634628,36765700,36896770,37093378,37158916,37224450,37289986,37355522,37486598,37617666,37683206,37748740,37814274,37879810,38010882,38076418,38207490,38535174,38600706,38666242,38862854,39059458,39190532,39256066,39321601,39452674,39583746,39976962,40042498,40108034,40239106,40501250,40566788,40632322,40894466,40960006,41091074,41222146,41287682,41418754,41484290,41549826,41615362,41746436,41811970,41943044,42008580,42139652,42205186,42270726,42336262,42401796,42663938,42729474,42860546,43122689,43188226,43253762,43646980,43778054],"correct":[37224449],"comlpement":[13107201],"changing":[7012353,16252930,22020097,30474241],"close":[1507330,19660802,23724033,39256066,43122689],"corresponding":[3801089,10485761,22020097],"calling":[5505025,14221313,14417921,15138817,15400961,16646145,18415617,18874369,20709377,25427969,26607617,27262977,29425665,30474241,33095681,34603009,36962305,37552129,38797313,40108033,42074113],"char":[4456449,4718595,5898241,7012353,7077891,7602177,8192001,9895937,10092545,10223619,12058625,15532033,16252930,17825793,18087939,18219009,19005441,19726337,23003139,23265281,23724033,24838145,24969217,28639233,29097985,30408705,37552129,38469633,40304641,42991619,43057153],"clock":[29949953,34078721],"canonical":[9306113,39321601],"currently":[131074,196610,458754,589826,786434,917506,1179650,1310722,1441794,1507330,1572866,1638402,1966082,2031618,2097154,2490370,2555906,2883586,2949122,3014658,3342338,3473410,3604482,3735554,3801090,3866626,4063234,4128770,4259842,4521986,4653058,4718594,4784129,4915202,4980738,5046274,5177346,5373954,5439490,5505026,5636098,5701634,5767170,5898242,5963778,6225922,6356994,6488066,6684674,6815746,6946818,7012353,7077890,7274498,7340034,7405570,7733250,7995394,8060930,8257538,8323074,8519682,8585218,8650754,8716290,8847362,8912898,8978434,9109506,9175042,9240578,9306114,9437186,9502722,9568258,9633794,9699330,10027010,10158082,10223618,10289154,10354690,10420226,10485762,10616834,10878978,10944514,11010050,11075586,11141122,11206658,11534338,11599874,11665410,11993090,12124162,12189698,12517378,12582914,12713986,12845057,12976130,13041666,13107202,13303812,13369346,13434881,13565954,13631490,13762562,13828098,13893634,13959170,14024706,14155778,14221314,14286850,14417922,14614530,14680066,14876674,15073282,15204354,15269890,15400962,15663106,15728642,15794178,15859714,15925250,16056322,16121858,16252930,16318466,16449538,16515074,16646146,16711682,16777217,16973826,17039362,17170434,17235970,17301506,17367042,17498114,17563650,17629186,17891330,17956866,18087938,18153474,18415618,18612226,18677762,18743298,18808834,18874370,18939906,19267586,19333122,19398658,19464194,19529730,19660802,19791874,20119554,20250626,20447234,20643842,20709379,20774914,20840450,21102594,21299202,21626882,21692418,21823490,21889026,21954562,22020098,22085634,22347778,22609922,22675458,22740994,22806530,22937602,23003138,23068674,23134210,23199746,23330818,23396354,23461891,23592961,23658498,23789570,23855106,24117250,24248322,24313858,24379394,24444930,24576002,24641538,24707074,24903682,25034754,25165826,25296898,25362434,25427970,25690114,25755650,25886722,25952258,26017794,26279938,26411010,26345474,26476546,26607618,26673154,26738690,26804226,26869762,26935298,27000834,27066370,27131906,27262978,27328514,27394050,27459586,27525122,27590658,27656194,28246018,28311554,28377090,28442626,28508162,28573698,28770306,28835842,28901378,28966914,29163522,29425666,29556738,29622274,29753346,29818882,29884418,29949954,30015490,30081026,30277634,30474242,30605314,30801922,30867458,30998530,31064066,31195138,31260674,31326210,31391746,31457282,31522817,31588354,31653890,31981570,32374786,32571394,32702466,32964610,33030146,33095683,33161218,33226754,33292290,33423362,33685506,33947650,34078722,34209794,34406402,34471938,34603010,34865154,34996226,35061762,35192834,35258370,35389442,35454978,35520514,35717122,35913730,36044802,36110338,36175874,36306946,36372482,36438018,36569090,36634626,36765698,36896770,37027841,37093378,37158914,37224450,37289986,37355522,37486594,37617666,37683202,37748738,37814274,37879810,38010882,38076418,38207490,38535170,38600706,38666242,38862850,39059458,39190530,39256066,39321602,39452674,39518210,39583746,39976962,40042498,40108034,40239106,40501250,40566786,40632322,40828930,40894466,40960002,41091074,41222146,41287682,41418754,41484290,41549826,41615362,41680898,41746434,41811970,41943042,42008578,42139650,42205186,42270722,42336258,42401794,42663938,42729474,42860546,42991618,43122690,43188226,43253762,43384833,43581442,43646978,43778050],"cbrt":[7733250,30015490],"created":[23724033],"conditonal":[7405569,35520513,40501249],"custom":[1835010,3801090,4325378,7667714,16252929,26345473,26869761,29622274,35061761,35192833,40239105],"classes":[38731777],"c99":[8257537,17301505],"choice":[17563649],"chosen":[23724033,31195137,42205185,42270721],"const":[15269890],"congruential":[6684675,7012354,16252932,42205187],"class":[131073,196609,458753,589825,655361,720897,786433,917505,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1769473,1835009,1966081,2031617,2097153,2359297,2424833,2490369,2555905,2686978,2621441,2818049,2883585,2949121,3014657,3145729,3276801,3342337,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,4063233,4128769,4259841,4325377,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5898241,5963777,6160385,6225921,6356993,6488065,6553601,6619137,6684673,6750209,6815745,6946817,7012353,7077889,7274497,7340033,7405569,7471105,7667713,7733249,7864321,7995393,8060929,8257537,8323073,8519681,8585217,8650753,8716289,8847361,8912897,8978433,9109505,9175041,9240577,9306113,9437185,9502721,9568257,9633793,9764865,9699329,9830401,9961473,10027014,10158081,10223617,10289153,10354689,10420225,10485761,10551297,10616833,10747906,10878977,11010049,10944513,11075585,11141121,11206657,11337729,11534337,11599873,11665409,11730945,11993089,12124161,12189697,12255237,12320769,12517377,12582913,12648449,12713985,12845057,12976129,13041665,13107201,13172737,13303809,13369345,13434881,13565953,13631489,13762561,13828097,13893633,13959169,14024705,14090245,14155777,14221313,14286849,14352385,14417921,14483457,14614529,14680065,14876673,15007750,15073281,15138817,15204353,15269889,15400961,15663105,15728641,15794177,15859713,15925249,16056321,16121857,16252933,16318465,16449537,16515073,16646145,16711681,16777217,16908289,16973825,17039361,17104897,17170433,17235969,17301505,17367041,17432577,17498113,17563649,17629185,17694721,17891329,17956865,18087937,18153473,18350081,18415617,18546693,18612225,18677761,18743297,18808833,18874369,18939905,19267585,19333121,19398657,19464193,19529729,19595265,19660801,19791873,20054017,20119553,20185089,20250625,20447233,20578305,20643841,20709377,20774913,20840449,20971521,21102593,21299201,21495809,21626881,21692417,21823489,21889025,21954561,22020097,22085633,22347777,22609921,22675457,22740993,22806529,22937601,23003137,23068673,23134209,23199745,23330817,23396353,23461889,23527425,23592965,23658497,23724033,23789569,23855105,24117249,24248321,24313857,24379393,24444929,24510465,24576001,24641537,24707073,24772609,24903681,25034753,25100294,25165825,25296897,25362433,25427969,25624577,25690113,25755649,25886721,25952257,26017793,26083329,26279937,26411009,26345473,26476545,26607617,26673153,26738689,26804225,26869761,26935297,27000833,27066369,27131905,27197441,27262977,27328513,27394049,27459585,27525121,27590657,27656193,27787265,28049409,28246017,28311553,28377089,28442625,28508161,28573697,28770305,28835841,28901377,28966913,29163521,29360129,29425665,29556737,29687809,29622273,29753345,29818881,29884417,29949953,30015489,30081025,30277633,30474241,30539777,30605313,30801921,30867457,30932993,30998529,31064065,31129601,31195137,31260673,31326209,31391745,31457281,31522817,31588353,31653889,31981569,32047105,32374785,32571393,32636929,32702465,32964609,33030145,33095681,33161217,33226753,33292289,33357825,33423361,33619969,33685505,33882113,33947649,34013185,34078721,34209793,34275329,34406401,34471937,34603009,34734081,34865153,34930689,34996225,35061761,35192833,35258369,35389441,35454977,35520513,35717121,35913729,36044801,36110337,36175873,36241409,36306945,36372481,36438017,36569089,36634625,36765697,36896769,36962305,37027841,37093377,37158913,37224449,37289985,37355521,37486593,37552129,37617665,37683201,37748737,37814273,37879809,37945345,38010881,38076417,38141953,38207489,38338561,38535169,38600705,38666241,38731777,38797313,38862849,39059457,39190529,39256065,39321601,39387137,39452673,39518209,39583745,39714817,39780353,39911425,39976961,40042497,40108033,40173569,40239105,40370177,40435713,40501249,40566785,40632321,40828929,40894465,40960001,41025537,41091073,41222145,41287681,41418753,41484289,41549825,41615361,41680897,41746433,41811969,41877505,41943041,42008577,42074113,42139649,42205185,42270721,42336257,42401793,42467333,42663937,42729473,42860545,42926081,42991617,43122689,43188225,43253761,43384833,43581441,43646977,43778049],"copies":[7012354,7405570,16252932,35520514],"current":[65537,1769473,1900545,2228225,2424836,3801089,4784129,5570561,6160387,6291457,7012357,10027011,10485761,11337731,12255236,12976130,13434881,14090244,15007748,15925249,16252938,17694723,18546691,19857409,22020097,22413313,23592963,23724034,23789570,24117250,25100292,26345473,26869761,27197444,28311554,29229057,29622273,30539780,34275329,35061761,35192833,37093378,37945345,38141956,38273025,39387140,40239105,40370177,42467332,42860546,43122689,43384833],"considering":[22020097],"correctness":[1966081,19333121],"constructs":[23724033],"comparison":[14614530,16252929,17367042,18743298,32702466,36175874,39059458,40960002],"composite":[14876675,24576001,40894466],"comparing":[1179650,3342338,11534338,11993090,16252929,21626882,36372482],"check":[23724035],"console":[23724033],"congruent":[7012355,9437190,10944518,13631493,16252934],"cases":[42270722],"chances":[14876673],"course":[1835009,4325377,38010881],"changes":[1507329,12517377,34406401],"constants":[11206658,12713985,14352386,16252929,30277633,39518210],"collection":[2424833,6160385,10027009,11337729,12255233,14090241,15007745,17694721,18546689,23592961,25100289,27197441,30539777,38141953,39387137,42467329],"cmake":[23724034],"choosing":[29949953,34078721],"comparisons":[458754,1441794,8060930,11141122,16252929,23199746,26345473,35192833,35258370,35913730,41746434],"code":[65537,131074,196610,458754,589826,786434,917506,983042,1179650,1310722,1441794,1507330,1572866,1638402,1769473,1900545,1966082,2031618,2097154,2228225,2490370,2555906,2883586,2949122,3014658,3211266,3342338,3473410,3604482,3735554,3801090,3866626,4063234,4128770,4259842,4390914,4521986,4653058,4718594,4784129,4915202,4980738,5046274,5177346,5373954,5439490,5505026,5570561,5636098,5701634,5767170,5898242,5963778,6225922,6291457,6356994,6488066,6684674,6815746,6946818,7077890,7274498,7340034,7405570,7733250,7995394,8060930,8257538,8323074,8519682,8585218,8650754,8716290,8847362,8912898,8978434,9109506,9175042,9240578,9306114,9437186,9502722,9568258,9633794,9699330,10158082,10223618,10289154,10354690,10420226,10485762,10616834,10878978,10944514,11010050,11075586,11141122,11206658,11534338,11599874,11665410,11993090,12124162,12189698,12517378,12582914,12713986,12976130,13041666,13107202,13303810,13369346,13434881,13565954,13631490,13762562,13828098,13893634,13959170,14024706,14155778,14221314,14286850,14417922,14614530,14680066,14811138,14876674,15073282,15204354,15269890,15400962,15663106,15728642,15794178,15859714,15925250,16056322,16121858,16318466,16449538,16515074,16646146,16711682,16973826,17039362,17170434,17235970,17301506,17367042,17498114,17563650,17629186,17891330,17956866,18087938,18153474,18415618,18612226,18677762,18743298,18808834,18874370,18939906,19267586,19333122,19398658,19464194,19529730,19660802,19791874,19857409,19922946,20119554,20250626,20447234,20643842,20709378,20774914,20840450,21102594,21299202,21626882,21692418,21823490,21889026,21954562,22020098,22085634,22151170,22347778,22413313,22609922,22675458,22740994,22806530,22937602,23003138,23068674,23134210,23199746,23330818,23396354,23461890,23658498,23724035,23789570,23855106,24117250,24248322,24313858,24379394,24444930,24576002,24641538,24707074,24903682,25034754,25165826,25296898,25362434,25427970,25690114,25755650,25886722,25952258,26017794,26279938,26411010,26345474,26476546,26607618,26673154,26804226,26869762,26935298,27000834,27066370,27131906,27262978,27328514,27394050,27459586,27525122,27590658,27656194,28246018,28311554,28377090,28442626,28508162,28573698,28770306,28835842,28901378,28966914,29163522,29229057,29425666,29556738,29622274,29753346,29818882,29884418,29949954,30015490,30081026,30277634,30474242,30605314,30670850,30801922,30867458,30998530,31064066,31195138,31260674,31326210,31391746,31457282,31588354,31653890,31981570,32374786,32571394,32702466,32964610,33030146,33095682,33161218,33226754,33292290,33423362,33554434,33685506,33947650,34078722,34209794,34275329,34406402,34471938,34603010,34865154,34996226,35061762,35192834,35258370,35389442,35454978,35520514,35717122,35913730,36044802,36110338,36175874,36306946,36372482,36438018,36569090,36634626,36765698,36896770,37093378,37158914,37224450,37289986,37355522,37486594,37617666,37683202,37748738,37814274,37879810,37945345,38010882,38076418,38207490,38273025,38535170,38600706,38666242,38862850,39059458,39190530,39256066,39321602,39452674,39518210,39583746,39976962,40042498,40108034,40239106,40370177,40501250,40566786,40632322,40828930,40894466,40960002,41091074,41222146,41287682,41418754,41484290,41549826,41615362,41680898,41746434,41811970,41943042,42008578,42139650,42205186,42270722,42336258,42401794,42663938,42729474,42860546,42991618,43122690,43188226,43253762,43384833,43581442,43646978,43778050],"commands":[23724036],"combined":[4128769,8847361,14155777,22609921,25952257,28508161,37224449,37617665,41811969,43253761],"convert":[5898244,7012366,9306113,15925249,16252955,19595266,20119553,20774913,23068673,26869761,31195139,32374785,35061761,36896769,39976961,40239105,42729473],"cleanup":[2424833,6160385,10027009,11337729,12255233,14090241,15007745,17694721,18546689,23592961,25100289,27197441,30539777,38141953,39387137,42467329],"counting":[23658497],"chose":[34275329],"consoleapplication12":[23724033],"cint":[5898241],"cpu":[23724049,24444930,26345474,35192834],"case":[1835009,3276801,5898241,7012354,9306113,14221313,15925252,16252932,17563649,17629185,18939909,19660804,22020101,24379397,25362433,26345474,26869765,31522817,34471937,35061765,35192834,38600705,40042497,43122692],"checks":[26738689],"contents":[7012353,16252930,23789569,40501249],"ctype":[393217,1048577,1376257,1703937,2293761,3997697,4194305,4456449,5242881,6881281,7143425,7208961,7602177,8126465,8192001,9895937,10092545,11403265,11796481,11862017,12058625,12910593,13238273,13500417,14548993,14745601,14942209,15532033,15597569,16580609,16908289,17760257,17825793,18022401,18219009,18284545,19005441,19136513,19202049,19726337,20381697,21233665,21364737,21430273,22216705,22282241,22478849,22872065,23265281,24838145,24969217,25231361,25493505,25559041,26148865,26214401,28114945,28639233,29097985,30146561,30408705,31719425,31850497,32440321,32833537,33816577,33882113,35323905,35586049,35782657,35979265,38469633,38928385,38993921,39124993,40304641,40763393,41156609,42532865,43057153,43319297,43450369,43515905],"convenience":[1835009,4325377,15269889,23724033,37027841],"called":[458753,3801090,9306113,14614529,23724033,35258369,39321601],"critical":[29949953,34078721],"cryptography":[1310721,2097153,2359297,3866625,4587521,4849665,7405569,9633793,16252929,17563649,20840449,23527425,25296897,27787265,28966913,29360129,32571393,33619969,35520513,39911425,40501249],"culng":[20840450],"cast":[15269889],"content":[1507330,19660802,39256066,43122689],"count":[3801092,4718593,4784129,5898246,7012356,7077889,8650753,9175041,10223617,13434881,16252936,18087937,20447234,22347778,23003137,24444934,26345477,31195140,31260680,34996225,35192837,35717122,36044808,37945345,38731779,42991617],"coefficients":[7012353,16252930,42270721],"character":[1376257,5898241,9306113,31195137,37093378,42860546],"corner":[14221313,34471937,38600705],"conversion":[327681,393217,851969,1048577,1376257,1703937,2293761,3407873,3997697,4194305,4259841,4456449,5242881,6422529,6881281,7012354,7143425,7208961,7602177,8126465,8192001,9895937,10092545,11403265,11796481,11862017,12058625,12910593,13238273,13500417,14548993,14745601,14942209,15532033,15597569,16252932,16580609,16908289,17760257,17825793,18022401,18219009,18284545,19005441,19136513,19202049,19726337,20381697,21233665,21364737,21430273,21561345,22216705,22282241,22478849,22872065,23068673,23265281,24838145,24969217,25231361,25493505,25559041,26148865,26214401,28114945,28180481,28639233,28704769,29097985,30146561,30408705,31719425,31850497,32440321,32768001,32833537,33816577,33882113,35323905,35586049,35782657,35979265,38469633,38928385,38993921,39124993,40304641,40566785,40697857,40763393,41156609,41353217,42532865,42729473,43057153,43319297,43450369,43515905],"completed":[10551297],"certainly":[24444929],"cache":[27000833],"computation":[7733249],"clobbered":[5898241],"cryptographic":[27000833,29949953,34078721],"command":[23724041],"creates":[1769474,2424833,2621441,3932162,4784129,6029313,6160385,6553601,7471105,7864326,10027009,11337729,12255239,12320769,12386305,13434881,14090242,15007747,15138817,16187393,17694721,18546690,22544385,23592962,23724034,25100289,25624577,25821186,27197441,30539777,31129601,31784961,34013185,34275329,36700161,36831233,36962305,37552129,37945345,38141953,38797313,39387137,40370177,42074113,42467330,43384833,43712513],"completely":[5767169,25427969,40042498,40108033],"cpus":[8650753,20709377,21299201,23330817,27590657,31260673,33095681,34996225,36044801],"channel":[9633793,27000833],"conditional":[7405569,35520513],"changed":[5505028,34406404],"calculate":[917505,2031617,7012359,8912897,15663105,16252942,28377089,30081025,37289985],"concatenated":[6684673],"constructor":[2621441,2686977,3932161,6029313,6553601,7471105,7864321,10747905,12320769,12386305,15138817,16187393,22544385,25624577,25821185,31129601,31784961,34013185,36700161,36831233,36962305,37552129,38797313,42074113,43712513],"ceil":[7012354,16252932,17563650,26673154,28966913,40042498],"converting":[10158082,15925250,16252930,20119554,20774914,23068674,23658497,24444929,26869762,32374786,35061762,36896770,39452674,39976962],"converts":[327685,393217,851977,1048577,1376257,1703937,2293761,3407879,3997697,4194305,4456449,4784144,5111809,5242881,6422539,6750209,6881281,7143425,7208961,7602177,8126465,8192001,9895937,9961473,10027009,10092545,11403265,11796481,11862017,12058625,12910593,13238273,13434896,13500417,14548993,14745601,14942209,15532033,15597569,16580609,16908289,17760257,17825793,18022401,18219009,18284545,18546689,19005441,19136513,19202049,19726337,20381697,21233665,21364737,21430273,21561350,22216705,22282241,22478849,22872065,23265281,23592961,23920656,24182800,24838145,24969217,25231361,25493505,25559041,26148865,26214401,28114945,28180490,28639233,28704773,29097985,30146561,30408705,31719425,31850497,32440321,32768007,32833537,33488912,33816577,33882113,34275344,34340880,34537488,35323905,35586049,35782657,35979265,37945360,38469633,38928385,38993921,39124993,40304641,40697867,40763393,41156609,41353225,42532865,43057153,43319297,43384848,43450369,43515905],"care":[29949953,34078721],"calls":[3801090,27131905],"counter":[3801102],"casting":[393217,1048577,1376257,1703937,2293761,3997697,4194305,4456449,5242881,6881281,7143425,7208961,7602177,8126465,8192001,9895937,10092545,11403265,11796481,11862017,12058625,12910593,13238273,13500417,14548993,14745601,14942209,15532033,15597569,16580609,16908289,17760257,17825793,18022401,18219009,18284545,19005441,19136513,19202049,19726337,20381697,21233665,21364737,21430273,22216705,22282241,22478849,22872065,23265281,24838145,24969217,25231361,25493505,25559041,26148865,26214401,28114945,28639233,29097985,30146561,30408705,31719425,31850497,32440321,32833537,33816577,33882113,35323905,35586049,35782657,35979265,38469633,38928385,38993921,39124993,40304641,40763393,41156609,42532865,43057153,43319297,43450369,43515905],"carry":[3866629,7405573,8650757,16973829,20709380,21299205,33095690,33226757,34996228],"compute":[6619140,7012364,11599873,16252950,20447234,24313857,35717122,37355521,37748737,38862849,40042497,40960001,41418753],"computer":[23724036],"cnd":[7012357,7405580,16252938,35520524,40501255],"computed":[20447233,35717121,42270721],"containing":[34275329],"configure":[23724034],"construct":[15007745],"copied":[1835009,23724034],"char_ptr":[1769483,5505031,5636099,5898248,6029318,6094850,7012355,7536644,8257544,11927554,12976131,14155784,15204360,15269892,15925264,16252931,17301512,18939916,19595266,19857413,20512771,20774915,20905992,22020104,22151170,23789572,23986179,24117252,24444932,25034760,25821188,26083329,26345475,26869775,27262979,27394051,27983886,30212100,31195144,32112650,34406407,35061775,35192835,35651586,36241414,36700166,37093384,37224460,37814276,37879812,38731777,39321609,39845902,40239118,42860552],"constructors":[1769473,4784129,10027009,12255233,13434881,14090241,15007745,18546689,23592961,25100289,34275329,37945345,40370177,42467329,43384833],"considered":[6815745,9437185,10944513,13893633,18677761,38010881],"contain":[10551297],"cofactor":[6619138,7012354,16252931,20447240,35717128],"compile":[23724033],"codes":[5898241],"cpnverted":[20119553],"compiled":[23724035],"countp":[26345483,35192843],"calculation":[20054017,20709377,26345473,30474242,33095681,35192833,37027841],"chance":[24576001],"change":[5505025,7012354,16252932,22020097,30474242,34406401,37027841],"cleared":[2949121,26279937,37814273],"converted":[15925249,31195137,32374785,36896769,42729473],"conversions":[4259842,5111809,6750209,9961473,16252929,23920641,24182785,33488897,34340865,34537473,40239106,40566786,42729474],"clearly":[20709377,33095681],"complement":[2490369,4653057,6488065,6946817,7012360,11010049,11075585,12189697,13107204,13565953,16252944,17891332,20250625,22347777,23396353,31326209,31981569,33030145,41287681,42336257],"ceiling":[1572867,7012361,7274500,16252946,21692419,21823491,22675459,24248325,28901381,29884419,43778051],"cray":[24444929],"counts":[4784129,13434881],"condition":[7405569,35520513]} \ No newline at end of file +{"calculating":[2359297,33226753],"coefficient":[7602178,10747907,18022404,38600707,41877506],"copy":[65538,131075,327681,393217,458753,524290,589825,786434,851969,917505,1048578,1114114,1179650,1245185,1310721,1376258,1441794,1507329,1572865,1703938,1769473,1835009,1900546,1966082,2097153,2359298,2424834,2490370,2555906,2621442,2752513,2818050,2883585,2949122,3014658,3145729,3211266,3276802,3407874,3473410,3538946,3604482,3670018,3735554,3801089,3866625,3997698,4128769,4194306,4259842,2162689,4325377,4390913,4456449,4521985,4587521,4653057,4718594,4784130,4849665,4980738,5046274,5111810,5177345,5308417,5439490,5505026,5570566,5636098,5767170,5832706,5898242,5963778,6094849,6160385,6225921,6356993,6422530,6488066,6553602,6619137,6750210,6815746,6881282,6946817,7012353,7077890,7208961,7274498,7340034,7405569,7471106,7536641,7602179,7667714,7733249,7798785,7864321,7929857,7995393,8060930,8126465,8192001,8323074,8454146,8519682,8585218,8650754,8716290,8781826,8847361,8912898,8978434,9043969,9109506,9175042,9240577,9306114,9371650,9437186,9502722,9568258,9633794,9699329,9764865,9830401,9895938,9961474,10027010,10092546,10158081,10223618,10289153,10354690,10420225,10485761,10551297,10616834,10682369,10747906,10878977,10944513,11010050,11075586,11141122,11206657,11272194,11337730,11403266,11468802,11534338,11599874,11665410,11730946,11796482,11862018,11927554,11993089,12058625,12124161,12255233,12386306,12451843,12517378,12582914,12648450,12713986,12779521,12845057,12910594,12976129,13041665,13107202,13172738,13238273,13369345,13434882,13565954,13631490,13697026,13762562,13828097,13893634,13959170,14024706,14090241,14155778,14221314,14286850,14352386,14483457,14548994,14614530,14680065,14745601,14811138,14876674,14942211,15073282,15204354,15269889,15335426,15400962,15466498,15532034,15663106,15728642,15794178,15859714,15925250,15990786,16056321,16121857,16187394,16252930,16318465,16384002,16449538,16515074,16580610,16646146,16777217,16842753,16908289,16973825,17039362,17104898,17170433,17367041,17432577,17498114,17563650,17629186,17694721,17760258,17825794,17891330,17956866,18022407,18087938,18153474,18219010,18284545,18350082,18415617,18481154,18546690,18612225,18677761,18743297,18808833,18874370,18939905,19005442,19070978,19136514,19202049,19267585,19333122,19398658,19464194,19529730,19595265,19726337,19791874,19922945,19988482,20054017,20119554,20185089,20250625,20316161,20381698,20512770,20578306,20643842,20709377,20774913,20840449,20971522,21037057,21102593,21168130,21233666,21299201,21364738,21430273,21495809,21561345,21626882,21692418,21757954,21823490,21889026,21954561,22020097,22085635,22151169,22216705,22282242,22347778,22413316,22609921,22675458,22806530,22872066,22937602,23003137,23068673,23134210,23199746,23265282,23330818,23396354,23461890,23527426,23592962,23724033,23789570,23855105,23920642,23986178,24051713,24117250,24182785,24248322,24313858,24379393,24444929,24510466,24576002,24641538,24707074,24772609,24838145,24903681,24969218,25034754,25100290,25231362,25296898,25362434,25427969,25493505,25559041,25624577,25690114,25755653,25821185,25886722,25952258,26017794,26083330,26148866,26214402,26279938,26345474,26411015,26476546,26542082,26607618,26673154,26738690,26804226,26869762,26935298,27000834,27066372,27131906,27197442,27262977,27328514,27394050,27459586,27525122,27656193,27721729,27787265,27852801,27918338,27983873,28049410,28180481,28246018,28311554,28377089,28442625,28508161,28573698,28704770,28770305,28835842,28901378,28966914,29097986,29229058,29294594,29360130,29425665,29491202,29556737,29622273,29687810,29818882,29884418,29949953,30081025,30146561,30212097,30277634,30343170,30408705,30474241,30539777,30605314,30670850,30736385,30801921,30867457,30932994,30998530,31064066,31129602,31195137,31260673,31326210,31391746,31457281,31522818,31588354,31653890,31719426,31784962,31850498,31916033,31981569,32047105,32112642,32243714,32309249,32374786,32440322,32505858,32571393,32636929,32702465,32833537,32899074,32964609,33030145,33161218,33226754,33357826,33423361,33488898,33554434,33619970,33685506,33751042,33816578,33882114,33947650,34013185,34078722,34275329,34340866,34471937,34537473,34603010,34668545,34734082,34799618,34865153,34930690,34996226,35127298,35192834,35258369,35323905,35389442,35454978,35520514,35586050,35651585,35717121,35782657,35848197,35913730,35979266,36044801,36110337,36175874,36306945,36438017,36503553,36569090,36634625,36765698,36831233,36896769,36962306,37027841,37093378,37158913,37224450,37289985,37355522,37421058,37486594,37552130,37617666,37683201,37748738,37814273,37879810,37945346,38010882,38076417,38141954,38207489,38273026,38338561,38404097,38469634,38535170,38600706,38666242,38731778,38797313,38862849,38928385,38993921,39059458,39124993,39190530,39256066,39321602,39387138,39452673,39518210,39583745,39649282,39714817,39780353,39845889,39911425,40042497,40108034,40173570,40239106,40304642,40370177,40435713,40501250,40566785,40632322,40763394,40828930,40894465,40960002,41025537,41091075,41156610,41222145,41287681,41353218,41418753,41484290,41549826,41615362,41680898,41746434,41811970,41877506,41943042,42008578,42074114,42139650,42205185,42270721,42336258,42401794,42467329,42532865,42598402,42663938,42729474,42795010,42860546,42926082,42991618,43057154,43122689,43188226,43253762,43319297,43384834,43450369,43515906,43581442,43646977,43712514,43778050],"compatibility":[1376257,11730945,20381697,25034753,33882113,42139649],"contains":[39976961],"characters":[5570562,7602177,8585220,9895937,11534340,15794177,15990787,16318465,16580612,17563649,18022402,19005441,22675457,22937601,23330819,25690113,35717121,35979265,37945345,38469633,38862849,39976961,43384833],"compare":[393217,1114113,1179649,2424833,7602193,7864321,8060929,8126465,9240577,9961473,10616833,11665409,14155777,14286849,14548993,15400961,17432577,18022434,20709377,21102593,28377089,29556737,30146561,32047105,32112641,32833537,33030145,33161217,34471937,34668545,34734081,34865153,35127297,35520513,39321601],"categories":[18022401],"common":[1114113,4259841,5373954,6815745,7602186,11665409,13762563,17825794,18022419,20381697,23134211,24707073,27394049,30998529,33882113,38666243,39976961,40632321,41877508],"compared":[32374785,33488897],"clear":[7602178,18022404,24641540,31588355],"certain":[15073281],"compromise":[23199745],"call":[524289,2359297,2490369,3407874,9175041,11272193,13959169,15663105,20512769,21168129,30343169,31326209,31391745,33226753,33357825,33554433],"create":[65540,131074,524289,786434,1048578,1114114,1179650,1376258,1441796,1703938,1900546,1966084,2359298,2424833,2490370,2555910,2621442,2818050,2949122,3014660,3211268,3276802,3407874,3473412,3538946,3604484,3670020,3735556,3997700,4194306,4718594,4980738,5046274,5111810,5505026,5570562,5636100,5767170,5832706,5898242,5963778,6488066,6553602,6750210,6815746,6881282,7077892,7274498,7340034,7471110,7667714,8060930,8323074,8454150,8519686,8650756,8716294,8781828,8912900,9109508,9175042,9306114,9371650,9437190,9502722,9568260,9633796,9895938,9961476,10027010,10092546,10354690,10616836,10747906,11010054,11075588,11141122,11272194,11337730,11468804,11534338,11599876,11665410,11730946,11862020,12386308,12451844,12517378,12582914,12648450,12713988,12910594,13107204,13434886,13565954,13631494,13762566,13893636,13959170,14024708,14155780,14221316,14286850,14352388,14548994,14614532,14811138,14942210,15073282,15204354,15335426,15400962,15466500,15532038,15663106,15728646,15925252,16187394,16252930,16384004,16449538,16515074,17039364,17498116,17563650,17629186,17760262,17825794,17891330,17956866,18087940,18153476,18350082,18481154,18546690,18874372,19005442,19070978,19136516,19333122,19398658,19464194,19529730,19791874,19988486,20119554,20381698,20512770,20578308,20643842,20971522,21168130,21233668,21364738,21626884,21692418,21757954,21823490,21889028,22085634,22282246,22347778,22413314,22806530,22872066,22937602,23134210,23199746,23265284,23396356,23527428,23592962,23789570,23920642,23986178,24248322,24313858,24510468,24576004,24641538,24969218,25034754,25100290,25231366,25296904,25362436,25690114,25755650,25886722,25952258,26083330,26148866,26279942,26345476,26411010,26476546,26542082,26607620,26673156,26738694,26804228,26869762,27000834,26935300,27066370,27131906,27328520,27394050,27459586,27525124,27918338,28049410,28246018,28311554,28573700,28704772,28835844,28901378,28966914,29097986,29229058,29294596,29491202,29687812,29818882,29884422,30277634,30343170,30605316,30670854,30932996,31064066,30998530,31129604,31326210,31391746,31588354,31653890,31719426,31784964,31850498,32112642,32243716,32374786,32440322,32899074,33161220,33226754,33357826,33488898,33554436,33619972,33685510,33751042,33816580,33882114,33947654,34078724,34340866,34603010,34734082,34799618,34930692,34996226,35127300,35192836,35389442,35454982,35520514,35586052,35848194,35913730,35979266,36175874,36569092,36765698,36962306,37224450,37355522,37421062,37552130,37617666,37748738,37879810,37945346,38010882,38141954,38273026,38469633,38535172,38600708,38666246,38731778,39059458,39190530,39256066,39321604,39387142,39518214,39649282,40108034,40173570,40239106,40304644,40501250,40828930,40960002,41091074,41156610,41353218,41484292,41615364,41680898,41746436,41811974,41877510,41943042,42008580,42074114,42139650,42336258,42598402,42663940,42729474,42795010,42860546,42926082,42991622,43188228,43253766,43384834,43515905,43581442,43712514,43778052],"correct":[40828929],"comlpement":[13565953],"changing":[7602177,18022402,22937601,33554433],"close":[1376258,19529730,22413313,42336258,43515905],"corresponding":[3407873,9895937,22937601],"calling":[5046273,14024705,14352385,14614529,15925249,16187393,16973825,18087937,21168129,25034753,26279937,28246017,31784961,33357825,33554433,33816577,36634625,37683201,39780353,40566785,42139649],"char":[4653057,5570561,6422531,6619137,7602177,7798785,8192001,9764865,10354691,12058625,13172739,14811139,17694721,18022402,18284545,18677761,18743297,19202049,22020097,22413313,23461891,24379393,25427969,29425665,30081025,30736385,36634625,36896769,37486595,41287681,43450369],"clock":[32374785,33488897],"canonical":[11534337,38469633],"currently":[65538,131074,524290,786434,1048578,1114114,1179650,1376258,1441794,1703938,1900546,1966082,2359298,2424834,2490370,2555906,2621442,2818050,2949122,3014658,3211266,3276802,3407874,3473410,3538946,3604482,3670018,3735554,3997698,4194306,4259842,4456449,4718594,4784130,4980738,5046274,5111810,5439490,5505026,5570562,5636098,5767170,5832706,5898242,5963778,6422530,6488066,6553602,6750210,6815746,6881282,7077890,7274498,7340034,7471106,7602177,7667714,8060930,8323074,8454146,8519682,8585218,8650754,8716290,8781826,8912898,8978434,9109506,9175042,9306114,9371650,9437186,9502722,9568258,9633794,9895938,9961474,10027010,10092546,10354690,10616834,10747906,11010050,11075586,11141122,11272194,11337730,11403266,11468802,11534338,11599874,11665410,11730946,11796482,11862018,12189697,12386306,12451842,12517378,12582914,12648450,12713986,12910596,13107202,13172738,13238273,13434882,13565954,13631490,13697026,13762562,13893634,13959170,14024706,14155778,14221314,14286850,14352386,14548994,14614530,14811138,14942210,15073282,15204354,15335426,15400962,15466498,15532034,15663106,15728642,15794178,15859714,15925250,15990786,16187394,16252930,16384002,16449538,16515074,16580610,17039362,17301505,17498114,17563650,17629186,17760258,17825794,17891330,17956866,18022402,18087938,18153474,18219010,18350082,18481154,18546690,18874370,19005442,19070978,19136514,19333122,19398658,19464194,19529730,19791874,19988482,20119554,20381698,20512770,20578306,20643842,20971522,21168131,21233666,21364738,21626882,21692418,21757954,21823490,21889026,22085634,22282242,22347778,22675458,22806530,22872066,22937602,23134210,23199747,23265282,23330818,23396354,23461890,23527426,23592962,23789570,23920642,23986178,24117250,24248322,24313858,24510466,24576002,24641538,24903682,24969218,25034754,25100290,25231362,25296898,25362434,25690114,25755650,25886722,25952258,26017793,26083330,26148866,26214402,26279938,26345474,26411010,26476546,26542082,26607618,26673154,26738690,26804226,26869762,27000834,26935298,27066370,27131906,27197442,27328514,27394050,27459586,27525122,27656193,27918338,28049410,28246018,28311554,28573698,28704770,28835842,28901378,28966914,29097986,29229058,29294594,29360130,29491202,29687810,29818882,29884418,30277634,30343170,30605314,30670850,30932994,30998530,31064066,31129602,31326210,31391746,31522818,31588354,31653890,31719426,31784962,31850498,32112642,32243714,32374786,32440322,32505858,32899074,33161218,33226754,33357827,33488898,33554434,33619970,33685506,33751042,33816578,33882114,33947650,34078722,34340866,34603010,34734082,34799618,34930690,34996226,35127298,35192834,35389442,35454978,35520514,35586050,35848194,35913730,35979266,36175874,36503553,36569090,36765698,36962306,37093378,37224450,37355522,37421058,37486594,37552130,37617666,37748738,37879810,37945346,38010882,38141954,38273026,38469634,38535170,38600706,38666242,38731778,38993921,39059458,39190530,39256066,39321602,39387138,39518210,39649282,40108034,40173570,40239106,40304642,40501250,40632322,40763394,40828930,40960002,41091074,41156610,41353218,41484290,41549826,41615362,41680898,41746434,41811970,41877506,41943042,42008578,42074114,42139650,42336258,42598402,42663938,42729474,42795010,42860546,42926082,42991618,43057154,43188226,43253762,43384834,43515906,43581442,43712514,43778050],"cbrt":[9568258,30605314],"created":[22413313],"conditonal":[6881281,31850497,41680897],"custom":[1572866,3407874,3866626,7208962,18022401,25755649,26214402,27918337,31719425,35848193,41091073],"classes":[39976961],"c99":[8585217,16580609],"choice":[17956865],"chosen":[22413313,27066369,41877505,41943041],"const":[14942210],"congruential":[6488067,7602178,18022404,41943043],"class":[65537,131073,458753,524289,589825,786433,983041,1048577,1114113,1179649,1245185,1376257,1441793,1507329,1572865,1703937,1769473,1900545,1966081,2097154,2293761,2359297,2424833,2490369,2555905,2621441,2752513,2818049,2949121,3014657,3145729,3211265,3276801,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4194305,4259841,4325377,4456449,4587521,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5373953,5439489,5505025,5570561,5636097,5767169,5832705,5898241,5963777,6029313,6094849,6422529,6488065,6553601,6750209,6815745,6881281,6946817,7077889,7208961,7274497,7340033,7471105,7536641,7602177,7667713,7733249,8060929,8257537,8323073,8454145,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978438,9109505,9175041,9306113,9371649,9437185,9502721,9568257,9633793,9895937,9961473,10027009,10092545,10158082,10223617,10289153,10354689,10616833,10747905,10813441,11010049,11075585,11141121,11206657,11272193,11337729,11403265,11468801,11534337,11599873,11665409,11730945,11796481,11862017,11927557,11993089,12189697,12320769,12386305,12451841,12517377,12582913,12648449,12713985,12779521,12910593,13107201,13172737,13238273,13434881,13500417,13565953,13631489,13697025,13762561,13893633,13959169,14024705,14090241,14155777,14221313,14286849,14352385,14548993,14614529,14745601,14811137,14876677,14942209,15007745,15073281,15204353,15335425,15400961,15466497,15532033,15663105,15728641,15794177,15859713,15925249,15990785,16187393,16252929,16318465,16384001,16449537,16515073,16580609,16646150,16973825,17039361,17104901,17170433,17235969,17301505,17498113,17563649,17629185,17760257,17825793,17891329,17956865,18022405,18087937,18153473,18219009,18350081,18481153,18546689,18612225,18874369,19005441,19070977,19136513,19333121,19398657,19464193,19529729,19660801,19791873,19922945,19988481,20119553,20316161,20381697,20512769,20578305,20643841,20971521,21037057,21168129,21233665,21299201,21364737,21495809,21626881,21692417,21757953,21823489,21889025,21954561,22085633,22216705,22282241,22347777,22413313,22675457,22806529,22872065,22937601,23134209,23199745,23265281,23330817,23396353,23461889,23527425,23592961,23789569,23920641,23986177,24051713,24117249,24248321,24313857,24510465,24576001,24641537,24707078,24903681,24969217,25034753,25100289,25231361,25296897,25362433,25493505,25559041,25690113,25755649,25886721,25952257,26017797,26083329,26148865,26214401,26279937,26345473,26411009,26476545,26542081,26607617,26673153,26738689,26804225,26869761,27000833,26935297,27066369,27131905,27197441,27262977,27328513,27394049,27459585,27525121,27590657,27656193,27721729,27918337,28049409,28114945,28246017,28311553,28442625,28573697,28704769,28835841,28901377,28966913,29097985,29229057,29294593,29360129,29491201,29687809,29818881,29884417,29949953,30277633,30343169,30474241,30539777,30605313,30670849,30932993,30998529,31064065,31129601,31195137,31260673,31326209,31391745,31522817,31588353,31653889,31719425,31784961,31850497,32112641,32243713,32309249,32374785,32440321,32505857,32899073,33095681,33161217,33226753,33292289,33357825,33423361,33488897,33554433,33619969,33685505,33751041,33816577,33882113,33947649,34013185,34078721,34340865,34603009,34734081,34799617,34930689,34996225,35127297,35192833,35323905,35389441,35454977,35520513,35586049,35651585,35717121,35782657,35848193,35913729,35979265,36175873,36503553,36569089,36634625,36765697,36962305,37093377,37224449,37355521,37421057,37486593,37552129,37617665,37683201,37748737,37879809,37945345,38010881,38141953,38207489,38273025,38469633,38535169,38600705,38666241,38731777,38797313,38862849,38928385,38993921,39059457,39124993,39190529,39256065,39321601,39387137,39518209,39714817,39649281,39780353,39976961,40108033,40173569,40239105,40304641,40435713,40566785,40501249,40632321,40763393,40828929,40894465,40960001,41025537,41091073,41156609,41353217,41418753,41484289,41549825,41615361,41680897,41746433,41811969,41877505,41943041,42008577,42074113,42139649,42336257,42401797,42532865,42598401,42663937,42729473,42795009,42860545,42926081,42991617,43057153,43122689,43188225,43253761,43384833,43515905,43581441,43712513,43778049],"copies":[6881282,7602178,18022404,31850498],"current":[196609,1507329,1638401,1769476,2228225,3407873,4456449,4849665,5242881,6946819,7602181,8978435,9895937,11206659,11927556,12648450,13238273,14876676,15204353,16646148,17104899,18022410,18612227,19857409,22413314,22872066,22937601,23658497,23986178,24707076,25493508,25755649,26017795,26148866,26214401,27918337,31719425,32309252,32768001,34013185,35323908,35782657,35848193,35979266,36700161,38862849,38993921,40435716,41091073,42401796,43384834,43515905],"considering":[22937601],"correctness":[1703937,19070977],"constructs":[22413313],"comparison":[14155778,14548994,15400962,18022401,33161218,35520514,39256066,41811970],"composite":[15073283,23527425,40239106],"comparing":[1114114,2818050,10616834,11665410,18022401,21626882,35127298],"check":[22413315],"console":[22413313],"congruent":[7602179,8716294,11337734,12713989,18022406],"cases":[41877506],"chances":[15073281],"course":[1572865,3866625,36765697],"changes":[1376257,11730945,34996225],"constants":[11796481,13697026,14090242,18022401,32505857,43057154],"collection":[1769473,6946817,8978433,11206657,11927553,14876673,16646145,17104897,18612225,24707073,25493505,26017793,32309249,35323905,40435713,42401793],"cmake":[22413314],"choosing":[32374785,33488897],"comparisons":[1179650,2424834,8060930,9961474,18022401,23592962,25755649,32112642,34734082,35848193,39321602],"code":[65538,131074,196609,524290,786434,917506,1048578,1114114,1179650,1376258,1441794,1507329,1638401,1703938,1900546,1966082,2228225,2359298,2424834,2490370,2555906,2621442,2818050,2883586,2949122,3014658,3211266,3276802,3407874,3473410,3538946,3604482,3670018,3735554,3997698,4194306,4259842,4456449,4521986,4718594,4784130,4849665,4980738,5046274,5111810,5242881,5439490,5505026,5570562,5636098,5767170,5832706,5898242,5963778,6422530,6488066,6553602,6750210,6815746,6881282,7077890,7274498,7340034,7471106,7667714,8060930,8323074,8454146,8519682,8585218,8650754,8716290,8781826,8912898,9109506,9175042,9306114,9371650,9437186,9502722,9568258,9633794,9895938,9961474,10027010,10092546,10354690,10616834,10747906,11010050,11075586,11141122,11272194,11337730,11403266,11468802,11534338,11599874,11665410,11730946,11796482,11862018,12386306,12451842,12517378,12582914,12648450,12713986,12910594,13107202,13172738,13238273,13434882,13565954,13631490,13697026,13762562,13893634,13959170,14024706,14155778,14221314,14286850,14352386,14548994,14614530,14811138,14942210,15073282,15204354,15335426,15400962,15466498,15532034,15663106,15728642,15794178,15859714,15925250,15990786,16056322,16187394,16252930,16384002,16449538,16515074,16580610,17039362,17498114,17563650,17629186,17760258,17825794,17891330,17956866,18087938,18153474,18219010,18350082,18481154,18546690,18874370,19005442,19070978,19136514,19333122,19398658,19464194,19529730,19726338,19791874,19857409,19988482,20119554,20381698,20512770,20578306,20643842,20971522,21168130,21233666,21364738,21626882,21692418,21757954,21823490,21889026,22085634,22282242,22347778,22413315,22675458,22806530,22872066,22937602,23134210,23199746,23265282,23330818,23396354,23461890,23527426,23592962,23658497,23789570,23920642,23986178,24117250,24248322,24313858,24444930,24510466,24576002,24641538,24969218,25034754,25100290,25231362,25296898,25362434,25690114,25755650,25886722,25952258,26083330,26148866,26214402,26279938,26345474,26411010,26476546,26542082,26607618,26673154,26738690,26804226,26869762,27000834,26935298,27066370,27131906,27197442,27328514,27394050,27459586,27525122,27918338,28049410,28246018,28311554,28573698,28704770,28835842,28901378,28966914,29097986,29229058,29294594,29360130,29491202,29687810,29818882,29884418,30277634,30343170,30605314,30670850,30867458,30932994,30998530,31064066,31129602,31326210,31391746,31522818,31588354,31653890,31719426,31784962,31850498,32112642,32243714,32374786,32440322,32505858,32768001,32899074,33161218,33226754,33357826,33488898,33554434,33619970,33685506,33751042,33816578,33882114,33947650,34013185,34078722,34275330,34340866,34603010,34734082,34799618,34930690,34996226,35127298,35192834,35389442,35454978,35520514,35586050,35782657,35848194,35913730,35979266,36175874,36569090,36700161,36765698,36962306,37093378,37224450,37355522,37421058,37486594,37552130,37617666,37748738,37879810,37945346,38010882,38141954,38273026,38469634,38535170,38600706,38666242,38731778,38862849,38993921,39059458,39190530,39256066,39321602,39387138,39518210,39649282,40108034,40173570,40239106,40304642,40501250,40632322,40763394,40828930,40960002,41091074,41156610,41353218,41484290,41549826,41615362,41680898,41746434,41811970,41877506,41943042,42008578,42074114,42139650,42336258,42598402,42663938,42729474,42795010,42860546,42926082,42991618,43057154,43188226,43253762,43384834,43515906,43581442,43712514,43778050],"commands":[22413316],"combined":[3670017,7077889,13959169,21692417,27000833,27131905,28966913,39649281,40828929,43581441],"convert":[5570564,7602190,11534337,15204353,16515073,18022427,19660802,20119553,24248321,27066371,27918337,29360129,31719425,37552129,41091073,42729473,42795009],"cleanup":[1769473,6946817,8978433,11206657,11927553,14876673,16646145,17104897,18612225,24707073,25493505,26017793,32309249,35323905,40435713,42401793],"counting":[21757953],"chose":[34013185],"consoleapplication12":[22413313],"cint":[5570561],"cpu":[22413329,25755650,26411010,35848194],"case":[1572865,3145729,5570561,7602178,11534337,14024705,15204356,17629185,17956865,18022404,19005445,19529732,22937605,25362433,25690117,25755650,27656193,27918341,31719429,35848194,37617665,38273025,40501249,43515908],"checks":[24903681],"contents":[7602177,18022402,23986177,41680897],"ctype":[327681,851969,1245185,1310721,1835009,4128769,4390913,4653057,6160385,6356993,6619137,7012353,7798785,7995393,8192001,9764865,10420225,10551297,10944513,12058625,12124161,13041665,13369345,13828097,14483457,15269889,16121857,16318465,16777217,16842753,17367041,17694721,18284545,18677761,18743297,18808833,18939905,19202049,19267585,19595265,20185089,20250625,20774913,22020097,22151169,22609921,23003137,23068673,23855105,24379393,24772609,24838145,25427969,25624577,25821185,27852801,27983873,28508161,29425665,30081025,30408705,30736385,31916033,31981569,32636929,32964609,34537473,35258369,35717121,36110337,36896769,37158913,38076417,38404097,39452673,39845889,39911425,40042497,41287681,42270721,43319297,43450369,43646977],"convenience":[1572865,3866625,14942209,22413313,36503553],"called":[1179649,3407874,11534337,14548993,22413313,32112641,38469633],"critical":[32374785,33488897],"cryptography":[1441793,3211265,3604481,3801089,4587521,5177345,6881281,9371649,17956865,18022401,19136513,22216705,26935297,27262977,29687809,29949953,30539777,31850497,35192833,39124993,41680897],"culng":[19136514],"cast":[14942209],"content":[1376258,19529730,42336258,43515905],"count":[3407876,4456449,5570566,6422529,7602180,8323073,10354689,13172737,13238273,14811137,18022408,18546689,20381698,22806530,23461889,25755653,26411014,27066372,31391745,33882114,34603016,34799624,35848197,37486593,38862849,39976963],"coefficients":[7602177,18022402,41877505],"character":[1245185,5570561,11534337,27066369,35979266,43384834],"corner":[14024705,37617665,38273025],"conversion":[262145,327681,655361,851969,1245185,1310721,1835009,2686977,4128769,4390913,4653057,4980737,5701633,6160385,6356993,6619137,7012353,7602178,7798785,7995393,8192001,9764865,10420225,10551297,10944513,12058625,12124161,13041665,13369345,13828097,14483457,15269889,16121857,16318465,16777217,16842753,17367041,17694721,18022404,18284545,18677761,18743297,18808833,18939905,19202049,19267585,19595265,20185089,20250625,20447233,20774913,22020097,22151169,22609921,23003137,23068673,23855105,24248321,24379393,24772609,24838145,25427969,25624577,25821185,27852801,27983873,28508161,28639233,29032449,29163521,29425665,30081025,30408705,30736385,31916033,31981569,32636929,32964609,34144257,34537473,35258369,35717121,36110337,36372481,36896769,37158913,38076417,38404097,39452673,39845889,39911425,40042497,41287681,42270721,42663937,42729473,43319297,43450369,43646977],"completed":[10223617],"certainly":[26411009],"cache":[25296897],"computation":[9568257],"clobbered":[5570561],"cryptographic":[25296897,32374785,33488897],"command":[22413321],"creates":[1507330,1769473,4063234,4456449,6094849,6225921,6946817,7536641,7733249,8978433,10813446,11206657,11927559,12779521,12976129,13238273,14680065,14876674,16646147,16973825,17104898,18612225,22413314,23724033,24707073,25165826,25493505,25559041,26017794,31195137,31260673,32309249,34013185,35323905,35782657,36044801,36634625,36831233,37683201,38862849,38993921,39780353,40370177,40435713,40566785,42401794,42467329],"completely":[5111809,25034753,40501250,42139649],"cpus":[8323073,21168129,21364737,24969217,26869761,31391745,33357825,34603009,34799617],"channel":[9371649,25296897],"conditional":[6881281,31850497],"changed":[5046276,34996228],"calculate":[1048577,1900545,7602183,11075585,17498113,18022414,28311553,34930689,38010881],"concatenated":[6488065],"constructor":[2097153,4063233,6094849,6225921,7536641,7733249,10158081,10813441,12779521,12976129,14680065,16973825,23724033,25165825,25559041,31195137,31260673,36044801,36634625,36831233,37683201,39780353,40370177,40566785,42467329],"ceil":[7602178,17956866,18022404,28835842,29687809,40501250],"converting":[11141122,15204354,16515074,18022402,20119554,21757953,24248322,26411009,27918338,29360130,31719426,35913730,37552130,42795010],"converts":[262149,327681,655369,851969,1245185,1310721,1835009,2686983,4128769,4390913,4456464,4653057,4915201,5701643,6029313,6160385,6356993,6619137,7012353,7798785,7995393,8192001,8978433,9764865,10420225,10551297,10944513,12058625,12124161,12320769,13041665,13238288,13369345,13828097,14483457,15269889,16121857,16318465,16777217,16842753,17104897,17367041,17694721,18284545,18677761,18743297,18808833,18939905,19202049,19267585,19595265,20185089,20250625,20447238,20774913,22020097,22151169,22478864,22609921,22741008,23003137,23068673,23855105,24379393,24772609,24838145,25427969,25624577,25821185,26017793,27852801,27983873,28508161,28639242,29032457,29163525,29425665,30081025,30408705,30736385,31916033,31981569,32636929,32964609,34013200,34144263,34209808,34406416,34537473,35258369,35717121,36110337,36241424,36372491,36896769,37158913,38076417,38404097,38862864,38993936,39452673,39845889,39911425,40042497,41287681,42270721,43319297,43450369,43646977],"care":[32374785,33488897],"calls":[3407874,27197441],"counter":[3407886],"casting":[327681,851969,1245185,1310721,1835009,4128769,4390913,4653057,6160385,6356993,6619137,7012353,7798785,7995393,8192001,9764865,10420225,10551297,10944513,12058625,12124161,13041665,13369345,13828097,14483457,15269889,16121857,16318465,16777217,16842753,17367041,17694721,18284545,18677761,18743297,18808833,18939905,19202049,19267585,19595265,20185089,20250625,20774913,22020097,22151169,22609921,23003137,23068673,23855105,24379393,24772609,24838145,25427969,25624577,25821185,27852801,27983873,28508161,29425665,30081025,30408705,30736385,31916033,31981569,32636929,32964609,34537473,35258369,35717121,36110337,36896769,37158913,38076417,38404097,39452673,39845889,39911425,40042497,41287681,42270721,43319297,43450369,43646977],"carry":[3604485,6881285,8323077,16449541,21168132,21364741,31391748,33357834,37748741],"compute":[5373956,7602188,10747905,18022422,20381698,23134209,33882114,37421057,38141953,38600705,40501249,41811969,43712513],"computer":[22413316],"cnd":[6881292,7602181,18022410,31850508,41680903],"computed":[20381697,33882113,41877505],"containing":[34013185],"configure":[22413314],"construct":[16646145],"copied":[1572865,22413314],"char_ptr":[1507339,5046279,5308418,5570568,5832707,6225926,6684676,7602179,8585224,10878978,12648451,13959176,14942212,15204368,15990792,16580616,18022403,19005452,19660802,19857413,20119555,21102595,21430280,22544387,22872068,22937608,23330824,23986180,24444930,25165828,25755651,25886723,26279939,26411012,27066376,27590657,27918351,28770318,31719439,32047114,32178180,34996231,35848195,35979272,36044806,38469641,39190532,39583746,39714822,39976961,40108036,40828940,41091086,41222158,43384840],"constructors":[1507329,4456449,8978433,11927553,13238273,14876673,16646145,17104897,24707073,26017793,34013185,35782657,38862849,38993921,42401793],"considered":[6553601,8716289,11337729,13893633,19791873,36765697],"contain":[10223617],"cofactor":[5373954,7602178,18022403,20381704,33882120],"compile":[22413313],"codes":[5570561],"cpnverted":[16515073],"compiled":[22413315],"countp":[25755659,35848203],"calculation":[21168129,21495809,25755649,33357825,33554434,35848193,36503553],"chance":[23527425],"change":[5046273,7602178,18022404,22937601,33554434,34996225,36503553],"cleared":[2490369,25952257,39190529],"converted":[15204353,27066369,29360129,37552129,42729473],"conversions":[4915201,4980738,6029313,12320769,18022401,22478849,22740993,34209793,34406401,36241409,41091074,42663938,42729474],"clearly":[21168129,33357825],"complement":[2555905,4718593,5963777,7602184,9502721,10027009,11010049,12517377,13107201,13565956,16384004,18022416,19464193,22806529,24641537,28901377,32440321,38731777,42074113,43253761],"ceiling":[1966083,6750212,7602185,18022418,21889027,22282243,23396355,25231365,28573701,32243715,42991619],"cray":[26411009],"counts":[4456449,13238273],"condition":[6881281,31850497]} \ No newline at end of file diff --git a/docs/fti/FTI_Files.json b/docs/fti/FTI_Files.json index d5f7cad..0642a76 100644 --- a/docs/fti/FTI_Files.json +++ b/docs/fti/FTI_Files.json @@ -1 +1 @@ -["GMP Native Interface for .NET - Redirect\u0000index.html\u000018","FILE Methods\u0000html/00586c66-53ac-3fe3-16a4-3ceb2f94620b.htm\u0000125","gmp_lib.mpf_sqrt Method\u0000html/00a7e91d-b046-f5d3-5b51-55868d87e228.htm\u0000487","gmp_lib.mpn_copyi Method\u0000html/00d8413a-b34b-5e89-193c-1bfe522710c5.htm\u0000498","GMP Native Interface for .NET - Search\u0000search.html\u000015","mp_limb_t Implicit Conversion Operators\u0000html/015a8bc4-a8de-d7c7-3aac-2524de5dfd03.htm\u000095","mp_exp_t Implicit Conversion (mp_exp_t to Int32)\u0000html/015f7dd6-55ab-71d0-316b-71a3f99799c3.htm\u0000141","gmp_lib.mpz_cmpabs_d Method\u0000html/011efd01-e7f0-47d8-7d1e-77888d96f0d4.htm\u0000456","void_ptr.Equals Method (Object)\u0000html/0177c7b6-b5d5-3815-b64a-4f3a7686bf6d.htm\u0000180","gmp_lib.mpf_inits Method\u0000html/018278a0-148f-c898-5bd0-42aae4ae0069.htm\u0000373","mpz_t.ToIntPtr Method\u0000html/018d9747-3053-df6d-2bb3-5273ad735860.htm\u0000113","mp_base._mp_d_intptr Property\u0000html/01baafdb-caf3-5653-428f-0ba9c42c3a9a.htm\u0000143","gmp_lib.gmp_urandomm_ui Method\u0000html/020d0663-b84b-54aa-8e2f-645ed532d175.htm\u0000392","mp_exp_t Explicit Conversion Operators\u0000html/021c96a1-51fa-2b2a-4c65-7ae3bb374c33.htm\u0000151","gmp_lib.mpz_kronecker_si Method\u0000html/0252e04b-b8fc-5a06-e1e2-a0cafbb44296.htm\u0000485","void_ptr.GetHashCode Method\u0000html/04ef14d3-d09c-cfcb-0cea-8984c92612f5.htm\u0000121","mp_limb_t Explicit Conversion (Int64 to mp_limb_t)\u0000html/03a17ed9-19e1-9de3-0ea4-4ff3f63938a6.htm\u0000140","void_ptr.Equals Method\u0000html/0521b935-27ad-ca39-ed8a-6c4b4fc51116.htm\u000069","gmp_lib.mpq_cmp_ui Method\u0000html/03336561-2bb9-b38f-8adb-506e0fad094b.htm\u0000469","mp_base Fields\u0000html/0525612d-5a63-106e-2d53-4ad25dd2e3a1.htm\u000039","gmp_lib.mpn_sec_mul Method\u0000html/028e92d4-3699-77ff-e8da-9ff4c367f5b3.htm\u0000832","mpf_t Implicit Conversion (String to mpf_t)\u0000html/058e477a-0126-b073-ee83-77ed89a58351.htm\u0000195","gmp_lib.mpz_cmpabs_ui Method\u0000html/05f897c4-77dc-7735-81ca-65650f61d961.htm\u0000350","gmp_lib.mpz_out_raw Method\u0000html/053b54b6-f646-f0aa-ddaf-00c494a6d5ef.htm\u0000871","gmp_lib.mpz_cdiv_q_ui Method\u0000html/05b3707d-5f48-4d76-c42a-566f3179d7f8.htm\u0000586","gmp_lib.mpf_set_ui Method\u0000html/060aa73e-8c00-0a6b-f569-ad198c4f0d90.htm\u0000370","mp_limb_t Explicit Conversion (Int32 to mp_limb_t)\u0000html/06428417-fb0b-82c7-4b50-99dfe28c7afb.htm\u0000139","char_ptr Structure\u0000html/06249483-9daf-95f9-32c7-30195550bbcc.htm\u0000292","gmp_lib.reallocate Method\u0000html/067f64f9-7014-8c6a-3c02-153c1460a1dd.htm\u0000348","size_t Methods\u0000html/0777a4c0-90d5-95bc-1192-f390bfbcbc43.htm\u0000124","gmp_lib.mpn_random2 Method\u0000html/06d850ef-82b2-56f1-32ae-2f1724da3d5b.htm\u0000381","gmp_lib.mpz_kronecker_ui Method\u0000html/07613c31-7d00-9806-1676-55f8c5a997f8.htm\u0000486","gmp_lib.mpn_sec_div_r Method\u0000html/094ea390-8cc8-bac7-35c3-3616775736de.htm\u0000734","mp_size_t.Equals Method\u0000html/096397d8-2db8-7eeb-3b75-25ed0bad8379.htm\u000069","mp_bitcnt_t Methods\u0000html/0968b601-ff25-497d-c2eb-28487c3d29cf.htm\u0000124","mp_exp_t Explicit Conversion (mp_exp_t to Int16)\u0000html/0c44ebce-9678-a295-598a-588046225af2.htm\u0000141","gmp_lib.mpn_sec_sub_1_itch Method\u0000html/098c8787-2069-5d1e-a2f9-1f78bdcd60a9.htm\u0000171","va_list Methods\u0000html/0af0c5f7-045d-d0b0-fe24-f20f44b030dc.htm\u0000171","gmp_lib.mpz_ior Method\u0000html/0ccb1bab-4817-1062-242d-41c181cacf77.htm\u0000606","gmp_lib.mpz_fdiv_q_ui Method\u0000html/0dcf05e1-ec39-5294-c4d0-d8e0f92642e4.htm\u0000585","mpz_t Constructor\u0000html/0fcbb911-bc5a-1b11-90c5-96babff86526.htm\u000088","mpf_t Constructor\u0000html/0e0a10d5-52ab-1821-6fe1-97514e009418.htm\u000089","mp_bitcnt_t.ToString Method\u0000html/0dd7a5d2-ab07-87dc-79d2-d9b361bc0a34.htm\u0000124","mpq_t Properties\u0000html/0e7e8afb-9c1f-87e4-4f01-0575c8203613.htm\u000049","gmp_lib.mpz_lucnum2_ui Method\u0000html/0cdaca8f-816e-8c22-f46b-fcf58e9e91d4.htm\u0000609","gmp_lib.mpf_init Method\u0000html/0dd846ac-56b6-3ea8-0441-12490f67fbf7.htm\u0000384","gmp_lib.mpn_xor_n Method\u0000html/0f01fecd-9200-982d-c331-c213f3b960a1.htm\u0000613","void_ptr Fields\u0000html/12a4c9d6-02cf-e913-816e-ad530e77722c.htm\u000038","va_list.ToIntPtr Method\u0000html/13e99044-0242-c6b6-6a32-e9abb01ceaaa.htm\u0000115","mp_exp_t.GetHashCode Method\u0000html/1443760d-18a5-f276-ec75-7b8ead9d8332.htm\u0000121","mpz_t._mp_size Property\u0000html/15e1db51-a27c-7eee-03dd-5c6457889be1.htm\u0000169","gmp_lib.mpq_sgn Method\u0000html/1176cc4e-ffda-2993-1a4a-2e0c7ed24adb.htm\u0000389","mp_size_t Implicit Conversion Operators\u0000html/13c05087-b2db-4751-d548-4fa64e30f663.htm\u0000123","gmp_lib.mpf_integer_p Method\u0000html/11a036ec-5052-7dc4-bdb6-10e5c92f88cc.htm\u0000368","mp_base._mp_size Property\u0000html/178d8d44-2485-2972-fe2f-eb9848059e6f.htm\u0000120","gmp_lib.mpf_fits_sshort_p Method\u0000html/142199e1-6aef-83d5-1986-1b1248ddc6e3.htm\u0000358","mpz_t Fields\u0000html/18a76f9f-3507-5e96-06ac-0167e0359410.htm\u000046","gmp_lib.mpz_fac_ui Method\u0000html/17280f99-d0dc-6714-12c7-be17c97c0cdb.htm\u0000366","gmp_lib.mp_set_memory_functions Method\u0000html/15ac48e3-750c-d154-7d8f-6dcaa137f5db.htm\u0000844","gmp_lib.mpn_sec_add_1 Method\u0000html/1555cd52-98d2-6253-214a-d342a539bfb5.htm\u0000754","ptr(T) Constructor\u0000html/1b117248-4e1d-a985-2ab6-4bd8e5b3e769.htm\u000052","size_t Implicit Conversion (UInt16 to size_t)\u0000html/18ef1696-938e-0932-1d55-eaced0d92464.htm\u0000140","gmp_lib.mpq_canonicalize Method\u0000html/19d53697-65f1-2df5-62f3-988182af0c88.htm\u0000195","gmp_lib.mpf_init_set Method\u0000html/17b3dc26-68af-fb0c-9923-36777e8bd87e.htm\u0000490","mp_size_t Explicit Conversion (mp_size_t to UInt16)\u0000html/1babcb9f-d828-81fb-30d5-296cccd21929.htm\u0000142","gmp_lib.mpq_set_d Method\u0000html/1a7c5874-9132-2c43-e407-df1eead74fab.htm\u0000414","gmp_lib.free Method (void_ptr, size_t)\u0000html/19ccd2e3-05f1-d4f4-79b7-28b4f26e5768.htm\u0000219","mp_limb_t.GetHashCode Method\u0000html/1bd10056-1935-a793-4930-68ebfaf82cd1.htm\u0000121","mp_bitcnt_t Explicit Conversion (mp_bitcnt_t to Byte)\u0000html/1d378f21-73e1-43e7-e286-5a6c0cb101ba.htm\u0000142","gmp_lib.mpq_swap Method\u0000html/11e36fbc-ffc4-46df-50b7-2b07684c1755.htm\u0000556","gmp_lib.mpn_sec_div_r_itch Method\u0000html/1cefa5f6-adc3-30a6-b3bd-cb6a7543cb00.htm\u0000208","gmp_lib.mpn_iorn_n Method\u0000html/1b76ffd8-d7f4-5309-3b10-e7e0c418706a.htm\u0000619","gmp_lib.gmp_vsscanf Method\u0000html/1a966758-12dc-4da3-cb22-b3b3d788ba02.htm\u0000758","mp_bitcnt_t Structure\u0000html/1b2b1d64-20c1-7a64-0278-d9ff58ee9cc3.htm\u0000528","gmp_lib.mpn_sec_sqr_itch Method\u0000html/1ba86b5b-8ace-b6ee-99c5-32a8d7648519.htm\u0000171","gmp_lib.mpf_get_default_prec Method\u0000html/1ca4ec7e-b5d1-3b51-8341-5a345990e62d.htm\u0000271","gmp_lib.mpf_set_d Method\u0000html/1d0c5734-9f0d-ec6b-c540-4379f832b0ca.htm\u0000383","gmp_lib.mpf_abs Method\u0000html/17731ba4-bf91-6b9b-737a-a9cc306ba17d.htm\u0000490","mpz_t Type Conversions\u0000html/1cc35e31-9ab0-7239-d05b-1e2a426338bc.htm\u000046","gmp_lib.mpz_mul_2exp Method\u0000html/18cd39f5-7c88-f557-3803-8a4a321cfb97.htm\u0000525","mp_bitcnt_t Explicit Conversion (UInt64 to mp_bitcnt_t)\u0000html/22aee6e2-0a8a-0514-baa1-2f6882b60174.htm\u0000141","size_t Fields\u0000html/23937a87-c622-7fe6-7dfc-89d66a88c1fb.htm\u000036","gmp_lib.mpz_sqrt Method\u0000html/1e1204c7-2d33-c9d1-4f4e-c36215f5ebed.htm\u0000458","gmp_lib.mpz_set_si Method\u0000html/1ffac718-d814-0556-ea54-dbf1d676e0cc.htm\u0000374","gmp_lib.mpz_realloc2 Method\u0000html/1de9b70a-1d21-8168-e41c-1c259f64091a.htm\u0000674","FILE Structure\u0000html/1bcc07bd-8fee-1107-844c-a5ff10e7660c.htm\u0000234","gmp_lib.mpz_getlimbn Method\u0000html/1dfbf5da-f4c2-bbab-5708-3b31d40e4f16.htm\u0000640","gmp_lib.mpn_gcd Method\u0000html/24ecd2d5-422f-e538-fd43-94b749652393.htm\u0000756","gmp_lib.mpn_divexact_1 Method\u0000html/1d6343a5-d42c-c362-714e-e10730e6a6d5.htm\u0000615","size_t.Equals Method\u0000html/255140dc-27a7-cc9d-df9a-dc4d03c9a8e4.htm\u000069","gmp_lib.mpn_get_str Method\u0000html/1e9cacd7-32b3-7f3b-659a-efdb3e064092.htm\u0000795","gmp_lib.mpf_fits_uint_p Method\u0000html/201b1b12-bb0c-6a53-c6d5-e75db73f8470.htm\u0000359","char_ptr Constructor (String)\u0000html/255d9de2-3cf6-50f3-3276-a4332896da07.htm\u0000146","char_ptr.ToString Method\u0000html/1eedfa7e-7135-6b5d-e395-9a6b90fab236.htm\u0000128","mpf_t Methods\u0000html/2583789b-09c3-0f9a-fbf9-4d362bd9129a.htm\u0000163","gmp_lib.mpq_abs Method\u0000html/1f2250c3-a1b8-db12-19e4-9946e39eb64c.htm\u0000215","mp_limb_t Methods\u0000html/1e30b810-66a8-52cc-8501-8bdda18bfaa7.htm\u0000124","gmp_lib.mpf_mul_2exp Method\u0000html/2041c81e-218b-b514-5a7b-5ee315711bc9.htm\u0000530","size_t Explicit Conversion Operators\u0000html/1f76425d-66dd-c23e-2032-d6f1f2337813.htm\u0000179","gmp_lib.mpz_tstbit Method\u0000html/20a476ea-9a38-9ef3-1e23-da2b2eba69a9.htm\u0000407","gmp_randstate_t Constructor\u0000html/20a4edb9-f361-6367-9965-64b0f7aeddaa.htm\u0000108","gmp_lib.mpn_gcdext Method\u0000html/1d98a5d2-dff5-3fd2-c322-13c56beabb21.htm\u0000108","gmp_lib.gmp_randinit_lc_2exp Method\u0000html/21fdbc76-a0de-1f3a-195f-a5ae0cb3d1da.htm\u0000532","mpq_t Type Conversions\u0000html/25bb755c-4475-9382-5601-dd83fda02afe.htm\u000046","gmp_lib.mpz_perfect_square_p Method\u0000html/260d6edf-ce02-26f7-d704-ad0d11604e61.htm\u0000373","size_t Explicit Conversion (Int32 to size_t)\u0000html/25c0e500-2d89-f414-530f-a0a53b57766f.htm\u0000139","gmp_lib.mpn_xnor_n Method\u0000html/25d623c3-ee22-4b83-1161-3f98ce698012.htm\u0000621","gmp_lib Methods\u0000html/0fa7cbf3-e8f4-6b14-d829-8aa663e77c74.htm\u00007150","gmp_lib.gmp_sscanf Method\u0000html/279d21b9-bd04-522e-0759-d1add6fe6fae.htm\u0000758","mp_size_t Implicit Conversion (mp_size_t to Int64)\u0000html/289280eb-add9-3787-a6bf-8e9766849efd.htm\u0000142","mp_bitcnt_t Explicit Conversion (Int16 to mp_bitcnt_t)\u0000html/29b5075a-d6d3-6fe8-5125-d679317b1022.htm\u0000139","gmp_lib.mpz_cdiv_ui Method\u0000html/290eb509-85df-a0cc-86f8-ac4e6f5d730a.htm\u0000451","gmp_lib.mpz_random Method\u0000html/2b0da39e-331c-878e-26c7-bd6d81c7f8e0.htm\u0000425","gmp_lib.mpn_cnd_add_n Method\u0000html/27902901-3a7d-b5b3-d3fc-3900f754bff1.htm\u0000825","mpq_t Constructor\u0000html/2c2936bd-f40b-391b-de4c-e5111654993b.htm\u000088","char_ptr.Equals Method\u0000html/2d2c429f-5828-694d-2ad7-9d13e5c412b3.htm\u000069","mp_exp_t Explicit Conversion (mp_exp_t to SByte)\u0000html/2c30c503-671c-e6f1-38a8-3a42f51f8019.htm\u0000142","gmp_lib.allocate Method\u0000html/2c68671c-cd5c-e2ec-52a2-65b0ca31c3d1.htm\u0000164","gmp_lib.mpz_root Method\u0000html/279877e1-b8d0-f52c-16ba-b2e38e671437.htm\u0000521","free_function Delegate\u0000html/2c9876e2-a0f5-14c6-5069-1a9d50b89185.htm\u0000159","mp_ptr Constructor\u0000html/33563f2c-baba-b555-20fb-9def8b70074c.htm\u0000124","mp_limb_t.Equality Operator\u0000html/2e8177f2-fc95-380b-ef64-a51cf494c686.htm\u0000189","gmp_lib.mpz_divexact Method\u0000html/2ddc32dc-4ee3-18e9-dd3d-7e64c3304e1e.htm\u0000569","gmp_lib.mpz_cmp_si Method\u0000html/2e55f6fd-0083-fc85-0d42-65e472376dbe.htm\u0000383","mp_size_t Explicit Conversion (mp_size_t to Int16)\u0000html/339354f8-0924-d332-2217-0b06b81f5e5a.htm\u0000141","mp_exp_t Implicit Conversion (SByte to mp_exp_t)\u0000html/2f9a1c6d-82f4-6ef2-476a-8231d6b7d497.htm\u0000140","gmp_lib.gmp_vsnprintf Method\u0000html/300c388f-ba1c-0ba3-64fd-e7aafb39dcdb.htm\u0000838","gmp_lib.mpn_zero_p Method\u0000html/2e469258-d5e3-da86-aebe-025b92d7cf73.htm\u0000373","mp_bitcnt_t Fields\u0000html/376be8f2-7fe0-c6c4-e08d-7883d4d19594.htm\u000036","mp_bitcnt_t.Equals Method (mp_bitcnt_t)\u0000html/306b1c06-9439-c811-b7b9-42777ca691e6.htm\u0000161","gmp_lib.mpf_div_2exp Method\u0000html/352401d6-c6d1-29c1-a9f6-e5e0ed46bc86.htm\u0000530","gmp_lib.mpq_denref Method\u0000html/2d93abcb-e73f-fe40-a50b-395a0bf6a4fc.htm\u0000454","gmp_lib.mpn_add_n Method\u0000html/339edb73-5781-7d73-97b6-9b73451a698f.htm\u0000719","gmp_lib.mpz_tdiv_qr Method\u0000html/387ec1dd-15b3-4cc9-862a-e3f0a8e2cb78.htm\u0000723","mp_limb_t.Equals Method (Object)\u0000html/33b840cd-1b41-ad67-8956-b5811ddc6175.htm\u0000180","gmp_lib.mpz_init_set Method\u0000html/2c37941c-dee7-0d74-7889-3fa6c20bab6a.htm\u0000459","gmp_lib.mpz_jacobi Method\u0000html/38be0c24-42ac-e0ea-9e18-e75e3bda2a1e.htm\u0000468","gmp_lib.mpf_neg Method\u0000html/357791cb-951d-5542-ff67-c00ef5e9aadb.htm\u0000486","mp_bitcnt_t.Value Field\u0000html/3ae51295-d9e7-e4e5-a660-07940dcfcfde.htm\u000087","gmp_lib.mpf_ui_div Method\u0000html/34a39f93-359c-526f-c9ad-cd7558968f1e.htm\u0000572","gmp_lib.mpn_popcount Method\u0000html/3bd9de08-5768-bb79-1e09-2953ae1483aa.htm\u0000370","gmp_lib.mpf_clear Method\u0000html/3a2a17ed-a64c-8716-7f65-18c661a5279f.htm\u0000361","gmp_lib.mpq_inp_str Method\u0000html/38d3a9de-bae7-3f44-18e0-38fe450d4cba.htm\u0000827","size_t.Equals Method (Object)\u0000html/3c3a57f3-ab98-976d-e470-2b8da8c97b53.htm\u0000180","gmp_lib.mpz_congruent_p Method\u0000html/2ff1eb0a-f399-2ad2-f7d1-3fb51dceac10.htm\u0000630","gmp_lib.mpf_mul Method\u0000html/309e6a8c-1318-2d30-a058-f119193546a0.htm\u0000610","gmp_lib.mpz_mul Method\u0000html/3523bf0e-75ec-6286-76a0-4685198e51f6.htm\u0000578","gmp_lib.mpn_sec_tabselect Method\u0000html/3588cf60-567a-6182-20e8-5e2836498f49.htm\u0000619","gmp_lib.mpz_set Method\u0000html/3a4e6141-0771-f9ac-2283-5e9348f86d4a.htm\u0000486","mpf_t Fields\u0000html/373cd52b-c12c-bae1-1a8c-b7627903d709.htm\u000046","mpf_t._mp_d_intptr Property\u0000html/39182adf-3ed6-8c68-c2e7-05a9bfcef6ab.htm\u0000153","mp_limb_t Explicit Conversion (SByte to mp_limb_t)\u0000html/3006d511-ecd7-0e95-44e1-b9effd406cbf.htm\u0000140","mpf_t Type Conversions\u0000html/3ca44c9f-677e-d5fa-5414-399843506633.htm\u000046","mpf_t Class\u0000html/37c88d6c-8d02-2330-ad77-f20fb73d1677.htm\u0000448","mp_limb_t Explicit Conversion (mp_limb_t to SByte)\u0000html/3cd34dae-2d2e-5efd-cc59-e555d879812a.htm\u0000142","gmp_lib.mpz_get_ui Method\u0000html/3a92eddc-59f3-b42f-9921-4e1cc5700d60.htm\u0000377","gmp_lib.gmp_vfscanf Method\u0000html/316be139-2970-161f-ba7c-730f067b5cf3.htm\u0000939","gmp_lib.mpf_trunc Method\u0000html/3ac2ecd4-f154-de62-9170-b2d28f362a7e.htm\u0000498","gmp_lib.mpf_set Method\u0000html/3a025035-e715-0a3d-8d2d-6011430c9463.htm\u0000507","gmp_lib.mpf_div_ui Method\u0000html/3985111a-6d13-b418-9c90-422a8e1e5b8b.htm\u0000444","gmp_lib.mpf_inp_str Method\u0000html/3a24f5bd-0b45-8164-f27b-c2e04e35ab64.htm\u0000789","gmp_lib.mpz_limbs_finish Method\u0000html/398e3eb8-0f55-086f-a765-0a8b3c9307e0.htm\u0000350","gmp_lib.mpz_fits_uint_p Method\u0000html/3ce0cc26-e888-90f8-a517-aad88332eec0.htm\u0000360","void_ptr.Equality Operator\u0000html/3d7c5927-d163-5d46-1f0b-5c35ca116b22.htm\u0000189","mp_base Constructor\u0000html/3e385e89-d6d3-27df-ec51-6580f6bea08b.htm\u000089","void_ptr.ToIntPtr Method\u0000html/3e1375c2-3f44-721d-6ef3-32e49a3d7d3b.htm\u0000107","gmp_lib.mpz_divexact_ui Method\u0000html/3ddee65c-a067-79a3-968d-31f3d585db3b.htm\u0000496","gmp_lib.mpz_congruent_ui_p Method\u0000html/3eae225a-8db3-3b14-d862-03718f3a5548.htm\u0000480","gmp_lib.mpz_and Method\u0000html/3e5268ed-796b-2880-93a3-8d17143f99b1.htm\u0000603","gmp_lib.mpz_scan0 Method\u0000html/3e36be2b-14ed-eb7b-0546-af6d49e983fa.htm\u0000506","gmp_lib.mpz_cmpabs Method\u0000html/3e06d348-8a15-691d-5889-ab3f1a4c9f73.htm\u0000498","gmp_lib.gmp_version Field\u0000html/3f1b2832-ff9c-cc4a-3e85-e2ee16acc69b.htm\u0000200","void_ptr.Zero Field\u0000html/3fce2dbc-bac6-d24f-d6d4-84454567b8f5.htm\u000094","mpz_t Methods\u0000html/430d894e-57e0-6020-0ad7-40b74cbd969f.htm\u0000161","size_t Implicit Conversion (size_t to UInt64)\u0000html/4089ae7b-a5ca-3feb-37ce-f5f4e627dde7.htm\u0000143","mp_exp_t.Value Field\u0000html/40dbbc73-ebfe-df0e-4a28-ef5646a9a25b.htm\u000086","gmp_lib.mpq_cmp Method\u0000html/3f29d5f4-13ae-cec8-ea75-6a76d00d10fc.htm\u0000517","gmp_lib.mpz_bin_uiui Method\u0000html/402dc8d2-32bd-59ad-80f3-4bd2cc000b0d.htm\u0000416","gmp_lib.mpq_div Method\u0000html/433b0777-4514-5b20-7494-f0f2746fe8e5.htm\u0000248","mpq_t._mp_num Property\u0000html/3fad7a3a-76d1-7e19-0ab4-c93a4bf3655e.htm\u0000123","size_t Explicit Conversion (size_t to Int16)\u0000html/4137f93d-8fb6-8ae8-3961-eeba189925e6.htm\u0000141","mp_size_t Explicit Conversion (UInt64 to mp_size_t)\u0000html/43436692-e9c9-739f-aa96-be2b775dae62.htm\u0000141","char_ptr.ToIntPtr Method\u0000html/42a15292-978c-35c6-bfa3-9d5acf725ca7.htm\u0000107","gmp_lib.mpq_cmp_si Method\u0000html/43cb2c87-9fab-eb9d-2f7a-140d72af7b15.htm\u0000465","size_t Explicit Conversion (size_t to SByte)\u0000html/44012ded-01f3-9156-80d0-0df7ee0b048c.htm\u0000142","gmp_lib.mpf_set_prec Method\u0000html/438e6843-fc7b-4e6f-9ac0-d97a2773b032.htm\u0000454","gmp_lib.mpz_scan1 Method\u0000html/480d1d15-b561-ac8f-b12a-f27ba075b3f2.htm\u0000506","mp_ptr Class\u0000html/4609ac5e-5cf9-cd20-2fa9-8040101c165c.htm\u0000412","mp_ptr Constructor (mp_base)\u0000html/49277bf7-6de2-6182-cb45-008c4cbde670.htm\u0000129","size_t Constructor\u0000html/4a5eee32-b03c-e613-22b1-6b4f54a95362.htm\u0000125","size_t.Equality Operator\u0000html/46b18925-3e4b-f26c-ef9c-ade34e23f518.htm\u0000189","gmp_lib.mpz_inp_raw Method\u0000html/44097b06-123a-4c00-b17f-ab0c70ad78bb.htm\u0000695","gmp_lib.gmp_randinit_set Method\u0000html/494fa261-4044-f216-7041-a55d95a26f5b.htm\u0000386","ptr(T).Value Field\u0000html/448dfb4b-f4d7-8db7-3d44-31f3bd032771.htm\u000094","gmp_lib.mp_bytes_per_limb Field\u0000html/47695d57-9a89-48db-97c3-2ed03965d913.htm\u0000176","mp_exp_t.Equality Operator\u0000html/4a543b73-f62d-cf04-fa49-22bc93e657e7.htm\u0000189","mpf_t Properties\u0000html/44d8440b-0daa-0393-510e-a0ace6d299f7.htm\u0000129","size_t Explicit Conversion (size_t to Int32)\u0000html/47fd5e17-2217-5e2f-8d68-440cfcf85179.htm\u0000141","gmp_lib.mpz_limbs_read Method\u0000html/4b08344c-f506-a717-4e1d-112cd19f5286.htm\u0000562","gmp_lib.mpf_sqrt_ui Method\u0000html/44e6038b-2e97-b53d-0d46-ce1fff3522d0.htm\u0000410","gmp_lib.mpz_combit Method\u0000html/4a959468-7670-9303-a5e7-3f1de8f17a62.htm\u0000411","gmp_lib Properties\u0000html/4c8c8860-0cde-fd90-76f1-81cd6fb7a125.htm\u000041","mp_limb_t Implicit Conversion (UInt16 to mp_limb_t)\u0000html/4e7a1224-4cf6-269a-82b6-8fdb83429949.htm\u0000140","gmp_lib.mpf_size Method\u0000html/4c81a27a-206c-e5da-44e9-0ac7767b3366.htm\u0000348","gmp_lib.mpz_fdiv_qr_ui Method\u0000html/452a9316-f421-a65c-a9ba-254b201dc431.htm\u0000696","mp_size_t Structure\u0000html/4b58a584-7a0e-b600-18fa-ebd493861eb3.htm\u0000535","mp_size_t Implicit Conversion (Int32 to mp_size_t)\u0000html/4d1fd187-6b51-f72c-b150-3cc4eb7ead18.htm\u0000139","gmp_lib.mpz_hamdist Method\u0000html/4dfb8bd5-8a6f-6919-7aa9-8c060d42b5d7.htm\u0000565","gmp_lib.mpz_congruent_2exp_p Method\u0000html/4b6a07f8-2a61-d1a3-7192-f2907292bf2a.htm\u0000540","FILE.Equals Method\u0000html/4e0b1b66-de5f-3451-d835-df0116b8c789.htm\u000069","gmp_lib.mpz_tdiv_q Method\u0000html/4c830876-cdf6-9d94-1ceb-24d30f873bc2.htm\u0000585","gmp_lib.mpf_add_ui Method\u0000html/45a76d5c-c5bf-e7f8-906a-15d290e9a50d.htm\u0000524","gmp_lib.mpz_divisible_p Method\u0000html/4bafc7fe-d2a8-7cf2-b9b8-c296550b4ef2.htm\u0000500","gmp_lib.mpz_gcd Method\u0000html/4e14cfc4-6f8b-14f7-74df-2f4415ce6f1c.htm\u0000603","gmp_lib.mpf_div Method\u0000html/4e876639-72f5-7659-f4a9-862639e27e1c.htm\u0000657","va_list Class\u0000html/4f2255b8-b87a-7b1b-286a-abb7293059d7.htm\u0000253","gmp_lib.mpf_init_set_str Method\u0000html/4e30a5e0-637b-949e-a627-387a56945f7b.htm\u0000553","gmp_lib.mpz_rrandomb Method\u0000html/4be917d3-47c6-cb58-d768-6276e78f0afb.htm\u0000623","gmp_lib.mpz_addmul_ui Method\u0000html/4e93c4c4-d799-2828-5285-8a3f3ed02ad3.htm\u0000530","gmp_lib.gmp_errno Property\u0000html/4c3f1727-1891-2918-da3a-321930e883ed.htm\u0000144","gmp_lib.mpq_set_den Method\u0000html/52388f4c-575a-9b13-41a6-e7ec2bd0becd.htm\u0000523","mp_ptr.Size Property\u0000html/562de56d-c1a8-5f66-59dc-e2886d89bfc3.htm\u0000110","mp_bitcnt_t Implicit Conversion (UInt16 to mp_bitcnt_t)\u0000html/55809d71-2a62-422c-a7e5-955b2b62fe37.htm\u0000140","gmp_lib.mpf_cmp_d Method\u0000html/4f0f115a-3956-13f7-4d6f-0157936c03bd.htm\u0000436","gmp_lib.mpz_sub Method\u0000html/53702772-53e9-ec51-c3a5-7a1912b4f2b4.htm\u0000571","mp_bitcnt_t Explicit Conversion (mp_bitcnt_t to Int16)\u0000html/55d30a4b-ca4f-4f4b-208a-026c54586e64.htm\u0000141","mp_bitcnt_t.GetHashCode Method\u0000html/540dc183-f6ab-a0bb-d6ef-a08f5a464b78.htm\u0000121","gmp_lib.mpz_probab_prime_p Method\u0000html/52ce0428-7c09-f2b9-f517-d3d02521f365.htm\u0000456","mp_bitcnt_t Explicit Conversion (Int64 to mp_bitcnt_t)\u0000html/56fbe432-4b26-efff-13e9-242996bfa78d.htm\u0000140","ptr(T) Class\u0000html/542faa00-d28a-72a2-2dd8-6c6021e683ce.htm\u0000393","gmp_lib.mpz_divisible_2exp_p Method\u0000html/4f821e78-facb-4ea2-ab21-62d1f5049e68.htm\u0000388","mp_ptr Constructor (UInt16[])\u0000html/54ac0eda-b14f-8083-16dc-6c0abe8a5e5e.htm\u0000185","gmp_lib.gmp_vsprintf Method\u0000html/56e1a610-d238-ab9f-87b5-001764290847.htm\u0000723","gmp_lib.mpz_roinit_n Method\u0000html/5786e0c6-2dde-406f-b86d-3df6757c80c0.htm\u0000805","void_ptr Operators\u0000html/578ac23c-2986-d809-fa1b-c9a111d0c780.htm\u000059","gmp_lib.mpq_get_num Method\u0000html/4f98333c-76a2-db46-cbba-97785a449450.htm\u0000574","mp_exp_t.Equals Method\u0000html/5a3c38b8-5205-bc81-58e8-60b155c0579c.htm\u000069","size_t Explicit Conversion (SByte to size_t)\u0000html/5c1d434c-5d85-dea7-ac47-09126d92900d.htm\u0000140","mp_size_t Implicit Conversion (mp_size_t to Int32)\u0000html/57c5f9bf-43e8-b575-90c8-23c0e366fb2d.htm\u0000141","gmp_lib.mpz_kronecker Method\u0000html/54ba330f-67d3-fa30-2d5f-0480b7f4659c.htm\u0000563","gmp_lib.mpn_cmp Method\u0000html/4fcc5434-e328-6730-f46e-bd0823ec7560.htm\u0000479","gmp_lib.mpz_addmul Method\u0000html/582a0647-1482-ecd7-cc78-bd2222610e06.htm\u0000591","gmp_lib.mpz_neg Method\u0000html/5a61d62c-a0f0-5e86-b6dd-8ca6414b35ed.htm\u0000451","gmp_lib.mpz_get_str Method\u0000html/54c1f778-6fc8-0056-6f25-26f6754645fb.htm\u0000639","FILE Operators\u0000html/4fe7aa66-0d05-7853-360a-72c4b55b69bd.htm\u000059","gmp_lib.mpz_fdiv_r Method\u0000html/5dfc0ea9-a81f-bda9-356c-034395ba3c9c.htm\u0000598","gmp_lib.gmp_printf Method\u0000html/5c2015f3-41d2-7b80-5309-e41ccec0baaf.htm\u0000453","mp_bitcnt_t Constructor\u0000html/5846cdbc-83b9-0197-aa29-fd226641eb76.htm\u0000124","gmp_lib Class\u0000html/3af6b34c-3242-2b75-e7c7-ab79af8a4b0f.htm\u000015206","gmp_lib.mpz_clear Method\u0000html/551f8670-3080-9a92-cd50-58d09cbf77ef.htm\u0000313","mp_size_t Fields\u0000html/64df5728-6963-d01f-d17c-21ee6df7c418.htm\u000036","gmp_lib.mpf_fits_sint_p Method\u0000html/5ea7691b-2a0f-5f25-290c-54c78e2cf3bd.htm\u0000358","gmp_lib.mpn_perfect_power_p Method\u0000html/61401484-d06f-ab9e-110d-b46f4d0a9eba.htm\u0000375","mp_bitcnt_t Implicit Conversion (UInt32 to mp_bitcnt_t)\u0000html/6280cd97-b728-ab06-89e1-7181e2ab72fe.htm\u0000140","gmp_lib.mpz_init2 Method\u0000html/5cd3a242-93b7-49c5-b9c9-1dca02ed4662.htm\u0000463","gmp_lib.mpq_inv Method\u0000html/3b01109c-5b01-16d2-edd0-5ac3d5514930.htm\u0000229","mpz_t Properties\u0000html/5f492d5c-72f0-17b4-24a4-e5b58a061ef7.htm\u0000109","void_ptr.FromIntPtr Method\u0000html/650e9cdb-0392-1173-aba8-9a1d6fc6a694.htm\u0000148","mpq_t Implicit Conversion (String to mpq_t)\u0000html/5d499247-7cb9-266f-eb4f-78bcf5768aa4.htm\u0000199","gmp_lib.mpn_add_1 Method\u0000html/5562b14f-48a4-be75-2eb0-6a129cd0d5ab.htm\u0000607","gmp_lib.mpq_mul Method\u0000html/584834ae-b1f7-d965-2586-f88d5c9b4f67.htm\u0000248","mp_ptr.ToIntPtr Method\u0000html/659f2b6c-790b-e9b9-cc61-e8fc8a4bd2c0.htm\u0000108","gmp_lib.gmp_vfprintf Method\u0000html/62c5f2f4-2a93-e6d2-b867-23d4f2b98af4.htm\u0000674","gmp_lib.mpz_mul_ui Method\u0000html/5fba9944-4437-9b1c-afa0-666d87eafe39.htm\u0000511","gmp_lib.gmp_snprintf Method\u0000html/61686857-e4a0-ad60-1419-2b87a79b06c1.htm\u0000840","gmp_lib.mpf_cmp_ui Method\u0000html/5a168ae0-405b-7259-0853-84999876c47a.htm\u0000416","gmp_lib.mpz_export Method\u0000html/5fbffc1a-1ac4-6ca6-e528-abe7f8c96667.htm\u000076","gmp_lib.mpz_tdiv_q_ui Method\u0000html/67fc54a2-05e7-bc3c-64f4-8c6de48fa6b6.htm\u0000587","gmp_lib.mpn_sec_invert Method\u0000html/62ffb793-b32f-e0dc-a399-f20fe708a803.htm\u0000733","gmp_lib.mpz_ui_pow_ui Method\u0000html/6101fda5-1230-66a9-5aff-5d8da426e364.htm\u0000408","mpq_t Methods\u0000html/6871c168-60e1-5bd2-5a03-2d60f473d7b8.htm\u0000161","mp_bitcnt_t Implicit Conversion (mp_bitcnt_t to UInt64)\u0000html/6b870324-3daa-70e6-ded7-2757f5755310.htm\u0000143","mp_size_t Implicit Conversion (SByte to mp_size_t)\u0000html/3bab30e1-4da4-b2cd-ea9c-9f06097052e6.htm\u0000140","gmp_lib.mpz_com Method\u0000html/635ddf01-9c52-0d37-202e-c560b895fb7d.htm\u0000495","gmp_lib.mpf_fits_slong_p Method\u0000html/6c178e2d-a080-13b8-75b0-3fe232b46d75.htm\u0000358","mp_exp_t Explicit Conversion (UInt64 to mp_exp_t)\u0000html/6b879622-df00-c9b2-deba-307574416ff2.htm\u0000141","gmp_lib.gmp_fscanf Method\u0000html/50306850-d92d-5038-bbcc-c452cd3c69a9.htm\u0000939","gmp_lib.mpz_odd_p Method\u0000html/6820d6c4-6ee1-53d7-7223-3f654a496ce4.htm\u0000358","size_t Implicit Conversion (Byte to size_t)\u0000html/6d0766fc-29bc-75e6-aa00-ed7b80fe586e.htm\u0000140","mp_bitcnt_t Explicit Conversion (Int32 to mp_bitcnt_t)\u0000html/6ba37de9-82cf-e884-2537-0d8e83b8ffa0.htm\u0000139","ptr(T) Fields\u0000html/50e025ca-c11a-c1db-2233-d11f66776439.htm\u000045","gmp_lib.mpq_set_num Method\u0000html/6885ad71-c185-1e0c-abc8-4320e12f377a.htm\u0000519","mp_size_t.Value Field\u0000html/6860df77-97f9-01e3-007e-2af1985315e9.htm\u000086","mpq_t Class\u0000html/635f1879-5f85-881e-cca8-3222baf5045a.htm\u0000284","gmp_lib.mpn_and_n Method\u0000html/69ffabc9-a19c-6590-d918-fbf0710aff82.htm\u0000612","gmp_lib.mpz_divisible_ui_p Method\u0000html/6c026976-a6c9-6f12-6b31-c113166ea236.htm\u0000423","gmp_lib.mpf_cmp_z Method\u0000html/5236d7a8-b79f-add8-4898-997e9d6a68bf.htm\u0000486","gmp_lib.mpn_mul Method\u0000html/68d3161d-2909-1909-cda7-e87949ee27ce.htm\u0000728","gmp_lib.mpf_urandomb Method\u0000html/5a698221-639e-333b-061b-0aa3f76c38e9.htm\u0000537","gmp_lib.mpz_set_str Method\u0000html/6a3819df-abc1-ceb1-a5c7-87a879977b8c.htm\u0000667","mp_limb_t Explicit Conversion (mp_limb_t to Byte)\u0000html/6991a24e-345d-029c-c189-ed263640928b.htm\u0000142","mp_bitcnt_t.Equals Method (Object)\u0000html/5b4fc57b-2ab5-9b95-6c35-ec9b499a6d59.htm\u0000180","mp_exp_t Explicit Conversion (mp_exp_t to UInt32)\u0000html/6b71bf90-ded3-6f2b-f59b-19b7e3442ef4.htm\u0000142","mp_limb_t Explicit Conversion (mp_limb_t to Int64)\u0000html/63e2f5c3-b5bb-ebf6-3bcf-682671a0dbc3.htm\u0000142","gmp_lib.mpz_fits_ushort_p Method\u0000html/6b85c6a3-d6c5-d1d2-829a-af000bae687e.htm\u0000361","gmp_lib.mpn_random Method\u0000html/6d4f993a-1fd6-9db2-c0a7-0f3926863565.htm\u0000381","gmp_lib.mpz_add_ui Method\u0000html/7327aa92-1ab5-7553-7eee-7b5e3e61322a.htm\u0000424","gmp_lib.mpz_tdiv_q_2exp Method\u0000html/746301ec-352c-9bae-ff92-8a2ed31be655.htm\u0000522","gmp_lib.mpn_gcd_1 Method\u0000html/64373933-f98b-74b4-c10f-3b1a98c410bc.htm\u0000422","gmp_lib.mpf_get_str Method\u0000html/73766ead-a037-a852-4589-04adc3407e15.htm\u000074","gmp_lib.mpz_out_str Method\u0000html/6f85986d-b6a0-435d-3675-c025ef70413d.htm\u0000763","mp_size_t Explicit Conversion (mp_size_t to Byte)\u0000html/6eb39888-e104-5cdd-a22d-c1240ef748e4.htm\u0000142","gmp_lib.mpz_fdiv_r_ui Method\u0000html/772064e8-3ec1-840e-c79c-78f478321b6c.htm\u0000599","char_ptr Methods\u0000html/73876566-4eec-b421-e4d6-3593e9641f0a.htm\u0000135","size_t.GetHashCode Method\u0000html/6feeab0d-dc91-818f-ef60-2434ff3a1146.htm\u0000121","mp_limb_t.Value Field\u0000html/73d48b1a-0a79-41fa-2b80-d1d0bc90ce3d.htm\u000088","mpf_t._mp_prec Property\u0000html/772c3bd8-b9ec-225d-3d98-e17ae89d4294.htm\u0000135","gmp_lib.mpf_get_d Method\u0000html/648fa405-45d3-506a-f6be-72642e8a7f32.htm\u0000445","mpz_t.ToString Method\u0000html/709eb598-ee38-4031-9dc5-74a73d8f9142.htm\u0000122","gmp_lib.mpn_com Method\u0000html/6f0c915a-514a-fce0-957b-50180f4b79a7.htm\u0000519","FILE.Inequality Operator\u0000html/77413435-917b-2cdc-cfde-d0891b6ede82.htm\u0000191","mp_exp_t Explicit Conversion (Int64 to mp_exp_t)\u0000html/70eabcfd-22ae-e08e-1bc5-54f8e1ccb736.htm\u0000140","gmp_lib.mpn_gcdext Method (mp_ptr, mp_ptr, ptr(mp_size_t), mp_ptr, mp_size_t, mp_ptr, mp_size_t)\u0000html/746d102a-5f3e-6142-b02a-63f3cac385ab.htm\u00001284","char_ptr.Equals Method (Object)\u0000html/77d1beb2-2aed-58e8-dc50-bba2ff56afee.htm\u0000180","mpf_t.ToString Method\u0000html/77eccd6b-888f-b3a8-0800-ead4af162af0.htm\u0000122","gmp_lib.mpz_fib_ui Method\u0000html/71884691-07d0-7bdf-c761-df9b07723735.htm\u0000428","gmp_lib.mpn_divexact_by3 Method\u0000html/75f2a84e-44f3-b7cc-e6ad-392111d5b9cc.htm\u0000813","gmp_lib.mpz_get_d_2exp Method\u0000html/74e22b4c-fa79-f5f9-b752-da41bd427f37.htm\u0000549","gmp_lib.mpn_sec_div_qr Method\u0000html/6f1dca2b-39f4-3acd-71fb-4f1e5a0d04e6.htm\u00001056","char_ptr.Zero Field\u0000html/76481715-8a8b-e739-905c-f0d83de503ab.htm\u000094","gmp_lib.free Method (IntPtr)\u0000html/75d98417-7870-2f9c-096b-f60e76cb75e4.htm\u0000129","mp_size_t.Equals Method (Object)\u0000html/764c23ab-f2fe-b3e4-68a4-4a27fb6dc6b0.htm\u0000180","gmp_lib.mpf_sub Method\u0000html/718e7623-d25b-8a09-2543-745f24cd82c1.htm\u0000610","FILE Fields\u0000html/76b37dae-ecff-2bd9-2e80-002354a7dddc.htm\u000038","size_t Explicit Conversion (size_t to UInt16)\u0000html/784c4122-3a62-f338-0e4a-88b6a69a1e9e.htm\u0000142","gmp_lib.mpn_addmul_1 Method\u0000html/77fdf32b-986d-4df3-3c76-022e3e3fbb98.htm\u0000702","mp_limb_t Explicit Conversion (mp_limb_t to Int32)\u0000html/72723d8b-579c-0c0f-d5c8-868ae849457e.htm\u0000141","mp_exp_t Explicit Conversion (UInt32 to mp_exp_t)\u0000html/78fdf4c2-15a1-fdab-23fa-806cdf3dc983.htm\u0000140","gmp_lib.free Method (mp_ptr[])\u0000html/7924a2a3-75c1-0aa9-636f-4772d74a723f.htm\u0000165","mp_bitcnt_t Implicit Conversion Operators\u0000html/72fbcc09-5765-7f60-3897-57fec21cc9f9.htm\u0000109","gmp_lib.mpq_equal Method\u0000html/7828ce92-079b-da4d-aab2-1742209287fb.htm\u0000519","gmp_lib.mpz_cdiv_qr Method\u0000html/7f89c102-d1eb-2dab-0e6e-061893309c4b.htm\u0000726","mp_limb_t.ToString Method\u0000html/7ae8e775-5b2d-4ce0-c45b-5afd1b66ac62.htm\u0000124","gmp_lib.mpz_cdiv_qr_ui Method\u0000html/7aee9fae-9d14-72be-6d0f-0f9c4a863fe5.htm\u0000700","gmp_lib.mpz_fdiv_ui Method\u0000html/8435af1d-e5e4-3e55-1024-449ff7b56ad4.htm\u0000450","gmp_lib.gmp_vprintf Method\u0000html/8031c594-b2b2-fa62-7088-00b6fe92f88e.htm\u0000451","gmp_lib.mpf_set_str Method\u0000html/823b356e-0731-c9ca-0b37-660b6eb9ee7c.htm\u0000785","gmp_lib.gmp_urandomb_ui Method\u0000html/7b541895-53a8-b335-32de-d5b2224ff0f7.htm\u0000441","char_ptr.GetHashCode Method\u0000html/84492195-83e7-7738-6678-c299663dd02c.htm\u0000121","mp_exp_t Implicit Conversion (Int32 to mp_exp_t)\u0000html/82a3fa70-9dcd-a931-eb3e-18095e458891.htm\u0000139","mp_size_t Implicit Conversion (UInt16 to mp_size_t)\u0000html/7c9b8744-cc4a-e2c1-659f-6da60e92bb78.htm\u0000140","gmp_lib.mpz_popcount Method\u0000html/84bf95e4-d9d0-4ffe-f836-3650342de962.htm\u0000407","mp_exp_t Methods\u0000html/8968de81-b069-4c5d-e694-8aad8a2c3cdb.htm\u0000124","mp_limb_t Implicit Conversion (mp_limb_t to UInt64)\u0000html/880536ad-8f64-bc4a-a807-0071061ac720.htm\u0000143","mp_limb_t Constructor\u0000html/89d25f98-71ed-79b0-9b85-7cb9fcbab79d.htm\u0000125","gmp_lib.mpz_init_set_ui Method\u0000html/7da3b40f-ae2c-63c5-0157-9b51d54cf6cb.htm\u0000357","gmp_lib.mpz_cdiv_r_2exp Method\u0000html/8320e5d8-1df9-ca26-3054-e4b93cc0f616.htm\u0000541","gmp_lib.mpz_mod_ui Method\u0000html/86fd57d1-ccfa-804e-760b-bd8e7ade2176.htm\u0000576","gmp_lib.mpq_set_z Method\u0000html/84d256a1-cd11-3bf9-3e8c-8a7e1980315d.htm\u0000515","mp_exp_t Implicit Conversion (Int16 to mp_exp_t)\u0000html/835b1c14-21a0-f806-1953-af0ddf068758.htm\u0000139","gmp_lib.mpn_copyd Method\u0000html/78443f19-f0c6-4a1f-1eed-a815b734e981.htm\u0000498","gmp_lib.gmp_scanf Method\u0000html/880c96b7-378e-3cdb-057e-b6eea1c9e529.htm\u0000732","gmp_lib.mpz_get_d Method\u0000html/89d8c501-6c12-9104-7e2d-be411f443b62.htm\u0000388","gmp_lib.mpz_set_ui Method\u0000html/7daadb71-9f36-2848-86c4-ba1fba25fcfd.htm\u0000367","gmp_lib.mpz_sgn Method\u0000html/86b2033c-26c3-3889-9025-b2a638910a86.htm\u0000374","mp_limb_t Implicit Conversion (Byte to mp_limb_t)\u0000html/7dbd9949-90ab-2b31-978d-9fde0a2ba7ee.htm\u0000140","gmp_lib.mpn_sub Method\u0000html/87681f32-b766-3ce2-7c08-98b2d32cb5fa.htm\u0000723","gmp_lib.mpz_clrbit Method\u0000html/8812c658-675a-b564-9159-2383971747b1.htm\u0000415","gmp_lib.gmp_randinit_default Method\u0000html/89fff39e-9dc4-4d23-9460-301ae7df92d1.htm\u0000302","gmp_lib.mpn_sec_add_1_itch Method\u0000html/87bbc39f-b11a-76d9-f31d-f5dcf365a67d.htm\u0000171","mpz_t Class\u0000html/8beda7fb-bbc4-b56f-fd1f-1459377ecb3b.htm\u0000378","gmp_lib.mpz_sizeinbase Method\u0000html/7dfe367e-74d3-e782-860b-2314da9c44cf.htm\u0000625","Welcome to the GMP Native Interface for .NET Library\u0000html/846f5c8a-6cba-433e-9f18-cde2ff5695cd.htm\u00001393","gmp_lib.mpz_limbs_write Method\u0000html/86ddbf69-57f6-af58-bd13-3eca06123b29.htm\u0000711","gmp_lib.mpq_inits Method\u0000html/8ab8ea40-9723-f0c8-18f4-9558c73397b9.htm\u0000454","mp_limb_t Operators and Type Conversions\u0000html/88234d39-a3da-db4f-71ff-17d0f2e2c7fe.htm\u0000286","char_ptr Operators\u0000html/84b523e8-bc53-01e9-49af-f7996af73647.htm\u000059","mp_bitcnt_t.Inequality Operator\u0000html/8ae70a65-d9d6-0c44-b148-82f39dc474ab.htm\u0000191","gmp_lib.mpz_limbs_modify Method\u0000html/87f5432d-aacb-57b6-b4a7-e4dc803684a4.htm\u0000708","mp_size_t Operators and Type Conversions\u0000html/884aef1a-9faa-b787-ff5e-022615bd41eb.htm\u0000286","gmp_lib.mpz_cdiv_q Method\u0000html/8b1e9c27-7278-6032-80c0-015b93258d96.htm\u0000585","gmp_lib.mpz_gcd_ui Method\u0000html/88b8d333-9c9c-de7d-8131-6d1432c14a0c.htm\u0000469","gmp_lib.mpz_inp_str Method\u0000html/8b8d6ec1-3ae5-e6f3-f030-289abe5002d0.htm\u0000726","gmp_lib.mpz_import Method\u0000html/8c8c1e55-275f-cff8-2152-883a4eaa163c.htm\u00001163","gmp_lib.gmp_randclear Method\u0000html/7ef82a61-e43a-78c7-a28f-8f2d0a5f59b1.htm\u0000141","gmp_lib.mpz_nextprime Method\u0000html/88f2d84b-105b-f882-ac55-54a2b6aea39d.htm\u0000476","gmp_lib.mpz_set_d Method\u0000html/8d6c39e2-22d8-d0ef-219c-dc594e73b2c5.htm\u0000386","gmp_lib.mpq_div_2exp Method\u0000html/8dc5397d-96e4-74dd-cd31-0d05649ea927.htm\u0000247","mp_base.Pointer Field\u0000html/8d76a7b0-6917-c5d0-3b4a-de767fd3ddd4.htm\u000089","mp_bitcnt_t Implicit Conversion (Byte to mp_bitcnt_t)\u0000html/906e0eef-6efb-c60b-60d8-4827d7d57bf7.htm\u0000140","gmp_lib.mpz_mod Method\u0000html/8d141ae9-4a01-bdc9-caf3-8daba3321ac1.htm\u0000581","mp_size_t Explicit Conversion (mp_size_t to SByte)\u0000html/8dc5a181-8213-f87c-bd52-e77624313a9c.htm\u0000142","gmp_lib.gmp_sprintf Method\u0000html/8916c18b-a745-2699-2f0a-035cf62dd051.htm\u0000727","mp_base Class\u0000html/8f3c572b-8133-bccc-b838-9d22e3467898.htm\u0000293","gmp_lib.mpz_ui_sub Method\u0000html/8d80c2f9-de42-f223-595e-108f165d5746.htm\u0000496","mp_size_t Implicit Conversion (Int16 to mp_size_t)\u0000html/8f9e1df5-6eb0-4f14-3a1f-0d40ab45aac6.htm\u0000139","gmp_lib.mpn_sec_sub_1 Method\u0000html/9137a632-abd2-7963-1991-85e6d753bf13.htm\u0000754","gmp_lib.mpz_pow_ui Method\u0000html/8e3a525d-9371-fb32-1051-e8e8fe23a63d.htm\u0000496","gmp_lib.mpn_divmod_1 Method\u0000html/9074a45b-0d68-cf18-75fe-076e720a9a61.htm\u0000635","mp_exp_t Implicit Conversion (UInt16 to mp_exp_t)\u0000html/94f00d9c-cc2e-8ce7-56e5-f827238651cd.htm\u0000140","size_t Explicit Conversion (Int16 to size_t)\u0000html/8da2a46e-34a6-f8be-270d-32fbf6424d98.htm\u0000139","ptr(T) Constructor\u0000html/8e86c547-280b-afb8-98ea-aebfb3ec04b9.htm\u000094","gmp_lib.mpz_set_f Method\u0000html/9005bf40-4373-e879-9f0a-448b174aad67.htm\u0000425","gmp_lib.mpq_set_ui Method\u0000html/915a7958-6821-bb64-468f-b0b48b351878.htm\u0000461","char_ptr Constructor\u0000html/9006f054-e796-6460-45df-47d6ab808697.htm\u000055","gmp_lib.mpz_abs Method\u0000html/9761cc8e-6099-7a76-5ea6-d27f617fd5d1.htm\u0000456","gmp_lib.mpf_init_set_ui Method\u0000html/8d1b97c9-ef9d-303a-0fbe-e7ece7edf391.htm\u0000407","gmp_lib.mpn_zero Method\u0000html/90a57214-6596-be63-31e7-aa3186252628.htm\u0000402","gmp_lib.free Method\u0000html/92160da3-b1af-e005-cb05-e3fb4dd524d8.htm\u0000105","mp_limb_t Implicit Conversion (UInt64 to mp_limb_t)\u0000html/9b49e0e1-2b6a-8d1a-eb15-0a1a17358384.htm\u0000141","mp_exp_t Explicit Conversion (mp_exp_t to UInt16)\u0000html/92ffc71c-a4b3-4367-ba65-25b82d7e5cfd.htm\u0000142","gmp_lib.mpf_init2 Method\u0000html/98083eac-9993-41b2-4943-678785fce712.htm\u0000446","gmp_lib.mpz_export Method (void_ptr, ptr(size_t), Int32, size_t, Int32, size_t, mpz_t)\u0000html/95c2ec1a-18ef-5081-f614-ccb6047a2b52.htm\u00001537","gmp_lib.mpz_swap Method\u0000html/90eada10-67d0-8376-0010-d053e5043b96.htm\u0000487","gmp_lib.mpz_powm Method\u0000html/9de702f4-758b-2a4e-1025-ed5e46cc7db2.htm\u0000729","mp_exp_t.Inequality Operator\u0000html/931e55b9-30c1-aa94-c044-0400b5abea60.htm\u0000191","gmp_lib.mpn_neg Method\u0000html/9fb96802-e56e-8fd8-cef2-b44870d09a10.htm\u0000595","gmp_lib.mpf_ceil Method\u0000html/9b4a5f6b-3f8e-a957-ae84-303c6897aeb4.htm\u0000498","mpz_t._mp_alloc Property\u0000html/93206a07-9ee6-f89b-f029-f0e80982c911.htm\u0000180","gmp_lib.mpn_scan1 Method\u0000html/95c5a467-0bfe-337e-f6ca-657cf8c19eb1.htm\u0000390","gmp_lib.mpf_get_str Method (char_ptr, mp_exp_t, Int32, size_t, mpf_t)\u0000html/9e7b9239-a7a8-4667-f6c7-bfc142d3f429.htm\u0000918","gmp_lib.mpz_powm_ui Method\u0000html/9fd28088-e353-2b5e-03e3-9c2763226ed6.htm\u0000627","gmp_lib.mpz_powm_sec Method\u0000html/93210ab6-2523-3130-044a-80bcf43c181d.htm\u0000770","gmp_lib.mpf_mul_ui Method\u0000html/99a405b5-c051-9905-cf57-7139a0e503cf.htm\u0000525","gmp_lib.mpf_set_default_prec Method\u0000html/9e93d02e-f5c7-1a6f-68fe-a33d793a93e2.htm\u0000284","gmp_randstate_t Methods\u0000html/94df18f5-d7f6-b30a-5f00-f168e513840c.htm\u0000164","gmp_lib.mpz_urandomm Method\u0000html/981cfca4-f958-045f-84b7-01717fcd88d1.htm\u0000672","gmp_lib.mpn_tdiv_qr Method\u0000html/9fe90631-f519-1cf3-5a20-701d2bae1d0d.htm\u0000906","gmp_lib.mpz_size Method\u0000html/9a169dd9-42b0-ea59-abbe-4efc6b870c75.htm\u0000454","gmp_lib.mpq_set Method\u0000html/9eac8ea9-0821-09b2-8091-e6638c562c7f.htm\u0000528","gmp_lib.mpz_primorial_ui Method\u0000html/985a65cd-9a65-e8b3-580b-626b65662dd6.htm\u0000401","gmp_lib.mpn_submul_1 Method\u0000html/95e10fea-31c2-e900-c5b0-f48636e1d76e.htm\u0000702","gmp_lib.mpz_fits_sint_p Method\u0000html/a066df5a-c312-3b00-6092-6f914c3ee248.htm\u0000361","mp_limb_t.Equals Method (mp_limb_t)\u0000html/a1075491-112f-885c-7097-2745d8c251a2.htm\u0000161","gmp_lib.mpn_sec_powm_itch Method\u0000html/96652cce-b8f1-0b9e-8434-19cf9bb3eb29.htm\u0000244","mp_limb_t Fields\u0000html/a1100e83-1a57-f861-4850-83b9bce3ebc2.htm\u000036","mp_exp_t Fields\u0000html/a423051c-4997-14ad-8e54-e6b961ce6932.htm\u000036","char_ptr.Equality Operator\u0000html/a4f47fa4-8285-638d-c094-bc9e249a49a0.htm\u0000189","gmp_randstate_t.ToIntPtr Method\u0000html/a19b1d7a-9367-0447-a5a6-106e15386cdb.htm\u0000118","mp_size_t Explicit Conversion (mp_size_t to UInt64)\u0000html/969bef9e-e9a3-e671-5378-0767ee7f946b.htm\u0000143","mp_bitcnt_t Explicit Conversion Operators\u0000html/a2b35c8b-a71a-2e93-2f3b-cd5f8dcb51b4.htm\u0000165","gmp_lib.mpz_lucnum_ui Method\u0000html/a48d50bf-0432-7feb-cc41-d6bf70f78e58.htm\u0000428","gmp_lib.mpf_get_prec Method\u0000html/96c4a09e-3f83-00ab-30d0-78a82764b0ce.htm\u0000385","gmp_lib.mpz_si_kronecker Method\u0000html/a248732b-c4be-7e9a-4207-0049371764ff.htm\u0000487","gmp_lib.mpz_tdiv_r_ui Method\u0000html/a58b3e42-f5e9-42d3-e71a-2a6f68dec3a9.htm\u0000576","gmp_lib.mpf_init_set_d Method\u0000html/a2c14761-1b23-0de9-3842-c2d4e3d7aac0.htm\u0000418","gmp_lib.mpq_numref Method\u0000html/a4c2958c-5957-d736-6883-ce7e76b3d7a4.htm\u0000450","mp_exp_t Explicit Conversion (mp_exp_t to Byte)\u0000html/a5c30e13-40af-5fb4-97fa-75f4653eccee.htm\u0000142","size_t Implicit Conversion Operators\u0000html/a35ea6b8-48fa-4e62-bdbd-fee74574cac5.htm\u000095","gmp_lib.mpf_pow_ui Method\u0000html/96e2fb95-0ac0-3d24-bea9-ee5631f30347.htm\u0000521","gmp_lib.mpn_perfect_square_p Method\u0000html/a5dfd9bc-f86b-8a3b-69fc-8d2d5dea30ae.htm\u0000397","gmp_lib.mpz_cdiv_q_2exp Method\u0000html/a4def6d8-f8a5-f76f-4ef0-3e6e7eec23fb.htm\u0000522","gmp_lib.mpn_sec_powm Method\u0000html/a38b87c5-c6ac-fa68-6d58-c45793bf933e.htm\u0000938","reallocate_function Delegate\u0000html/aa9d21b4-a929-d550-5a65-f9cbcfa7f638.htm\u0000218","mp_bitcnt_t Explicit Conversion (SByte to mp_bitcnt_t)\u0000html/aaf1db64-d29e-3aa5-0a72-6fe2578210de.htm\u0000140","gmp_lib.mpn_scan0 Method\u0000html/ae66c86a-cc34-81be-2a38-e841e8a36f43.htm\u0000390","mp_size_t Methods\u0000html/afc0fd4e-39a7-905a-93b9-8bd291904211.htm\u0000124","mp_size_t.ToString Method\u0000html/abd28ab6-f7d7-296e-852b-ef28b35a08d8.htm\u0000124","gmp_lib.mpn_sec_mul_itch Method\u0000html/b07466c5-6249-332d-e89b-aeb3675970ff.htm\u0000208","gmp_lib.mpq_get_den Method\u0000html/ae9e468d-e9ce-db55-1964-433829dfa476.htm\u0000577","size_t.Equals Method (size_t)\u0000html/b08a01e0-6ae7-c9db-4d46-9fdeadaca5ed.htm\u0000161","gmp_lib.mpz_add Method\u0000html/acb6d3d4-70ad-58be-7cb8-9edb997204b3.htm\u0000570","gmp_lib.mp_get_memory_functions Method\u0000html/9a229bed-b8b6-e0ad-f153-689455252ec4.htm\u0000444","gmp_lib Fields\u0000html/b4507d49-5a58-a25b-6ae3-ac7e599caab1.htm\u000082","gmp_lib.mpf_fits_ushort_p Method\u0000html/ada84e5e-397e-e963-7d50-e260d4a104f7.htm\u0000361","gmp_lib.mpz_fdiv_q Method\u0000html/b0d00a52-e539-c5f7-7d6d-ab202e72ad98.htm\u0000585","gmp_lib.mpz_cdiv_r_ui Method\u0000html/af797947-8f84-320e-d1cd-ba578b26cef3.htm\u0000579","gmp_lib.gmp_randseed Method\u0000html/b31d5778-362b-b75f-40cc-4c8280ca889c.htm\u0000546","gmp_lib.mpz_rootrem Method\u0000html/a637ce7e-54d7-eba9-0c6f-c237f115b621.htm\u0000647","gmp_lib.mpz_legendre Method\u0000html/b5936979-01aa-1cd8-20de-d6386368e234.htm\u0000483","mp_limb_t Implicit Conversion (UInt32 to mp_limb_t)\u0000html/adc5aae1-accd-ed83-fe1b-8910aa034c17.htm\u0000140","char_ptr Fields\u0000html/b32f2955-fb82-d5d4-3b3d-7dcd95a5d305.htm\u000046","gmp_lib.mp_uint_per_limb Field\u0000html/af9533ce-5e67-245d-1cb3-9efb7772a6c8.htm\u0000190","size_t.Inequality Operator\u0000html/a68386d1-23de-611a-543f-fbd5600f674a.htm\u0000191","size_t Explicit Conversion (size_t to Byte)\u0000html/b60d2b4d-e77b-2a6a-bc12-9bba19450de7.htm\u0000142","gmp_lib.mpf_set_prec_raw Method\u0000html/b456f637-83f4-9d4f-18c5-052d77fbf981.htm\u0000790","ptr(T) Methods\u0000html/b390b506-1cff-5bd4-fcf5-a135127497dc.htm\u0000154","gmp_lib.mpz_fdiv_r_2exp Method\u0000html/b0f120a7-a215-fbff-1138-bac5df8d741c.htm\u0000537","FILE.GetHashCode Method\u0000html/b6911fef-883d-ec11-c2ad-1ff1ff565601.htm\u0000121","mp_size_t.Equality Operator\u0000html/a6d79a12-4568-8617-30a9-e36698ef5994.htm\u0000189","gmp_lib.mpz_mfac_uiui Method\u0000html/b4ff3a9e-3ab5-689f-7a80-b61dad2ea125.htm\u0000416","gmp_lib.mpn_sub_1 Method\u0000html/ae3c6cf7-08a0-54dd-951f-b2fe2112b8b0.htm\u0000607","mp_ptr.Item Property\u0000html/a7661bd2-2bcb-01c5-9833-5ab6d6305daf.htm\u0000176","gmp_lib.gmp_randinit_mt Method\u0000html/b3ed0ded-086a-41f1-6051-d08afa338da8.htm\u0000289","gmp_lib.mpq_clear Method\u0000html/b69da354-160b-602a-4cc4-faf7ca423186.htm\u0000326","va_list Constructor\u0000html/ae56ba7a-658c-10a7-c441-f44b82161113.htm\u0000140","gmp_lib.mpn_set_str Method\u0000html/9a68645a-d8d6-f4c1-f706-0dc217f9809a.htm\u0000844","gmp_lib.mpn_lshift Method\u0000html/b52f3ab3-7ad3-7dde-14a2-83c81840b829.htm\u0000671","gmp_lib.mpn_nand_n Method\u0000html/a7d1fd40-0415-b4af-1787-706d245ff96e.htm\u0000619","gmp_lib.mpn_mod_1 Method\u0000html/9aa24cc8-8cf5-4b8a-cd1b-5ded400efa50.htm\u0000423","gmp_lib.mpn_sub_n Method\u0000html/b104184e-cf49-dbdb-764a-9dee5cf7b2fd.htm\u0000664","mpf_t._mp_size Property\u0000html/9aa3bb30-32b3-b465-af05-9b048bb610f1.htm\u0000172","gmp_lib.mpq_neg Method\u0000html/b6bd5187-99bb-c6b5-d871-b163fa0f7e0e.htm\u0000213","gmp_lib.mpz_clears Method\u0000html/a909faa8-4939-1ba3-5647-af8836c9a291.htm\u0000449","mp_bitcnt_t Explicit Conversion (mp_bitcnt_t to UInt16)\u0000html/b195041a-f22f-4f68-fba0-58479ec4158e.htm\u0000142","mp_size_t Constructor\u0000html/be71a625-32c1-841d-0915-f0771323d00a.htm\u0000123","mp_limb_t Explicit Conversion (mp_limb_t to UInt16)\u0000html/9ab62efe-605f-58cf-588c-1e52adcfb373.htm\u0000142","FILE.Equals Method (FILE)\u0000html/a964376d-5264-550c-0dc6-5ce21c48ac93.htm\u0000161","gmp_lib.mpn_andn_n Method\u0000html/b8b6d088-3330-5073-dc17-18ea23b0fc14.htm\u0000618","mp_ptr Properties\u0000html/9b1ae76e-d9d8-e72d-9fa6-fe8e2d833d40.htm\u000050","char_ptr.Equals Method (char_ptr)\u0000html/b1eefed1-412c-fcb1-29ff-34094bc8d57e.htm\u0000161","mp_limb_t.Inequality Operator\u0000html/be93bccd-2cad-322c-e211-5523de89b567.htm\u0000191","void_ptr.Equals Method (void_ptr)\u0000html/c39c5883-0cbc-86ee-d3a6-be3a95f8cadc.htm\u0000161","mp_exp_t.Equals Method (Object)\u0000html/b91d6398-e5f7-0ee9-e982-4ec2e009d0bc.htm\u0000180","gmp_lib.mpf_get_ui Method\u0000html/aa3fd0ea-a8b6-674b-59ff-b6d4785baed1.htm\u0000233","mp_limb_t Explicit Conversion (mp_limb_t to Int16)\u0000html/c3def8a2-dda3-3951-fca6-035e9c7ec894.htm\u0000141","mp_size_t.Equals Method (mp_size_t)\u0000html/b93a08cc-4dfe-0c34-c1ac-25344489f2d3.htm\u0000161","gmp_lib.mpn_sec_sqr Method\u0000html/bfe1e9b5-6fc1-95f2-d5b6-137fe87c071a.htm\u0000678","mpf_t.ToIntPtr Method\u0000html/b77413f7-f862-7996-838a-f510fc3f69ed.htm\u0000117","gmp_lib.mpf_cmp Method\u0000html/be9e6a25-83fb-49c2-949a-b8642a8234f5.htm\u0000487","mp_exp_t Implicit Conversion Operators\u0000html/c7574415-f402-d74d-8dfc-c4ec2f893a5f.htm\u0000123","mp_bitcnt_t Implicit Conversion (mp_bitcnt_t to Int64)\u0000html/b9af7417-7e72-7f81-8433-2e231271f9b6.htm\u0000142","mp_bitcnt_t.Equality Operator\u0000html/c0825a57-1ba5-e1d1-3fa9-9c43008c1ada.htm\u0000189","gmp_lib.mpz_tdiv_r Method\u0000html/beb982a6-fa8e-6a0f-409a-bce1fddb6002.htm\u0000598","gmp_lib.mpn_nior_n Method\u0000html/c7d8bbe3-23cd-3460-be24-3a3ac3b28cf4.htm\u0000623","gmp_lib.mpn_divexact_by3c Method\u0000html/c40ea3de-d1be-146b-fe7a-deff566ca817.htm\u0000849","gmp_lib.mpz_fib2_ui Method\u0000html/c0f8ab02-55db-8a6b-705d-6fa700d54545.htm\u0000613","gmp_lib.mpn_add Method\u0000html/b9df04c4-224e-f2ad-8e90-fbb3b30bd76d.htm\u0000709","gmp_lib.mpz_tdiv_r_2exp Method\u0000html/c8216c67-1e74-82d0-6ca0-f24d07045ca8.htm\u0000537","gmp_lib.free Method (void_ptr)\u0000html/c10cea6f-22cd-f84c-c11a-5924ba0b0ee7.htm\u0000141","gmp_lib.mpz_submul_ui Method\u0000html/c5a0fa06-536c-6c6f-20c7-fb014ebc6444.htm\u0000530","mp_bitcnt_t Operators and Type Conversions\u0000html/bee91f05-75c7-52c6-18ae-eb792710655d.htm\u0000286","mp_size_t.GetHashCode Method\u0000html/c82e8cd1-5053-7e58-3b57-c20583dcc5e7.htm\u0000121","gmp_lib.mpn_sec_div_qr_itch Method\u0000html/b9e1a8f8-5156-ca69-337b-e67c2fd851f7.htm\u0000208","gmp_lib.mpf_swap Method\u0000html/b77c0292-518a-64d8-4b4e-0dd3c0cb801f.htm\u0000570","mp_exp_t.ToString Method\u0000html/cd071eb3-c175-836d-c47a-f9c007b8738d.htm\u0000124","mp_bitcnt_t Implicit Conversion (mp_bitcnt_t to UInt32)\u0000html/c897167e-f92f-0785-bda4-0f40d89fe35a.htm\u0000142","mpz_t Implicit Conversion (String to mpz_t)\u0000html/d07ddfe6-a0d0-51e7-180c-481fe678fc38.htm\u0000169","gmp_lib.mpf_add Method\u0000html/c19999f1-01ee-a3fe-dc4d-2a459e73492d.htm\u0000609","ptr(T) Constructor (T)\u0000html/b7987d45-5188-14f6-7ac7-bbe14184971b.htm\u0000128","gmp_lib.gmp_randseed_ui Method\u0000html/c5f4e595-de6c-a555-426d-6cb8f429a960.htm\u0000505","size_t.Value Field\u0000html/b7dbc63c-92d3-28ce-a69a-ed84f6dd720f.htm\u000088","gmp_lib.mpq_set_si Method\u0000html/ba898f37-20d0-a5cd-eff1-0663f18220dd.htm\u0000468","mp_limb_t Structure\u0000html/bf1f694d-f9b2-6413-12e5-ebae603d5b49.htm\u0000533","mp_exp_t Operators and Type Conversions\u0000html/d0d07662-13f1-e033-9619-1c9f89c37939.htm\u0000286","gmp_lib._mpz_realloc Method\u0000html/c9cb6a67-59b8-5c03-f31d-f252441c53f6.htm\u0000659","gmp_lib.mpz_random2 Method\u0000html/cd88d27d-fb03-9e74-e353-4f0df7a38a96.htm\u0000443","size_t Operators and Type Conversions\u0000html/c27b5f76-606f-b512-9424-8e74cea9f6da.htm\u0000286","gmp_lib.mpz_urandomb Method\u0000html/c5fc473c-b8dc-8053-4199-e80d58a05230.htm\u0000568","FILE.Equality Operator\u0000html/cdb5f955-23ce-e22d-5090-d137153e866f.htm\u0000189","mp_base Properties\u0000html/c65a20b0-ddd8-db62-1d34-19bf1a71ce8c.htm\u000062","mp_exp_t.Equals Method (mp_exp_t)\u0000html/c349463b-04b6-167b-b8f7-9f117789577d.htm\u0000161","gmp_lib.mpf_fits_ulong_p Method\u0000html/d1b172bb-9c87-c255-a736-4b8ef1f6a5fe.htm\u0000360","mpq_t.ToIntPtr Method\u0000html/ce76ca4d-3aab-d682-1f85-aa95ce7d43a9.htm\u0000113","gmp_lib.mpn_mul_1 Method\u0000html/b819fb3b-5d3e-ff23-1687-0e71af684bd7.htm\u0000699","gmp_lib.mpf_get_str Method (char_ptr, ptr(mp_exp_t), Int32, size_t, mpf_t)\u0000html/bad56282-fbca-6e3b-03c8-085cff07eed8.htm\u0000951","FILE.Equals Method (Object)\u0000html/c35318b5-343e-5f6f-2a46-89cb3019121c.htm\u0000180","gmp_lib.mpz_export Method (void_ptr, size_t, Int32, size_t, Int32, size_t, mpz_t)\u0000html/c9d371c8-8c16-77a3-2c47-8edae05276c5.htm\u00001506","gmp_lib.mpz_cmp_d Method\u0000html/bb37470f-5f40-4f6d-01d9-4e40446782a3.htm\u0000415","size_t Implicit Conversion (UInt64 to size_t)\u0000html/c9d426b1-7505-f34c-5122-7ccd2571f577.htm\u0000141","gmp_lib.mpz_submul Method\u0000html/ce7d559a-3772-41c0-912f-9ab218f4d98c.htm\u0000595","gmp_lib.mpf_clears Method\u0000html/bfb87570-3b2e-079a-1528-3746424bbdef.htm\u0000467","gmp_lib.mpn_cnd_sub_n Method\u0000html/b82bad6a-f8f0-db53-a6d3-ed6002046257.htm\u0000825","mp_exp_t Explicit Conversion (mp_exp_t to UInt64)\u0000html/bb3fdf5b-8b0e-e922-a1bd-cd337a89f971.htm\u0000143","char_ptr.Pointer Field\u0000html/cfa68b4c-3d5d-c5b1-1ef1-ab054ef87097.htm\u000089","gmp_lib.mpn_gcdext Method (mp_ptr, mp_ptr, mp_size_t, mp_ptr, mp_size_t, mp_ptr, mp_size_t)\u0000html/c7536923-2242-a346-3211-02806aebd69f.htm\u00001251","mp_limb_t Explicit Conversion (Int16 to mp_limb_t)\u0000html/b88446f7-b9cf-5692-d4fe-7b809ef197eb.htm\u0000139","mp_bitcnt_t.Equals Method\u0000html/cfedc4a1-b264-82a8-cf48-a6416e4afce7.htm\u000069","gmp_lib.mpz_cmp_ui Method\u0000html/bfe022c5-95d3-45d7-0c6f-97167a9a0af2.htm\u0000383","size_t Explicit Conversion (size_t to UInt32)\u0000html/d00d45f6-e184-7a72-2c0e-e2b0d39a40c7.htm\u0000142","gmp_lib.mpn_rshift Method\u0000html/bb46ebe4-c002-8769-19ed-136a86e87134.htm\u0000697","gmp_lib.mpf_sub_ui Method\u0000html/ca339303-b509-db06-c875-3aac3edec5dd.htm\u0000529","gmp_lib.mpf_sgn Method\u0000html/d229629f-3bba-817b-d9a3-6f00271e1da7.htm\u0000373","gmp_lib.free Method (char_ptr)\u0000html/d3ad552c-4d46-029e-9eeb-44d8abb800e2.htm\u0000141","gmp_lib.mpq_add Method\u0000html/ca6a2024-43ea-fb4e-245e-12e2e01e4ebd.htm\u0000248","gmp_lib.mpq_cmp_z Method\u0000html/bc33b7de-0deb-669e-0bb7-6cd1090f4aea.htm\u0000504","gmp_lib.mpz_2fac_ui Method\u0000html/d479f2da-ecf9-c9d6-5cc7-66eb8b5ba16b.htm\u0000370","mp_size_t.Inequality Operator\u0000html/d7d60484-ecc2-8e26-1dac-de2617ab1867.htm\u0000191","gmp_lib.mpz_fits_slong_p Method\u0000html/cad028df-c3f1-12b6-d8dd-56c4968730e4.htm\u0000361","gmp_lib.mpf_set_q Method\u0000html/bd669b1e-a941-2e35-7c29-29a5b5ff5e3a.htm\u0000456","char_ptr Constructor (IntPtr)\u0000html/dacdc449-bc14-8224-58ec-2837db13ad15.htm\u0000128","gmp_lib.mpz_tdiv_qr_ui Method\u0000html/d5b95352-7b5e-881b-136a-b78fd8e033ff.htm\u0000696","mp_exp_t Constructor\u0000html/d4cd9f0b-9f54-1f1d-6a27-a0ce3122249c.htm\u0000123","gmp_lib.mpf_get_si Method\u0000html/d948e832-ee71-628a-6a7b-766138afff62.htm\u0000412","mp_ptr Constructor (UInt32[])\u0000html/cad424b2-4a92-fda9-45dd-243ef9e5f321.htm\u0000185","mp_base._mp_d Property\u0000html/db55f1a9-cd4c-b7e9-c831-4391c0497ef7.htm\u0000373","gmp_lib.gmp_vasprintf Method\u0000html/bd7a38bd-df52-4b0f-36d4-eb539767d89f.htm\u0000685","gmp_lib.mpf_set_z Method\u0000html/d60489f8-91f8-ea00-d29c-a52449e712da.htm\u0000444","gmp_lib.mpz_init_set_str Method\u0000html/d5af3442-ab5b-08e2-9398-0b6f04506c16.htm\u0000561","gmp_lib.mpz_ui_kronecker Method\u0000html/d9715b1a-6092-83e6-d7f3-6cfbb4adb143.htm\u0000488","gmp_lib.mpn_hamdist Method\u0000html/caf28774-7b13-0802-858c-a49970d7aa55.htm\u0000482","void_ptr.Inequality Operator\u0000html/bd89f9a0-7e6f-d1e7-46b3-051bfbe290f4.htm\u0000191","gmp_lib.mpz_lcm Method\u0000html/db614763-a13e-6456-d52b-9f567be7e776.htm\u0000594","mp_ptr Constructor (Byte[])\u0000html/be2f5733-8c21-c6e9-c4be-ca5f0b0ebba9.htm\u0000183","gmp_lib.mpf_init_set_si Method\u0000html/dc1406fd-4ca4-70d3-dc83-bd40b955564a.htm\u0000412","gmp_lib.mpz_remove Method\u0000html/d6721058-8a6f-9b20-2a5f-8ffd83cc2a2e.htm\u0000639","gmp_lib.mpz_bin_ui Method\u0000html/cbbdf666-7c6c-f3f3-1790-b5bb1655af87.htm\u0000551","gmp_lib.mpq_init Method\u0000html/dbf3d252-fd6d-455f-2ba7-4091845b86a7.htm\u0000383","gmp_lib.mpz_init Method\u0000html/dc2f13ec-ac21-1196-0a1d-c574578b1f24.htm\u0000353","size_t Structure\u0000html/d9761bfb-1882-59d2-e89b-c6460141f9a6.htm\u0000487","gmp_lib.mpz_perfect_power_p Method\u0000html/d7722641-e3ea-336d-63f3-dc48f786e376.htm\u0000414","gmp_lib.mpz_inits Method\u0000html/de0b7cf7-1826-55f3-379d-41a6ef2d0991.htm\u0000452","mp_base Methods\u0000html/dc319ce0-0560-799e-9187-8445d98b802b.htm\u0000150","gmp_lib.mpq_clears Method\u0000html/cc2693e9-1cc5-3098-f2f7-bb05c8017f62.htm\u0000458","void_ptr Methods\u0000html/e267ef2f-54a1-a3f1-441f-0655b542bf55.htm\u0000148","va_list.RetrieveArgumentValues Method\u0000html/ddbcfc40-f5e5-a37b-6a8c-76e08932025a.htm\u000092","allocate_function Delegate\u0000html/dfe3609d-cc50-e357-4254-e3a8e2847f07.htm\u0000149","mp_size_t Implicit Conversion (Byte to mp_size_t)\u0000html/e2817889-195b-d443-500d-2568ebfefe4f.htm\u0000140","gmp_lib.mpz_fdiv_qr Method\u0000html/d9ab5220-69aa-8e5d-8d15-375eb27149ad.htm\u0000727","gmp_lib.mpf_random2 Method\u0000html/cc6e8f51-f396-f6c3-c6e4-9a9aeeaf2a13.htm\u0000475","gmp_lib.mpz_fits_sshort_p Method\u0000html/e07f3328-a28c-c75c-10a6-f21d05e6aec0.htm\u0000361","Math.Gmp.Native Namespace\u0000html/d9c51b9f-0c54-770b-28ea-6eebd8fef368.htm\u0000247","mp_ptr Constructor (mp_size_t)\u0000html/e0c0acc3-41cd-cb7d-68e7-3bf8dc5039d4.htm\u0000144","gmp_lib.mpz_invert Method\u0000html/e3072efb-05a9-947c-5532-6d806c157e4a.htm\u0000713","size_t Explicit Conversion (Int64 to size_t)\u0000html/e9177dc9-2049-a649-3bf2-735ed6927aae.htm\u0000140","mp_bitcnt_t Explicit Conversion (mp_bitcnt_t to Int32)\u0000html/ecccb4d7-41db-d565-2551-4c15730c6d2f.htm\u0000141","gmp_lib.mpf_cmp_si Method\u0000html/d9d29633-42c7-fb1c-cdee-3b7993f45653.htm\u0000415","mp_size_t Explicit Conversion (UInt32 to mp_size_t)\u0000html/edf58344-c7ce-6c94-dea2-e07f06eb7987.htm\u0000140","gmp_lib.mpf_ui_sub Method\u0000html/efbe678f-e1f3-b203-eb36-0db03ba11795.htm\u0000531","gmp_lib.mpq_out_str Method\u0000html/e1c059c4-4cd9-9a2b-1178-4b1a60354129.htm\u0000738","gmp_lib.mpq_set_str Method\u0000html/e98ec3cf-b539-8024-c401-ecd24bd43662.htm\u0000584","mp_ptr Methods\u0000html/f324e472-a709-9f28-6b3c-ffdeda0376bf.htm\u0000171","gmp_lib.mpz_get_si Method\u0000html/da585eac-be2c-38ea-8be5-90c5be95ae86.htm\u0000418","gmp_lib.mp_bits_per_limb Field\u0000html/f88c76a8-118a-5cbd-0df1-e30adcacb8ae.htm\u0000185","gmp_lib.mpf_set_si Method\u0000html/f059f8e4-dfc8-79fe-6455-42e227ccbc2e.htm\u0000377","mp_limb_t.Equals Method\u0000html/f3da8743-4110-ef69-3809-3261d9304977.htm\u000069","mpq_t.ToString Method\u0000html/e9fce326-9ff5-0bbc-87d7-53ace305f107.htm\u0000122","mpz_t._mp_d_intptr Property\u0000html/f91fdfb5-06bb-23e0-45be-934dd1088a1b.htm\u0000150","char_ptr.Inequality Operator\u0000html/f090e7f3-7440-c789-5594-e5512076a61a.htm\u0000191","gmp_lib.mpn_sec_invert_itch Method\u0000html/ec24a122-714e-5b6f-9872-95fd5fda54ea.htm\u0000172","gmp_lib.mpf_get_d_2exp Method\u0000html/e1edc21e-74a0-b44c-216b-bad204b5a48a.htm\u0000598","gmp_lib.mpn_sqrtrem Method\u0000html/ee31871c-38bd-fccc-77f5-e76909dd7a79.htm\u0000921","gmp_lib.mpn_divrem_1 Method\u0000html/f5c3f25d-1ad5-b3be-fc4b-280a62869912.htm\u0000703","mp_ptr.GetEnumerator Method\u0000html/f9a60366-d1e2-5565-bbc2-63d98d779e27.htm\u0000156","gmp_lib.mpq_get_str Method\u0000html/f457878b-c3f5-bfe2-aaa9-7f2179332f57.htm\u0000650","mp_exp_t Implicit Conversion (Byte to mp_exp_t)\u0000html/fa401922-089c-d6e0-8ef7-e9013676e9e5.htm\u0000140","void_ptr Structure\u0000html/e200d734-044d-4cc7-acc7-2333d7cf3c9a.htm\u0000278","gmp_lib.free Method (gmp_randstate_t)\u0000html/f46e4103-d4c4-69c2-1363-a4cb17d9cfda.htm\u0000143","gmp_lib.mpn_cnd_swap Method\u0000html/f0985ccc-17da-8a0b-066c-53df9b1921a1.htm\u0000668","gmp_lib.mpq_set_f Method\u0000html/f5dc74ec-155b-2a14-3eb5-4610a8509bae.htm\u0000522","gmp_lib.mpn_mul_n Method\u0000html/ee321a9a-852a-993e-f602-72ff2af02ff6.htm\u0000686","mp_limb_t Explicit Conversion Operators\u0000html/e2434db6-d7f3-e7d6-2bd7-04e29ba0a7a8.htm\u0000179","mp_size_t Explicit Conversion (mp_size_t to UInt32)\u0000html/ee84dcdc-769f-5829-0e77-99ea66f0151b.htm\u0000142","gmp_lib.mpz_lcm_ui Method\u0000html/f60dbcbd-d4f0-edcc-8f88-2de1aa375e6b.htm\u0000272","gmp_lib.mpz_millerrabin Method\u0000html/f0bda1a7-4b40-0896-4939-4dc66b256424.htm\u0000426","gmp_lib.mpf_reldiff Method\u0000html/f485faa1-3758-8316-f712-42e0fc2058a8.htm\u0000637","mpf_t._mp_exp Property\u0000html/f63ee104-afaa-e0b8-ff39-f60b9a934ea3.htm\u0000229","gmp_lib.mpz_fits_ulong_p Method\u0000html/fb9e7caf-b049-7884-b70c-185053972604.htm\u0000356","mp_limb_t Explicit Conversion (mp_limb_t to UInt32)\u0000html/f4b3e873-d3fc-637d-d8cb-04cd63c76b6d.htm\u0000142","gmp_lib.mpz_tdiv_ui Method\u0000html/eea23315-8275-7472-44b0-94b9a05a6657.htm\u0000450","gmp_lib.mpz_setbit Method\u0000html/f0caf821-320b-1a8b-87ff-84fcbdfd5801.htm\u0000415","mp_size_t Explicit Conversion Operators\u0000html/9c49193c-e71d-9d5a-ce64-27446b2d8c1b.htm\u0000151","gmp_lib.mpn_sqr Method\u0000html/ff9c2930-ded2-c5b6-46dd-3ff9279cdc5e.htm\u0000574","gmp_lib.mpz_set_q Method\u0000html/f6eeca07-edf7-6915-36e4-e8a7a62333d7.htm\u0000425","gmp_lib.mpn_ior_n Method\u0000html/f4c54e3b-1c09-d01d-eb28-b7b05cf6fa70.htm\u0000613","gmp_lib.gmp_fprintf Method\u0000html/e3abec5c-9d83-babc-a020-ca4817962a21.htm\u0000676","gmp_lib.mpq_mul_2exp Method\u0000html/f148f8be-dfbc-fc41-981d-0a99834f01ff.htm\u0000247","gmp_lib.mpz_cmp Method\u0000html/eea958f4-5951-38f2-05ba-3870cefb3842.htm\u0000461","gmp_lib.mpz_init_set_si Method\u0000html/9cbc8594-a202-86fd-f4e8-22635ba952b5.htm\u0000356","gmp_lib.ZeroMemory Method\u0000html/e3d53be6-a0ad-fb21-5381-ff688f5984a6.htm\u0000184","gmp_lib.mpz_mul_si Method\u0000html/ffd27ee1-e1e3-567f-b3cf-87dec2de2c83.htm\u0000510","gmp_lib.mpf_floor Method\u0000html/f7584918-b77f-3524-eea2-04134a2c3ba6.htm\u0000497","mp_ptr Constructor (UInt64[])\u0000html/ef5be106-0301-8122-c640-70bda121b879.htm\u0000182","gmp_lib.mpz_fdiv_q_2exp Method\u0000html/f56c5489-8c01-a687-fec8-a5f443738701.htm\u0000522","gmp_lib.gmp_randinit_lc_2exp_size Method\u0000html/f209112e-311a-88cd-becf-33bc3787f91d.htm\u0000388","gmp_lib.mpz_gcdext Method\u0000html/fae08c47-86df-9010-1827-a9fa6e48a1af.htm\u00001086","gmp_lib.mpz_xor Method\u0000html/fd4c285a-e2e1-f8ba-97b3-08d4ae6a2ebf.htm\u0000606","gmp_lib.mpz_sub_ui Method\u0000html/e3e3f2ce-f3d8-5321-37a5-de65b6c2a30d.htm\u0000498","gmp_randstate_t Class\u0000html/f7e5846d-548d-3bf3-74ac-219fde42a041.htm\u0000248","size_t Explicit Conversion (size_t to Int64)\u0000html/fd60a636-df2f-3c60-40c7-b46077830f00.htm\u0000142","size_t.ToString Method\u0000html/e465d040-0d35-f8c8-51db-c56b3d14b4c8.htm\u0000124","gmp_lib.mpn_sizeinbase Method\u0000html/fb2d29b4-f7e2-e3d6-6fcb-920f2e86c0d7.htm\u0000484","gmp_lib.mpq_get_d Method\u0000html/f88b40d4-3da9-e2c7-4c4c-1ad868778075.htm\u0000425","FILE.Value Field\u0000html/fb70a49d-b7b0-b8fc-83f5-0864f381cc76.htm\u000088","gmp_lib.gmp_asprintf Method\u0000html/fe6e46c3-8464-a080-b5fc-718589320cd5.htm\u0000694","mpq_t._mp_den Property\u0000html/fb8c2e17-4a22-899c-77af-6d3bef099fc2.htm\u0000123","gmp_lib.gmp_vscanf Method\u0000html/e5060da5-cafd-67e7-f18f-3a9d3c2aba7d.htm\u0000732","mp_bitcnt_t Explicit Conversion (mp_bitcnt_t to SByte)\u0000html/fe73a139-80df-459c-fb02-d0d9ccdd8bb5.htm\u0000142","gmp_lib.mpf_out_str Method\u0000html/feafa6f8-9793-d704-31a8-67c2cec0c33e.htm\u0000705","gmp_lib.mpz_even_p Method\u0000html/e6012778-c71b-b078-2ef3-9f9db90f1769.htm\u0000358","gmp_lib.mpz_init_set_d Method\u0000html/fec3a449-96b9-64b0-f53d-0b5a3856d02d.htm\u0000376","mp_size_t Explicit Conversion (Int64 to mp_size_t)\u0000html/fecd3260-6eb9-5e31-0266-9bb52bf9b038.htm\u0000140","mp_exp_t Structure\u0000html/e6a17880-791f-37d4-4942-cf26ce7d4cbf.htm\u0000520","size_t Implicit Conversion (UInt32 to size_t)\u0000html/e76254b7-0a0e-d726-a1a2-ebc21dab1c96.htm\u0000140","mp_exp_t Implicit Conversion (mp_exp_t to Int64)\u0000html/e7a5fd85-46d5-46ed-b943-3c245fae350a.htm\u0000142","gmp_lib.mpq_sub Method\u0000html/e7d65cf6-2ee4-c983-62b5-4ad66f1d8599.htm\u0000248","gmp_lib.mpz_sqrtrem Method\u0000html/e802af92-73bf-b138-dc95-a3c57eeefb66.htm\u0000620","void_ptr Constructor\u0000html/e85d4d94-22d0-5888-54e5-e1e3289dfe90.htm\u0000119","gmp_lib.mpz_cdiv_r Method\u0000html/e8f34851-d0b2-335e-1ea5-f9129062aabf.htm\u0000602"] \ No newline at end of file +["GMP Native Interface for .NET - Search\u0000search.html\u000015","gmp_lib.mpf_sqrt Method\u0000html/00a7e91d-b046-f5d3-5b51-55868d87e228.htm\u0000487","gmp_lib.mpn_copyi Method\u0000html/00d8413a-b34b-5e89-193c-1bfe522710c5.htm\u0000498","FILE Methods\u0000html/00586c66-53ac-3fe3-16a4-3ceb2f94620b.htm\u0000125","mp_limb_t Implicit Conversion Operators\u0000html/015a8bc4-a8de-d7c7-3aac-2524de5dfd03.htm\u000095","mp_exp_t Implicit Conversion (mp_exp_t to Int32)\u0000html/015f7dd6-55ab-71d0-316b-71a3f99799c3.htm\u0000141","void_ptr.Equals Method (Object)\u0000html/0177c7b6-b5d5-3815-b64a-4f3a7686bf6d.htm\u0000180","mp_base._mp_d_intptr Property\u0000html/01baafdb-caf3-5653-428f-0ba9c42c3a9a.htm\u0000143","gmp_lib.mpf_inits Method\u0000html/018278a0-148f-c898-5bd0-42aae4ae0069.htm\u0000373","mpz_t.ToIntPtr Method\u0000html/018d9747-3053-df6d-2bb3-5273ad735860.htm\u0000113","mp_exp_t Explicit Conversion Operators\u0000html/021c96a1-51fa-2b2a-4c65-7ae3bb374c33.htm\u0000151","GMP Native Interface for .NET - Redirect\u0000index.html\u000018","gmp_lib.gmp_urandomm_ui Method\u0000html/020d0663-b84b-54aa-8e2f-645ed532d175.htm\u0000392","mp_limb_t Explicit Conversion (Int64 to mp_limb_t)\u0000html/03a17ed9-19e1-9de3-0ea4-4ff3f63938a6.htm\u0000140","void_ptr.GetHashCode Method\u0000html/04ef14d3-d09c-cfcb-0cea-8984c92612f5.htm\u0000121","mp_base Fields\u0000html/0525612d-5a63-106e-2d53-4ad25dd2e3a1.htm\u000039","gmp_lib.mpz_kronecker_si Method\u0000html/0252e04b-b8fc-5a06-e1e2-a0cafbb44296.htm\u0000485","gmp_lib.mpq_cmp_ui Method\u0000html/03336561-2bb9-b38f-8adb-506e0fad094b.htm\u0000469","gmp_lib.mpz_cmpabs_d Method\u0000html/011efd01-e7f0-47d8-7d1e-77888d96f0d4.htm\u0000456","mpf_t Implicit Conversion (String to mpf_t)\u0000html/058e477a-0126-b073-ee83-77ed89a58351.htm\u0000195","mp_limb_t Explicit Conversion (Int32 to mp_limb_t)\u0000html/06428417-fb0b-82c7-4b50-99dfe28c7afb.htm\u0000139","gmp_lib.mpz_out_raw Method\u0000html/053b54b6-f646-f0aa-ddaf-00c494a6d5ef.htm\u0000871","gmp_lib.mpn_sec_mul Method\u0000html/028e92d4-3699-77ff-e8da-9ff4c367f5b3.htm\u0000832","char_ptr Structure\u0000html/06249483-9daf-95f9-32c7-30195550bbcc.htm\u0000292","gmp_lib.reallocate Method\u0000html/067f64f9-7014-8c6a-3c02-153c1460a1dd.htm\u0000348","mp_bitcnt_t Methods\u0000html/0968b601-ff25-497d-c2eb-28487c3d29cf.htm\u0000124","gmp_lib.mpn_random2 Method\u0000html/06d850ef-82b2-56f1-32ae-2f1724da3d5b.htm\u0000381","va_list Methods\u0000html/0af0c5f7-045d-d0b0-fe24-f20f44b030dc.htm\u0000171","mp_exp_t Explicit Conversion (mp_exp_t to Int16)\u0000html/0c44ebce-9678-a295-598a-588046225af2.htm\u0000141","gmp_lib.mpz_kronecker_ui Method\u0000html/07613c31-7d00-9806-1676-55f8c5a997f8.htm\u0000486","gmp_lib.mpz_cdiv_q_ui Method\u0000html/05b3707d-5f48-4d76-c42a-566f3179d7f8.htm\u0000586","void_ptr.Equals Method\u0000html/0521b935-27ad-ca39-ed8a-6c4b4fc51116.htm\u000069","mpf_t Constructor\u0000html/0e0a10d5-52ab-1821-6fe1-97514e009418.htm\u000089","mp_bitcnt_t.ToString Method\u0000html/0dd7a5d2-ab07-87dc-79d2-d9b361bc0a34.htm\u0000124","size_t Methods\u0000html/0777a4c0-90d5-95bc-1192-f390bfbcbc43.htm\u0000124","mpq_t Properties\u0000html/0e7e8afb-9c1f-87e4-4f01-0575c8203613.htm\u000049","gmp_lib.mpz_lucnum2_ui Method\u0000html/0cdaca8f-816e-8c22-f46b-fcf58e9e91d4.htm\u0000609","gmp_lib.mpz_cmpabs_ui Method\u0000html/05f897c4-77dc-7735-81ca-65650f61d961.htm\u0000350","gmp_lib.mpf_init Method\u0000html/0dd846ac-56b6-3ea8-0441-12490f67fbf7.htm\u0000384","gmp_lib.mpz_ior Method\u0000html/0ccb1bab-4817-1062-242d-41c181cacf77.htm\u0000606","gmp_lib.mpn_xor_n Method\u0000html/0f01fecd-9200-982d-c331-c213f3b960a1.htm\u0000613","mp_size_t Implicit Conversion Operators\u0000html/13c05087-b2db-4751-d548-4fa64e30f663.htm\u0000123","va_list.ToIntPtr Method\u0000html/13e99044-0242-c6b6-6a32-e9abb01ceaaa.htm\u0000115","gmp_lib.mpq_sgn Method\u0000html/1176cc4e-ffda-2993-1a4a-2e0c7ed24adb.htm\u0000389","mp_exp_t.GetHashCode Method\u0000html/1443760d-18a5-f276-ec75-7b8ead9d8332.htm\u0000121","gmp_lib.mpf_set_ui Method\u0000html/060aa73e-8c00-0a6b-f569-ad198c4f0d90.htm\u0000370","gmp_lib.mpq_swap Method\u0000html/11e36fbc-ffc4-46df-50b7-2b07684c1755.htm\u0000556","void_ptr Fields\u0000html/12a4c9d6-02cf-e913-816e-ad530e77722c.htm\u000038","mpz_t._mp_size Property\u0000html/15e1db51-a27c-7eee-03dd-5c6457889be1.htm\u0000169","gmp_lib.mpn_sec_div_r Method\u0000html/094ea390-8cc8-bac7-35c3-3616775736de.htm\u0000734","gmp_lib.mpf_fits_sshort_p Method\u0000html/142199e1-6aef-83d5-1986-1b1248ddc6e3.htm\u0000358","mp_size_t.Equals Method\u0000html/096397d8-2db8-7eeb-3b75-25ed0bad8379.htm\u000069","gmp_lib.mp_set_memory_functions Method\u0000html/15ac48e3-750c-d154-7d8f-6dcaa137f5db.htm\u0000844","gmp_lib.mpf_abs Method\u0000html/17731ba4-bf91-6b9b-737a-a9cc306ba17d.htm\u0000490","gmp_lib.mpz_fac_ui Method\u0000html/17280f99-d0dc-6714-12c7-be17c97c0cdb.htm\u0000366","gmp_lib.mpn_sec_add_1 Method\u0000html/1555cd52-98d2-6253-214a-d342a539bfb5.htm\u0000754","gmp_lib.mpf_init_set Method\u0000html/17b3dc26-68af-fb0c-9923-36777e8bd87e.htm\u0000490","gmp_lib.mpz_fdiv_q_ui Method\u0000html/0dcf05e1-ec39-5294-c4d0-d8e0f92642e4.htm\u0000585","gmp_lib.mpn_sec_sub_1_itch Method\u0000html/098c8787-2069-5d1e-a2f9-1f78bdcd60a9.htm\u0000171","gmp_lib.free Method (void_ptr, size_t)\u0000html/19ccd2e3-05f1-d4f4-79b7-28b4f26e5768.htm\u0000219","mpz_t Fields\u0000html/18a76f9f-3507-5e96-06ac-0167e0359410.htm\u000046","gmp_lib.mpz_mul_2exp Method\u0000html/18cd39f5-7c88-f557-3803-8a4a321cfb97.htm\u0000525","ptr(T) Constructor\u0000html/1b117248-4e1d-a985-2ab6-4bd8e5b3e769.htm\u000052","size_t Implicit Conversion (UInt16 to size_t)\u0000html/18ef1696-938e-0932-1d55-eaced0d92464.htm\u0000140","gmp_lib.mpf_integer_p Method\u0000html/11a036ec-5052-7dc4-bdb6-10e5c92f88cc.htm\u0000368","gmp_lib.mpq_canonicalize Method\u0000html/19d53697-65f1-2df5-62f3-988182af0c88.htm\u0000195","mp_base._mp_size Property\u0000html/178d8d44-2485-2972-fe2f-eb9848059e6f.htm\u0000120","mp_size_t Explicit Conversion (mp_size_t to UInt16)\u0000html/1babcb9f-d828-81fb-30d5-296cccd21929.htm\u0000142","mp_bitcnt_t Structure\u0000html/1b2b1d64-20c1-7a64-0278-d9ff58ee9cc3.htm\u0000528","mp_limb_t.GetHashCode Method\u0000html/1bd10056-1935-a793-4930-68ebfaf82cd1.htm\u0000121","gmp_lib.mpn_sec_sqr_itch Method\u0000html/1ba86b5b-8ace-b6ee-99c5-32a8d7648519.htm\u0000171","mp_bitcnt_t Explicit Conversion (mp_bitcnt_t to Byte)\u0000html/1d378f21-73e1-43e7-e286-5a6c0cb101ba.htm\u0000142","gmp_lib.mpn_iorn_n Method\u0000html/1b76ffd8-d7f4-5309-3b10-e7e0c418706a.htm\u0000619","gmp_lib.mpf_get_default_prec Method\u0000html/1ca4ec7e-b5d1-3b51-8341-5a345990e62d.htm\u0000271","FILE Structure\u0000html/1bcc07bd-8fee-1107-844c-a5ff10e7660c.htm\u0000234","mpz_t Type Conversions\u0000html/1cc35e31-9ab0-7239-d05b-1e2a426338bc.htm\u000046","gmp_lib.mpq_set_d Method\u0000html/1a7c5874-9132-2c43-e407-df1eead74fab.htm\u0000414","gmp_lib.mpz_realloc2 Method\u0000html/1de9b70a-1d21-8168-e41c-1c259f64091a.htm\u0000674","gmp_lib.mpn_divexact_1 Method\u0000html/1d6343a5-d42c-c362-714e-e10730e6a6d5.htm\u0000615","gmp_lib.mpn_sec_div_r_itch Method\u0000html/1cefa5f6-adc3-30a6-b3bd-cb6a7543cb00.htm\u0000208","mp_limb_t Methods\u0000html/1e30b810-66a8-52cc-8501-8bdda18bfaa7.htm\u0000124","char_ptr.ToString Method\u0000html/1eedfa7e-7135-6b5d-e395-9a6b90fab236.htm\u0000128","gmp_lib.mpn_gcdext Method\u0000html/1d98a5d2-dff5-3fd2-c322-13c56beabb21.htm\u0000108","gmp_lib.mpq_abs Method\u0000html/1f2250c3-a1b8-db12-19e4-9946e39eb64c.htm\u0000215","gmp_lib.mpz_set_si Method\u0000html/1ffac718-d814-0556-ea54-dbf1d676e0cc.htm\u0000374","gmp_lib.mpn_get_str Method\u0000html/1e9cacd7-32b3-7f3b-659a-efdb3e064092.htm\u0000795","gmp_lib.mpf_mul_2exp Method\u0000html/2041c81e-218b-b514-5a7b-5ee315711bc9.htm\u0000530","size_t Explicit Conversion Operators\u0000html/1f76425d-66dd-c23e-2032-d6f1f2337813.htm\u0000179","gmp_lib.mpf_fits_uint_p Method\u0000html/201b1b12-bb0c-6a53-c6d5-e75db73f8470.htm\u0000359","gmp_lib.mpz_getlimbn Method\u0000html/1dfbf5da-f4c2-bbab-5708-3b31d40e4f16.htm\u0000640","gmp_lib.mpf_set_d Method\u0000html/1d0c5734-9f0d-ec6b-c540-4379f832b0ca.htm\u0000383","gmp_lib.mpz_tstbit Method\u0000html/20a476ea-9a38-9ef3-1e23-da2b2eba69a9.htm\u0000407","mpq_t Type Conversions\u0000html/25bb755c-4475-9382-5601-dd83fda02afe.htm\u000046","gmp_randstate_t Constructor\u0000html/20a4edb9-f361-6367-9965-64b0f7aeddaa.htm\u0000108","mp_bitcnt_t Explicit Conversion (UInt64 to mp_bitcnt_t)\u0000html/22aee6e2-0a8a-0514-baa1-2f6882b60174.htm\u0000141","char_ptr Constructor (String)\u0000html/255d9de2-3cf6-50f3-3276-a4332896da07.htm\u0000146","size_t Fields\u0000html/23937a87-c622-7fe6-7dfc-89d66a88c1fb.htm\u000036","size_t Explicit Conversion (Int32 to size_t)\u0000html/25c0e500-2d89-f414-530f-a0a53b57766f.htm\u0000139","gmp_lib.gmp_vsscanf Method\u0000html/1a966758-12dc-4da3-cb22-b3b3d788ba02.htm\u0000758","gmp_lib.gmp_randinit_lc_2exp Method\u0000html/21fdbc76-a0de-1f3a-195f-a5ae0cb3d1da.htm\u0000532","gmp_lib.mpz_perfect_square_p Method\u0000html/260d6edf-ce02-26f7-d704-ad0d11604e61.htm\u0000373","mp_exp_t Explicit Conversion (mp_exp_t to SByte)\u0000html/2c30c503-671c-e6f1-38a8-3a42f51f8019.htm\u0000142","char_ptr.Equals Method\u0000html/2d2c429f-5828-694d-2ad7-9d13e5c412b3.htm\u000069","gmp_lib.mpz_cdiv_ui Method\u0000html/290eb509-85df-a0cc-86f8-ac4e6f5d730a.htm\u0000451","gmp_lib.mpn_gcd Method\u0000html/24ecd2d5-422f-e538-fd43-94b749652393.htm\u0000756","gmp_lib.mpn_cnd_add_n Method\u0000html/27902901-3a7d-b5b3-d3fc-3900f754bff1.htm\u0000825","mpf_t Methods\u0000html/2583789b-09c3-0f9a-fbf9-4d362bd9129a.htm\u0000163","mp_bitcnt_t Explicit Conversion (Int16 to mp_bitcnt_t)\u0000html/29b5075a-d6d3-6fe8-5125-d679317b1022.htm\u0000139","gmp_lib.mpz_init_set Method\u0000html/2c37941c-dee7-0d74-7889-3fa6c20bab6a.htm\u0000459","size_t.Equals Method\u0000html/255140dc-27a7-cc9d-df9a-dc4d03c9a8e4.htm\u000069","gmp_lib.allocate Method\u0000html/2c68671c-cd5c-e2ec-52a2-65b0ca31c3d1.htm\u0000164","gmp_lib.mpz_random Method\u0000html/2b0da39e-331c-878e-26c7-bd6d81c7f8e0.htm\u0000425","gmp_lib.mpq_denref Method\u0000html/2d93abcb-e73f-fe40-a50b-395a0bf6a4fc.htm\u0000454","free_function Delegate\u0000html/2c9876e2-a0f5-14c6-5069-1a9d50b89185.htm\u0000159","gmp_lib.mpz_divexact Method\u0000html/2ddc32dc-4ee3-18e9-dd3d-7e64c3304e1e.htm\u0000569","mpq_t Constructor\u0000html/2c2936bd-f40b-391b-de4c-e5111654993b.htm\u000088","gmp_lib Methods\u0000html/0fa7cbf3-e8f4-6b14-d829-8aa663e77c74.htm\u00007150","gmp_lib.mpn_zero_p Method\u0000html/2e469258-d5e3-da86-aebe-025b92d7cf73.htm\u0000373","mpz_t Constructor\u0000html/0fcbb911-bc5a-1b11-90c5-96babff86526.htm\u000088","mp_limb_t Explicit Conversion (SByte to mp_limb_t)\u0000html/3006d511-ecd7-0e95-44e1-b9effd406cbf.htm\u0000140","mp_bitcnt_t.Equals Method (mp_bitcnt_t)\u0000html/306b1c06-9439-c811-b7b9-42777ca691e6.htm\u0000161","mp_limb_t.Equality Operator\u0000html/2e8177f2-fc95-380b-ef64-a51cf494c686.htm\u0000189","mp_size_t Explicit Conversion (mp_size_t to Int16)\u0000html/339354f8-0924-d332-2217-0b06b81f5e5a.htm\u0000141","gmp_lib.mpz_cmp_si Method\u0000html/2e55f6fd-0083-fc85-0d42-65e472376dbe.htm\u0000383","mp_limb_t.Equals Method (Object)\u0000html/33b840cd-1b41-ad67-8956-b5811ddc6175.htm\u0000180","mp_exp_t Implicit Conversion (SByte to mp_exp_t)\u0000html/2f9a1c6d-82f4-6ef2-476a-8231d6b7d497.htm\u0000140","mpf_t Fields\u0000html/373cd52b-c12c-bae1-1a8c-b7627903d709.htm\u000046","gmp_lib.mpn_add_n Method\u0000html/339edb73-5781-7d73-97b6-9b73451a698f.htm\u0000719","mp_bitcnt_t Fields\u0000html/376be8f2-7fe0-c6c4-e08d-7883d4d19594.htm\u000036","gmp_lib.mpz_mul Method\u0000html/3523bf0e-75ec-6286-76a0-4685198e51f6.htm\u0000578","gmp_lib.mpf_mul Method\u0000html/309e6a8c-1318-2d30-a058-f119193546a0.htm\u0000610","gmp_lib.gmp_vsnprintf Method\u0000html/300c388f-ba1c-0ba3-64fd-e7aafb39dcdb.htm\u0000838","gmp_lib.mpf_neg Method\u0000html/357791cb-951d-5542-ff67-c00ef5e9aadb.htm\u0000486","gmp_lib.mpz_congruent_p Method\u0000html/2ff1eb0a-f399-2ad2-f7d1-3fb51dceac10.htm\u0000630","gmp_lib.mpf_ui_div Method\u0000html/34a39f93-359c-526f-c9ad-cd7558968f1e.htm\u0000572","mpf_t._mp_d_intptr Property\u0000html/39182adf-3ed6-8c68-c2e7-05a9bfcef6ab.htm\u0000153","gmp_lib.mpf_set Method\u0000html/3a025035-e715-0a3d-8d2d-6011430c9463.htm\u0000507","mpf_t Class\u0000html/37c88d6c-8d02-2330-ad77-f20fb73d1677.htm\u0000448","mp_bitcnt_t.Value Field\u0000html/3ae51295-d9e7-e4e5-a660-07940dcfcfde.htm\u000087","gmp_lib.mpf_div_2exp Method\u0000html/352401d6-c6d1-29c1-a9f6-e5e0ed46bc86.htm\u0000530","gmp_lib.mpf_clear Method\u0000html/3a2a17ed-a64c-8716-7f65-18c661a5279f.htm\u0000361","size_t.Equals Method (Object)\u0000html/3c3a57f3-ab98-976d-e470-2b8da8c97b53.htm\u0000180","gmp_lib.mpf_div_ui Method\u0000html/3985111a-6d13-b418-9c90-422a8e1e5b8b.htm\u0000444","gmp_lib.mpn_sec_tabselect Method\u0000html/3588cf60-567a-6182-20e8-5e2836498f49.htm\u0000619","gmp_lib.mpz_tdiv_qr Method\u0000html/387ec1dd-15b3-4cc9-862a-e3f0a8e2cb78.htm\u0000723","gmp_lib.mpn_xnor_n Method\u0000html/25d623c3-ee22-4b83-1161-3f98ce698012.htm\u0000621","gmp_lib.mpz_root Method\u0000html/279877e1-b8d0-f52c-16ba-b2e38e671437.htm\u0000521","gmp_lib.mpz_set Method\u0000html/3a4e6141-0771-f9ac-2283-5e9348f86d4a.htm\u0000486","void_ptr.ToIntPtr Method\u0000html/3e1375c2-3f44-721d-6ef3-32e49a3d7d3b.htm\u0000107","mp_limb_t Explicit Conversion (mp_limb_t to SByte)\u0000html/3cd34dae-2d2e-5efd-cc59-e555d879812a.htm\u0000142","void_ptr.Equality Operator\u0000html/3d7c5927-d163-5d46-1f0b-5c35ca116b22.htm\u0000189","gmp_lib.mpf_inp_str Method\u0000html/3a24f5bd-0b45-8164-f27b-c2e04e35ab64.htm\u0000789","gmp_lib.mpz_cmpabs Method\u0000html/3e06d348-8a15-691d-5889-ab3f1a4c9f73.htm\u0000498","gmp_lib.mpz_scan0 Method\u0000html/3e36be2b-14ed-eb7b-0546-af6d49e983fa.htm\u0000506","gmp_lib.mpz_fits_uint_p Method\u0000html/3ce0cc26-e888-90f8-a517-aad88332eec0.htm\u0000360","mp_base Constructor\u0000html/3e385e89-d6d3-27df-ec51-6580f6bea08b.htm\u000089","gmp_lib.mpz_limbs_finish Method\u0000html/398e3eb8-0f55-086f-a765-0a8b3c9307e0.htm\u0000350","mpq_t._mp_num Property\u0000html/3fad7a3a-76d1-7e19-0ab4-c93a4bf3655e.htm\u0000123","gmp_lib.gmp_vfscanf Method\u0000html/316be139-2970-161f-ba7c-730f067b5cf3.htm\u0000939","size_t Implicit Conversion (size_t to UInt64)\u0000html/4089ae7b-a5ca-3feb-37ce-f5f4e627dde7.htm\u0000143","void_ptr.Zero Field\u0000html/3fce2dbc-bac6-d24f-d6d4-84454567b8f5.htm\u000094","size_t Explicit Conversion (size_t to Int16)\u0000html/4137f93d-8fb6-8ae8-3961-eeba189925e6.htm\u0000141","gmp_lib.mpq_cmp Method\u0000html/3f29d5f4-13ae-cec8-ea75-6a76d00d10fc.htm\u0000517","mp_exp_t.Value Field\u0000html/40dbbc73-ebfe-df0e-4a28-ef5646a9a25b.htm\u000086","gmp_lib.mpz_bin_uiui Method\u0000html/402dc8d2-32bd-59ad-80f3-4bd2cc000b0d.htm\u0000416","mp_ptr Constructor\u0000html/33563f2c-baba-b555-20fb-9def8b70074c.htm\u0000124","char_ptr.ToIntPtr Method\u0000html/42a15292-978c-35c6-bfa3-9d5acf725ca7.htm\u0000107","mp_size_t Explicit Conversion (UInt64 to mp_size_t)\u0000html/43436692-e9c9-739f-aa96-be2b775dae62.htm\u0000141","gmp_lib.mpz_and Method\u0000html/3e5268ed-796b-2880-93a3-8d17143f99b1.htm\u0000603","gmp_lib.mpz_jacobi Method\u0000html/38be0c24-42ac-e0ea-9e18-e75e3bda2a1e.htm\u0000468","gmp_lib.mpz_get_ui Method\u0000html/3a92eddc-59f3-b42f-9921-4e1cc5700d60.htm\u0000377","mpz_t Methods\u0000html/430d894e-57e0-6020-0ad7-40b74cbd969f.htm\u0000161","gmp_lib.mpf_set_prec Method\u0000html/438e6843-fc7b-4e6f-9ac0-d97a2773b032.htm\u0000454","gmp_lib.mpz_congruent_ui_p Method\u0000html/3eae225a-8db3-3b14-d862-03718f3a5548.htm\u0000480","gmp_lib.mpq_div Method\u0000html/433b0777-4514-5b20-7494-f0f2746fe8e5.htm\u0000248","gmp_lib.mpf_trunc Method\u0000html/3ac2ecd4-f154-de62-9170-b2d28f362a7e.htm\u0000498","gmp_lib.mpq_inp_str Method\u0000html/38d3a9de-bae7-3f44-18e0-38fe450d4cba.htm\u0000827","gmp_lib.mpz_divexact_ui Method\u0000html/3ddee65c-a067-79a3-968d-31f3d585db3b.htm\u0000496","gmp_lib.mpq_cmp_si Method\u0000html/43cb2c87-9fab-eb9d-2f7a-140d72af7b15.htm\u0000465","gmp_lib.mpz_inp_raw Method\u0000html/44097b06-123a-4c00-b17f-ab0c70ad78bb.htm\u0000695","gmp_lib.mp_bytes_per_limb Field\u0000html/47695d57-9a89-48db-97c3-2ed03965d913.htm\u0000176","gmp_lib.mpz_fdiv_qr_ui Method\u0000html/452a9316-f421-a65c-a9ba-254b201dc431.htm\u0000696","mp_ptr Class\u0000html/4609ac5e-5cf9-cd20-2fa9-8040101c165c.htm\u0000412","ptr(T).Value Field\u0000html/448dfb4b-f4d7-8db7-3d44-31f3bd032771.htm\u000094","size_t Explicit Conversion (size_t to SByte)\u0000html/44012ded-01f3-9156-80d0-0df7ee0b048c.htm\u0000142","size_t Explicit Conversion (size_t to Int32)\u0000html/47fd5e17-2217-5e2f-8d68-440cfcf85179.htm\u0000141","mpf_t Properties\u0000html/44d8440b-0daa-0393-510e-a0ace6d299f7.htm\u0000129","size_t.Equality Operator\u0000html/46b18925-3e4b-f26c-ef9c-ade34e23f518.htm\u0000189","mpf_t Type Conversions\u0000html/3ca44c9f-677e-d5fa-5414-399843506633.htm\u000046","gmp_lib.mpf_add_ui Method\u0000html/45a76d5c-c5bf-e7f8-906a-15d290e9a50d.htm\u0000524","gmp_lib.gmp_randinit_set Method\u0000html/494fa261-4044-f216-7041-a55d95a26f5b.htm\u0000386","gmp_lib.mpz_scan1 Method\u0000html/480d1d15-b561-ac8f-b12a-f27ba075b3f2.htm\u0000506","gmp_lib.mpf_sqrt_ui Method\u0000html/44e6038b-2e97-b53d-0d46-ce1fff3522d0.htm\u0000410","gmp_lib.mpz_limbs_read Method\u0000html/4b08344c-f506-a717-4e1d-112cd19f5286.htm\u0000562","gmp_lib.mpz_congruent_2exp_p Method\u0000html/4b6a07f8-2a61-d1a3-7192-f2907292bf2a.htm\u0000540","mp_ptr Constructor (mp_base)\u0000html/49277bf7-6de2-6182-cb45-008c4cbde670.htm\u0000129","mp_exp_t.Equality Operator\u0000html/4a543b73-f62d-cf04-fa49-22bc93e657e7.htm\u0000189","gmp_lib.mpf_size Method\u0000html/4c81a27a-206c-e5da-44e9-0ac7767b3366.htm\u0000348","size_t Constructor\u0000html/4a5eee32-b03c-e613-22b1-6b4f54a95362.htm\u0000125","mp_limb_t Implicit Conversion (UInt16 to mp_limb_t)\u0000html/4e7a1224-4cf6-269a-82b6-8fdb83429949.htm\u0000140","gmp_lib.mpz_hamdist Method\u0000html/4dfb8bd5-8a6f-6919-7aa9-8c060d42b5d7.htm\u0000565","gmp_lib.gmp_sscanf Method\u0000html/279d21b9-bd04-522e-0759-d1add6fe6fae.htm\u0000758","mp_size_t Structure\u0000html/4b58a584-7a0e-b600-18fa-ebd493861eb3.htm\u0000535","FILE.Equals Method\u0000html/4e0b1b66-de5f-3451-d835-df0116b8c789.htm\u000069","mp_size_t Implicit Conversion (mp_size_t to Int64)\u0000html/289280eb-add9-3787-a6bf-8e9766849efd.htm\u0000142","gmp_lib.mpz_tdiv_q Method\u0000html/4c830876-cdf6-9d94-1ceb-24d30f873bc2.htm\u0000585","gmp_lib Properties\u0000html/4c8c8860-0cde-fd90-76f1-81cd6fb7a125.htm\u000041","gmp_lib.mpz_combit Method\u0000html/4a959468-7670-9303-a5e7-3f1de8f17a62.htm\u0000411","gmp_lib.mpf_div Method\u0000html/4e876639-72f5-7659-f4a9-862639e27e1c.htm\u0000657","gmp_lib.gmp_version Field\u0000html/3f1b2832-ff9c-cc4a-3e85-e2ee16acc69b.htm\u0000200","gmp_lib.mpz_gcd Method\u0000html/4e14cfc4-6f8b-14f7-74df-2f4415ce6f1c.htm\u0000603","mp_size_t Implicit Conversion (Int32 to mp_size_t)\u0000html/4d1fd187-6b51-f72c-b150-3cc4eb7ead18.htm\u0000139","gmp_lib.mpz_divisible_p Method\u0000html/4bafc7fe-d2a8-7cf2-b9b8-c296550b4ef2.htm\u0000500","gmp_lib.mpf_init_set_str Method\u0000html/4e30a5e0-637b-949e-a627-387a56945f7b.htm\u0000553","gmp_lib.mpz_rrandomb Method\u0000html/4be917d3-47c6-cb58-d768-6276e78f0afb.htm\u0000623","gmp_lib.gmp_errno Property\u0000html/4c3f1727-1891-2918-da3a-321930e883ed.htm\u0000144","gmp_lib.mpf_cmp_z Method\u0000html/5236d7a8-b79f-add8-4898-997e9d6a68bf.htm\u0000486","gmp_lib.mpz_addmul_ui Method\u0000html/4e93c4c4-d799-2828-5285-8a3f3ed02ad3.htm\u0000530","gmp_lib.mpn_cmp Method\u0000html/4fcc5434-e328-6730-f46e-bd0823ec7560.htm\u0000479","gmp_lib.mpq_get_num Method\u0000html/4f98333c-76a2-db46-cbba-97785a449450.htm\u0000574","FILE Operators\u0000html/4fe7aa66-0d05-7853-360a-72c4b55b69bd.htm\u000059","mp_bitcnt_t Explicit Conversion (mp_bitcnt_t to Int16)\u0000html/55d30a4b-ca4f-4f4b-208a-026c54586e64.htm\u0000141","gmp_lib.mpf_cmp_d Method\u0000html/4f0f115a-3956-13f7-4d6f-0157936c03bd.htm\u0000436","gmp_lib.mpq_set_den Method\u0000html/52388f4c-575a-9b13-41a6-e7ec2bd0becd.htm\u0000523","mp_bitcnt_t Constructor\u0000html/5846cdbc-83b9-0197-aa29-fd226641eb76.htm\u0000124","mp_ptr.Size Property\u0000html/562de56d-c1a8-5f66-59dc-e2886d89bfc3.htm\u0000110","gmp_lib.gmp_fscanf Method\u0000html/50306850-d92d-5038-bbcc-c452cd3c69a9.htm\u0000939","va_list Class\u0000html/4f2255b8-b87a-7b1b-286a-abb7293059d7.htm\u0000253","gmp_lib.mpz_roinit_n Method\u0000html/5786e0c6-2dde-406f-b86d-3df6757c80c0.htm\u0000805","ptr(T) Fields\u0000html/50e025ca-c11a-c1db-2233-d11f66776439.htm\u000045","gmp_lib.mpz_probab_prime_p Method\u0000html/52ce0428-7c09-f2b9-f517-d3d02521f365.htm\u0000456","void_ptr Operators\u0000html/578ac23c-2986-d809-fa1b-c9a111d0c780.htm\u000059","gmp_lib.mpz_get_str Method\u0000html/54c1f778-6fc8-0056-6f25-26f6754645fb.htm\u0000639","mp_size_t Implicit Conversion (mp_size_t to Int32)\u0000html/57c5f9bf-43e8-b575-90c8-23c0e366fb2d.htm\u0000141","gmp_lib.mpz_divisible_2exp_p Method\u0000html/4f821e78-facb-4ea2-ab21-62d1f5049e68.htm\u0000388","gmp_lib.mpf_cmp_ui Method\u0000html/5a168ae0-405b-7259-0853-84999876c47a.htm\u0000416","gmp_lib.mpz_neg Method\u0000html/5a61d62c-a0f0-5e86-b6dd-8ca6414b35ed.htm\u0000451","gmp_lib.mpz_sub Method\u0000html/53702772-53e9-ec51-c3a5-7a1912b4f2b4.htm\u0000571","mp_exp_t.Equals Method\u0000html/5a3c38b8-5205-bc81-58e8-60b155c0579c.htm\u000069","gmp_lib.mpz_clear Method\u0000html/551f8670-3080-9a92-cd50-58d09cbf77ef.htm\u0000313","gmp_lib.mpz_addmul Method\u0000html/582a0647-1482-ecd7-cc78-bd2222610e06.htm\u0000591","gmp_lib.gmp_printf Method\u0000html/5c2015f3-41d2-7b80-5309-e41ccec0baaf.htm\u0000453","gmp_lib.mpq_mul Method\u0000html/584834ae-b1f7-d965-2586-f88d5c9b4f67.htm\u0000248","gmp_lib.mpf_urandomb Method\u0000html/5a698221-639e-333b-061b-0aa3f76c38e9.htm\u0000537","gmp_lib.gmp_vsprintf Method\u0000html/56e1a610-d238-ab9f-87b5-001764290847.htm\u0000723","mp_bitcnt_t.GetHashCode Method\u0000html/540dc183-f6ab-a0bb-d6ef-a08f5a464b78.htm\u0000121","mp_bitcnt_t Explicit Conversion (Int64 to mp_bitcnt_t)\u0000html/56fbe432-4b26-efff-13e9-242996bfa78d.htm\u0000140","gmp_lib.mpz_init2 Method\u0000html/5cd3a242-93b7-49c5-b9c9-1dca02ed4662.htm\u0000463","gmp_lib.mpf_fits_sint_p Method\u0000html/5ea7691b-2a0f-5f25-290c-54c78e2cf3bd.htm\u0000358","mpq_t Implicit Conversion (String to mpq_t)\u0000html/5d499247-7cb9-266f-eb4f-78bcf5768aa4.htm\u0000199","gmp_lib.mpz_com Method\u0000html/635ddf01-9c52-0d37-202e-c560b895fb7d.htm\u0000495","gmp_lib.mpn_add_1 Method\u0000html/5562b14f-48a4-be75-2eb0-6a129cd0d5ab.htm\u0000607","gmp_lib.mpf_get_d Method\u0000html/648fa405-45d3-506a-f6be-72642e8a7f32.htm\u0000445","gmp_lib.gmp_snprintf Method\u0000html/61686857-e4a0-ad60-1419-2b87a79b06c1.htm\u0000840","ptr(T) Class\u0000html/542faa00-d28a-72a2-2dd8-6c6021e683ce.htm\u0000393","mp_size_t Fields\u0000html/64df5728-6963-d01f-d17c-21ee6df7c418.htm\u000036","mp_bitcnt_t Implicit Conversion (UInt16 to mp_bitcnt_t)\u0000html/55809d71-2a62-422c-a7e5-955b2b62fe37.htm\u0000140","mp_bitcnt_t Implicit Conversion (UInt32 to mp_bitcnt_t)\u0000html/6280cd97-b728-ab06-89e1-7181e2ab72fe.htm\u0000140","void_ptr.FromIntPtr Method\u0000html/650e9cdb-0392-1173-aba8-9a1d6fc6a694.htm\u0000148","mp_ptr Constructor (UInt16[])\u0000html/54ac0eda-b14f-8083-16dc-6c0abe8a5e5e.htm\u0000185","gmp_lib.mpz_mul_ui Method\u0000html/5fba9944-4437-9b1c-afa0-666d87eafe39.htm\u0000511","mpq_t Class\u0000html/635f1879-5f85-881e-cca8-3222baf5045a.htm\u0000284","mp_ptr.ToIntPtr Method\u0000html/659f2b6c-790b-e9b9-cc61-e8fc8a4bd2c0.htm\u0000108","gmp_lib.mpz_export Method\u0000html/5fbffc1a-1ac4-6ca6-e528-abe7f8c96667.htm\u000076","mpz_t Properties\u0000html/5f492d5c-72f0-17b4-24a4-e5b58a061ef7.htm\u0000109","mp_limb_t Explicit Conversion (mp_limb_t to Int64)\u0000html/63e2f5c3-b5bb-ebf6-3bcf-682671a0dbc3.htm\u0000142","mp_bitcnt_t.Equals Method (Object)\u0000html/5b4fc57b-2ab5-9b95-6c35-ec9b499a6d59.htm\u0000180","gmp_lib.mpz_kronecker Method\u0000html/54ba330f-67d3-fa30-2d5f-0480b7f4659c.htm\u0000563","gmp_lib.gmp_vfprintf Method\u0000html/62c5f2f4-2a93-e6d2-b867-23d4f2b98af4.htm\u0000674","gmp_lib.mpz_ui_pow_ui Method\u0000html/6101fda5-1230-66a9-5aff-5d8da426e364.htm\u0000408","size_t Explicit Conversion (SByte to size_t)\u0000html/5c1d434c-5d85-dea7-ac47-09126d92900d.htm\u0000140","gmp_lib.mpz_fdiv_r Method\u0000html/5dfc0ea9-a81f-bda9-356c-034395ba3c9c.htm\u0000598","gmp_lib.mpn_gcd_1 Method\u0000html/64373933-f98b-74b4-c10f-3b1a98c410bc.htm\u0000422","gmp_lib.mpn_perfect_power_p Method\u0000html/61401484-d06f-ab9e-110d-b46f4d0a9eba.htm\u0000375","gmp_lib.mpn_sec_invert Method\u0000html/62ffb793-b32f-e0dc-a399-f20fe708a803.htm\u0000733","gmp_lib Class\u0000html/3af6b34c-3242-2b75-e7c7-ab79af8a4b0f.htm\u000015206","gmp_lib.mpq_set_num Method\u0000html/6885ad71-c185-1e0c-abc8-4320e12f377a.htm\u0000519","gmp_lib.mpz_tdiv_q_ui Method\u0000html/67fc54a2-05e7-bc3c-64f4-8c6de48fa6b6.htm\u0000587","gmp_lib.mpq_inv Method\u0000html/3b01109c-5b01-16d2-edd0-5ac3d5514930.htm\u0000229","mp_size_t Implicit Conversion (SByte to mp_size_t)\u0000html/3bab30e1-4da4-b2cd-ea9c-9f06097052e6.htm\u0000140","gmp_lib.mpz_odd_p Method\u0000html/6820d6c4-6ee1-53d7-7223-3f654a496ce4.htm\u0000358","mp_size_t.Value Field\u0000html/6860df77-97f9-01e3-007e-2af1985315e9.htm\u000086","gmp_lib.mpn_mul Method\u0000html/68d3161d-2909-1909-cda7-e87949ee27ce.htm\u0000728","gmp_lib.mpn_popcount Method\u0000html/3bd9de08-5768-bb79-1e09-2953ae1483aa.htm\u0000370","mpq_t Methods\u0000html/6871c168-60e1-5bd2-5a03-2d60f473d7b8.htm\u0000161","mp_limb_t Explicit Conversion (mp_limb_t to Byte)\u0000html/6991a24e-345d-029c-c189-ed263640928b.htm\u0000142","size_t Implicit Conversion (Byte to size_t)\u0000html/6d0766fc-29bc-75e6-aa00-ed7b80fe586e.htm\u0000140","mp_exp_t Explicit Conversion (UInt64 to mp_exp_t)\u0000html/6b879622-df00-c9b2-deba-307574416ff2.htm\u0000141","gmp_lib.mpz_sqrt Method\u0000html/1e1204c7-2d33-c9d1-4f4e-c36215f5ebed.htm\u0000458","mp_bitcnt_t Explicit Conversion (Int32 to mp_bitcnt_t)\u0000html/6ba37de9-82cf-e884-2537-0d8e83b8ffa0.htm\u0000139","gmp_lib.mpz_set_str Method\u0000html/6a3819df-abc1-ceb1-a5c7-87a879977b8c.htm\u0000667","gmp_lib.mpn_random Method\u0000html/6d4f993a-1fd6-9db2-c0a7-0f3926863565.htm\u0000381","gmp_lib.mpn_sec_div_qr Method\u0000html/6f1dca2b-39f4-3acd-71fb-4f1e5a0d04e6.htm\u00001056","mp_size_t Explicit Conversion (mp_size_t to Byte)\u0000html/6eb39888-e104-5cdd-a22d-c1240ef748e4.htm\u0000142","mp_exp_t Explicit Conversion (mp_exp_t to UInt32)\u0000html/6b71bf90-ded3-6f2b-f59b-19b7e3442ef4.htm\u0000142","gmp_lib.mpn_and_n Method\u0000html/69ffabc9-a19c-6590-d918-fbf0710aff82.htm\u0000612","gmp_lib.mpz_fits_ushort_p Method\u0000html/6b85c6a3-d6c5-d1d2-829a-af000bae687e.htm\u0000361","gmp_lib.mpn_com Method\u0000html/6f0c915a-514a-fce0-957b-50180f4b79a7.htm\u0000519","gmp_lib.mpz_out_str Method\u0000html/6f85986d-b6a0-435d-3675-c025ef70413d.htm\u0000763","mp_bitcnt_t Implicit Conversion (mp_bitcnt_t to UInt64)\u0000html/6b870324-3daa-70e6-ded7-2757f5755310.htm\u0000143","gmp_lib.mpf_get_str Method\u0000html/73766ead-a037-a852-4589-04adc3407e15.htm\u000074","size_t.GetHashCode Method\u0000html/6feeab0d-dc91-818f-ef60-2434ff3a1146.htm\u0000121","gmp_lib.mpz_divisible_ui_p Method\u0000html/6c026976-a6c9-6f12-6b31-c113166ea236.htm\u0000423","char_ptr Methods\u0000html/73876566-4eec-b421-e4d6-3593e9641f0a.htm\u0000135","mpz_t.ToString Method\u0000html/709eb598-ee38-4031-9dc5-74a73d8f9142.htm\u0000122","gmp_lib.mpf_sub Method\u0000html/718e7623-d25b-8a09-2543-745f24cd82c1.htm\u0000610","mp_limb_t.Value Field\u0000html/73d48b1a-0a79-41fa-2b80-d1d0bc90ce3d.htm\u000088","gmp_lib.mpz_get_d_2exp Method\u0000html/74e22b4c-fa79-f5f9-b752-da41bd427f37.htm\u0000549","mp_exp_t Explicit Conversion (Int64 to mp_exp_t)\u0000html/70eabcfd-22ae-e08e-1bc5-54f8e1ccb736.htm\u0000140","mp_limb_t Explicit Conversion (mp_limb_t to Int32)\u0000html/72723d8b-579c-0c0f-d5c8-868ae849457e.htm\u0000141","gmp_lib.free Method (IntPtr)\u0000html/75d98417-7870-2f9c-096b-f60e76cb75e4.htm\u0000129","gmp_lib.mpn_gcdext Method (mp_ptr, mp_ptr, ptr(mp_size_t), mp_ptr, mp_size_t, mp_ptr, mp_size_t)\u0000html/746d102a-5f3e-6142-b02a-63f3cac385ab.htm\u00001284","mp_bitcnt_t Implicit Conversion Operators\u0000html/72fbcc09-5765-7f60-3897-57fec21cc9f9.htm\u0000109","gmp_lib.mpz_fib_ui Method\u0000html/71884691-07d0-7bdf-c761-df9b07723735.htm\u0000428","gmp_lib.mpz_tdiv_q_2exp Method\u0000html/746301ec-352c-9bae-ff92-8a2ed31be655.htm\u0000522","gmp_lib.mpf_fits_slong_p Method\u0000html/6c178e2d-a080-13b8-75b0-3fe232b46d75.htm\u0000358","mp_size_t.Equals Method (Object)\u0000html/764c23ab-f2fe-b3e4-68a4-4a27fb6dc6b0.htm\u0000180","mp_exp_t Explicit Conversion (UInt32 to mp_exp_t)\u0000html/78fdf4c2-15a1-fdab-23fa-806cdf3dc983.htm\u0000140","FILE.Inequality Operator\u0000html/77413435-917b-2cdc-cfde-d0891b6ede82.htm\u0000191","FILE Fields\u0000html/76b37dae-ecff-2bd9-2e80-002354a7dddc.htm\u000038","gmp_lib.mpz_add_ui Method\u0000html/7327aa92-1ab5-7553-7eee-7b5e3e61322a.htm\u0000424","gmp_lib.free Method (mp_ptr[])\u0000html/7924a2a3-75c1-0aa9-636f-4772d74a723f.htm\u0000165","char_ptr.Equals Method (Object)\u0000html/77d1beb2-2aed-58e8-dc50-bba2ff56afee.htm\u0000180","gmp_lib.mpn_divexact_by3 Method\u0000html/75f2a84e-44f3-b7cc-e6ad-392111d5b9cc.htm\u0000813","gmp_lib.mpz_fdiv_r_ui Method\u0000html/772064e8-3ec1-840e-c79c-78f478321b6c.htm\u0000599","mpf_t.ToString Method\u0000html/77eccd6b-888f-b3a8-0800-ead4af162af0.htm\u0000122","gmp_lib.mpn_addmul_1 Method\u0000html/77fdf32b-986d-4df3-3c76-022e3e3fbb98.htm\u0000702","char_ptr.Zero Field\u0000html/76481715-8a8b-e739-905c-f0d83de503ab.htm\u000094","mpf_t._mp_prec Property\u0000html/772c3bd8-b9ec-225d-3d98-e17ae89d4294.htm\u0000135","mp_limb_t.ToString Method\u0000html/7ae8e775-5b2d-4ce0-c45b-5afd1b66ac62.htm\u0000124","gmp_lib.mpq_equal Method\u0000html/7828ce92-079b-da4d-aab2-1742209287fb.htm\u0000519","gmp_lib.mpz_init_set_ui Method\u0000html/7da3b40f-ae2c-63c5-0157-9b51d54cf6cb.htm\u0000357","gmp_lib.mpz_sizeinbase Method\u0000html/7dfe367e-74d3-e782-860b-2314da9c44cf.htm\u0000625","gmp_lib.mpz_set_ui Method\u0000html/7daadb71-9f36-2848-86c4-ba1fba25fcfd.htm\u0000367","gmp_lib.mpz_cdiv_qr_ui Method\u0000html/7aee9fae-9d14-72be-6d0f-0f9c4a863fe5.htm\u0000700","gmp_lib.gmp_randclear Method\u0000html/7ef82a61-e43a-78c7-a28f-8f2d0a5f59b1.htm\u0000141","mp_limb_t Implicit Conversion (Byte to mp_limb_t)\u0000html/7dbd9949-90ab-2b31-978d-9fde0a2ba7ee.htm\u0000140","gmp_lib.mpn_copyd Method\u0000html/78443f19-f0c6-4a1f-1eed-a815b734e981.htm\u0000498","size_t Explicit Conversion (size_t to UInt16)\u0000html/784c4122-3a62-f338-0e4a-88b6a69a1e9e.htm\u0000142","gmp_lib.mpn_sec_add_1_itch Method\u0000html/87bbc39f-b11a-76d9-f31d-f5dcf365a67d.htm\u0000171","gmp_lib.mpz_cdiv_qr Method\u0000html/7f89c102-d1eb-2dab-0e6e-061893309c4b.htm\u0000726","gmp_lib.gmp_urandomb_ui Method\u0000html/7b541895-53a8-b335-32de-d5b2224ff0f7.htm\u0000441","Welcome to the GMP Native Interface for .NET Library\u0000html/846f5c8a-6cba-433e-9f18-cde2ff5695cd.htm\u00001393","mp_limb_t Operators and Type Conversions\u0000html/88234d39-a3da-db4f-71ff-17d0f2e2c7fe.htm\u0000286","char_ptr Operators\u0000html/84b523e8-bc53-01e9-49af-f7996af73647.htm\u000059","mp_size_t Implicit Conversion (UInt16 to mp_size_t)\u0000html/7c9b8744-cc4a-e2c1-659f-6da60e92bb78.htm\u0000140","gmp_lib.gmp_vprintf Method\u0000html/8031c594-b2b2-fa62-7088-00b6fe92f88e.htm\u0000451","mp_size_t Operators and Type Conversions\u0000html/884aef1a-9faa-b787-ff5e-022615bd41eb.htm\u0000286","gmp_lib.mpz_popcount Method\u0000html/84bf95e4-d9d0-4ffe-f836-3650342de962.htm\u0000407","gmp_lib.mpz_limbs_modify Method\u0000html/87f5432d-aacb-57b6-b4a7-e4dc803684a4.htm\u0000708","gmp_lib.mpf_set_str Method\u0000html/823b356e-0731-c9ca-0b37-660b6eb9ee7c.htm\u0000785","mp_limb_t Implicit Conversion (mp_limb_t to UInt64)\u0000html/880536ad-8f64-bc4a-a807-0071061ac720.htm\u0000143","mp_exp_t Implicit Conversion (Int32 to mp_exp_t)\u0000html/82a3fa70-9dcd-a931-eb3e-18095e458891.htm\u0000139","gmp_lib.mpz_gcd_ui Method\u0000html/88b8d333-9c9c-de7d-8131-6d1432c14a0c.htm\u0000469","gmp_lib.gmp_randinit_default Method\u0000html/89fff39e-9dc4-4d23-9460-301ae7df92d1.htm\u0000302","gmp_lib.mpq_set_z Method\u0000html/84d256a1-cd11-3bf9-3e8c-8a7e1980315d.htm\u0000515","gmp_lib.gmp_sprintf Method\u0000html/8916c18b-a745-2699-2f0a-035cf62dd051.htm\u0000727","gmp_lib.mpz_cdiv_r_2exp Method\u0000html/8320e5d8-1df9-ca26-3054-e4b93cc0f616.htm\u0000541","gmp_lib.gmp_scanf Method\u0000html/880c96b7-378e-3cdb-057e-b6eea1c9e529.htm\u0000732","gmp_lib.mpz_nextprime Method\u0000html/88f2d84b-105b-f882-ac55-54a2b6aea39d.htm\u0000476","gmp_lib.mpz_sgn Method\u0000html/86b2033c-26c3-3889-9025-b2a638910a86.htm\u0000374","mp_exp_t Methods\u0000html/8968de81-b069-4c5d-e694-8aad8a2c3cdb.htm\u0000124","mp_limb_t Constructor\u0000html/89d25f98-71ed-79b0-9b85-7cb9fcbab79d.htm\u0000125","gmp_lib.mpz_set_d Method\u0000html/8d6c39e2-22d8-d0ef-219c-dc594e73b2c5.htm\u0000386","mp_exp_t Implicit Conversion (Int16 to mp_exp_t)\u0000html/835b1c14-21a0-f806-1953-af0ddf068758.htm\u0000139","gmp_lib.mpq_inits Method\u0000html/8ab8ea40-9723-f0c8-18f4-9558c73397b9.htm\u0000454","gmp_lib.mpz_limbs_write Method\u0000html/86ddbf69-57f6-af58-bd13-3eca06123b29.htm\u0000711","mp_base.Pointer Field\u0000html/8d76a7b0-6917-c5d0-3b4a-de767fd3ddd4.htm\u000089","gmp_lib.mpq_div_2exp Method\u0000html/8dc5397d-96e4-74dd-cd31-0d05649ea927.htm\u0000247","mp_bitcnt_t.Inequality Operator\u0000html/8ae70a65-d9d6-0c44-b148-82f39dc474ab.htm\u0000191","gmp_lib.mpz_get_d Method\u0000html/89d8c501-6c12-9104-7e2d-be411f443b62.htm\u0000388","gmp_lib.mpz_fdiv_ui Method\u0000html/8435af1d-e5e4-3e55-1024-449ff7b56ad4.htm\u0000450","mp_size_t Explicit Conversion (mp_size_t to SByte)\u0000html/8dc5a181-8213-f87c-bd52-e77624313a9c.htm\u0000142","char_ptr.GetHashCode Method\u0000html/84492195-83e7-7738-6678-c299663dd02c.htm\u0000121","gmp_lib.mpz_ui_sub Method\u0000html/8d80c2f9-de42-f223-595e-108f165d5746.htm\u0000496","gmp_lib.mpz_mod_ui Method\u0000html/86fd57d1-ccfa-804e-760b-bd8e7ade2176.htm\u0000576","gmp_lib.mpz_clrbit Method\u0000html/8812c658-675a-b564-9159-2383971747b1.htm\u0000415","mp_base Class\u0000html/8f3c572b-8133-bccc-b838-9d22e3467898.htm\u0000293","size_t Explicit Conversion (Int16 to size_t)\u0000html/8da2a46e-34a6-f8be-270d-32fbf6424d98.htm\u0000139","mp_size_t Implicit Conversion (Int16 to mp_size_t)\u0000html/8f9e1df5-6eb0-4f14-3a1f-0d40ab45aac6.htm\u0000139","mpz_t._mp_alloc Property\u0000html/93206a07-9ee6-f89b-f029-f0e80982c911.htm\u0000180","gmp_lib.mpn_sub Method\u0000html/87681f32-b766-3ce2-7c08-98b2d32cb5fa.htm\u0000723","gmp_lib.mpn_divmod_1 Method\u0000html/9074a45b-0d68-cf18-75fe-076e720a9a61.htm\u0000635","gmp_lib.mpz_set_f Method\u0000html/9005bf40-4373-e879-9f0a-448b174aad67.htm\u0000425","char_ptr Constructor\u0000html/9006f054-e796-6460-45df-47d6ab808697.htm\u000055","gmp_lib.mpz_cdiv_q Method\u0000html/8b1e9c27-7278-6032-80c0-015b93258d96.htm\u0000585","gmp_lib.mpz_powm_sec Method\u0000html/93210ab6-2523-3130-044a-80bcf43c181d.htm\u0000770","gmp_lib.mpz_pow_ui Method\u0000html/8e3a525d-9371-fb32-1051-e8e8fe23a63d.htm\u0000496","mp_bitcnt_t Implicit Conversion (Byte to mp_bitcnt_t)\u0000html/906e0eef-6efb-c60b-60d8-4827d7d57bf7.htm\u0000140","gmp_randstate_t Methods\u0000html/94df18f5-d7f6-b30a-5f00-f168e513840c.htm\u0000164","ptr(T) Constructor\u0000html/8e86c547-280b-afb8-98ea-aebfb3ec04b9.htm\u000094","mp_exp_t Implicit Conversion (UInt16 to mp_exp_t)\u0000html/94f00d9c-cc2e-8ce7-56e5-f827238651cd.htm\u0000140","gmp_lib.mpz_inp_str Method\u0000html/8b8d6ec1-3ae5-e6f3-f030-289abe5002d0.htm\u0000726","gmp_lib.mpz_export Method (void_ptr, ptr(size_t), Int32, size_t, Int32, size_t, mpz_t)\u0000html/95c2ec1a-18ef-5081-f614-ccb6047a2b52.htm\u00001537","mp_size_t Explicit Conversion (mp_size_t to UInt64)\u0000html/969bef9e-e9a3-e671-5378-0767ee7f946b.htm\u0000143","gmp_lib.mpz_size Method\u0000html/9a169dd9-42b0-ea59-abbe-4efc6b870c75.htm\u0000454","gmp_lib.mpf_init2 Method\u0000html/98083eac-9993-41b2-4943-678785fce712.htm\u0000446","mpz_t Class\u0000html/8beda7fb-bbc4-b56f-fd1f-1459377ecb3b.htm\u0000378","gmp_lib.mpn_scan1 Method\u0000html/95c5a467-0bfe-337e-f6ca-657cf8c19eb1.htm\u0000390","gmp_lib.mpf_get_prec Method\u0000html/96c4a09e-3f83-00ab-30d0-78a82764b0ce.htm\u0000385","gmp_lib.mp_get_memory_functions Method\u0000html/9a229bed-b8b6-e0ad-f153-689455252ec4.htm\u0000444","gmp_lib.mpz_urandomm Method\u0000html/981cfca4-f958-045f-84b7-01717fcd88d1.htm\u0000672","gmp_lib.mpf_pow_ui Method\u0000html/96e2fb95-0ac0-3d24-bea9-ee5631f30347.htm\u0000521","gmp_lib.mpz_import Method\u0000html/8c8c1e55-275f-cff8-2152-883a4eaa163c.htm\u00001163","gmp_lib.mpn_zero Method\u0000html/90a57214-6596-be63-31e7-aa3186252628.htm\u0000402","gmp_lib.mpz_primorial_ui Method\u0000html/985a65cd-9a65-e8b3-580b-626b65662dd6.htm\u0000401","gmp_lib.mpz_abs Method\u0000html/9761cc8e-6099-7a76-5ea6-d27f617fd5d1.htm\u0000456","gmp_lib.mpz_swap Method\u0000html/90eada10-67d0-8376-0010-d053e5043b96.htm\u0000487","gmp_lib.mpz_mod Method\u0000html/8d141ae9-4a01-bdc9-caf3-8daba3321ac1.htm\u0000581","gmp_lib.mpf_mul_ui Method\u0000html/99a405b5-c051-9905-cf57-7139a0e503cf.htm\u0000525","gmp_lib.mpn_submul_1 Method\u0000html/95e10fea-31c2-e900-c5b0-f48636e1d76e.htm\u0000702","gmp_lib.mpn_sec_sub_1 Method\u0000html/9137a632-abd2-7963-1991-85e6d753bf13.htm\u0000754","gmp_lib.mpz_init_set_si Method\u0000html/9cbc8594-a202-86fd-f4e8-22635ba952b5.htm\u0000356","gmp_lib.mpn_set_str Method\u0000html/9a68645a-d8d6-f4c1-f706-0dc217f9809a.htm\u0000844","gmp_lib.mpf_init_set_ui Method\u0000html/8d1b97c9-ef9d-303a-0fbe-e7ece7edf391.htm\u0000407","gmp_lib.mpf_set_default_prec Method\u0000html/9e93d02e-f5c7-1a6f-68fe-a33d793a93e2.htm\u0000284","gmp_lib.mpn_sec_powm_itch Method\u0000html/96652cce-b8f1-0b9e-8434-19cf9bb3eb29.htm\u0000244","gmp_lib.mpz_powm Method\u0000html/9de702f4-758b-2a4e-1025-ed5e46cc7db2.htm\u0000729","gmp_lib.mpq_set_ui Method\u0000html/915a7958-6821-bb64-468f-b0b48b351878.htm\u0000461","gmp_lib.mpn_mod_1 Method\u0000html/9aa24cc8-8cf5-4b8a-cd1b-5ded400efa50.htm\u0000423","gmp_lib.mpq_set Method\u0000html/9eac8ea9-0821-09b2-8091-e6638c562c7f.htm\u0000528","gmp_lib.free Method\u0000html/92160da3-b1af-e005-cb05-e3fb4dd524d8.htm\u0000105","mpf_t._mp_size Property\u0000html/9aa3bb30-32b3-b465-af05-9b048bb610f1.htm\u0000172","gmp_randstate_t.ToIntPtr Method\u0000html/a19b1d7a-9367-0447-a5a6-106e15386cdb.htm\u0000118","mp_size_t.Equality Operator\u0000html/a6d79a12-4568-8617-30a9-e36698ef5994.htm\u0000189","mp_exp_t Explicit Conversion (mp_exp_t to UInt16)\u0000html/92ffc71c-a4b3-4367-ba65-25b82d7e5cfd.htm\u0000142","gmp_lib.mpf_get_str Method (char_ptr, mp_exp_t, Int32, size_t, mpf_t)\u0000html/9e7b9239-a7a8-4667-f6c7-bfc142d3f429.htm\u0000918","mp_limb_t Explicit Conversion (mp_limb_t to UInt16)\u0000html/9ab62efe-605f-58cf-588c-1e52adcfb373.htm\u0000142","gmp_lib.mpq_numref Method\u0000html/a4c2958c-5957-d736-6883-ce7e76b3d7a4.htm\u0000450","mp_ptr Properties\u0000html/9b1ae76e-d9d8-e72d-9fa6-fe8e2d833d40.htm\u000050","mp_exp_t.Inequality Operator\u0000html/931e55b9-30c1-aa94-c044-0400b5abea60.htm\u0000191","gmp_lib.mpn_neg Method\u0000html/9fb96802-e56e-8fd8-cef2-b44870d09a10.htm\u0000595","gmp_lib.mpz_si_kronecker Method\u0000html/a248732b-c4be-7e9a-4207-0049371764ff.htm\u0000487","FILE.Equals Method (FILE)\u0000html/a964376d-5264-550c-0dc6-5ce21c48ac93.htm\u0000161","mp_ptr.Item Property\u0000html/a7661bd2-2bcb-01c5-9833-5ab6d6305daf.htm\u0000176","mp_limb_t Implicit Conversion (UInt64 to mp_limb_t)\u0000html/9b49e0e1-2b6a-8d1a-eb15-0a1a17358384.htm\u0000141","gmp_lib.mpz_cdiv_q_2exp Method\u0000html/a4def6d8-f8a5-f76f-4ef0-3e6e7eec23fb.htm\u0000522","mp_bitcnt_t Explicit Conversion Operators\u0000html/a2b35c8b-a71a-2e93-2f3b-cd5f8dcb51b4.htm\u0000165","gmp_lib.mpz_powm_ui Method\u0000html/9fd28088-e353-2b5e-03e3-9c2763226ed6.htm\u0000627","char_ptr.Equality Operator\u0000html/a4f47fa4-8285-638d-c094-bc9e249a49a0.htm\u0000189","gmp_lib.mpf_ceil Method\u0000html/9b4a5f6b-3f8e-a957-ae84-303c6897aeb4.htm\u0000498","gmp_lib.mpn_nand_n Method\u0000html/a7d1fd40-0415-b4af-1787-706d245ff96e.htm\u0000619","gmp_lib.mpf_init_set_d Method\u0000html/a2c14761-1b23-0de9-3842-c2d4e3d7aac0.htm\u0000418","mp_size_t Explicit Conversion Operators\u0000html/9c49193c-e71d-9d5a-ce64-27446b2d8c1b.htm\u0000151","gmp_lib.mpn_tdiv_qr Method\u0000html/9fe90631-f519-1cf3-5a20-701d2bae1d0d.htm\u0000906","size_t Implicit Conversion Operators\u0000html/a35ea6b8-48fa-4e62-bdbd-fee74574cac5.htm\u000095","gmp_lib.mpz_clears Method\u0000html/a909faa8-4939-1ba3-5647-af8836c9a291.htm\u0000449","gmp_lib.mpz_tdiv_r_ui Method\u0000html/a58b3e42-f5e9-42d3-e71a-2a6f68dec3a9.htm\u0000576","gmp_lib.mpf_get_ui Method\u0000html/aa3fd0ea-a8b6-674b-59ff-b6d4785baed1.htm\u0000233","mp_exp_t Explicit Conversion (mp_exp_t to Byte)\u0000html/a5c30e13-40af-5fb4-97fa-75f4653eccee.htm\u0000142","gmp_lib.mpz_fits_sint_p Method\u0000html/a066df5a-c312-3b00-6092-6f914c3ee248.htm\u0000361","mp_limb_t.Equals Method (mp_limb_t)\u0000html/a1075491-112f-885c-7097-2745d8c251a2.htm\u0000161","reallocate_function Delegate\u0000html/aa9d21b4-a929-d550-5a65-f9cbcfa7f638.htm\u0000218","gmp_lib.mpn_sec_powm Method\u0000html/a38b87c5-c6ac-fa68-6d58-c45793bf933e.htm\u0000938","mp_limb_t Fields\u0000html/a1100e83-1a57-f861-4850-83b9bce3ebc2.htm\u000036","gmp_lib.mpn_perfect_square_p Method\u0000html/a5dfd9bc-f86b-8a3b-69fc-8d2d5dea30ae.htm\u0000397","gmp_lib.mpz_add Method\u0000html/acb6d3d4-70ad-58be-7cb8-9edb997204b3.htm\u0000570","gmp_lib.mpn_sec_mul_itch Method\u0000html/b07466c5-6249-332d-e89b-aeb3675970ff.htm\u0000208","mp_exp_t Fields\u0000html/a423051c-4997-14ad-8e54-e6b961ce6932.htm\u000036","mp_bitcnt_t Explicit Conversion (SByte to mp_bitcnt_t)\u0000html/aaf1db64-d29e-3aa5-0a72-6fe2578210de.htm\u0000140","size_t.Equals Method (size_t)\u0000html/b08a01e0-6ae7-c9db-4d46-9fdeadaca5ed.htm\u0000161","mp_size_t.ToString Method\u0000html/abd28ab6-f7d7-296e-852b-ef28b35a08d8.htm\u0000124","gmp_lib.mpf_fits_ushort_p Method\u0000html/ada84e5e-397e-e963-7d50-e260d4a104f7.htm\u0000361","gmp_lib.mpz_lucnum_ui Method\u0000html/a48d50bf-0432-7feb-cc41-d6bf70f78e58.htm\u0000428","mp_limb_t Implicit Conversion (UInt32 to mp_limb_t)\u0000html/adc5aae1-accd-ed83-fe1b-8910aa034c17.htm\u0000140","mpf_t.ToIntPtr Method\u0000html/b77413f7-f862-7996-838a-f510fc3f69ed.htm\u0000117","gmp_lib.mpn_sec_div_qr_itch Method\u0000html/b9e1a8f8-5156-ca69-337b-e67c2fd851f7.htm\u0000208","gmp_lib.mpz_rootrem Method\u0000html/a637ce7e-54d7-eba9-0c6f-c237f115b621.htm\u0000647","gmp_lib.mpz_fdiv_q Method\u0000html/b0d00a52-e539-c5f7-7d6d-ab202e72ad98.htm\u0000585","size_t Explicit Conversion (size_t to Byte)\u0000html/b60d2b4d-e77b-2a6a-bc12-9bba19450de7.htm\u0000142","size_t.Inequality Operator\u0000html/a68386d1-23de-611a-543f-fbd5600f674a.htm\u0000191","FILE.GetHashCode Method\u0000html/b6911fef-883d-ec11-c2ad-1ff1ff565601.htm\u0000121","gmp_lib.mpf_swap Method\u0000html/b77c0292-518a-64d8-4b4e-0dd3c0cb801f.htm\u0000570","gmp_lib.mpq_set_si Method\u0000html/ba898f37-20d0-a5cd-eff1-0663f18220dd.htm\u0000468","gmp_lib.mpn_sub_1 Method\u0000html/ae3c6cf7-08a0-54dd-951f-b2fe2112b8b0.htm\u0000607","gmp_lib.mpz_fdiv_r_2exp Method\u0000html/b0f120a7-a215-fbff-1138-bac5df8d741c.htm\u0000537","ptr(T) Constructor (T)\u0000html/b7987d45-5188-14f6-7ac7-bbe14184971b.htm\u0000128","va_list Constructor\u0000html/ae56ba7a-658c-10a7-c441-f44b82161113.htm\u0000140","gmp_lib.mpq_clear Method\u0000html/b69da354-160b-602a-4cc4-faf7ca423186.htm\u0000326","gmp_lib.mpn_mul_1 Method\u0000html/b819fb3b-5d3e-ff23-1687-0e71af684bd7.htm\u0000699","size_t.Value Field\u0000html/b7dbc63c-92d3-28ce-a69a-ed84f6dd720f.htm\u000088","gmp_lib.mpq_neg Method\u0000html/b6bd5187-99bb-c6b5-d871-b163fa0f7e0e.htm\u0000213","gmp_lib.mpn_scan0 Method\u0000html/ae66c86a-cc34-81be-2a38-e841e8a36f43.htm\u0000390","gmp_lib.mpn_sub_n Method\u0000html/b104184e-cf49-dbdb-764a-9dee5cf7b2fd.htm\u0000664","gmp_lib.mpf_get_str Method (char_ptr, ptr(mp_exp_t), Int32, size_t, mpf_t)\u0000html/bad56282-fbca-6e3b-03c8-085cff07eed8.htm\u0000951","gmp_lib.mpq_get_den Method\u0000html/ae9e468d-e9ce-db55-1964-433829dfa476.htm\u0000577","gmp_lib.mpn_cnd_sub_n Method\u0000html/b82bad6a-f8f0-db53-a6d3-ed6002046257.htm\u0000825","mp_bitcnt_t Explicit Conversion (mp_bitcnt_t to UInt16)\u0000html/b195041a-f22f-4f68-fba0-58479ec4158e.htm\u0000142","mp_limb_t Explicit Conversion (Int16 to mp_limb_t)\u0000html/b88446f7-b9cf-5692-d4fe-7b809ef197eb.htm\u0000139","char_ptr.Equals Method (char_ptr)\u0000html/b1eefed1-412c-fcb1-29ff-34094bc8d57e.htm\u0000161","gmp_lib.mpz_cmp_d Method\u0000html/bb37470f-5f40-4f6d-01d9-4e40446782a3.htm\u0000415","char_ptr Fields\u0000html/b32f2955-fb82-d5d4-3b3d-7dcd95a5d305.htm\u000046","gmp_lib.mpz_cdiv_r_ui Method\u0000html/af797947-8f84-320e-d1cd-ba578b26cef3.htm\u0000579","ptr(T) Methods\u0000html/b390b506-1cff-5bd4-fcf5-a135127497dc.htm\u0000154","gmp_lib.gmp_randseed Method\u0000html/b31d5778-362b-b75f-40cc-4c8280ca889c.htm\u0000546","gmp_lib.mpn_andn_n Method\u0000html/b8b6d088-3330-5073-dc17-18ea23b0fc14.htm\u0000618","gmp_lib.mp_uint_per_limb Field\u0000html/af9533ce-5e67-245d-1cb3-9efb7772a6c8.htm\u0000190","mp_limb_t.Inequality Operator\u0000html/be93bccd-2cad-322c-e211-5523de89b567.htm\u0000191","mp_limb_t Explicit Conversion (mp_limb_t to Int16)\u0000html/c3def8a2-dda3-3951-fca6-035e9c7ec894.htm\u0000141","mp_bitcnt_t.Equality Operator\u0000html/c0825a57-1ba5-e1d1-3fa9-9c43008c1ada.htm\u0000189","mp_size_t Methods\u0000html/afc0fd4e-39a7-905a-93b9-8bd291904211.htm\u0000124","mp_exp_t.Equals Method (Object)\u0000html/b91d6398-e5f7-0ee9-e982-4ec2e009d0bc.htm\u0000180","gmp_lib.gmp_randinit_mt Method\u0000html/b3ed0ded-086a-41f1-6051-d08afa338da8.htm\u0000289","mp_exp_t Explicit Conversion (mp_exp_t to UInt64)\u0000html/bb3fdf5b-8b0e-e922-a1bd-cd337a89f971.htm\u0000143","mp_size_t.Equals Method (mp_size_t)\u0000html/b93a08cc-4dfe-0c34-c1ac-25344489f2d3.htm\u0000161","gmp_lib Fields\u0000html/b4507d49-5a58-a25b-6ae3-ac7e599caab1.htm\u000082","gmp_lib.mpf_cmp Method\u0000html/be9e6a25-83fb-49c2-949a-b8642a8234f5.htm\u0000487","gmp_lib.mpz_fib2_ui Method\u0000html/c0f8ab02-55db-8a6b-705d-6fa700d54545.htm\u0000613","mp_base Properties\u0000html/c65a20b0-ddd8-db62-1d34-19bf1a71ce8c.htm\u000062","gmp_lib.mpn_divexact_by3c Method\u0000html/c40ea3de-d1be-146b-fe7a-deff566ca817.htm\u0000849","gmp_lib.free Method (void_ptr)\u0000html/c10cea6f-22cd-f84c-c11a-5924ba0b0ee7.htm\u0000141","gmp_lib.gmp_randseed_ui Method\u0000html/c5f4e595-de6c-a555-426d-6cb8f429a960.htm\u0000505","gmp_lib.mpf_set_prec_raw Method\u0000html/b456f637-83f4-9d4f-18c5-052d77fbf981.htm\u0000790","gmp_lib.mpz_submul_ui Method\u0000html/c5a0fa06-536c-6c6f-20c7-fb014ebc6444.htm\u0000530","gmp_lib.mpf_add Method\u0000html/c19999f1-01ee-a3fe-dc4d-2a459e73492d.htm\u0000609","gmp_lib.mpz_mfac_uiui Method\u0000html/b4ff3a9e-3ab5-689f-7a80-b61dad2ea125.htm\u0000416","gmp_lib.mpz_urandomb Method\u0000html/c5fc473c-b8dc-8053-4199-e80d58a05230.htm\u0000568","gmp_lib.mpn_gcdext Method (mp_ptr, mp_ptr, mp_size_t, mp_ptr, mp_size_t, mp_ptr, mp_size_t)\u0000html/c7536923-2242-a346-3211-02806aebd69f.htm\u00001251","gmp_lib.mpz_tdiv_r Method\u0000html/beb982a6-fa8e-6a0f-409a-bce1fddb6002.htm\u0000598","mp_limb_t Structure\u0000html/bf1f694d-f9b2-6413-12e5-ebae603d5b49.htm\u0000533","gmp_lib.mpz_tdiv_r_2exp Method\u0000html/c8216c67-1e74-82d0-6ca0-f24d07045ca8.htm\u0000537","mp_exp_t Implicit Conversion Operators\u0000html/c7574415-f402-d74d-8dfc-c4ec2f893a5f.htm\u0000123","size_t Operators and Type Conversions\u0000html/c27b5f76-606f-b512-9424-8e74cea9f6da.htm\u0000286","mp_size_t.GetHashCode Method\u0000html/c82e8cd1-5053-7e58-3b57-c20583dcc5e7.htm\u0000121","gmp_lib.mpf_clears Method\u0000html/bfb87570-3b2e-079a-1528-3746424bbdef.htm\u0000467","mp_bitcnt_t Operators and Type Conversions\u0000html/bee91f05-75c7-52c6-18ae-eb792710655d.htm\u0000286","mp_exp_t.Equals Method (mp_exp_t)\u0000html/c349463b-04b6-167b-b8f7-9f117789577d.htm\u0000161","mp_bitcnt_t Implicit Conversion (mp_bitcnt_t to UInt32)\u0000html/c897167e-f92f-0785-bda4-0f40d89fe35a.htm\u0000142","gmp_lib.mpn_lshift Method\u0000html/b52f3ab3-7ad3-7dde-14a2-83c81840b829.htm\u0000671","FILE.Equals Method (Object)\u0000html/c35318b5-343e-5f6f-2a46-89cb3019121c.htm\u0000180","gmp_lib.mpz_cmp_ui Method\u0000html/bfe022c5-95d3-45d7-0c6f-97167a9a0af2.htm\u0000383","gmp_lib.mpn_rshift Method\u0000html/bb46ebe4-c002-8769-19ed-136a86e87134.htm\u0000697","void_ptr.Equals Method (void_ptr)\u0000html/c39c5883-0cbc-86ee-d3a6-be3a95f8cadc.htm\u0000161","gmp_lib.mpz_legendre Method\u0000html/b5936979-01aa-1cd8-20de-d6386368e234.htm\u0000483","gmp_lib._mpz_realloc Method\u0000html/c9cb6a67-59b8-5c03-f31d-f252441c53f6.htm\u0000659","mp_bitcnt_t.Equals Method\u0000html/cfedc4a1-b264-82a8-cf48-a6416e4afce7.htm\u000069","gmp_lib.mpq_cmp_z Method\u0000html/bc33b7de-0deb-669e-0bb7-6cd1090f4aea.htm\u0000504","gmp_lib.mpn_sec_sqr Method\u0000html/bfe1e9b5-6fc1-95f2-d5b6-137fe87c071a.htm\u0000678","size_t Explicit Conversion (size_t to UInt32)\u0000html/d00d45f6-e184-7a72-2c0e-e2b0d39a40c7.htm\u0000142","mp_base Methods\u0000html/dc319ce0-0560-799e-9187-8445d98b802b.htm\u0000150","gmp_lib.mpf_fits_ulong_p Method\u0000html/d1b172bb-9c87-c255-a736-4b8ef1f6a5fe.htm\u0000360","gmp_lib.mpz_remove Method\u0000html/d6721058-8a6f-9b20-2a5f-8ffd83cc2a2e.htm\u0000639","gmp_lib.mpf_cmp_si Method\u0000html/d9d29633-42c7-fb1c-cdee-3b7993f45653.htm\u0000415","gmp_lib.mpf_set_q Method\u0000html/bd669b1e-a941-2e35-7c29-29a5b5ff5e3a.htm\u0000456","va_list.RetrieveArgumentValues Method\u0000html/ddbcfc40-f5e5-a37b-6a8c-76e08932025a.htm\u000092","mpz_t Implicit Conversion (String to mpz_t)\u0000html/d07ddfe6-a0d0-51e7-180c-481fe678fc38.htm\u0000169","void_ptr Structure\u0000html/e200d734-044d-4cc7-acc7-2333d7cf3c9a.htm\u0000278","gmp_lib.mpz_export Method (void_ptr, size_t, Int32, size_t, Int32, size_t, mpz_t)\u0000html/c9d371c8-8c16-77a3-2c47-8edae05276c5.htm\u00001506","gmp_lib.mpz_get_si Method\u0000html/da585eac-be2c-38ea-8be5-90c5be95ae86.htm\u0000418","gmp_lib.gmp_vasprintf Method\u0000html/bd7a38bd-df52-4b0f-36d4-eb539767d89f.htm\u0000685","char_ptr Constructor (IntPtr)\u0000html/dacdc449-bc14-8224-58ec-2837db13ad15.htm\u0000128","size_t Implicit Conversion (UInt64 to size_t)\u0000html/c9d426b1-7505-f34c-5122-7ccd2571f577.htm\u0000141","gmp_lib.mpz_inits Method\u0000html/de0b7cf7-1826-55f3-379d-41a6ef2d0991.htm\u0000452","mp_exp_t Operators and Type Conversions\u0000html/d0d07662-13f1-e033-9619-1c9f89c37939.htm\u0000286","void_ptr.Inequality Operator\u0000html/bd89f9a0-7e6f-d1e7-46b3-051bfbe290f4.htm\u0000191","mp_limb_t Explicit Conversion Operators\u0000html/e2434db6-d7f3-e7d6-2bd7-04e29ba0a7a8.htm\u0000179","allocate_function Delegate\u0000html/dfe3609d-cc50-e357-4254-e3a8e2847f07.htm\u0000149","mp_base._mp_d Property\u0000html/db55f1a9-cd4c-b7e9-c831-4391c0497ef7.htm\u0000373","gmp_lib.mpf_sub_ui Method\u0000html/ca339303-b509-db06-c875-3aac3edec5dd.htm\u0000529","mp_ptr Constructor (Byte[])\u0000html/be2f5733-8c21-c6e9-c4be-ca5f0b0ebba9.htm\u0000183","void_ptr Methods\u0000html/e267ef2f-54a1-a3f1-441f-0655b542bf55.htm\u0000148","gmp_lib.mpz_perfect_power_p Method\u0000html/d7722641-e3ea-336d-63f3-dc48f786e376.htm\u0000414","mp_size_t Constructor\u0000html/be71a625-32c1-841d-0915-f0771323d00a.htm\u0000123","mp_size_t Implicit Conversion (Byte to mp_size_t)\u0000html/e2817889-195b-d443-500d-2568ebfefe4f.htm\u0000140","gmp_lib.mpz_fits_sshort_p Method\u0000html/e07f3328-a28c-c75c-10a6-f21d05e6aec0.htm\u0000361","size_t.ToString Method\u0000html/e465d040-0d35-f8c8-51db-c56b3d14b4c8.htm\u0000124","gmp_lib.mpq_add Method\u0000html/ca6a2024-43ea-fb4e-245e-12e2e01e4ebd.htm\u0000248","mp_bitcnt_t Implicit Conversion (mp_bitcnt_t to Int64)\u0000html/b9af7417-7e72-7f81-8433-2e231271f9b6.htm\u0000142","gmp_lib.mpq_clears Method\u0000html/cc2693e9-1cc5-3098-f2f7-bb05c8017f62.htm\u0000458","mp_size_t.Inequality Operator\u0000html/d7d60484-ecc2-8e26-1dac-de2617ab1867.htm\u0000191","gmp_lib.mpz_fits_slong_p Method\u0000html/cad028df-c3f1-12b6-d8dd-56c4968730e4.htm\u0000361","gmp_lib.mpz_invert Method\u0000html/e3072efb-05a9-947c-5532-6d806c157e4a.htm\u0000713","gmp_lib.gmp_vscanf Method\u0000html/e5060da5-cafd-67e7-f18f-3a9d3c2aba7d.htm\u0000732","gmp_lib.mpf_get_si Method\u0000html/d948e832-ee71-628a-6a7b-766138afff62.htm\u0000412","gmp_lib.mpf_random2 Method\u0000html/cc6e8f51-f396-f6c3-c6e4-9a9aeeaf2a13.htm\u0000475","mp_ptr Constructor (UInt32[])\u0000html/cad424b2-4a92-fda9-45dd-243ef9e5f321.htm\u0000185","gmp_lib.mpn_add Method\u0000html/b9df04c4-224e-f2ad-8e90-fbb3b30bd76d.htm\u0000709","mp_exp_t.ToString Method\u0000html/cd071eb3-c175-836d-c47a-f9c007b8738d.htm\u0000124","gmp_lib.mpz_even_p Method\u0000html/e6012778-c71b-b078-2ef3-9f9db90f1769.htm\u0000358","gmp_lib.gmp_fprintf Method\u0000html/e3abec5c-9d83-babc-a020-ca4817962a21.htm\u0000676","gmp_lib.mpz_ui_kronecker Method\u0000html/d9715b1a-6092-83e6-d7f3-6cfbb4adb143.htm\u0000488","size_t Explicit Conversion (Int64 to size_t)\u0000html/e9177dc9-2049-a649-3bf2-735ed6927aae.htm\u0000140","gmp_lib.mpn_hamdist Method\u0000html/caf28774-7b13-0802-858c-a49970d7aa55.htm\u0000482","gmp_lib.ZeroMemory Method\u0000html/e3d53be6-a0ad-fb21-5381-ff688f5984a6.htm\u0000184","gmp_lib.mpz_random2 Method\u0000html/cd88d27d-fb03-9e74-e353-4f0df7a38a96.htm\u0000443","FILE.Equality Operator\u0000html/cdb5f955-23ce-e22d-5090-d137153e866f.htm\u0000189","mp_size_t Explicit Conversion (mp_size_t to UInt32)\u0000html/ee84dcdc-769f-5829-0e77-99ea66f0151b.htm\u0000142","gmp_lib.mpq_set_str Method\u0000html/e98ec3cf-b539-8024-c401-ecd24bd43662.htm\u0000584","gmp_lib.mpz_sub_ui Method\u0000html/e3e3f2ce-f3d8-5321-37a5-de65b6c2a30d.htm\u0000498","gmp_lib.mpz_bin_ui Method\u0000html/cbbdf666-7c6c-f3f3-1790-b5bb1655af87.htm\u0000551","gmp_lib.mpz_lcm Method\u0000html/db614763-a13e-6456-d52b-9f567be7e776.htm\u0000594","gmp_lib.mpn_nior_n Method\u0000html/c7d8bbe3-23cd-3460-be24-3a3ac3b28cf4.htm\u0000623","mpq_t.ToIntPtr Method\u0000html/ce76ca4d-3aab-d682-1f85-aa95ce7d43a9.htm\u0000113","size_t Structure\u0000html/d9761bfb-1882-59d2-e89b-c6460141f9a6.htm\u0000487","mpq_t.ToString Method\u0000html/e9fce326-9ff5-0bbc-87d7-53ace305f107.htm\u0000122","mp_exp_t Structure\u0000html/e6a17880-791f-37d4-4942-cf26ce7d4cbf.htm\u0000520","gmp_lib.mpz_tdiv_ui Method\u0000html/eea23315-8275-7472-44b0-94b9a05a6657.htm\u0000450","gmp_lib.mpn_sec_invert_itch Method\u0000html/ec24a122-714e-5b6f-9872-95fd5fda54ea.htm\u0000172","gmp_lib.mpq_init Method\u0000html/dbf3d252-fd6d-455f-2ba7-4091845b86a7.htm\u0000383","gmp_lib.mpf_sgn Method\u0000html/d229629f-3bba-817b-d9a3-6f00271e1da7.htm\u0000373","gmp_lib.mpz_cmp Method\u0000html/eea958f4-5951-38f2-05ba-3870cefb3842.htm\u0000461","gmp_lib.mpz_submul Method\u0000html/ce7d559a-3772-41c0-912f-9ab218f4d98c.htm\u0000595","mp_bitcnt_t Explicit Conversion (mp_bitcnt_t to Int32)\u0000html/ecccb4d7-41db-d565-2551-4c15730c6d2f.htm\u0000141","gmp_lib.mpz_fdiv_qr Method\u0000html/d9ab5220-69aa-8e5d-8d15-375eb27149ad.htm\u0000727","char_ptr.Pointer Field\u0000html/cfa68b4c-3d5d-c5b1-1ef1-ab054ef87097.htm\u000089","gmp_lib.mpf_init_set_si Method\u0000html/dc1406fd-4ca4-70d3-dc83-bd40b955564a.htm\u0000412","gmp_lib.free Method (char_ptr)\u0000html/d3ad552c-4d46-029e-9eeb-44d8abb800e2.htm\u0000141","mp_ptr Constructor (UInt64[])\u0000html/ef5be106-0301-8122-c640-70bda121b879.htm\u0000182","mp_size_t Explicit Conversion (UInt32 to mp_size_t)\u0000html/edf58344-c7ce-6c94-dea2-e07f06eb7987.htm\u0000140","size_t Implicit Conversion (UInt32 to size_t)\u0000html/e76254b7-0a0e-d726-a1a2-ebc21dab1c96.htm\u0000140","Math.Gmp.Native Namespace\u0000html/d9c51b9f-0c54-770b-28ea-6eebd8fef368.htm\u0000247","mp_exp_t Implicit Conversion (mp_exp_t to Int64)\u0000html/e7a5fd85-46d5-46ed-b943-3c245fae350a.htm\u0000142","gmp_lib.mpz_init Method\u0000html/dc2f13ec-ac21-1196-0a1d-c574578b1f24.htm\u0000353","gmp_lib.mpz_2fac_ui Method\u0000html/d479f2da-ecf9-c9d6-5cc7-66eb8b5ba16b.htm\u0000370","gmp_lib.mpz_millerrabin Method\u0000html/f0bda1a7-4b40-0896-4939-4dc66b256424.htm\u0000426","gmp_lib.mpf_ui_sub Method\u0000html/efbe678f-e1f3-b203-eb36-0db03ba11795.htm\u0000531","mp_exp_t Constructor\u0000html/d4cd9f0b-9f54-1f1d-6a27-a0ce3122249c.htm\u0000123","mp_ptr Methods\u0000html/f324e472-a709-9f28-6b3c-ffdeda0376bf.htm\u0000171","gmp_lib.mpn_sqrtrem Method\u0000html/ee31871c-38bd-fccc-77f5-e76909dd7a79.htm\u0000921","mp_ptr Constructor (mp_size_t)\u0000html/e0c0acc3-41cd-cb7d-68e7-3bf8dc5039d4.htm\u0000144","gmp_lib.mpz_lcm_ui Method\u0000html/f60dbcbd-d4f0-edcc-8f88-2de1aa375e6b.htm\u0000272","mp_limb_t.Equals Method\u0000html/f3da8743-4110-ef69-3809-3261d9304977.htm\u000069","gmp_lib.mpq_mul_2exp Method\u0000html/f148f8be-dfbc-fc41-981d-0a99834f01ff.htm\u0000247","gmp_lib.mpz_init_set_str Method\u0000html/d5af3442-ab5b-08e2-9398-0b6f04506c16.htm\u0000561","mpf_t._mp_exp Property\u0000html/f63ee104-afaa-e0b8-ff39-f60b9a934ea3.htm\u0000229","gmp_lib.mpf_set_si Method\u0000html/f059f8e4-dfc8-79fe-6455-42e227ccbc2e.htm\u0000377","mp_ptr.GetEnumerator Method\u0000html/f9a60366-d1e2-5565-bbc2-63d98d779e27.htm\u0000156","gmp_lib.mpq_get_str Method\u0000html/f457878b-c3f5-bfe2-aaa9-7f2179332f57.htm\u0000650","gmp_lib.mpn_mul_n Method\u0000html/ee321a9a-852a-993e-f602-72ff2af02ff6.htm\u0000686","char_ptr.Inequality Operator\u0000html/f090e7f3-7440-c789-5594-e5512076a61a.htm\u0000191","mp_exp_t Implicit Conversion (Byte to mp_exp_t)\u0000html/fa401922-089c-d6e0-8ef7-e9013676e9e5.htm\u0000140","gmp_lib.mpz_set_q Method\u0000html/f6eeca07-edf7-6915-36e4-e8a7a62333d7.htm\u0000425","gmp_lib.free Method (gmp_randstate_t)\u0000html/f46e4103-d4c4-69c2-1363-a4cb17d9cfda.htm\u0000143","gmp_lib.mpz_tdiv_qr_ui Method\u0000html/d5b95352-7b5e-881b-136a-b78fd8e033ff.htm\u0000696","gmp_lib.mpq_sub Method\u0000html/e7d65cf6-2ee4-c983-62b5-4ad66f1d8599.htm\u0000248","gmp_lib.mpf_floor Method\u0000html/f7584918-b77f-3524-eea2-04134a2c3ba6.htm\u0000497","gmp_lib.mpn_cnd_swap Method\u0000html/f0985ccc-17da-8a0b-066c-53df9b1921a1.htm\u0000668","gmp_lib.mpf_set_z Method\u0000html/d60489f8-91f8-ea00-d29c-a52449e712da.htm\u0000444","gmp_lib.mpf_reldiff Method\u0000html/f485faa1-3758-8316-f712-42e0fc2058a8.htm\u0000637","gmp_lib.mpz_gcdext Method\u0000html/fae08c47-86df-9010-1827-a9fa6e48a1af.htm\u00001086","gmp_lib.gmp_randinit_lc_2exp_size Method\u0000html/f209112e-311a-88cd-becf-33bc3787f91d.htm\u0000388","gmp_lib.mpz_sqrtrem Method\u0000html/e802af92-73bf-b138-dc95-a3c57eeefb66.htm\u0000620","gmp_lib.mpz_setbit Method\u0000html/f0caf821-320b-1a8b-87ff-84fcbdfd5801.htm\u0000415","gmp_lib.mpn_divrem_1 Method\u0000html/f5c3f25d-1ad5-b3be-fc4b-280a62869912.htm\u0000703","FILE.Value Field\u0000html/fb70a49d-b7b0-b8fc-83f5-0864f381cc76.htm\u000088","mp_limb_t Explicit Conversion (mp_limb_t to UInt32)\u0000html/f4b3e873-d3fc-637d-d8cb-04cd63c76b6d.htm\u0000142","gmp_lib.mpq_out_str Method\u0000html/e1c059c4-4cd9-9a2b-1178-4b1a60354129.htm\u0000738","gmp_randstate_t Class\u0000html/f7e5846d-548d-3bf3-74ac-219fde42a041.htm\u0000248","void_ptr Constructor\u0000html/e85d4d94-22d0-5888-54e5-e1e3289dfe90.htm\u0000119","mpq_t._mp_den Property\u0000html/fb8c2e17-4a22-899c-77af-6d3bef099fc2.htm\u0000123","gmp_lib.mpn_sizeinbase Method\u0000html/fb2d29b4-f7e2-e3d6-6fcb-920f2e86c0d7.htm\u0000484","gmp_lib.mpq_set_f Method\u0000html/f5dc74ec-155b-2a14-3eb5-4610a8509bae.htm\u0000522","gmp_lib.mpq_get_d Method\u0000html/f88b40d4-3da9-e2c7-4c4c-1ad868778075.htm\u0000425","gmp_lib.mpf_get_d_2exp Method\u0000html/e1edc21e-74a0-b44c-216b-bad204b5a48a.htm\u0000598","gmp_lib.mpn_ior_n Method\u0000html/f4c54e3b-1c09-d01d-eb28-b7b05cf6fa70.htm\u0000613","gmp_lib.mpz_fits_ulong_p Method\u0000html/fb9e7caf-b049-7884-b70c-185053972604.htm\u0000356","gmp_lib.mpz_cdiv_r Method\u0000html/e8f34851-d0b2-335e-1ea5-f9129062aabf.htm\u0000602","gmp_lib.mp_bits_per_limb Field\u0000html/f88c76a8-118a-5cbd-0df1-e30adcacb8ae.htm\u0000185","mpz_t._mp_d_intptr Property\u0000html/f91fdfb5-06bb-23e0-45be-934dd1088a1b.htm\u0000150","gmp_lib.mpz_fdiv_q_2exp Method\u0000html/f56c5489-8c01-a687-fec8-a5f443738701.htm\u0000522","gmp_lib.mpz_xor Method\u0000html/fd4c285a-e2e1-f8ba-97b3-08d4ae6a2ebf.htm\u0000606","size_t Explicit Conversion (size_t to Int64)\u0000html/fd60a636-df2f-3c60-40c7-b46077830f00.htm\u0000142","gmp_lib.gmp_asprintf Method\u0000html/fe6e46c3-8464-a080-b5fc-718589320cd5.htm\u0000694","mp_bitcnt_t Explicit Conversion (mp_bitcnt_t to SByte)\u0000html/fe73a139-80df-459c-fb02-d0d9ccdd8bb5.htm\u0000142","gmp_lib.mpf_out_str Method\u0000html/feafa6f8-9793-d704-31a8-67c2cec0c33e.htm\u0000705","gmp_lib.mpz_init_set_d Method\u0000html/fec3a449-96b9-64b0-f53d-0b5a3856d02d.htm\u0000376","mp_size_t Explicit Conversion (Int64 to mp_size_t)\u0000html/fecd3260-6eb9-5e31-0266-9bb52bf9b038.htm\u0000140","gmp_lib.mpn_sqr Method\u0000html/ff9c2930-ded2-c5b6-46dd-3ff9279cdc5e.htm\u0000574","gmp_lib.mpz_mul_si Method\u0000html/ffd27ee1-e1e3-567f-b3cf-87dec2de2c83.htm\u0000510"] \ No newline at end of file diff --git a/docs/html/00a7e91d-b046-f5d3-5b51-55868d87e228.htm b/docs/html/00a7e91d-b046-f5d3-5b51-55868d87e228.htm index f10d9b4..41984ea 100644 --- a/docs/html/00a7e91d-b046-f5d3-5b51-55868d87e228.htm +++ b/docs/html/00a7e91d-b046-f5d3-5b51-55868d87e228.htm @@ -53,4 +53,4 @@ gmp_lib.mpf_sqrt(z, x) Assert.IsTrue(gmp_lib.mpf_get_d(z) = 10.0) ' Release unmanaged memory allocated for x and z. -gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/00d8413a-b34b-5e89-193c-1bfe522710c5.htm b/docs/html/00d8413a-b34b-5e89-193c-1bfe522710c5.htm index c6f302e..bdeedd4 100644 --- a/docs/html/00d8413a-b34b-5e89-193c-1bfe522710c5.htm +++ b/docs/html/00d8413a-b34b-5e89-193c-1bfe522710c5.htm @@ -45,4 +45,4 @@ gmp_lib.mpn_copyi(rp, sp, sp.Size) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, sp, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, sp, result)
See Also
\ No newline at end of file diff --git a/docs/html/011efd01-e7f0-47d8-7d1e-77888d96f0d4.htm b/docs/html/011efd01-e7f0-47d8-7d1e-77888d96f0d4.htm index e405174..931b147 100644 --- a/docs/html/011efd01-e7f0-47d8-7d1e-77888d96f0d4.htm +++ b/docs/html/011efd01-e7f0-47d8-7d1e-77888d96f0d4.htm @@ -35,4 +35,4 @@ gmp_lib.mpz_init_set_si(op1, -63) Assert.IsTrue(gmp_lib.mpz_cmpabs_d(op1, -70.0) < 0) ' Release unmanaged memory allocated for op1. -gmp_lib.mpz_clear(op1)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(op1)
See Also
\ No newline at end of file diff --git a/docs/html/018278a0-148f-c898-5bd0-42aae4ae0069.htm b/docs/html/018278a0-148f-c898-5bd0-42aae4ae0069.htm index b7d8f13..062782e 100644 --- a/docs/html/018278a0-148f-c898-5bd0-42aae4ae0069.htm +++ b/docs/html/018278a0-148f-c898-5bd0-42aae4ae0069.htm @@ -30,4 +30,4 @@ Assert.IsTrue(gmp_lib.mpf_get_d(x2) == 0.0 Assert.IsTrue(gmp_lib.mpf_get_d(x3) == 0.0); // Release unmanaged memory allocated for the floating-point numbers. -gmp_lib.mpf_clears(x1, x2, x3, null);
See Also
\ No newline at end of file +gmp_lib.mpf_clears(x1, x2, x3, null);
See Also
\ No newline at end of file diff --git a/docs/html/020d0663-b84b-54aa-8e2f-645ed532d175.htm b/docs/html/020d0663-b84b-54aa-8e2f-645ed532d175.htm index 426233c..61ca1d7 100644 --- a/docs/html/020d0663-b84b-54aa-8e2f-645ed532d175.htm +++ b/docs/html/020d0663-b84b-54aa-8e2f-645ed532d175.htm @@ -36,4 +36,4 @@ gmp_lib.gmp_randseed_ui(state, 1000UI) Dim rand As UInteger = gmp_lib.gmp_urandomm_ui(state, 8) ' Free all memory occupied by state. -gmp_lib.gmp_randclear(state)
See Also
\ No newline at end of file +gmp_lib.gmp_randclear(state)
See Also
\ No newline at end of file diff --git a/docs/html/0252e04b-b8fc-5a06-e1e2-a0cafbb44296.htm b/docs/html/0252e04b-b8fc-5a06-e1e2-a0cafbb44296.htm index 8dc8533..4b9d2ba 100644 --- a/docs/html/0252e04b-b8fc-5a06-e1e2-a0cafbb44296.htm +++ b/docs/html/0252e04b-b8fc-5a06-e1e2-a0cafbb44296.htm @@ -36,4 +36,4 @@ gmp_lib.mpz_init_set_ui(a, 15UI) Assert.IsTrue(gmp_lib.mpz_kronecker_si(a, 4) = 1) ' Release unmanaged memory allocated for a. -gmp_lib.mpz_clear(a)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(a)
See Also
\ No newline at end of file diff --git a/docs/html/028e92d4-3699-77ff-e8da-9ff4c367f5b3.htm b/docs/html/028e92d4-3699-77ff-e8da-9ff4c367f5b3.htm index e7249b8..97a857c 100644 --- a/docs/html/028e92d4-3699-77ff-e8da-9ff4c367f5b3.htm +++ b/docs/html/028e92d4-3699-77ff-e8da-9ff4c367f5b3.htm @@ -75,4 +75,4 @@ gmp_lib.mpn_sec_mul(rp, ap, ap.Size, bp, bp.Size, tp) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, ap, bp, tp, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, ap, bp, tp, result)
See Also
\ No newline at end of file diff --git a/docs/html/03336561-2bb9-b38f-8adb-506e0fad094b.htm b/docs/html/03336561-2bb9-b38f-8adb-506e0fad094b.htm index 55affcb..9607fb9 100644 --- a/docs/html/03336561-2bb9-b38f-8adb-506e0fad094b.htm +++ b/docs/html/03336561-2bb9-b38f-8adb-506e0fad094b.htm @@ -40,4 +40,4 @@ gmp_lib.mpq_set_si(op1, 1, 3, 6UI) = 0) ' Release unmanaged memory allocated for op1. -gmp_lib.mpq_clear(op1)
See Also
\ No newline at end of file +gmp_lib.mpq_clear(op1)
See Also
\ No newline at end of file diff --git a/docs/html/053b54b6-f646-f0aa-ddaf-00c494a6d5ef.htm b/docs/html/053b54b6-f646-f0aa-ddaf-00c494a6d5ef.htm index b0c70cd..bac4fa2 100644 --- a/docs/html/053b54b6-f646-f0aa-ddaf-00c494a6d5ef.htm +++ b/docs/html/053b54b6-f646-f0aa-ddaf-00c494a6d5ef.htm @@ -75,4 +75,4 @@ Assert.IsTrue(r(0) = ' Release unmanaged memory allocated for op. -gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/05b3707d-5f48-4d76-c42a-566f3179d7f8.htm b/docs/html/05b3707d-5f48-4d76-c42a-566f3179d7f8.htm index a5e2ed8..4063741 100644 --- a/docs/html/05b3707d-5f48-4d76-c42a-566f3179d7f8.htm +++ b/docs/html/05b3707d-5f48-4d76-c42a-566f3179d7f8.htm @@ -49,4 +49,4 @@ Assert.IsTrue(gmp_lib.mpz_cdiv_q_ui(q, n, 33334) ' Release unmanaged memory allocated for n and q. -gmp_lib.mpz_clears(n, q, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(n, q, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/05f897c4-77dc-7735-81ca-65650f61d961.htm b/docs/html/05f897c4-77dc-7735-81ca-65650f61d961.htm index 8eba495..ec50273 100644 --- a/docs/html/05f897c4-77dc-7735-81ca-65650f61d961.htm +++ b/docs/html/05f897c4-77dc-7735-81ca-65650f61d961.htm @@ -25,4 +25,4 @@ gmp_lib.mpz_init_set_si(op1, -63); Assert.IsTrue(gmp_lib.mpz_cmpabs_ui(op1, 70U) < 0); // Release unmanaged memory allocated for op1. -gmp_lib.mpz_clear(op1);
See Also
\ No newline at end of file +gmp_lib.mpz_clear(op1);
See Also
\ No newline at end of file diff --git a/docs/html/060aa73e-8c00-0a6b-f569-ad198c4f0d90.htm b/docs/html/060aa73e-8c00-0a6b-f569-ad198c4f0d90.htm index 10b3c0d..c38279c 100644 --- a/docs/html/060aa73e-8c00-0a6b-f569-ad198c4f0d90.htm +++ b/docs/html/060aa73e-8c00-0a6b-f569-ad198c4f0d90.htm @@ -39,4 +39,4 @@ gmp_lib.mpf_set_ui(x, 100UI) Assert.IsTrue(gmp_lib.mpf_get_d(x) = 100.0) ' Release unmanaged memory allocated for x. -gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/067f64f9-7014-8c6a-3c02-153c1460a1dd.htm b/docs/html/067f64f9-7014-8c6a-3c02-153c1460a1dd.htm index f8c13b3..534bb2b 100644 --- a/docs/html/067f64f9-7014-8c6a-3c02-153c1460a1dd.htm +++ b/docs/html/067f64f9-7014-8c6a-3c02-153c1460a1dd.htm @@ -30,4 +30,4 @@

The reallocate function parameter old_size is passed for convenience, but of course it can be ignored if not needed by an implementation. The default functions using malloc and friends for instance don’t use it. -

See Also
\ No newline at end of file +

See Also
\ No newline at end of file diff --git a/docs/html/06d850ef-82b2-56f1-32ae-2f1724da3d5b.htm b/docs/html/06d850ef-82b2-56f1-32ae-2f1724da3d5b.htm index 6b234ed..107e4f5 100644 --- a/docs/html/06d850ef-82b2-56f1-32ae-2f1724da3d5b.htm +++ b/docs/html/06d850ef-82b2-56f1-32ae-2f1724da3d5b.htm @@ -36,4 +36,4 @@ gmp_lib.free(r1p);
If(gmp_lib.mp_bytes_per_limb = 4, 2, 1)) ' Release unmanaged memory. -gmp_lib.free(r1p)
See Also
\ No newline at end of file +gmp_lib.free(r1p)
See Also
\ No newline at end of file diff --git a/docs/html/07613c31-7d00-9806-1676-55f8c5a997f8.htm b/docs/html/07613c31-7d00-9806-1676-55f8c5a997f8.htm index ffa98f0..9744831 100644 --- a/docs/html/07613c31-7d00-9806-1676-55f8c5a997f8.htm +++ b/docs/html/07613c31-7d00-9806-1676-55f8c5a997f8.htm @@ -36,4 +36,4 @@ gmp_lib.mpz_init_set_ui(a, 15UI) Assert.IsTrue(gmp_lib.mpz_kronecker_ui(a, 4UI) = 1) ' Release unmanaged memory allocated for a. -gmp_lib.mpz_clear(a)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(a)
See Also
\ No newline at end of file diff --git a/docs/html/094ea390-8cc8-bac7-35c3-3616775736de.htm b/docs/html/094ea390-8cc8-bac7-35c3-3616775736de.htm index 1336c4d..46a3728 100644 --- a/docs/html/094ea390-8cc8-bac7-35c3-3616775736de.htm +++ b/docs/html/094ea390-8cc8-bac7-35c3-3616775736de.htm @@ -70,4 +70,4 @@ gmp_lib.mpn_sec_div_r(np, np.Size, dp, dp.Size, tp) Assert.IsTrue(np(0) = 3) ' Release unmanaged memory. -gmp_lib.free(np, dp, tp)
See Also
\ No newline at end of file +gmp_lib.free(np, dp, tp)
See Also
\ No newline at end of file diff --git a/docs/html/098c8787-2069-5d1e-a2f9-1f78bdcd60a9.htm b/docs/html/098c8787-2069-5d1e-a2f9-1f78bdcd60a9.htm index d174891..bbef107 100644 --- a/docs/html/098c8787-2069-5d1e-a2f9-1f78bdcd60a9.htm +++ b/docs/html/098c8787-2069-5d1e-a2f9-1f78bdcd60a9.htm @@ -13,4 +13,4 @@ mp_size_t n )

Parameters

n
Type: Math.Gmp.Nativemp_size_t
The number of limbs of the mpn_sec_sub_1 operand.

Return Value

Type: mp_size_t
The scratch space in number of limbs required by the function mpn_sec_sub_1.
See Also
\ No newline at end of file +

Parameters

n
Type: Math.Gmp.Nativemp_size_t
The number of limbs of the mpn_sec_sub_1 operand.

Return Value

Type: mp_size_t
The scratch space in number of limbs required by the function mpn_sec_sub_1.
See Also
\ No newline at end of file diff --git a/docs/html/0ccb1bab-4817-1062-242d-41c181cacf77.htm b/docs/html/0ccb1bab-4817-1062-242d-41c181cacf77.htm index 9ce6920..6c5696c 100644 --- a/docs/html/0ccb1bab-4817-1062-242d-41c181cacf77.htm +++ b/docs/html/0ccb1bab-4817-1062-242d-41c181cacf77.htm @@ -62,4 +62,4 @@ gmp_lib.mpz_ior(rop, op1, op2) Assert.IsTrue(gmp_lib.mpz_get_si(rop) = 127) ' Release unmanaged memory allocated for rop, op1, and op2. -gmp_lib.mpz_clears(rop, op1, op2, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(rop, op1, op2, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/0cdaca8f-816e-8c22-f46b-fcf58e9e91d4.htm b/docs/html/0cdaca8f-816e-8c22-f46b-fcf58e9e91d4.htm index 83235bc..3d07e6c 100644 --- a/docs/html/0cdaca8f-816e-8c22-f46b-fcf58e9e91d4.htm +++ b/docs/html/0cdaca8f-816e-8c22-f46b-fcf58e9e91d4.htm @@ -57,4 +57,4 @@ Assert.IsTrue(gmp_lib.mpz_get_si(lnsub1) = 4776) ' Release unmanaged memory allocated for ln and lnsub1. -gmp_lib.mpz_clears(ln, lnsub1, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(ln, lnsub1, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/0dcf05e1-ec39-5294-c4d0-d8e0f92642e4.htm b/docs/html/0dcf05e1-ec39-5294-c4d0-d8e0f92642e4.htm index 16d90e7..46617b0 100644 --- a/docs/html/0dcf05e1-ec39-5294-c4d0-d8e0f92642e4.htm +++ b/docs/html/0dcf05e1-ec39-5294-c4d0-d8e0f92642e4.htm @@ -49,4 +49,4 @@ Assert.IsTrue(gmp_lib.mpz_fdiv_q_ui(q, n, 33333) ' Release unmanaged memory allocated for n and q. -gmp_lib.mpz_clears(n, q, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(n, q, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/0dd846ac-56b6-3ea8-0441-12490f67fbf7.htm b/docs/html/0dd846ac-56b6-3ea8-0441-12490f67fbf7.htm index 03d7505..bfbfcf4 100644 --- a/docs/html/0dd846ac-56b6-3ea8-0441-12490f67fbf7.htm +++ b/docs/html/0dd846ac-56b6-3ea8-0441-12490f67fbf7.htm @@ -40,4 +40,4 @@ gmp_lib.mpf_init(x) Assert.IsTrue(gmp_lib.mpf_get_d(x) = 0.0) ' Release unmanaged memory allocated for x. -gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/0f01fecd-9200-982d-c331-c213f3b960a1.htm b/docs/html/0f01fecd-9200-982d-c331-c213f3b960a1.htm index 3185bfe..e5eed91 100644 --- a/docs/html/0f01fecd-9200-982d-c331-c213f3b960a1.htm +++ b/docs/html/0f01fecd-9200-982d-c331-c213f3b960a1.htm @@ -51,4 +51,4 @@ gmp_lib.mpn_xor_n(rp, s1p, s2p, s1p.Size) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file diff --git a/docs/html/1176cc4e-ffda-2993-1a4a-2e0c7ed24adb.htm b/docs/html/1176cc4e-ffda-2993-1a4a-2e0c7ed24adb.htm index 99f6425..7f2036d 100644 --- a/docs/html/1176cc4e-ffda-2993-1a4a-2e0c7ed24adb.htm +++ b/docs/html/1176cc4e-ffda-2993-1a4a-2e0c7ed24adb.htm @@ -31,4 +31,4 @@ gmp_lib.mpq_set_si(op, -10, -1) ' Release unmanaged memory allocated for x and y. -gmp_lib.mpq_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpq_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/11a036ec-5052-7dc4-bdb6-10e5c92f88cc.htm b/docs/html/11a036ec-5052-7dc4-bdb6-10e5c92f88cc.htm index c995eda..7abec09 100644 --- a/docs/html/11a036ec-5052-7dc4-bdb6-10e5c92f88cc.htm +++ b/docs/html/11a036ec-5052-7dc4-bdb6-10e5c92f88cc.htm @@ -34,4 +34,4 @@ gmp_lib.mpf_init_set_d(x, 10) Assert.IsTrue(gmp_lib.mpf_integer_p(x) <> 0) ' Release unmanaged memory allocated for x. -gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/11e36fbc-ffc4-46df-50b7-2b07684c1755.htm b/docs/html/11e36fbc-ffc4-46df-50b7-2b07684c1755.htm index 7aecfd2..16889e4 100644 --- a/docs/html/11e36fbc-ffc4-46df-50b7-2b07684c1755.htm +++ b/docs/html/11e36fbc-ffc4-46df-50b7-2b07684c1755.htm @@ -53,4 +53,4 @@ Assert.IsTrue(gmp_lib.mpq_cmp_si(x, -210, Assert.IsTrue(gmp_lib.mpq_cmp_si(y, 10, 11UI) = 0) ' Release unmanaged memory allocated for x and y. -gmp_lib.mpq_clears(x, y, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpq_clears(x, y, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/142199e1-6aef-83d5-1986-1b1248ddc6e3.htm b/docs/html/142199e1-6aef-83d5-1986-1b1248ddc6e3.htm index 854412a..f08efcd 100644 --- a/docs/html/142199e1-6aef-83d5-1986-1b1248ddc6e3.htm +++ b/docs/html/142199e1-6aef-83d5-1986-1b1248ddc6e3.htm @@ -29,4 +29,4 @@ gmp_lib.mpf_init_set_ui(op, UInteger.MaxV Assert.IsTrue(gmp_lib.mpf_fits_sshort_p(op) = 0) ' Release unmanaged memory allocated for op. -gmp_lib.mpf_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/1555cd52-98d2-6253-214a-d342a539bfb5.htm b/docs/html/1555cd52-98d2-6253-214a-d342a539bfb5.htm index b3c6896..3913feb 100644 --- a/docs/html/1555cd52-98d2-6253-214a-d342a539bfb5.htm +++ b/docs/html/1555cd52-98d2-6253-214a-d342a539bfb5.htm @@ -67,4 +67,4 @@ Assert.IsTrue(carry = 1) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, ap, tp, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, ap, tp, result)
See Also
\ No newline at end of file diff --git a/docs/html/15ac48e3-750c-d154-7d8f-6dcaa137f5db.htm b/docs/html/15ac48e3-750c-d154-7d8f-6dcaa137f5db.htm index bef340b..f51611c 100644 --- a/docs/html/15ac48e3-750c-d154-7d8f-6dcaa137f5db.htm +++ b/docs/html/15ac48e3-750c-d154-7d8f-6dcaa137f5db.htm @@ -96,4 +96,4 @@ free(p, 20) Assert.IsTrue(counter = 3) ' Restore default memory allocation functions. -gmp_lib.gmp_set_memory_functions(Nothing, Nothing, Nothing)
See Also
\ No newline at end of file +gmp_lib.gmp_set_memory_functions(Nothing, Nothing, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/17280f99-d0dc-6714-12c7-be17c97c0cdb.htm b/docs/html/17280f99-d0dc-6714-12c7-be17c97c0cdb.htm index 334c88b..c78ac32 100644 --- a/docs/html/17280f99-d0dc-6714-12c7-be17c97c0cdb.htm +++ b/docs/html/17280f99-d0dc-6714-12c7-be17c97c0cdb.htm @@ -39,4 +39,4 @@ gmp_lib.mpz_fac_ui(rop, 3UI) Assert.IsTrue(gmp_lib.mpz_get_si(rop) = 6) ' Release unmanaged memory allocated for rop. -gmp_lib.mpz_clear(rop)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(rop)
See Also
\ No newline at end of file diff --git a/docs/html/17731ba4-bf91-6b9b-737a-a9cc306ba17d.htm b/docs/html/17731ba4-bf91-6b9b-737a-a9cc306ba17d.htm index a2ea31a..0497e96 100644 --- a/docs/html/17731ba4-bf91-6b9b-737a-a9cc306ba17d.htm +++ b/docs/html/17731ba4-bf91-6b9b-737a-a9cc306ba17d.htm @@ -53,4 +53,4 @@ gmp_lib.mpf_absg(z, x) Assert.IsTrue(gmp_lib.mpf_get_d(z) = 10.0) ' Release unmanaged memory allocated for x and z. -gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/17b3dc26-68af-fb0c-9923-36777e8bd87e.htm b/docs/html/17b3dc26-68af-fb0c-9923-36777e8bd87e.htm index 6899843..3a16163 100644 --- a/docs/html/17b3dc26-68af-fb0c-9923-36777e8bd87e.htm +++ b/docs/html/17b3dc26-68af-fb0c-9923-36777e8bd87e.htm @@ -49,4 +49,4 @@ gmp_lib.mpf_init_set(y, x) Assert.IsTrue(gmp_lib.mpf_get_d(y) = 10.0) ' Release unmanaged memory allocated for x and y. -gmp_lib.mpf_clears(x, y, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpf_clears(x, y, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/18cd39f5-7c88-f557-3803-8a4a321cfb97.htm b/docs/html/18cd39f5-7c88-f557-3803-8a4a321cfb97.htm index 236bf18..faa16bd 100644 --- a/docs/html/18cd39f5-7c88-f557-3803-8a4a321cfb97.htm +++ b/docs/html/18cd39f5-7c88-f557-3803-8a4a321cfb97.htm @@ -53,4 +53,4 @@ gmp_lib.mpz_mul_2exp(z, x, 2UI) Assert.IsTrue(gmp_lib.mpz_get_si(z) = -10000 * 4) ' Release unmanaged memory allocated for x and z. -gmp_lib.mpz_clears(x, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(x, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/19ccd2e3-05f1-d4f4-79b7-28b4f26e5768.htm b/docs/html/19ccd2e3-05f1-d4f4-79b7-28b4f26e5768.htm index af2d156..d31a280 100644 --- a/docs/html/19ccd2e3-05f1-d4f4-79b7-28b4f26e5768.htm +++ b/docs/html/19ccd2e3-05f1-d4f4-79b7-28b4f26e5768.htm @@ -20,4 +20,4 @@

Parameters

ptr
Type: Math.Gmp.Nativevoid_ptr
Pointer to previously allocated block.
size
Type: Math.Gmp.Nativesize_t
Number of bytes of previously allocated block.
Remarks

The free function parameter size is passed for convenience, but of course it can be ignored if not needed by an implementation. The default functions using malloc and friends for instance don’t use it. -

See Also
\ No newline at end of file +

See Also
\ No newline at end of file diff --git a/docs/html/19d53697-65f1-2df5-62f3-988182af0c88.htm b/docs/html/19d53697-65f1-2df5-62f3-988182af0c88.htm index d904eb7..32be12a 100644 --- a/docs/html/19d53697-65f1-2df5-62f3-988182af0c88.htm +++ b/docs/html/19d53697-65f1-2df5-62f3-988182af0c88.htm @@ -13,4 +13,4 @@ mpq_t^ op )

Parameters

op
Type: Math.Gmp.Nativempq_t
The operand rational.
Examples
See Also
\ No newline at end of file +

Parameters

op
Type: Math.Gmp.Nativempq_t
The operand rational.
Examples
See Also
\ No newline at end of file diff --git a/docs/html/1a7c5874-9132-2c43-e407-df1eead74fab.htm b/docs/html/1a7c5874-9132-2c43-e407-df1eead74fab.htm index 78dcc8a..7f3fe48 100644 --- a/docs/html/1a7c5874-9132-2c43-e407-df1eead74fab.htm +++ b/docs/html/1a7c5874-9132-2c43-e407-df1eead74fab.htm @@ -39,4 +39,4 @@ gmp_lib.mpq_set_d(x, 10.0 / 10.0 / 11.0) ' Release unmanaged memory allocated for x. -gmp_lib.mpq_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpq_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/1a966758-12dc-4da3-cb22-b3b3d788ba02.htm b/docs/html/1a966758-12dc-4da3-cb22-b3b3d788ba02.htm index c943d50..e874abe 100644 --- a/docs/html/1a966758-12dc-4da3-cb22-b3b3d788ba02.htm +++ b/docs/html/1a966758-12dc-4da3-cb22-b3b3d788ba02.htm @@ -59,4 +59,4 @@ Assert.IsTrue(dbl.Value = 1.0) ' Release unmanaged memory. gmp_lib.mpz_clear(z) gmp_lib.mpq_clear(q) -gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file diff --git a/docs/html/1b76ffd8-d7f4-5309-3b10-e7e0c418706a.htm b/docs/html/1b76ffd8-d7f4-5309-3b10-e7e0c418706a.htm index c7bc04b..8f82b5e 100644 --- a/docs/html/1b76ffd8-d7f4-5309-3b10-e7e0c418706a.htm +++ b/docs/html/1b76ffd8-d7f4-5309-3b10-e7e0c418706a.htm @@ -51,4 +51,4 @@ gmp_lib.mpn_iorn_n(rp, s1p, s2p, s1p.Size) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file diff --git a/docs/html/1ba86b5b-8ace-b6ee-99c5-32a8d7648519.htm b/docs/html/1ba86b5b-8ace-b6ee-99c5-32a8d7648519.htm index ffa0d81..571a144 100644 --- a/docs/html/1ba86b5b-8ace-b6ee-99c5-32a8d7648519.htm +++ b/docs/html/1ba86b5b-8ace-b6ee-99c5-32a8d7648519.htm @@ -13,4 +13,4 @@ mp_size_t an )

Parameters

an
Type: Math.Gmp.Nativemp_size_t
The number of limbs of the mpn_sec_sqr operand.

Return Value

Type: mp_size_t
The scratch space in number of limbs required by the function mpn_sec_sqr.
See Also
\ No newline at end of file +

Parameters

an
Type: Math.Gmp.Nativemp_size_t
The number of limbs of the mpn_sec_sqr operand.

Return Value

Type: mp_size_t
The scratch space in number of limbs required by the function mpn_sec_sqr.
See Also
\ No newline at end of file diff --git a/docs/html/1ca4ec7e-b5d1-3b51-8341-5a345990e62d.htm b/docs/html/1ca4ec7e-b5d1-3b51-8341-5a345990e62d.htm index 37e40f3..847e489 100644 --- a/docs/html/1ca4ec7e-b5d1-3b51-8341-5a345990e62d.htm +++ b/docs/html/1ca4ec7e-b5d1-3b51-8341-5a345990e62d.htm @@ -17,4 +17,4 @@ Assert.IsTrue(gmp_lib.mpf_get_default_prec() == 1 gmp_lib.mpf_set_default_prec(128UI) ' Assert that the value of x is 128 bits. -Assert.IsTrue(gmp_lib.mpf_get_default_prec() = 128UI)
See Also
\ No newline at end of file +Assert.IsTrue(gmp_lib.mpf_get_default_prec() = 128UI)
See Also
\ No newline at end of file diff --git a/docs/html/1cefa5f6-adc3-30a6-b3bd-cb6a7543cb00.htm b/docs/html/1cefa5f6-adc3-30a6-b3bd-cb6a7543cb00.htm index 51df3d6..a7e850f 100644 --- a/docs/html/1cefa5f6-adc3-30a6-b3bd-cb6a7543cb00.htm +++ b/docs/html/1cefa5f6-adc3-30a6-b3bd-cb6a7543cb00.htm @@ -17,4 +17,4 @@ )

Parameters

nn
Type: Math.Gmp.Nativemp_size_t
The number of limbs of the mpn_sec_div_r first operand.
dn
Type: Math.Gmp.Nativemp_size_t
The number of limbs of the mpn_sec_div_r second operand.

Return Value

Type: mp_size_t
The scratch space in number of limbs required by the function mpn_sec_div_r.
See Also
\ No newline at end of file +

Parameters

nn
Type: Math.Gmp.Nativemp_size_t
The number of limbs of the mpn_sec_div_r first operand.
dn
Type: Math.Gmp.Nativemp_size_t
The number of limbs of the mpn_sec_div_r second operand.

Return Value

Type: mp_size_t
The scratch space in number of limbs required by the function mpn_sec_div_r.
See Also
\ No newline at end of file diff --git a/docs/html/1d0c5734-9f0d-ec6b-c540-4379f832b0ca.htm b/docs/html/1d0c5734-9f0d-ec6b-c540-4379f832b0ca.htm index a1708f7..5666a2e 100644 --- a/docs/html/1d0c5734-9f0d-ec6b-c540-4379f832b0ca.htm +++ b/docs/html/1d0c5734-9f0d-ec6b-c540-4379f832b0ca.htm @@ -39,4 +39,4 @@ gmp_lib.mpf_set_d(x, -123.0) Assert.IsTrue(gmp_lib.mpf_get_d(x) = -123.0) ' Release unmanaged memory allocated for x. -gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/1d6343a5-d42c-c362-714e-e10730e6a6d5.htm b/docs/html/1d6343a5-d42c-c362-714e-e10730e6a6d5.htm index 30af565..bca6fd7 100644 --- a/docs/html/1d6343a5-d42c-c362-714e-e10730e6a6d5.htm +++ b/docs/html/1d6343a5-d42c-c362-714e-e10730e6a6d5.htm @@ -52,4 +52,4 @@ gmp_lib.mpn_divexact_1(rp, sp, sp.Size, &H3' Release unmanaged memory. -gmp_lib.free(rp, sp, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, sp, result)
See Also
\ No newline at end of file diff --git a/docs/html/1de9b70a-1d21-8168-e41c-1c259f64091a.htm b/docs/html/1de9b70a-1d21-8168-e41c-1c259f64091a.htm index 1d29821..d8ab4bd 100644 --- a/docs/html/1de9b70a-1d21-8168-e41c-1c259f64091a.htm +++ b/docs/html/1de9b70a-1d21-8168-e41c-1c259f64091a.htm @@ -63,4 +63,4 @@ Assert.IsTrue(gmp_lib.mpz_get_si(x) = 0) ' Release unmanaged memory allocated for x and string values. gmp_lib.mpz_clear(x) gmp_lib.free(value) -gmp_lib.free(s)
See Also
\ No newline at end of file +gmp_lib.free(s)
See Also
\ No newline at end of file diff --git a/docs/html/1dfbf5da-f4c2-bbab-5708-3b31d40e4f16.htm b/docs/html/1dfbf5da-f4c2-bbab-5708-3b31d40e4f16.htm index 3eb7d41..c9f3df6 100644 --- a/docs/html/1dfbf5da-f4c2-bbab-5708-3b31d40e4f16.htm +++ b/docs/html/1dfbf5da-f4c2-bbab-5708-3b31d40e4f16.htm @@ -60,4 +60,4 @@ gmp_lib.mpz_init_set_str(op, value, 16) ' Release unmanaged memory allocated for op and value. gmp_lib.mpz_clear(op) -gmp_lib.free(value)
See Also
\ No newline at end of file +gmp_lib.free(value)
See Also
\ No newline at end of file diff --git a/docs/html/1e1204c7-2d33-c9d1-4f4e-c36215f5ebed.htm b/docs/html/1e1204c7-2d33-c9d1-4f4e-c36215f5ebed.htm index 40e3e78..c8f4d4c 100644 --- a/docs/html/1e1204c7-2d33-c9d1-4f4e-c36215f5ebed.htm +++ b/docs/html/1e1204c7-2d33-c9d1-4f4e-c36215f5ebed.htm @@ -47,4 +47,4 @@ gmp_lib.mpz_sqrt(rop, op) Assert.IsTrue(gmp_lib.mpz_get_si(rop) = 100) ' Release unmanaged memory allocated for rop and op. -gmp_lib.mpz_clears(rop, op, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(rop, op, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/1e9cacd7-32b3-7f3b-659a-efdb3e064092.htm b/docs/html/1e9cacd7-32b3-7f3b-659a-efdb3e064092.htm index 7b01e0c..90d2f5d 100644 --- a/docs/html/1e9cacd7-32b3-7f3b-659a-efdb3e064092.htm +++ b/docs/html/1e9cacd7-32b3-7f3b-659a-efdb3e064092.htm @@ -68,4 +68,4 @@ Assert.IsTrue(s.SequenceEqual(New ' Release unmanaged memory. gmp_lib.free(s1p) -gmp_lib.free(str)
See Also
\ No newline at end of file +gmp_lib.free(str)
See Also
\ No newline at end of file diff --git a/docs/html/1f2250c3-a1b8-db12-19e4-9946e39eb64c.htm b/docs/html/1f2250c3-a1b8-db12-19e4-9946e39eb64c.htm index 46e66e7..6a5e8c6 100644 --- a/docs/html/1f2250c3-a1b8-db12-19e4-9946e39eb64c.htm +++ b/docs/html/1f2250c3-a1b8-db12-19e4-9946e39eb64c.htm @@ -17,4 +17,4 @@ )

Parameters

rop
Type: Math.Gmp.Nativempq_t
The result rational.
op
Type: Math.Gmp.Nativempq_t
The operand rational.
Examples
See Also
\ No newline at end of file +

Parameters

rop
Type: Math.Gmp.Nativempq_t
The result rational.
op
Type: Math.Gmp.Nativempq_t
The operand rational.
Examples
See Also
\ No newline at end of file diff --git a/docs/html/1ffac718-d814-0556-ea54-dbf1d676e0cc.htm b/docs/html/1ffac718-d814-0556-ea54-dbf1d676e0cc.htm index 57661f2..32546d0 100644 --- a/docs/html/1ffac718-d814-0556-ea54-dbf1d676e0cc.htm +++ b/docs/html/1ffac718-d814-0556-ea54-dbf1d676e0cc.htm @@ -39,4 +39,4 @@ gmp_lib.mpz_set_si(x, -10) Assert.IsTrue(gmp_lib.mpz_get_si(x) = -10) ' Release unmanaged memory allocated for x. -gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/201b1b12-bb0c-6a53-c6d5-e75db73f8470.htm b/docs/html/201b1b12-bb0c-6a53-c6d5-e75db73f8470.htm index 5650723..e10aa42 100644 --- a/docs/html/201b1b12-bb0c-6a53-c6d5-e75db73f8470.htm +++ b/docs/html/201b1b12-bb0c-6a53-c6d5-e75db73f8470.htm @@ -29,4 +29,4 @@ gmp_lib.mpf_init_set_ui(op, UInteger.MaxV Assert.IsTrue(gmp_lib.mpf_fits_uint_p(op) > 0) ' Release unmanaged memory allocated for op. -gmp_lib.mpf_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/2041c81e-218b-b514-5a7b-5ee315711bc9.htm b/docs/html/2041c81e-218b-b514-5a7b-5ee315711bc9.htm index 80fd8e5..9421b04 100644 --- a/docs/html/2041c81e-218b-b514-5a7b-5ee315711bc9.htm +++ b/docs/html/2041c81e-218b-b514-5a7b-5ee315711bc9.htm @@ -57,4 +57,4 @@ gmp_lib.mpf_mul_2exp(z, x, 8UI) Assert.IsTrue(gmp_lib.mpf_get_d(z) = 25600.0) ' Release unmanaged memory allocated for x and z. -gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/20a476ea-9a38-9ef3-1e23-da2b2eba69a9.htm b/docs/html/20a476ea-9a38-9ef3-1e23-da2b2eba69a9.htm index 5fe650f..96317e7 100644 --- a/docs/html/20a476ea-9a38-9ef3-1e23-da2b2eba69a9.htm +++ b/docs/html/20a476ea-9a38-9ef3-1e23-da2b2eba69a9.htm @@ -36,4 +36,4 @@ gmp_lib.mpz_init_set_si(rop, 70) Assert.IsTrue(gmp_lib.mpz_tstbit(rop, 3UI) = 0) ' Release unmanaged memory allocated for rop. -gmp_lib.mpz_clear(rop)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(rop)
See Also
\ No newline at end of file diff --git a/docs/html/21fdbc76-a0de-1f3a-195f-a5ae0cb3d1da.htm b/docs/html/21fdbc76-a0de-1f3a-195f-a5ae0cb3d1da.htm index 2b5d150..c5bc7cd 100644 --- a/docs/html/21fdbc76-a0de-1f3a-195f-a5ae0cb3d1da.htm +++ b/docs/html/21fdbc76-a0de-1f3a-195f-a5ae0cb3d1da.htm @@ -53,4 +53,4 @@ gmp_lib.gmp_randinit_lc_2exp(state, a, 13, ' Free all memory occupied by state and a. gmp_lib.gmp_randclear(state) -gmp_lib.mpz_clear(a)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(a)
See Also
\ No newline at end of file diff --git a/docs/html/24ecd2d5-422f-e538-fd43-94b749652393.htm b/docs/html/24ecd2d5-422f-e538-fd43-94b749652393.htm index 5225d80..4c7c051 100644 --- a/docs/html/24ecd2d5-422f-e538-fd43-94b749652393.htm +++ b/docs/html/24ecd2d5-422f-e538-fd43-94b749652393.htm @@ -63,4 +63,4 @@ Assert.IsTrue(size = result.Size) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, xp, yp, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, xp, yp, result)
See Also
\ No newline at end of file diff --git a/docs/html/25d623c3-ee22-4b83-1161-3f98ce698012.htm b/docs/html/25d623c3-ee22-4b83-1161-3f98ce698012.htm index 8323707..902dfb8 100644 --- a/docs/html/25d623c3-ee22-4b83-1161-3f98ce698012.htm +++ b/docs/html/25d623c3-ee22-4b83-1161-3f98ce698012.htm @@ -51,4 +51,4 @@ gmp_lib.mpn_xnor_n(rp, s1p, s2p, s1p.Size) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file diff --git a/docs/html/260d6edf-ce02-26f7-d704-ad0d11604e61.htm b/docs/html/260d6edf-ce02-26f7-d704-ad0d11604e61.htm index 13a1c40..863dce7 100644 --- a/docs/html/260d6edf-ce02-26f7-d704-ad0d11604e61.htm +++ b/docs/html/260d6edf-ce02-26f7-d704-ad0d11604e61.htm @@ -31,4 +31,4 @@ gmp_lib.mpz_init_set_si(op, 10000) Assert.IsTrue(gmp_lib.mpz_perfect_square_p(op) > 0) ' Release unmanaged memory allocated for op. -gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/27902901-3a7d-b5b3-d3fc-3900f754bff1.htm b/docs/html/27902901-3a7d-b5b3-d3fc-3900f754bff1.htm index da63f05..840f362 100644 --- a/docs/html/27902901-3a7d-b5b3-d3fc-3900f754bff1.htm +++ b/docs/html/27902901-3a7d-b5b3-d3fc-3900f754bff1.htm @@ -65,4 +65,4 @@ Assert.IsTrue(carry = 1) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file diff --git a/docs/html/279877e1-b8d0-f52c-16ba-b2e38e671437.htm b/docs/html/279877e1-b8d0-f52c-16ba-b2e38e671437.htm index 7489106..9e0e82d 100644 --- a/docs/html/279877e1-b8d0-f52c-16ba-b2e38e671437.htm +++ b/docs/html/279877e1-b8d0-f52c-16ba-b2e38e671437.htm @@ -51,4 +51,4 @@ gmp_lib.mpz_root(rop, op, 3UI) Assert.IsTrue(gmp_lib.mpz_get_si(rop) = 21) ' Release unmanaged memory allocated for rop. -gmp_lib.mpz_clears(rop, op, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(rop, op, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/279d21b9-bd04-522e-0759-d1add6fe6fae.htm b/docs/html/279d21b9-bd04-522e-0759-d1add6fe6fae.htm index af57804..dba969d 100644 --- a/docs/html/279d21b9-bd04-522e-0759-d1add6fe6fae.htm +++ b/docs/html/279d21b9-bd04-522e-0759-d1add6fe6fae.htm @@ -59,4 +59,4 @@ Assert.IsTrue(dbl.Value = 1.0) ' Release unmanaged memory. gmp_lib.mpz_clear(z) gmp_lib.mpq_clear(q) -gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file diff --git a/docs/html/290eb509-85df-a0cc-86f8-ac4e6f5d730a.htm b/docs/html/290eb509-85df-a0cc-86f8-ac4e6f5d730a.htm index abb5451..dd2765c 100644 --- a/docs/html/290eb509-85df-a0cc-86f8-ac4e6f5d730a.htm +++ b/docs/html/290eb509-85df-a0cc-86f8-ac4e6f5d730a.htm @@ -33,4 +33,4 @@ gmp_lib.mpz_init_set_si(n, 10000) Assert.IsTrue(gmp_lib.mpz_cdiv_ui(n, 3UI) = 2UI) ' Release unmanaged memory allocated for n. -gmp_lib.mpz_clear(n)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(n)
See Also
\ No newline at end of file diff --git a/docs/html/2b0da39e-331c-878e-26c7-bd6d81c7f8e0.htm b/docs/html/2b0da39e-331c-878e-26c7-bd6d81c7f8e0.htm index 08ebd62..a523b5a 100644 --- a/docs/html/2b0da39e-331c-878e-26c7-bd6d81c7f8e0.htm +++ b/docs/html/2b0da39e-331c-878e-26c7-bd6d81c7f8e0.htm @@ -43,4 +43,4 @@ gmp_lib.mpz_init(rop) gmp_lib.mpz_random(rop, 500) ' Free all memory occupied by state and rop. -gmp_lib.mpz_clear(rop)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(rop)
See Also
\ No newline at end of file diff --git a/docs/html/2c37941c-dee7-0d74-7889-3fa6c20bab6a.htm b/docs/html/2c37941c-dee7-0d74-7889-3fa6c20bab6a.htm index 2b95cfc..f9dd12d 100644 --- a/docs/html/2c37941c-dee7-0d74-7889-3fa6c20bab6a.htm +++ b/docs/html/2c37941c-dee7-0d74-7889-3fa6c20bab6a.htm @@ -44,4 +44,4 @@ gmp_lib.mpz_init_set(x, y) Assert.IsTrue(gmp_lib.mpz_get_si(x) = -210) ' Release unmanaged memory allocated for x and y. -gmp_lib.mpz_clears(x, y, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(x, y, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/2c68671c-cd5c-e2ec-52a2-65b0ca31c3d1.htm b/docs/html/2c68671c-cd5c-e2ec-52a2-65b0ca31c3d1.htm index 3d7c499..520bdc7 100644 --- a/docs/html/2c68671c-cd5c-e2ec-52a2-65b0ca31c3d1.htm +++ b/docs/html/2c68671c-cd5c-e2ec-52a2-65b0ca31c3d1.htm @@ -13,4 +13,4 @@ size_t alloc_size )

Parameters

alloc_size
Type: Math.Gmp.Nativesize_t
The minimum number of bytes to allocate.

Return Value

Type: void_ptr
A pointer to newly allocated space with at least alloc_size bytes.
Remarks
\ No newline at end of file +

Parameters

alloc_size
Type: Math.Gmp.Nativesize_t
The minimum number of bytes to allocate.

Return Value

Type: void_ptr
A pointer to newly allocated space with at least alloc_size bytes.
Remarks
\ No newline at end of file diff --git a/docs/html/2d93abcb-e73f-fe40-a50b-395a0bf6a4fc.htm b/docs/html/2d93abcb-e73f-fe40-a50b-395a0bf6a4fc.htm index a2dc04d..dcc6423 100644 --- a/docs/html/2d93abcb-e73f-fe40-a50b-395a0bf6a4fc.htm +++ b/docs/html/2d93abcb-e73f-fe40-a50b-395a0bf6a4fc.htm @@ -41,4 +41,4 @@ gmp_lib.mpz_add_ui(num, num, 2UI) Assert.IsTrue(gmp_lib.mpq_cmp_si(op, -1, 5UI) = 0) ' Release unmanaged memory allocated for op. -gmp_lib.mpq_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpq_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/2ddc32dc-4ee3-18e9-dd3d-7e64c3304e1e.htm b/docs/html/2ddc32dc-4ee3-18e9-dd3d-7e64c3304e1e.htm index e18ec70..331ed9c 100644 --- a/docs/html/2ddc32dc-4ee3-18e9-dd3d-7e64c3304e1e.htm +++ b/docs/html/2ddc32dc-4ee3-18e9-dd3d-7e64c3304e1e.htm @@ -59,4 +59,4 @@ gmp_lib.mpz_divexact(z, x, y) Assert.IsTrue(gmp_lib.mpz_get_si(z) = 2000) ' Release unmanaged memory allocated for x, y, and z. -gmp_lib.mpz_clears(x, y, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(x, y, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/2e469258-d5e3-da86-aebe-025b92d7cf73.htm b/docs/html/2e469258-d5e3-da86-aebe-025b92d7cf73.htm index f2fdcf5..cc13bcc 100644 --- a/docs/html/2e469258-d5e3-da86-aebe-025b92d7cf73.htm +++ b/docs/html/2e469258-d5e3-da86-aebe-025b92d7cf73.htm @@ -31,4 +31,4 @@ gmp_lib.free(sp);
1) ' Release unmanaged memory. -gmp_lib.free(sp)
See Also
\ No newline at end of file +gmp_lib.free(sp)
See Also
\ No newline at end of file diff --git a/docs/html/2e55f6fd-0083-fc85-0d42-65e472376dbe.htm b/docs/html/2e55f6fd-0083-fc85-0d42-65e472376dbe.htm index 9e98ccd..1891d96 100644 --- a/docs/html/2e55f6fd-0083-fc85-0d42-65e472376dbe.htm +++ b/docs/html/2e55f6fd-0083-fc85-0d42-65e472376dbe.htm @@ -33,4 +33,4 @@ gmp_lib.mpz_init_set_ui(op1, 63UI) Assert.IsTrue(gmp_lib.mpz_cmp_si(op1, 70) < 0) ' Release unmanaged memory allocated for op1. -gmp_lib.mpz_clear(op1)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(op1)
See Also
\ No newline at end of file diff --git a/docs/html/2ff1eb0a-f399-2ad2-f7d1-3fb51dceac10.htm b/docs/html/2ff1eb0a-f399-2ad2-f7d1-3fb51dceac10.htm index 1eb37b3..c106ad5 100644 --- a/docs/html/2ff1eb0a-f399-2ad2-f7d1-3fb51dceac10.htm +++ b/docs/html/2ff1eb0a-f399-2ad2-f7d1-3fb51dceac10.htm @@ -57,4 +57,4 @@ gmp_lib.mpz_init_set_ui(c, 1UI) Assert.IsTrue(gmp_lib.mpz_congruent_p(n, c, d) > 0) ' Release unmanaged memory allocated for n, d, and c. -gmp_lib.mpz_clears(n, d, c, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(n, d, c, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/300c388f-ba1c-0ba3-64fd-e7aafb39dcdb.htm b/docs/html/300c388f-ba1c-0ba3-64fd-e7aafb39dcdb.htm index 9b903df..ea37f43 100644 --- a/docs/html/300c388f-ba1c-0ba3-64fd-e7aafb39dcdb.htm +++ b/docs/html/300c388f-ba1c-0ba3-64fd-e7aafb39dcdb.htm @@ -63,4 +63,4 @@ Assert.IsTrue(str.ToString() = "123456 - 7B/1C8 gmp_lib.free(str) gmp_lib.mpz_clear(z) gmp_lib.mpq_clear(q) -gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file diff --git a/docs/html/309e6a8c-1318-2d30-a058-f119193546a0.htm b/docs/html/309e6a8c-1318-2d30-a058-f119193546a0.htm index 8354165..9fbe8b8 100644 --- a/docs/html/309e6a8c-1318-2d30-a058-f119193546a0.htm +++ b/docs/html/309e6a8c-1318-2d30-a058-f119193546a0.htm @@ -65,4 +65,4 @@ gmp_lib.mpf_mul(z, x, y) Assert.IsTrue(gmp_lib.mpf_get_d(z) = -2100.0) ' Release unmanaged memory allocated for x, y, and z. -gmp_lib.mpf_clears(x, y, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpf_clears(x, y, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/316be139-2970-161f-ba7c-730f067b5cf3.htm b/docs/html/316be139-2970-161f-ba7c-730f067b5cf3.htm index f8efc79..d60e33b 100644 --- a/docs/html/316be139-2970-161f-ba7c-730f067b5cf3.htm +++ b/docs/html/316be139-2970-161f-ba7c-730f067b5cf3.htm @@ -77,4 +77,4 @@ Assert.IsTrue(dbl.Value = 1.0) ' Release unmanaged memory. gmp_lib.mpz_clear(z) gmp_lib.mpq_clear(q) -gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file diff --git a/docs/html/339edb73-5781-7d73-97b6-9b73451a698f.htm b/docs/html/339edb73-5781-7d73-97b6-9b73451a698f.htm index c4a7c03..fe257c9 100644 --- a/docs/html/339edb73-5781-7d73-97b6-9b73451a698f.htm +++ b/docs/html/339edb73-5781-7d73-97b6-9b73451a698f.htm @@ -59,4 +59,4 @@ Assert.IsTrue(carry = 1) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file diff --git a/docs/html/34a39f93-359c-526f-c9ad-cd7558968f1e.htm b/docs/html/34a39f93-359c-526f-c9ad-cd7558968f1e.htm index 60329cd..f3a1e3f 100644 --- a/docs/html/34a39f93-359c-526f-c9ad-cd7558968f1e.htm +++ b/docs/html/34a39f93-359c-526f-c9ad-cd7558968f1e.htm @@ -62,4 +62,4 @@ gmp_lib.mpf_ui_div(z, 210UI, x) Assert.IsTrue(gmp_lib.mpf_get_d(z) = 21.0) ' Release unmanaged memory allocated for x and z. -gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/3523bf0e-75ec-6286-76a0-4685198e51f6.htm b/docs/html/3523bf0e-75ec-6286-76a0-4685198e51f6.htm index 3df6398..a174395 100644 --- a/docs/html/3523bf0e-75ec-6286-76a0-4685198e51f6.htm +++ b/docs/html/3523bf0e-75ec-6286-76a0-4685198e51f6.htm @@ -59,4 +59,4 @@ gmp_lib.mpz_mul(z, x, y) Assert.IsTrue(gmp_lib.mpz_get_si(z) = 10000 * 12222) ' Release unmanaged memory allocated for x, y, and z. -gmp_lib.mpz_clears(x, y, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(x, y, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/352401d6-c6d1-29c1-a9f6-e5e0ed46bc86.htm b/docs/html/352401d6-c6d1-29c1-a9f6-e5e0ed46bc86.htm index b81331a..112ca37 100644 --- a/docs/html/352401d6-c6d1-29c1-a9f6-e5e0ed46bc86.htm +++ b/docs/html/352401d6-c6d1-29c1-a9f6-e5e0ed46bc86.htm @@ -57,4 +57,4 @@ gmp_lib.mpf_div_2exp(z, x, 8UI) Assert.IsTrue(gmp_lib.mpf_get_d(z) = 2.0) ' Release unmanaged memory allocated for x and z. -gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/357791cb-951d-5542-ff67-c00ef5e9aadb.htm b/docs/html/357791cb-951d-5542-ff67-c00ef5e9aadb.htm index 83245b2..b1680e2 100644 --- a/docs/html/357791cb-951d-5542-ff67-c00ef5e9aadb.htm +++ b/docs/html/357791cb-951d-5542-ff67-c00ef5e9aadb.htm @@ -53,4 +53,4 @@ gmp_lib.mpf_neg(z, x) Assert.IsTrue(gmp_lib.mpf_get_d(z) = -10.0) ' Release unmanaged memory allocated for x and z. -gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/3588cf60-567a-6182-20e8-5e2836498f49.htm b/docs/html/3588cf60-567a-6182-20e8-5e2836498f49.htm index ee43b7c..05b299d 100644 --- a/docs/html/3588cf60-567a-6182-20e8-5e2836498f49.htm +++ b/docs/html/3588cf60-567a-6182-20e8-5e2836498f49.htm @@ -55,4 +55,4 @@ gmp_lib.mpn_sec_tabselect(rp, tab, 1, tab. Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(tab, result)
See Also
\ No newline at end of file +gmp_lib.free(tab, result)
See Also
\ No newline at end of file diff --git a/docs/html/387ec1dd-15b3-4cc9-862a-e3f0a8e2cb78.htm b/docs/html/387ec1dd-15b3-4cc9-862a-e3f0a8e2cb78.htm index b5f6b48..00013a3 100644 --- a/docs/html/387ec1dd-15b3-4cc9-862a-e3f0a8e2cb78.htm +++ b/docs/html/387ec1dd-15b3-4cc9-862a-e3f0a8e2cb78.htm @@ -67,4 +67,4 @@ Assert.IsTrue(gmp_lib.mpz_get_si(q) = 3333 Assert.IsTrue(gmp_lib.mpz_get_si(r) = 1) ' Release unmanaged memory allocated for n, d, q, and r. -gmp_lib.mpz_clears(n, d, q, r, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(n, d, q, r, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/38be0c24-42ac-e0ea-9e18-e75e3bda2a1e.htm b/docs/html/38be0c24-42ac-e0ea-9e18-e75e3bda2a1e.htm index 167fae3..39c0f32 100644 --- a/docs/html/38be0c24-42ac-e0ea-9e18-e75e3bda2a1e.htm +++ b/docs/html/38be0c24-42ac-e0ea-9e18-e75e3bda2a1e.htm @@ -43,4 +43,4 @@ gmp_lib.mpz_init_set_ui(b, 9UI) Assert.IsTrue(gmp_lib.mpz_jacobi(a, b) = 1) ' Release unmanaged memory allocated for a and b. -gmp_lib.mpz_clears(a, b, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(a, b, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/38d3a9de-bae7-3f44-18e0-38fe450d4cba.htm b/docs/html/38d3a9de-bae7-3f44-18e0-38fe450d4cba.htm index fc6eba3..57c97e4 100644 --- a/docs/html/38d3a9de-bae7-3f44-18e0-38fe450d4cba.htm +++ b/docs/html/38d3a9de-bae7-3f44-18e0-38fe450d4cba.htm @@ -75,4 +75,4 @@ Assert.IsTrue(gmp_lib.mpq_cmp_ui(op, 123, System.IO.File.Delete(pathname) ' Release unmanaged memory allocated for op. -gmp_lib.mpq_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpq_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/3985111a-6d13-b418-9c90-422a8e1e5b8b.htm b/docs/html/3985111a-6d13-b418-9c90-422a8e1e5b8b.htm index 95d72ae..8b239af 100644 --- a/docs/html/3985111a-6d13-b418-9c90-422a8e1e5b8b.htm +++ b/docs/html/3985111a-6d13-b418-9c90-422a8e1e5b8b.htm @@ -44,4 +44,4 @@ gmp_lib.mpf_div_ui(z, y, 10U); Assert.IsTrue(gmp_lib.mpf_get_d(z) == -21.0); // Release unmanaged memory allocated for y and z. -gmp_lib.mpf_clears(y, z, null);
See Also
\ No newline at end of file +gmp_lib.mpf_clears(y, z, null);
See Also
\ No newline at end of file diff --git a/docs/html/398e3eb8-0f55-086f-a765-0a8b3c9307e0.htm b/docs/html/398e3eb8-0f55-086f-a765-0a8b3c9307e0.htm index 64eac7b..e0d0358 100644 --- a/docs/html/398e3eb8-0f55-086f-a765-0a8b3c9307e0.htm +++ b/docs/html/398e3eb8-0f55-086f-a765-0a8b3c9307e0.htm @@ -33,4 +33,4 @@ for (i = 0; i < n; i++) xp[n + i] = xp[n - 1 - i]; mpz_limbs_finish(x, mpz_sgn(x) < 0 ? - 2 * n : 2 * n); -}
See Also
\ No newline at end of file +}
See Also
\ No newline at end of file diff --git a/docs/html/3a025035-e715-0a3d-8d2d-6011430c9463.htm b/docs/html/3a025035-e715-0a3d-8d2d-6011430c9463.htm index 46636f3..92e5e96 100644 --- a/docs/html/3a025035-e715-0a3d-8d2d-6011430c9463.htm +++ b/docs/html/3a025035-e715-0a3d-8d2d-6011430c9463.htm @@ -51,4 +51,4 @@ gmp_lib.mpf_set(x, y) Assert.IsTrue(gmp_lib.mpf_get_d(x) = -210.0) ' Release unmanaged memory allocated for x and y. -gmp_lib.mpf_clears(x, y, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpf_clears(x, y, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/3a24f5bd-0b45-8164-f27b-c2e04e35ab64.htm b/docs/html/3a24f5bd-0b45-8164-f27b-c2e04e35ab64.htm index 490b660..824972e 100644 --- a/docs/html/3a24f5bd-0b45-8164-f27b-c2e04e35ab64.htm +++ b/docs/html/3a24f5bd-0b45-8164-f27b-c2e04e35ab64.htm @@ -76,4 +76,4 @@ Assert.IsTrue(gmp_lib.mpf_get_ui(op) = 123456' Release unmanaged memory allocated for op. -gmp_lib.mpf_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/3a2a17ed-a64c-8716-7f65-18c661a5279f.htm b/docs/html/3a2a17ed-a64c-8716-7f65-18c661a5279f.htm index 95344d1..ba2de4a 100644 --- a/docs/html/3a2a17ed-a64c-8716-7f65-18c661a5279f.htm +++ b/docs/html/3a2a17ed-a64c-8716-7f65-18c661a5279f.htm @@ -37,4 +37,4 @@ gmp_lib.mpf_init(x) Assert.IsTrue(gmp_lib.mpf_get_d(x) = 0.0) ' Release unmanaged memory allocated for x. -gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/3a4e6141-0771-f9ac-2283-5e9348f86d4a.htm b/docs/html/3a4e6141-0771-f9ac-2283-5e9348f86d4a.htm index c7ef7a9..0a592fc 100644 --- a/docs/html/3a4e6141-0771-f9ac-2283-5e9348f86d4a.htm +++ b/docs/html/3a4e6141-0771-f9ac-2283-5e9348f86d4a.htm @@ -52,4 +52,4 @@ gmp_lib.mpz_set(x, y) Assert.IsTrue(gmp_lib.mpz_get_si(x) = -210) ' Release unmanaged memory allocated for x and y. -gmp_lib.mpz_clears(x, y, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(x, y, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/3a92eddc-59f3-b42f-9921-4e1cc5700d60.htm b/docs/html/3a92eddc-59f3-b42f-9921-4e1cc5700d60.htm index 362dd82..da64f42 100644 --- a/docs/html/3a92eddc-59f3-b42f-9921-4e1cc5700d60.htm +++ b/docs/html/3a92eddc-59f3-b42f-9921-4e1cc5700d60.htm @@ -33,4 +33,4 @@ gmp_lib.mpz_init_set_ui(x, 10UI) Assert.IsTrue(gmp_lib.mpz_get_ui(x) = 10UI) ' Release unmanaged memory allocated for x. -gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/3ac2ecd4-f154-de62-9170-b2d28f362a7e.htm b/docs/html/3ac2ecd4-f154-de62-9170-b2d28f362a7e.htm index cdbe239..4ca80c8 100644 --- a/docs/html/3ac2ecd4-f154-de62-9170-b2d28f362a7e.htm +++ b/docs/html/3ac2ecd4-f154-de62-9170-b2d28f362a7e.htm @@ -53,4 +53,4 @@ gmp_lib.mpf_trunc(z, x) Assert.IsTrue(gmp_lib.mpf_get_d(z) = 10.0) ' Release unmanaged memory allocated for x and z. -gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/3b01109c-5b01-16d2-edd0-5ac3d5514930.htm b/docs/html/3b01109c-5b01-16d2-edd0-5ac3d5514930.htm index d5fc743..4a6eb32 100644 --- a/docs/html/3b01109c-5b01-16d2-edd0-5ac3d5514930.htm +++ b/docs/html/3b01109c-5b01-16d2-edd0-5ac3d5514930.htm @@ -19,4 +19,4 @@ number : mpq_t -> unit

Parameters

inverted_number
Type: Math.Gmp.Nativempq_t
The result rational.
number
Type: Math.Gmp.Nativempq_t
The operand rational.
Remarks

If the new denominator is zero, this routine will divide by zero. -

Examples
See Also
\ No newline at end of file +

Examples
See Also
\ No newline at end of file diff --git a/docs/html/3bd9de08-5768-bb79-1e09-2953ae1483aa.htm b/docs/html/3bd9de08-5768-bb79-1e09-2953ae1483aa.htm index c52c64b..c0d1f81 100644 --- a/docs/html/3bd9de08-5768-bb79-1e09-2953ae1483aa.htm +++ b/docs/html/3bd9de08-5768-bb79-1e09-2953ae1483aa.htm @@ -31,4 +31,4 @@ gmp_lib.free(s1p);
2) ' Release unmanaged memory. -gmp_lib.free(s1p)
See Also
\ No newline at end of file +gmp_lib.free(s1p)
See Also
\ No newline at end of file diff --git a/docs/html/3ce0cc26-e888-90f8-a517-aad88332eec0.htm b/docs/html/3ce0cc26-e888-90f8-a517-aad88332eec0.htm index 827dab9..8e7ce35 100644 --- a/docs/html/3ce0cc26-e888-90f8-a517-aad88332eec0.htm +++ b/docs/html/3ce0cc26-e888-90f8-a517-aad88332eec0.htm @@ -29,4 +29,4 @@ gmp_lib.mpz_init_set_ui(op, UInteger.MaxV Assert.IsTrue(gmp_lib.mpz_fits_uint_p(op) > 0) ' Release unmanaged memory allocated for op. -gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/3ddee65c-a067-79a3-968d-31f3d585db3b.htm b/docs/html/3ddee65c-a067-79a3-968d-31f3d585db3b.htm index 06332fd..eb90d39 100644 --- a/docs/html/3ddee65c-a067-79a3-968d-31f3d585db3b.htm +++ b/docs/html/3ddee65c-a067-79a3-968d-31f3d585db3b.htm @@ -51,4 +51,4 @@ gmp_lib.mpz_divexact_ui(z, x, 5UI) Assert.IsTrue(gmp_lib.mpz_get_si(z) = 2000) ' Release unmanaged memory allocated for x and z. -gmp_lib.mpz_clears(x, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(x, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/3e06d348-8a15-691d-5889-ab3f1a4c9f73.htm b/docs/html/3e06d348-8a15-691d-5889-ab3f1a4c9f73.htm index 45a3319..9a5eda5 100644 --- a/docs/html/3e06d348-8a15-691d-5889-ab3f1a4c9f73.htm +++ b/docs/html/3e06d348-8a15-691d-5889-ab3f1a4c9f73.htm @@ -41,4 +41,4 @@ gmp_lib.mpz_init_set_ui(op2, 70UI) Assert.IsTrue(gmp_lib.mpz_cmp(op1, op2) < 0) ' Release unmanaged memory allocated for op1 and op2. -gmp_lib.mpz_clears(op1, op2, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(op1, op2, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/3e36be2b-14ed-eb7b-0546-af6d49e983fa.htm b/docs/html/3e36be2b-14ed-eb7b-0546-af6d49e983fa.htm index 0489f92..1396262 100644 --- a/docs/html/3e36be2b-14ed-eb7b-0546-af6d49e983fa.htm +++ b/docs/html/3e36be2b-14ed-eb7b-0546-af6d49e983fa.htm @@ -46,4 +46,4 @@ gmp_lib.mpz_init_set_ui(op, 70UI) Assert.IsTrue(gmp_lib.mpz_scan0(op, 1UI) = 3UI) ' Release unmanaged memory allocated for op. -gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/3e5268ed-796b-2880-93a3-8d17143f99b1.htm b/docs/html/3e5268ed-796b-2880-93a3-8d17143f99b1.htm index 0d490ae..3e51e9e 100644 --- a/docs/html/3e5268ed-796b-2880-93a3-8d17143f99b1.htm +++ b/docs/html/3e5268ed-796b-2880-93a3-8d17143f99b1.htm @@ -62,4 +62,4 @@ gmp_lib.mpz_and(rop, op1, op2) Assert.IsTrue(gmp_lib.mpz_get_si(rop) = 6) ' Release unmanaged memory allocated for rop, op1, and op2. -gmp_lib.mpz_clears(rop, op1, op2, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(rop, op1, op2, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/3eae225a-8db3-3b14-d862-03718f3a5548.htm b/docs/html/3eae225a-8db3-3b14-d862-03718f3a5548.htm index fde4eb6..63fb81f 100644 --- a/docs/html/3eae225a-8db3-3b14-d862-03718f3a5548.htm +++ b/docs/html/3eae225a-8db3-3b14-d862-03718f3a5548.htm @@ -41,4 +41,4 @@ gmp_lib.mpz_init_set_ui(n, 10000UI) Assert.IsTrue(gmp_lib.mpz_congruent_ui_p(n, 1UI, 3UI) > 0) ' Release unmanaged memory allocated for n. -gmp_lib.mpz_clear(n)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(n)
See Also
\ No newline at end of file diff --git a/docs/html/3f1b2832-ff9c-cc4a-3e85-e2ee16acc69b.htm b/docs/html/3f1b2832-ff9c-cc4a-3e85-e2ee16acc69b.htm index 497b969..4b317fe 100644 --- a/docs/html/3f1b2832-ff9c-cc4a-3e85-e2ee16acc69b.htm +++ b/docs/html/3f1b2832-ff9c-cc4a-3e85-e2ee16acc69b.htm @@ -7,4 +7,4 @@  Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static readonly string gmp_version

Field Value

Type: String
Examples
string version = gmp_lib.gmp_version;
 Assert.AreEqual(version, "6.1.2");
See Also
\ No newline at end of file +Assert.AreEqual(version, "6.1.2")
See Also
\ No newline at end of file diff --git a/docs/html/3f29d5f4-13ae-cec8-ea75-6a76d00d10fc.htm b/docs/html/3f29d5f4-13ae-cec8-ea75-6a76d00d10fc.htm index fca7639..306268b 100644 --- a/docs/html/3f29d5f4-13ae-cec8-ea75-6a76d00d10fc.htm +++ b/docs/html/3f29d5f4-13ae-cec8-ea75-6a76d00d10fc.htm @@ -47,4 +47,4 @@ gmp_lib.mpq_set_si(op2, 1, 0) ' Release unmanaged memory allocated for op1 and op2. -gmp_lib.mpq_clears(op1, op2, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpq_clears(op1, op2, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/402dc8d2-32bd-59ad-80f3-4bd2cc000b0d.htm b/docs/html/402dc8d2-32bd-59ad-80f3-4bd2cc000b0d.htm index 48cefb2..8fa3ea0 100644 --- a/docs/html/402dc8d2-32bd-59ad-80f3-4bd2cc000b0d.htm +++ b/docs/html/402dc8d2-32bd-59ad-80f3-4bd2cc000b0d.htm @@ -43,4 +43,4 @@ gmp_lib.mpz_bin_uiui(rop, 4UI, 6) ' Release unmanaged memory allocated for rop. -gmp_lib.mpz_clear(rop)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(rop)
See Also
\ No newline at end of file diff --git a/docs/html/433b0777-4514-5b20-7494-f0f2746fe8e5.htm b/docs/html/433b0777-4514-5b20-7494-f0f2746fe8e5.htm index 1c8158f..e1af7c2 100644 --- a/docs/html/433b0777-4514-5b20-7494-f0f2746fe8e5.htm +++ b/docs/html/433b0777-4514-5b20-7494-f0f2746fe8e5.htm @@ -21,4 +21,4 @@ quotient : mpq_t * dividend : mpq_t * divisor : mpq_t -> unit -

Parameters

quotient
Type: Math.Gmp.Nativempq_t
The result rational.
dividend
Type: Math.Gmp.Nativempq_t
The first operand rational.
divisor
Type: Math.Gmp.Nativempq_t
The second operand rational.
Examples
See Also
\ No newline at end of file +

Parameters

quotient
Type: Math.Gmp.Nativempq_t
The result rational.
dividend
Type: Math.Gmp.Nativempq_t
The first operand rational.
divisor
Type: Math.Gmp.Nativempq_t
The second operand rational.
Examples
See Also
\ No newline at end of file diff --git a/docs/html/438e6843-fc7b-4e6f-9ac0-d97a2773b032.htm b/docs/html/438e6843-fc7b-4e6f-9ac0-d97a2773b032.htm index f5935a2..bf1a134 100644 --- a/docs/html/438e6843-fc7b-4e6f-9ac0-d97a2773b032.htm +++ b/docs/html/438e6843-fc7b-4e6f-9ac0-d97a2773b032.htm @@ -45,4 +45,4 @@ Assert.IsTrue(gmp_lib.mpf_get_d(x) = 0.0) Assert.IsTrue(gmp_lib.mpf_get_prec(x) = 64UI) ' Release unmanaged memory allocated for x. -gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/43cb2c87-9fab-eb9d-2f7a-140d72af7b15.htm b/docs/html/43cb2c87-9fab-eb9d-2f7a-140d72af7b15.htm index dd66942..cf2109c 100644 --- a/docs/html/43cb2c87-9fab-eb9d-2f7a-140d72af7b15.htm +++ b/docs/html/43cb2c87-9fab-eb9d-2f7a-140d72af7b15.htm @@ -40,4 +40,4 @@ gmp_lib.mpq_set_si(op1, 1, 5, 6UI) < 0) ' Release unmanaged memory allocated for op1. -gmp_lib.mpq_clear(op1)
See Also
\ No newline at end of file +gmp_lib.mpq_clear(op1)
See Also
\ No newline at end of file diff --git a/docs/html/44097b06-123a-4c00-b17f-ab0c70ad78bb.htm b/docs/html/44097b06-123a-4c00-b17f-ab0c70ad78bb.htm index d337d1d..b9de419 100644 --- a/docs/html/44097b06-123a-4c00-b17f-ab0c70ad78bb.htm +++ b/docs/html/44097b06-123a-4c00-b17f-ab0c70ad78bb.htm @@ -66,4 +66,4 @@ Assert.IsTrue(gmp_lib.mpz_get_ui(op) = 123456' Release unmanaged memory allocated for op. -gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/44e6038b-2e97-b53d-0d46-ce1fff3522d0.htm b/docs/html/44e6038b-2e97-b53d-0d46-ce1fff3522d0.htm index 4eee43a..c4fbc0d 100644 --- a/docs/html/44e6038b-2e97-b53d-0d46-ce1fff3522d0.htm +++ b/docs/html/44e6038b-2e97-b53d-0d46-ce1fff3522d0.htm @@ -45,4 +45,4 @@ gmp_lib.mpf_sqrt_ui(z, 100UI) Assert.IsTrue(gmp_lib.mpf_get_d(z) = 10.0) ' Release unmanaged memory allocated for x and z. -gmp_lib.mpf_clear(z)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(z)
See Also
\ No newline at end of file diff --git a/docs/html/452a9316-f421-a65c-a9ba-254b201dc431.htm b/docs/html/452a9316-f421-a65c-a9ba-254b201dc431.htm index bf77755..c6381c3 100644 --- a/docs/html/452a9316-f421-a65c-a9ba-254b201dc431.htm +++ b/docs/html/452a9316-f421-a65c-a9ba-254b201dc431.htm @@ -59,4 +59,4 @@ Assert.IsTrue(gmp_lib.mpz_get_si(q) = 3333 Assert.IsTrue(gmp_lib.mpz_get_si(r) = 1) ' Release unmanaged memory allocated for n, q, and r. -gmp_lib.mpz_clears(n, q, r, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(n, q, r, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/45a76d5c-c5bf-e7f8-906a-15d290e9a50d.htm b/docs/html/45a76d5c-c5bf-e7f8-906a-15d290e9a50d.htm index f6630ec..6745c1c 100644 --- a/docs/html/45a76d5c-c5bf-e7f8-906a-15d290e9a50d.htm +++ b/docs/html/45a76d5c-c5bf-e7f8-906a-15d290e9a50d.htm @@ -57,4 +57,4 @@ gmp_lib.mpf_add_ui(z, x, 210UI) Assert.IsTrue(gmp_lib.mpf_get_d(z) = 220.0) ' Release unmanaged memory allocated for x and z. -gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/47695d57-9a89-48db-97c3-2ed03965d913.htm b/docs/html/47695d57-9a89-48db-97c3-2ed03965d913.htm index fc0935c..b0fa038 100644 --- a/docs/html/47695d57-9a89-48db-97c3-2ed03965d913.htm +++ b/docs/html/47695d57-9a89-48db-97c3-2ed03965d913.htm @@ -7,4 +7,4 @@  Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static readonly mp_size_t mp_bytes_per_limb

Field Value

Type: mp_size_t
Examples
mp_size_t bytesPerLimb = gmp_lib.mp_bytes_per_limb;
 Assert.AreEqual(bytesPerLimb, (mp_size_t)IntPtr.Size);
See Also
\ No newline at end of file +Assert.AreEqual(bytesPerLimb, DirectCast(IntPtr.Size, mp_size_t))
See Also
\ No newline at end of file diff --git a/docs/html/480d1d15-b561-ac8f-b12a-f27ba075b3f2.htm b/docs/html/480d1d15-b561-ac8f-b12a-f27ba075b3f2.htm index aeb04cc..e59958f 100644 --- a/docs/html/480d1d15-b561-ac8f-b12a-f27ba075b3f2.htm +++ b/docs/html/480d1d15-b561-ac8f-b12a-f27ba075b3f2.htm @@ -46,4 +46,4 @@ gmp_lib.mpz_init_set_ui(op, 70UI) Assert.IsTrue(gmp_lib.mpz_scan1(op, 3UI) = 6UI) ' Release unmanaged memory allocated for op. -gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/494fa261-4044-f216-7041-a55d95a26f5b.htm b/docs/html/494fa261-4044-f216-7041-a55d95a26f5b.htm index eef5ab9..542e89d 100644 --- a/docs/html/494fa261-4044-f216-7041-a55d95a26f5b.htm +++ b/docs/html/494fa261-4044-f216-7041-a55d95a26f5b.htm @@ -39,4 +39,4 @@ gmp_lib.gmp_randinit_set(rop, op) ' Free all memory occupied by op and rop. gmp_lib.gmp_randclear(op) -gmp_lib.gmp_randclear(rop)
See Also
\ No newline at end of file +gmp_lib.gmp_randclear(rop)
See Also
\ No newline at end of file diff --git a/docs/html/4a959468-7670-9303-a5e7-3f1de8f17a62.htm b/docs/html/4a959468-7670-9303-a5e7-3f1de8f17a62.htm index 27c0332..8c78246 100644 --- a/docs/html/4a959468-7670-9303-a5e7-3f1de8f17a62.htm +++ b/docs/html/4a959468-7670-9303-a5e7-3f1de8f17a62.htm @@ -41,4 +41,4 @@ gmp_lib.mpz_combit(rop, 3UI) ' Assert that rop is 78. Assert.IsTrue(gmp_lib.mpz_get_si(rop) = 78) -' Release unmanaged memory allocated for rop.
See Also
\ No newline at end of file +' Release unmanaged memory allocated for rop.
See Also
\ No newline at end of file diff --git a/docs/html/4b08344c-f506-a717-4e1d-112cd19f5286.htm b/docs/html/4b08344c-f506-a717-4e1d-112cd19f5286.htm index 3bbecb3..d5f9a11 100644 --- a/docs/html/4b08344c-f506-a717-4e1d-112cd19f5286.htm +++ b/docs/html/4b08344c-f506-a717-4e1d-112cd19f5286.htm @@ -49,4 +49,4 @@ Assert.IsTrue(limbs(1) = (' Release unmanaged memory allocated for x and value. gmp_lib.mpz_clear(x) -gmp_lib.free(value)
See Also
\ No newline at end of file +gmp_lib.free(value)
See Also
\ No newline at end of file diff --git a/docs/html/4b6a07f8-2a61-d1a3-7192-f2907292bf2a.htm b/docs/html/4b6a07f8-2a61-d1a3-7192-f2907292bf2a.htm index ca44856..29b0406 100644 --- a/docs/html/4b6a07f8-2a61-d1a3-7192-f2907292bf2a.htm +++ b/docs/html/4b6a07f8-2a61-d1a3-7192-f2907292bf2a.htm @@ -47,4 +47,4 @@ gmp_lib.mpz_init_set_ui(c, 1UI) Assert.IsTrue(gmp_lib.mpz_congruent_2exp_p(n, c, 3UI) > 0) ' Release unmanaged memory allocated for n and c. -gmp_lib.mpz_clears(n, c, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(n, c, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/4bafc7fe-d2a8-7cf2-b9b8-c296550b4ef2.htm b/docs/html/4bafc7fe-d2a8-7cf2-b9b8-c296550b4ef2.htm index e2051f2..29e1525 100644 --- a/docs/html/4bafc7fe-d2a8-7cf2-b9b8-c296550b4ef2.htm +++ b/docs/html/4bafc7fe-d2a8-7cf2-b9b8-c296550b4ef2.htm @@ -45,4 +45,4 @@ gmp_lib.mpz_init_set_ui(y, 5UI) Assert.IsTrue(gmp_lib.mpz_divisible_p(x, y) > 0) ' Release unmanaged memory allocated for x and y. -gmp_lib.mpz_clears(x, y, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(x, y, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/4be917d3-47c6-cb58-d768-6276e78f0afb.htm b/docs/html/4be917d3-47c6-cb58-d768-6276e78f0afb.htm index a3285b0..ace6f03 100644 --- a/docs/html/4be917d3-47c6-cb58-d768-6276e78f0afb.htm +++ b/docs/html/4be917d3-47c6-cb58-d768-6276e78f0afb.htm @@ -61,4 +61,4 @@ gmp_lib.mpz_rrandomb(rop, state, 50) ' Free all memory occupied by state and rop. gmp_lib.gmp_randclear(state) -gmp_lib.mpz_clear(rop)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(rop)
See Also
\ No newline at end of file diff --git a/docs/html/4c3f1727-1891-2918-da3a-321930e883ed.htm b/docs/html/4c3f1727-1891-2918-da3a-321930e883ed.htm index 13e41d4..e23f4a6 100644 --- a/docs/html/4c3f1727-1891-2918-da3a-321930e883ed.htm +++ b/docs/html/4c3f1727-1891-2918-da3a-321930e883ed.htm @@ -11,4 +11,4 @@ int get (); void set (int value); }

Property Value

Type: Int32
See Also
\ No newline at end of file +

Property Value

Type: Int32
See Also
\ No newline at end of file diff --git a/docs/html/4c81a27a-206c-e5da-44e9-0ac7767b3366.htm b/docs/html/4c81a27a-206c-e5da-44e9-0ac7767b3366.htm index df33ea6..b5ad87c 100644 --- a/docs/html/4c81a27a-206c-e5da-44e9-0ac7767b3366.htm +++ b/docs/html/4c81a27a-206c-e5da-44e9-0ac7767b3366.htm @@ -33,4 +33,4 @@ gmp_lib.mpf_set_default_prec(64UI) Assert.IsTrue(gmp_lib.mpf_size(x) = 4) ' Release unmanaged memory allocated for x. -gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/4c830876-cdf6-9d94-1ceb-24d30f873bc2.htm b/docs/html/4c830876-cdf6-9d94-1ceb-24d30f873bc2.htm index 898665b..cea2abe 100644 --- a/docs/html/4c830876-cdf6-9d94-1ceb-24d30f873bc2.htm +++ b/docs/html/4c830876-cdf6-9d94-1ceb-24d30f873bc2.htm @@ -59,4 +59,4 @@ gmp_lib.mpz_tdiv_q(q, n, d) Assert.IsTrue(gmp_lib.mpz_get_si(q) = 3333) ' Release unmanaged memory allocated for n, d, and q. -gmp_lib.mpz_clears(n, d, q, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(n, d, q, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/4dfb8bd5-8a6f-6919-7aa9-8c060d42b5d7.htm b/docs/html/4dfb8bd5-8a6f-6919-7aa9-8c060d42b5d7.htm index 557ac7e..46b5966 100644 --- a/docs/html/4dfb8bd5-8a6f-6919-7aa9-8c060d42b5d7.htm +++ b/docs/html/4dfb8bd5-8a6f-6919-7aa9-8c060d42b5d7.htm @@ -50,4 +50,4 @@ gmp_lib.mpz_init_set_ui(op2, 70UI) Assert.IsTrue(gmp_lib.mpz_hamdist(op1, op2) = 5UI) ' Release unmanaged memory allocated for op1 and op2. -gmp_lib.mpz_clears(op1, op2, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(op1, op2, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/4e14cfc4-6f8b-14f7-74df-2f4415ce6f1c.htm b/docs/html/4e14cfc4-6f8b-14f7-74df-2f4415ce6f1c.htm index 09288b8..5cc05bf 100644 --- a/docs/html/4e14cfc4-6f8b-14f7-74df-2f4415ce6f1c.htm +++ b/docs/html/4e14cfc4-6f8b-14f7-74df-2f4415ce6f1c.htm @@ -62,4 +62,4 @@ gmp_lib.mpz_gcd(rop, op1, op2) Assert.IsTrue(gmp_lib.mpz_get_si(rop) = 7) ' Release unmanaged memory allocated for rop, op1, and op2. -gmp_lib.mpz_clears(rop, op1, op2, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(rop, op1, op2, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/4e30a5e0-637b-949e-a627-387a56945f7b.htm b/docs/html/4e30a5e0-637b-949e-a627-387a56945f7b.htm index e97afe8..b57eb54 100644 --- a/docs/html/4e30a5e0-637b-949e-a627-387a56945f7b.htm +++ b/docs/html/4e30a5e0-637b-949e-a627-387a56945f7b.htm @@ -53,4 +53,4 @@ Assert.IsTrue(x.ToString() = "0.234e-1") ' Release unmanaged memory allocated for x and y. gmp_lib.mpf_clear(x) -gmp_lib.free(value)
See Also
\ No newline at end of file +gmp_lib.free(value)
See Also
\ No newline at end of file diff --git a/docs/html/4e876639-72f5-7659-f4a9-862639e27e1c.htm b/docs/html/4e876639-72f5-7659-f4a9-862639e27e1c.htm index 3e07896..b942c63 100644 --- a/docs/html/4e876639-72f5-7659-f4a9-862639e27e1c.htm +++ b/docs/html/4e876639-72f5-7659-f4a9-862639e27e1c.htm @@ -70,4 +70,4 @@ gmp_lib.mpf_div(z, y, x) Assert.IsTrue(gmp_lib.mpf_get_d(z) = -21.0) ' Release unmanaged memory allocated for x, y, and z. -gmp_lib.mpf_clears(x, y, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpf_clears(x, y, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/4e93c4c4-d799-2828-5285-8a3f3ed02ad3.htm b/docs/html/4e93c4c4-d799-2828-5285-8a3f3ed02ad3.htm index ed49970..876582e 100644 --- a/docs/html/4e93c4c4-d799-2828-5285-8a3f3ed02ad3.htm +++ b/docs/html/4e93c4c4-d799-2828-5285-8a3f3ed02ad3.htm @@ -51,4 +51,4 @@ gmp_lib.mpz_addmul_ui(z, x, 12222UI) Assert.IsTrue(gmp_lib.mpz_get_si(z) = 20000 + -10000 * 12222) ' Release unmanaged memory allocated for x and z. -gmp_lib.mpz_clears(x, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(x, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/4f0f115a-3956-13f7-4d6f-0157936c03bd.htm b/docs/html/4f0f115a-3956-13f7-4d6f-0157936c03bd.htm index 5077c68..593af56 100644 --- a/docs/html/4f0f115a-3956-13f7-4d6f-0157936c03bd.htm +++ b/docs/html/4f0f115a-3956-13f7-4d6f-0157936c03bd.htm @@ -40,4 +40,4 @@ gmp_lib.mpf_init_set_si(x, 512) Assert.IsTrue(gmp_lib.mpf_cmp_d(x, 128.0) > 0) ' Release unmanaged memory allocated for x. -gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/4f821e78-facb-4ea2-ab21-62d1f5049e68.htm b/docs/html/4f821e78-facb-4ea2-ab21-62d1f5049e68.htm index 0f730dd..a0e7dee 100644 --- a/docs/html/4f821e78-facb-4ea2-ab21-62d1f5049e68.htm +++ b/docs/html/4f821e78-facb-4ea2-ab21-62d1f5049e68.htm @@ -33,4 +33,4 @@ gmp_lib.mpz_init_set_ui(x, 10000UI) Assert.IsTrue(gmp_lib.mpz_divisible_2exp_p(x, 2UI) > 0) ' Release unmanaged memory allocated for x. -gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/4f98333c-76a2-db46-cbba-97785a449450.htm b/docs/html/4f98333c-76a2-db46-cbba-97785a449450.htm index b8801a1..03c29cc 100644 --- a/docs/html/4f98333c-76a2-db46-cbba-97785a449450.htm +++ b/docs/html/4f98333c-76a2-db46-cbba-97785a449450.htm @@ -58,4 +58,4 @@ Assert.IsTrue(gmp_lib.mpq_cmp_si(op, -1, < ' Release unmanaged memory allocated for op and num. gmp_lib.mpq_clear(op) -gmp_lib.mpz_clear(num)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(num)
See Also
\ No newline at end of file diff --git a/docs/html/4fcc5434-e328-6730-f46e-bd0823ec7560.htm b/docs/html/4fcc5434-e328-6730-f46e-bd0823ec7560.htm index cccf001..1071b26 100644 --- a/docs/html/4fcc5434-e328-6730-f46e-bd0823ec7560.htm +++ b/docs/html/4fcc5434-e328-6730-f46e-bd0823ec7560.htm @@ -37,4 +37,4 @@ gmp_lib.free(s1p, s2p);
0) ' Release unmanaged memory. -gmp_lib.free(s1p, s2p)
See Also
\ No newline at end of file +gmp_lib.free(s1p, s2p)
See Also
\ No newline at end of file diff --git a/docs/html/50306850-d92d-5038-bbcc-c452cd3c69a9.htm b/docs/html/50306850-d92d-5038-bbcc-c452cd3c69a9.htm index 1120257..f15683c 100644 --- a/docs/html/50306850-d92d-5038-bbcc-c452cd3c69a9.htm +++ b/docs/html/50306850-d92d-5038-bbcc-c452cd3c69a9.htm @@ -77,4 +77,4 @@ Assert.IsTrue(dbl.Value = 1.0) ' Release unmanaged memory. gmp_lib.mpz_clear(z) gmp_lib.mpq_clear(q) -gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file diff --git a/docs/html/5236d7a8-b79f-add8-4898-997e9d6a68bf.htm b/docs/html/5236d7a8-b79f-add8-4898-997e9d6a68bf.htm index b75dfad..3eeeec0 100644 --- a/docs/html/5236d7a8-b79f-add8-4898-997e9d6a68bf.htm +++ b/docs/html/5236d7a8-b79f-add8-4898-997e9d6a68bf.htm @@ -50,4 +50,4 @@ Assert.IsTrue(gmp_lib.mpf_cmp_z(x, z) > 0' Release unmanaged memory allocated for x and z. gmp_lib.mpf_clear(x) -gmp_lib.mpz_clear(z)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(z)
See Also
\ No newline at end of file diff --git a/docs/html/52388f4c-575a-9b13-41a6-e7ec2bd0becd.htm b/docs/html/52388f4c-575a-9b13-41a6-e7ec2bd0becd.htm index 8243f04..e752473 100644 --- a/docs/html/52388f4c-575a-9b13-41a6-e7ec2bd0becd.htm +++ b/docs/html/52388f4c-575a-9b13-41a6-e7ec2bd0becd.htm @@ -54,4 +54,4 @@ Assert.IsTrue(gmp_lib.mpq_cmp_si(op, -1, < ' Release unmanaged memory allocated for op and num. gmp_lib.mpq_clear(op) -gmp_lib.mpz_clear(den)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(den)
See Also
\ No newline at end of file diff --git a/docs/html/52ce0428-7c09-f2b9-f517-d3d02521f365.htm b/docs/html/52ce0428-7c09-f2b9-f517-d3d02521f365.htm index 3fc47b8..980be98 100644 --- a/docs/html/52ce0428-7c09-f2b9-f517-d3d02521f365.htm +++ b/docs/html/52ce0428-7c09-f2b9-f517-d3d02521f365.htm @@ -38,4 +38,4 @@ gmp_lib.mpz_init_set_ui(n, 12UI) Assert.IsTrue(gmp_lib.mpz_probab_prime_p(n, 25) = 0) ' Release unmanaged memory allocated for n. -gmp_lib.mpz_clear(n)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(n)
See Also
\ No newline at end of file diff --git a/docs/html/53702772-53e9-ec51-c3a5-7a1912b4f2b4.htm b/docs/html/53702772-53e9-ec51-c3a5-7a1912b4f2b4.htm index bb88721..4009088 100644 --- a/docs/html/53702772-53e9-ec51-c3a5-7a1912b4f2b4.htm +++ b/docs/html/53702772-53e9-ec51-c3a5-7a1912b4f2b4.htm @@ -59,4 +59,4 @@ gmp_lib.mpz_sub(z, x, y) Assert.IsTrue(gmp_lib.mpz_get_si(z) = -2222) ' Release unmanaged memory allocated for x, y, and z. -gmp_lib.mpz_clears(x, y, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(x, y, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/54ba330f-67d3-fa30-2d5f-0480b7f4659c.htm b/docs/html/54ba330f-67d3-fa30-2d5f-0480b7f4659c.htm index 4ae72e8..18d404c 100644 --- a/docs/html/54ba330f-67d3-fa30-2d5f-0480b7f4659c.htm +++ b/docs/html/54ba330f-67d3-fa30-2d5f-0480b7f4659c.htm @@ -44,4 +44,4 @@ gmp_lib.mpz_init_set_ui(b, 4UI) Assert.IsTrue(gmp_lib.mpz_kronecker(a, b) = 1) ' Release unmanaged memory allocated for a and b. -gmp_lib.mpz_clears(a, b, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(a, b, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/54c1f778-6fc8-0056-6f25-26f6754645fb.htm b/docs/html/54c1f778-6fc8-0056-6f25-26f6754645fb.htm index 99b1d42..682c439 100644 --- a/docs/html/54c1f778-6fc8-0056-6f25-26f6754645fb.htm +++ b/docs/html/54c1f778-6fc8-0056-6f25-26f6754645fb.htm @@ -55,4 +55,4 @@ Assert.IsTrue(s.ToString() = "-210") ' Release unmanaged memory allocated for x and the string value. gmp_lib.mpz_clear(x) -gmp_lib.free(s)
See Also
\ No newline at end of file +gmp_lib.free(s)
See Also
\ No newline at end of file diff --git a/docs/html/551f8670-3080-9a92-cd50-58d09cbf77ef.htm b/docs/html/551f8670-3080-9a92-cd50-58d09cbf77ef.htm index dd50a51..08665cb 100644 --- a/docs/html/551f8670-3080-9a92-cd50-58d09cbf77ef.htm +++ b/docs/html/551f8670-3080-9a92-cd50-58d09cbf77ef.htm @@ -31,4 +31,4 @@ gmp_lib.mpz_init(x) Assert.IsTrue(gmp_lib.mpz_get_ui(x) = 0UI) ' Release unmanaged memory allocated for x. -gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/5562b14f-48a4-be75-2eb0-6a129cd0d5ab.htm b/docs/html/5562b14f-48a4-be75-2eb0-6a129cd0d5ab.htm index 183d385..b5eb2c8 100644 --- a/docs/html/5562b14f-48a4-be75-2eb0-6a129cd0d5ab.htm +++ b/docs/html/5562b14f-48a4-be75-2eb0-6a129cd0d5ab.htm @@ -51,4 +51,4 @@ Assert.IsTrue(carry = 1) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, s1p, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, s1p, result)
See Also
\ No newline at end of file diff --git a/docs/html/56e1a610-d238-ab9f-87b5-001764290847.htm b/docs/html/56e1a610-d238-ab9f-87b5-001764290847.htm index 3908a63..6cc62d5 100644 --- a/docs/html/56e1a610-d238-ab9f-87b5-001764290847.htm +++ b/docs/html/56e1a610-d238-ab9f-87b5-001764290847.htm @@ -57,4 +57,4 @@ Assert.IsTrue(str.ToString() = "123456 - 7B/1C8 gmp_lib.free(str) gmp_lib.mpz_clear(z) gmp_lib.mpq_clear(q) -gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file diff --git a/docs/html/5786e0c6-2dde-406f-b86d-3df6757c80c0.htm b/docs/html/5786e0c6-2dde-406f-b86d-3df6757c80c0.htm index 6c4201b..c1b080b 100644 --- a/docs/html/5786e0c6-2dde-406f-b86d-3df6757c80c0.htm +++ b/docs/html/5786e0c6-2dde-406f-b86d-3df6757c80c0.htm @@ -70,4 +70,4 @@ Assert.IsTrue(s.ToString() = "-10 00000000000000 ' Release unmanaged memory allocated for x and s. gmp_lib.mpz_clear(x) -gmp_lib.free(s)
See Also
\ No newline at end of file +gmp_lib.free(s)
See Also
\ No newline at end of file diff --git a/docs/html/582a0647-1482-ecd7-cc78-bd2222610e06.htm b/docs/html/582a0647-1482-ecd7-cc78-bd2222610e06.htm index f633003..bc6c3ea 100644 --- a/docs/html/582a0647-1482-ecd7-cc78-bd2222610e06.htm +++ b/docs/html/582a0647-1482-ecd7-cc78-bd2222610e06.htm @@ -59,4 +59,4 @@ gmp_lib.mpz_addmul(z, x, y) Assert.IsTrue(gmp_lib.mpz_get_si(z) = 20000UI + 10000 * 12222) ' Release unmanaged memory allocated for x and z. -gmp_lib.mpz_clears(x, y, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(x, y, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/584834ae-b1f7-d965-2586-f88d5c9b4f67.htm b/docs/html/584834ae-b1f7-d965-2586-f88d5c9b4f67.htm index 1a7a53c..6b8d47d 100644 --- a/docs/html/584834ae-b1f7-d965-2586-f88d5c9b4f67.htm +++ b/docs/html/584834ae-b1f7-d965-2586-f88d5c9b4f67.htm @@ -21,4 +21,4 @@ product : mpq_t * multiplier : mpq_t * multiplicand : mpq_t -> unit -

Parameters

product
Type: Math.Gmp.Nativempq_t
The result rational.
multiplier
Type: Math.Gmp.Nativempq_t
The first operand rational.
multiplicand
Type: Math.Gmp.Nativempq_t
The second operand rational.
Examples
See Also
\ No newline at end of file +

Parameters

product
Type: Math.Gmp.Nativempq_t
The result rational.
multiplier
Type: Math.Gmp.Nativempq_t
The first operand rational.
multiplicand
Type: Math.Gmp.Nativempq_t
The second operand rational.
Examples
See Also
\ No newline at end of file diff --git a/docs/html/5a168ae0-405b-7259-0853-84999876c47a.htm b/docs/html/5a168ae0-405b-7259-0853-84999876c47a.htm index 291fba0..7f75ba4 100644 --- a/docs/html/5a168ae0-405b-7259-0853-84999876c47a.htm +++ b/docs/html/5a168ae0-405b-7259-0853-84999876c47a.htm @@ -39,4 +39,4 @@ gmp_lib.mpf_init_set_si(x, 512) Assert.IsTrue(gmp_lib.mpf_cmp_ui(x, 128) > 0) ' Release unmanaged memory allocated for x. -gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/5a61d62c-a0f0-5e86-b6dd-8ca6414b35ed.htm b/docs/html/5a61d62c-a0f0-5e86-b6dd-8ca6414b35ed.htm index eedb912..bc5829a 100644 --- a/docs/html/5a61d62c-a0f0-5e86-b6dd-8ca6414b35ed.htm +++ b/docs/html/5a61d62c-a0f0-5e86-b6dd-8ca6414b35ed.htm @@ -47,4 +47,4 @@ gmp_lib.mpz_neg(z, x) Assert.IsTrue(gmp_lib.mpz_get_si(z) = 10000) ' Release unmanaged memory allocated for x and z. -gmp_lib.mpz_clears(x, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(x, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/5a698221-639e-333b-061b-0aa3f76c38e9.htm b/docs/html/5a698221-639e-333b-061b-0aa3f76c38e9.htm index 7a24b15..1dc8ef3 100644 --- a/docs/html/5a698221-639e-333b-061b-0aa3f76c38e9.htm +++ b/docs/html/5a698221-639e-333b-061b-0aa3f76c38e9.htm @@ -53,4 +53,4 @@ gmp_lib.mpf_urandomb(rop, state, 50) ' Free all memory occupied by state and rop. gmp_lib.gmp_randclear(state) -gmp_lib.mpf_clear(rop)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(rop)
See Also
\ No newline at end of file diff --git a/docs/html/5c2015f3-41d2-7b80-5309-e41ccec0baaf.htm b/docs/html/5c2015f3-41d2-7b80-5309-e41ccec0baaf.htm index ff75ac4..db37bb2 100644 --- a/docs/html/5c2015f3-41d2-7b80-5309-e41ccec0baaf.htm +++ b/docs/html/5c2015f3-41d2-7b80-5309-e41ccec0baaf.htm @@ -39,4 +39,4 @@ Assert.IsTrue(gmp_lib.gmp_printf("%Zd - %QX - %F ' Release unmanaged memory. gmp_lib.mpz_clear(z) gmp_lib.mpq_clear(q) -gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file diff --git a/docs/html/5cd3a242-93b7-49c5-b9c9-1dca02ed4662.htm b/docs/html/5cd3a242-93b7-49c5-b9c9-1dca02ed4662.htm index d610d3a..343c2dd 100644 --- a/docs/html/5cd3a242-93b7-49c5-b9c9-1dca02ed4662.htm +++ b/docs/html/5cd3a242-93b7-49c5-b9c9-1dca02ed4662.htm @@ -44,4 +44,4 @@ gmp_lib.mpz_init2(x, 300) Assert.IsTrue(gmp_lib.mpz_get_si(x) = 0) ' Release unmanaged memory allocated for x. -gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/5dfc0ea9-a81f-bda9-356c-034395ba3c9c.htm b/docs/html/5dfc0ea9-a81f-bda9-356c-034395ba3c9c.htm index f01f897..bb3af4d 100644 --- a/docs/html/5dfc0ea9-a81f-bda9-356c-034395ba3c9c.htm +++ b/docs/html/5dfc0ea9-a81f-bda9-356c-034395ba3c9c.htm @@ -58,4 +58,4 @@ gmp_lib.mpz_fdiv_r(r, n, d) Assert.IsTrue(gmp_lib.mpz_get_si(r) = 1) ' Release unmanaged memory allocated for n, d, and r. -gmp_lib.mpz_clears(n, d, r, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(n, d, r, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/5ea7691b-2a0f-5f25-290c-54c78e2cf3bd.htm b/docs/html/5ea7691b-2a0f-5f25-290c-54c78e2cf3bd.htm index 4426a83..2918660 100644 --- a/docs/html/5ea7691b-2a0f-5f25-290c-54c78e2cf3bd.htm +++ b/docs/html/5ea7691b-2a0f-5f25-290c-54c78e2cf3bd.htm @@ -29,4 +29,4 @@ gmp_lib.mpf_init_set_ui(op, UInteger.MaxV Assert.IsTrue(gmp_lib.mpf_fits_sint_p(op) = 0) ' Release unmanaged memory allocated for op. -gmp_lib.mpf_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/5fba9944-4437-9b1c-afa0-666d87eafe39.htm b/docs/html/5fba9944-4437-9b1c-afa0-666d87eafe39.htm index 0ad65f5..889f013 100644 --- a/docs/html/5fba9944-4437-9b1c-afa0-666d87eafe39.htm +++ b/docs/html/5fba9944-4437-9b1c-afa0-666d87eafe39.htm @@ -51,4 +51,4 @@ gmp_lib.mpz_mul_ui(z, x, 12222) Assert.IsTrue(gmp_lib.mpz_get_si(z) = -10000 * 12222) ' Release unmanaged memory allocated for x and z. -gmp_lib.mpz_clears(x, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(x, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/6101fda5-1230-66a9-5aff-5d8da426e364.htm b/docs/html/6101fda5-1230-66a9-5aff-5d8da426e364.htm index 8d794d3..e9e5ded 100644 --- a/docs/html/6101fda5-1230-66a9-5aff-5d8da426e364.htm +++ b/docs/html/6101fda5-1230-66a9-5aff-5d8da426e364.htm @@ -43,4 +43,4 @@ gmp_lib.mpz_ui_pow_ui(rop, 2UI, 16) ' Release unmanaged memory allocated for rop. -gmp_lib.mpz_clear(rop)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(rop)
See Also
\ No newline at end of file diff --git a/docs/html/61401484-d06f-ab9e-110d-b46f4d0a9eba.htm b/docs/html/61401484-d06f-ab9e-110d-b46f4d0a9eba.htm index 3a4ddbf..9c43d71 100644 --- a/docs/html/61401484-d06f-ab9e-110d-b46f4d0a9eba.htm +++ b/docs/html/61401484-d06f-ab9e-110d-b46f4d0a9eba.htm @@ -31,4 +31,4 @@ gmp_lib.free(s1p);
0) ' Release unmanaged memory. -gmp_lib.free(s1p)
See Also
\ No newline at end of file +gmp_lib.free(s1p)
See Also
\ No newline at end of file diff --git a/docs/html/61686857-e4a0-ad60-1419-2b87a79b06c1.htm b/docs/html/61686857-e4a0-ad60-1419-2b87a79b06c1.htm index 0ee224e..7076aa6 100644 --- a/docs/html/61686857-e4a0-ad60-1419-2b87a79b06c1.htm +++ b/docs/html/61686857-e4a0-ad60-1419-2b87a79b06c1.htm @@ -63,4 +63,4 @@ Assert.IsTrue(str.ToString() = "123456 - 7B/1C8 gmp_lib.free(str) gmp_lib.mpz_clear(z) gmp_lib.mpq_clear(q) -gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file diff --git a/docs/html/62c5f2f4-2a93-e6d2-b867-23d4f2b98af4.htm b/docs/html/62c5f2f4-2a93-e6d2-b867-23d4f2b98af4.htm index aa3db2e..cb5c3e6 100644 --- a/docs/html/62c5f2f4-2a93-e6d2-b867-23d4f2b98af4.htm +++ b/docs/html/62c5f2f4-2a93-e6d2-b867-23d4f2b98af4.htm @@ -56,4 +56,4 @@ Assert.IsTrue(System.IO.File.ReadAllText(pathname) = ' Release unmanaged memory. gmp_lib.mpz_clear(z) gmp_lib.mpq_clear(q) -gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file diff --git a/docs/html/62ffb793-b32f-e0dc-a399-f20fe708a803.htm b/docs/html/62ffb793-b32f-e0dc-a399-f20fe708a803.htm index 6199472..390528b 100644 --- a/docs/html/62ffb793-b32f-e0dc-a399-f20fe708a803.htm +++ b/docs/html/62ffb793-b32f-e0dc-a399-f20fe708a803.htm @@ -60,4 +60,4 @@ gmp_lib.mpn_sec_invert(rp, ap, mp, ap.Size, (uin Assert.IsTrue(rp[0] == result[0]); // Release unmanaged memory. -gmp_lib.free(ap, mp, rp, result, tp);
See Also
\ No newline at end of file +gmp_lib.free(ap, mp, rp, result, tp);
See Also
\ No newline at end of file diff --git a/docs/html/635ddf01-9c52-0d37-202e-c560b895fb7d.htm b/docs/html/635ddf01-9c52-0d37-202e-c560b895fb7d.htm index fa1c538..4abfa34 100644 --- a/docs/html/635ddf01-9c52-0d37-202e-c560b895fb7d.htm +++ b/docs/html/635ddf01-9c52-0d37-202e-c560b895fb7d.htm @@ -50,4 +50,4 @@ gmp_lib.mpz_com(rop, op) Assert.IsTrue(gmp_lib.mpz_get_si(rop) = -64) ' Release unmanaged memory allocated for rop and op. -gmp_lib.mpz_clears(rop, op, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(rop, op, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/64373933-f98b-74b4-c10f-3b1a98c410bc.htm b/docs/html/64373933-f98b-74b4-c10f-3b1a98c410bc.htm index cc95ee2..0ab681e 100644 --- a/docs/html/64373933-f98b-74b4-c10f-3b1a98c410bc.htm +++ b/docs/html/64373933-f98b-74b4-c10f-3b1a98c410bc.htm @@ -37,4 +37,4 @@ gmp_lib.free(xp);
1073741824) = 1073741824) ' Release unmanaged memory. -gmp_lib.free(xp)
See Also
\ No newline at end of file +gmp_lib.free(xp)
See Also
\ No newline at end of file diff --git a/docs/html/648fa405-45d3-506a-f6be-72642e8a7f32.htm b/docs/html/648fa405-45d3-506a-f6be-72642e8a7f32.htm index 691b90e..e6ea0a4 100644 --- a/docs/html/648fa405-45d3-506a-f6be-72642e8a7f32.htm +++ b/docs/html/648fa405-45d3-506a-f6be-72642e8a7f32.htm @@ -40,4 +40,4 @@ gmp_lib.mpf_init_set_d(x, -123.0) Assert.IsTrue(gmp_lib.mpf_get_d(x) = -123.0) ' Release unmanaged memory allocated for x. -gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/67fc54a2-05e7-bc3c-64f4-8c6de48fa6b6.htm b/docs/html/67fc54a2-05e7-bc3c-64f4-8c6de48fa6b6.htm index 0ff6dcd..65789be 100644 --- a/docs/html/67fc54a2-05e7-bc3c-64f4-8c6de48fa6b6.htm +++ b/docs/html/67fc54a2-05e7-bc3c-64f4-8c6de48fa6b6.htm @@ -49,4 +49,4 @@ Assert.IsTrue(gmp_lib.mpz_tdiv_q_ui(q, n, 33333
) ' Release unmanaged memory allocated for n and q. -gmp_lib.mpz_clears(n, q, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(n, q, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/6820d6c4-6ee1-53d7-7223-3f654a496ce4.htm b/docs/html/6820d6c4-6ee1-53d7-7223-3f654a496ce4.htm index c5f10d0..c5173ce 100644 --- a/docs/html/6820d6c4-6ee1-53d7-7223-3f654a496ce4.htm +++ b/docs/html/6820d6c4-6ee1-53d7-7223-3f654a496ce4.htm @@ -31,4 +31,4 @@ Assert.IsTrue(gmp_lib.mpz_even_p(op) > 00
) ' Release unmanaged memory allocated for op. -gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/6885ad71-c185-1e0c-abc8-4320e12f377a.htm b/docs/html/6885ad71-c185-1e0c-abc8-4320e12f377a.htm index c1d7bc9..1ad0f18 100644 --- a/docs/html/6885ad71-c185-1e0c-abc8-4320e12f377a.htm +++ b/docs/html/6885ad71-c185-1e0c-abc8-4320e12f377a.htm @@ -54,4 +54,4 @@ Assert.IsTrue(gmp_lib.mpq_cmp_si(op, 5, ' Release unmanaged memory allocated for op and num.
gmp_lib.mpq_clear(op) -gmp_lib.mpz_clear(num)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(num)
See Also
\ No newline at end of file diff --git a/docs/html/68d3161d-2909-1909-cda7-e87949ee27ce.htm b/docs/html/68d3161d-2909-1909-cda7-e87949ee27ce.htm index 7769fa0..58f1021 100644 --- a/docs/html/68d3161d-2909-1909-cda7-e87949ee27ce.htm +++ b/docs/html/68d3161d-2909-1909-cda7-e87949ee27ce.htm @@ -61,4 +61,4 @@ gmp_lib.mpn_mul(rp, s1p, s1p.Size, s2p, s2p.Size) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file diff --git a/docs/html/69ffabc9-a19c-6590-d918-fbf0710aff82.htm b/docs/html/69ffabc9-a19c-6590-d918-fbf0710aff82.htm index 893e122..3b6b92b 100644 --- a/docs/html/69ffabc9-a19c-6590-d918-fbf0710aff82.htm +++ b/docs/html/69ffabc9-a19c-6590-d918-fbf0710aff82.htm @@ -51,4 +51,4 @@ gmp_lib.mpn_and_n(rp, s1p, s2p, s1p.Size) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file diff --git a/docs/html/6a3819df-abc1-ceb1-a5c7-87a879977b8c.htm b/docs/html/6a3819df-abc1-ceb1-a5c7-87a879977b8c.htm index 733be12..895eb55 100644 --- a/docs/html/6a3819df-abc1-ceb1-a5c7-87a879977b8c.htm +++ b/docs/html/6a3819df-abc1-ceb1-a5c7-87a879977b8c.htm @@ -61,4 +61,4 @@ Assert.IsTrue(s.ToString() = value.ToString().Replace(' Release unmanaged memory allocated for x and string values. gmp_lib.mpz_clear(x) gmp_lib.free(value) -gmp_lib.free(s)
See Also
\ No newline at end of file +gmp_lib.free(s)
See Also
\ No newline at end of file diff --git a/docs/html/6b85c6a3-d6c5-d1d2-829a-af000bae687e.htm b/docs/html/6b85c6a3-d6c5-d1d2-829a-af000bae687e.htm index 88575ce..d9339c1 100644 --- a/docs/html/6b85c6a3-d6c5-d1d2-829a-af000bae687e.htm +++ b/docs/html/6b85c6a3-d6c5-d1d2-829a-af000bae687e.htm @@ -29,4 +29,4 @@ gmp_lib.mpz_init_set_ui(op, UInteger.MaxV Assert.IsTrue(gmp_lib.mpz_fits_ushort_p(op) = 0) ' Release unmanaged memory allocated for op. -gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/6c026976-a6c9-6f12-6b31-c113166ea236.htm b/docs/html/6c026976-a6c9-6f12-6b31-c113166ea236.htm index e7fad66..125466e 100644 --- a/docs/html/6c026976-a6c9-6f12-6b31-c113166ea236.htm +++ b/docs/html/6c026976-a6c9-6f12-6b31-c113166ea236.htm @@ -37,4 +37,4 @@ gmp_lib.mpz_init_set_ui(x, 10000UI) Assert.IsTrue(gmp_lib.mpz_divisible_ui_p(x, 5UI) > 0) ' Release unmanaged memory allocated for x. -gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/6c178e2d-a080-13b8-75b0-3fe232b46d75.htm b/docs/html/6c178e2d-a080-13b8-75b0-3fe232b46d75.htm index 66a6c3c..672abd9 100644 --- a/docs/html/6c178e2d-a080-13b8-75b0-3fe232b46d75.htm +++ b/docs/html/6c178e2d-a080-13b8-75b0-3fe232b46d75.htm @@ -29,4 +29,4 @@ gmp_lib.mpf_init_set_ui(op, UInteger.MaxV Assert.IsTrue(gmp_lib.mpf_fits_slong_p(op) = 0) ' Release unmanaged memory allocated for op. -gmp_lib.mpf_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/6d4f993a-1fd6-9db2-c0a7-0f3926863565.htm b/docs/html/6d4f993a-1fd6-9db2-c0a7-0f3926863565.htm index 9685fec..b3f5bc7 100644 --- a/docs/html/6d4f993a-1fd6-9db2-c0a7-0f3926863565.htm +++ b/docs/html/6d4f993a-1fd6-9db2-c0a7-0f3926863565.htm @@ -36,4 +36,4 @@ gmp_lib.free(r1p);
If(gmp_lib.mp_bytes_per_limb = 4, 2, 1)) ' Release unmanaged memory. -gmp_lib.free(r1p)
See Also
\ No newline at end of file +gmp_lib.free(r1p)
See Also
\ No newline at end of file diff --git a/docs/html/6f0c915a-514a-fce0-957b-50180f4b79a7.htm b/docs/html/6f0c915a-514a-fce0-957b-50180f4b79a7.htm index 4ea283f..5a7ac45 100644 --- a/docs/html/6f0c915a-514a-fce0-957b-50180f4b79a7.htm +++ b/docs/html/6f0c915a-514a-fce0-957b-50180f4b79a7.htm @@ -45,4 +45,4 @@ gmp_lib.mpn_com(rp, sp, sp.Size) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, sp, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, sp, result)
See Also
\ No newline at end of file diff --git a/docs/html/6f1dca2b-39f4-3acd-71fb-4f1e5a0d04e6.htm b/docs/html/6f1dca2b-39f4-3acd-71fb-4f1e5a0d04e6.htm index eed2f53..a49c830 100644 --- a/docs/html/6f1dca2b-39f4-3acd-71fb-4f1e5a0d04e6.htm +++ b/docs/html/6f1dca2b-39f4-3acd-71fb-4f1e5a0d04e6.htm @@ -81,4 +81,4 @@ Assert.IsTrue(qp(0) = 0) = remainder(0)) ' Release unmanaged memory. -gmp_lib.free(qp, np, dp, remainder, tp)
See Also
\ No newline at end of file +gmp_lib.free(qp, np, dp, remainder, tp)
See Also
\ No newline at end of file diff --git a/docs/html/6f85986d-b6a0-435d-3675-c025ef70413d.htm b/docs/html/6f85986d-b6a0-435d-3675-c025ef70413d.htm index f2faa93..b382a0b 100644 --- a/docs/html/6f85986d-b6a0-435d-3675-c025ef70413d.htm +++ b/docs/html/6f85986d-b6a0-435d-3675-c025ef70413d.htm @@ -77,4 +77,4 @@ Assert.IsTrue(result = "123456") System.IO.File.Delete(pathname) ' Release unmanaged memory allocated for op. -gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/71884691-07d0-7bdf-c761-df9b07723735.htm b/docs/html/71884691-07d0-7bdf-c761-df9b07723735.htm index cbf509f..1a07d7f 100644 --- a/docs/html/71884691-07d0-7bdf-c761-df9b07723735.htm +++ b/docs/html/71884691-07d0-7bdf-c761-df9b07723735.htm @@ -45,4 +45,4 @@ gmp_lib.mpz_fib_ui(fn, 20UI) Assert.IsTrue(gmp_lib.mpz_get_si(fn) = 6765) ' Release unmanaged memory allocated for fn. -gmp_lib.mpz_clear(fn)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(fn)
See Also
\ No newline at end of file diff --git a/docs/html/718e7623-d25b-8a09-2543-745f24cd82c1.htm b/docs/html/718e7623-d25b-8a09-2543-745f24cd82c1.htm index d995820..3e7af83 100644 --- a/docs/html/718e7623-d25b-8a09-2543-745f24cd82c1.htm +++ b/docs/html/718e7623-d25b-8a09-2543-745f24cd82c1.htm @@ -66,4 +66,4 @@ gmp_lib.mpf_sub(z, x, y) Assert.IsTrue(gmp_lib.mpf_get_d(z) = 220.0) ' Release unmanaged memory allocated for x, y, and z. -gmp_lib.mpf_clears(x, y, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpf_clears(x, y, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/7327aa92-1ab5-7553-7eee-7b5e3e61322a.htm b/docs/html/7327aa92-1ab5-7553-7eee-7b5e3e61322a.htm index cee2c29..68c5cde 100644 --- a/docs/html/7327aa92-1ab5-7553-7eee-7b5e3e61322a.htm +++ b/docs/html/7327aa92-1ab5-7553-7eee-7b5e3e61322a.htm @@ -45,4 +45,4 @@ gmp_lib.mpz_add_ui(x, x, 101999UI) Assert.IsTrue(gmp_lib.mpz_get_ui(x) = 203998UI) ' Release unmanaged memory allocated for x. -gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/746301ec-352c-9bae-ff92-8a2ed31be655.htm b/docs/html/746301ec-352c-9bae-ff92-8a2ed31be655.htm index 77f5398..33a6883 100644 --- a/docs/html/746301ec-352c-9bae-ff92-8a2ed31be655.htm +++ b/docs/html/746301ec-352c-9bae-ff92-8a2ed31be655.htm @@ -51,4 +51,4 @@ gmp_lib.mpz_tdiv_q_2exp(q, n, 2UI) Assert.IsTrue(gmp_lib.mpz_get_si(q) = 2500) ' Release unmanaged memory allocated for n and q. -gmp_lib.mpz_clears(n, q, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(n, q, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/746d102a-5f3e-6142-b02a-63f3cac385ab.htm b/docs/html/746d102a-5f3e-6142-b02a-63f3cac385ab.htm index 87d619b..64a10da 100644 --- a/docs/html/746d102a-5f3e-6142-b02a-63f3cac385ab.htm +++ b/docs/html/746d102a-5f3e-6142-b02a-63f3cac385ab.htm @@ -98,4 +98,4 @@ Assert.IsTrue(sn.Value = 1) Assert.IsTrue(sp.SequenceEqual(cofactor)) ' Release unmanaged memory. -gmp_lib.free(gp, up, vp, sp, result, cofactor)
See Also
\ No newline at end of file +gmp_lib.free(gp, up, vp, sp, result, cofactor)
See Also
\ No newline at end of file diff --git a/docs/html/74e22b4c-fa79-f5f9-b752-da41bd427f37.htm b/docs/html/74e22b4c-fa79-f5f9-b752-da41bd427f37.htm index 16530fc..b85d67b 100644 --- a/docs/html/74e22b4c-fa79-f5f9-b752-da41bd427f37.htm +++ b/docs/html/74e22b4c-fa79-f5f9-b752-da41bd427f37.htm @@ -47,4 +47,4 @@ Assert.IsTrue(exp = 21) ' Release unmanaged memory allocated for x and the string value. gmp_lib.mpz_clear(x) -gmp_lib.free(value)
See Also
\ No newline at end of file +gmp_lib.free(value)
See Also
\ No newline at end of file diff --git a/docs/html/75f2a84e-44f3-b7cc-e6ad-392111d5b9cc.htm b/docs/html/75f2a84e-44f3-b7cc-e6ad-392111d5b9cc.htm index 86451c6..75b1109 100644 --- a/docs/html/75f2a84e-44f3-b7cc-e6ad-392111d5b9cc.htm +++ b/docs/html/75f2a84e-44f3-b7cc-e6ad-392111d5b9cc.htm @@ -61,4 +61,4 @@ Assert.IsTrue(remainder = 0) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, sp, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, sp, result)
See Also
\ No newline at end of file diff --git a/docs/html/772064e8-3ec1-840e-c79c-78f478321b6c.htm b/docs/html/772064e8-3ec1-840e-c79c-78f478321b6c.htm index f804511..7b51053 100644 --- a/docs/html/772064e8-3ec1-840e-c79c-78f478321b6c.htm +++ b/docs/html/772064e8-3ec1-840e-c79c-78f478321b6c.htm @@ -52,4 +52,4 @@ Assert.IsTrue(gmp_lib.mpz_fdiv_r_ui(r, n, 31
) ' Release unmanaged memory allocated for n and r. -gmp_lib.mpz_clears(n, r, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(n, r, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/77fdf32b-986d-4df3-3c76-022e3e3fbb98.htm b/docs/html/77fdf32b-986d-4df3-3c76-022e3e3fbb98.htm index 4f30ea0..257b654 100644 --- a/docs/html/77fdf32b-986d-4df3-3c76-022e3e3fbb98.htm +++ b/docs/html/77fdf32b-986d-4df3-3c76-022e3e3fbb98.htm @@ -57,4 +57,4 @@ Assert.IsTrue(carry = &H2) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, s1p, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, s1p, result)
See Also
\ No newline at end of file diff --git a/docs/html/7828ce92-079b-da4d-aab2-1742209287fb.htm b/docs/html/7828ce92-079b-da4d-aab2-1742209287fb.htm index 4cd043b..ae25a93 100644 --- a/docs/html/7828ce92-079b-da4d-aab2-1742209287fb.htm +++ b/docs/html/7828ce92-079b-da4d-aab2-1742209287fb.htm @@ -47,4 +47,4 @@ gmp_lib.mpq_set_si(op2, 1, 0) ' Release unmanaged memory allocated for op1 and op2. -gmp_lib.mpq_clears(op1, op2, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpq_clears(op1, op2, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/78443f19-f0c6-4a1f-1eed-a815b734e981.htm b/docs/html/78443f19-f0c6-4a1f-1eed-a815b734e981.htm index 4cb757f..fb33f02 100644 --- a/docs/html/78443f19-f0c6-4a1f-1eed-a815b734e981.htm +++ b/docs/html/78443f19-f0c6-4a1f-1eed-a815b734e981.htm @@ -45,4 +45,4 @@ gmp_lib.mpn_copyd(rp, sp, sp.Size) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, sp, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, sp, result)
See Also
\ No newline at end of file diff --git a/docs/html/7aee9fae-9d14-72be-6d0f-0f9c4a863fe5.htm b/docs/html/7aee9fae-9d14-72be-6d0f-0f9c4a863fe5.htm index 67ae90a..3666dbf 100644 --- a/docs/html/7aee9fae-9d14-72be-6d0f-0f9c4a863fe5.htm +++ b/docs/html/7aee9fae-9d14-72be-6d0f-0f9c4a863fe5.htm @@ -59,4 +59,4 @@ Assert.IsTrue(gmp_lib.mpz_get_si(q) = 3334 Assert.IsTrue(gmp_lib.mpz_get_si(r) = -2) ' Release unmanaged memory allocated for n, q, and r. -gmp_lib.mpz_clears(n, q, r, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(n, q, r, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/7b541895-53a8-b335-32de-d5b2224ff0f7.htm b/docs/html/7b541895-53a8-b335-32de-d5b2224ff0f7.htm index 540a517..06e923d 100644 --- a/docs/html/7b541895-53a8-b335-32de-d5b2224ff0f7.htm +++ b/docs/html/7b541895-53a8-b335-32de-d5b2224ff0f7.htm @@ -38,4 +38,4 @@ gmp_lib.gmp_randseed_ui(state, 100000UI) Dim rand As UInteger = gmp_lib.gmp_urandomb_ui(state, 8) ' Free all memory occupied by state. -gmp_lib.gmp_randclear(state)
See Also
\ No newline at end of file +gmp_lib.gmp_randclear(state)
See Also
\ No newline at end of file diff --git a/docs/html/7da3b40f-ae2c-63c5-0157-9b51d54cf6cb.htm b/docs/html/7da3b40f-ae2c-63c5-0157-9b51d54cf6cb.htm index 86ca69e..2b6eced 100644 --- a/docs/html/7da3b40f-ae2c-63c5-0157-9b51d54cf6cb.htm +++ b/docs/html/7da3b40f-ae2c-63c5-0157-9b51d54cf6cb.htm @@ -33,4 +33,4 @@ gmp_lib.mpz_init_set_ui(x, 10UI) Assert.IsTrue(gmp_lib.mpz_get_ui(x) = 10UI) ' Release unmanaged memory allocated for x. -gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/7daadb71-9f36-2848-86c4-ba1fba25fcfd.htm b/docs/html/7daadb71-9f36-2848-86c4-ba1fba25fcfd.htm index 777ea00..a0c8e7c 100644 --- a/docs/html/7daadb71-9f36-2848-86c4-ba1fba25fcfd.htm +++ b/docs/html/7daadb71-9f36-2848-86c4-ba1fba25fcfd.htm @@ -40,4 +40,4 @@ gmp_lib.mpz_set_ui(x, 10UI) Assert.IsTrue(gmp_lib.mpz_get_ui(x) = 10UI) ' Release unmanaged memory allocated for x. -gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/7dfe367e-74d3-e782-860b-2314da9c44cf.htm b/docs/html/7dfe367e-74d3-e782-860b-2314da9c44cf.htm index 83d2da4..1a3b131 100644 --- a/docs/html/7dfe367e-74d3-e782-860b-2314da9c44cf.htm +++ b/docs/html/7dfe367e-74d3-e782-860b-2314da9c44cf.htm @@ -53,4 +53,4 @@ Assert.IsTrue(gmp_lib.mpz_sizeinbase(op, 1016
) = 4) ' Release unmanaged memory allocated for op. -gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/7ef82a61-e43a-78c7-a28f-8f2d0a5f59b1.htm b/docs/html/7ef82a61-e43a-78c7-a28f-8f2d0a5f59b1.htm index 46a64b1..29c9635 100644 --- a/docs/html/7ef82a61-e43a-78c7-a28f-8f2d0a5f59b1.htm +++ b/docs/html/7ef82a61-e43a-78c7-a28f-8f2d0a5f59b1.htm @@ -13,4 +13,4 @@ gmp_randstate_t^ state )

Parameters

state
Type: Math.Gmp.Nativegmp_randstate_t
A state.
See Also
\ No newline at end of file +

Parameters

state
Type: Math.Gmp.Nativegmp_randstate_t
A state.
See Also
\ No newline at end of file diff --git a/docs/html/7f89c102-d1eb-2dab-0e6e-061893309c4b.htm b/docs/html/7f89c102-d1eb-2dab-0e6e-061893309c4b.htm index 4bcc8bb..b10e31b 100644 --- a/docs/html/7f89c102-d1eb-2dab-0e6e-061893309c4b.htm +++ b/docs/html/7f89c102-d1eb-2dab-0e6e-061893309c4b.htm @@ -67,4 +67,4 @@ Assert.IsTrue(gmp_lib.mpz_get_si(q) = 3334 Assert.IsTrue(gmp_lib.mpz_get_si(r) = -2) ' Release unmanaged memory allocated for n, d, q, and r. -gmp_lib.mpz_clears(n, d, q, r, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(n, d, q, r, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/8031c594-b2b2-fa62-7088-00b6fe92f88e.htm b/docs/html/8031c594-b2b2-fa62-7088-00b6fe92f88e.htm index 163a093..a8717cc 100644 --- a/docs/html/8031c594-b2b2-fa62-7088-00b6fe92f88e.htm +++ b/docs/html/8031c594-b2b2-fa62-7088-00b6fe92f88e.htm @@ -39,4 +39,4 @@ Assert.IsTrue(gmp_lib.gmp_vprintf("%Zd - %QX - % ' Release unmanaged memory. gmp_lib.mpz_clear(z) gmp_lib.mpq_clear(q) -gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file diff --git a/docs/html/823b356e-0731-c9ca-0b37-660b6eb9ee7c.htm b/docs/html/823b356e-0731-c9ca-0b37-660b6eb9ee7c.htm index 280e92d..a5296fd 100644 --- a/docs/html/823b356e-0731-c9ca-0b37-660b6eb9ee7c.htm +++ b/docs/html/823b356e-0731-c9ca-0b37-660b6eb9ee7c.htm @@ -68,4 +68,4 @@ Assert.IsTrue(x.ToString() = "0.234e-1") ' Release unmanaged memory allocated for x and y. gmp_lib.mpf_clear(x) -gmp_lib.free(value)
See Also
\ No newline at end of file +gmp_lib.free(value)
See Also
\ No newline at end of file diff --git a/docs/html/8320e5d8-1df9-ca26-3054-e4b93cc0f616.htm b/docs/html/8320e5d8-1df9-ca26-3054-e4b93cc0f616.htm index 4ffe35c..a9efe92 100644 --- a/docs/html/8320e5d8-1df9-ca26-3054-e4b93cc0f616.htm +++ b/docs/html/8320e5d8-1df9-ca26-3054-e4b93cc0f616.htm @@ -50,4 +50,4 @@ gmp_lib.mpz_cdiv_r_2exp(r, n, 2UI) Assert.IsTrue(gmp_lib.mpz_get_si(r) = -3) ' Release unmanaged memory allocated for n and r. -gmp_lib.mpz_clears(n, r, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(n, r, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/8435af1d-e5e4-3e55-1024-449ff7b56ad4.htm b/docs/html/8435af1d-e5e4-3e55-1024-449ff7b56ad4.htm index 76c14b8..fab8ed8 100644 --- a/docs/html/8435af1d-e5e4-3e55-1024-449ff7b56ad4.htm +++ b/docs/html/8435af1d-e5e4-3e55-1024-449ff7b56ad4.htm @@ -33,4 +33,4 @@ gmp_lib.mpz_init_set_si(n, 10000) Assert.IsTrue(gmp_lib.mpz_fdiv_ui(n, 3UI) = 1UI) ' Release unmanaged memory allocated for n. -gmp_lib.mpz_clear(n)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(n)
See Also
\ No newline at end of file diff --git a/docs/html/84bf95e4-d9d0-4ffe-f836-3650342de962.htm b/docs/html/84bf95e4-d9d0-4ffe-f836-3650342de962.htm index e260d23..e702bc1 100644 --- a/docs/html/84bf95e4-d9d0-4ffe-f836-3650342de962.htm +++ b/docs/html/84bf95e4-d9d0-4ffe-f836-3650342de962.htm @@ -31,4 +31,4 @@ gmp_lib.mpz_init_set_ui(op, 63UI) ' Assert that op has 6 one bits. Assert.IsTrue(gmp_lib.mpz_popcount(op) = 6UI) -' Release unmanaged memory allocated for op.
See Also
\ No newline at end of file +' Release unmanaged memory allocated for op.
See Also
\ No newline at end of file diff --git a/docs/html/84d256a1-cd11-3bf9-3e8c-8a7e1980315d.htm b/docs/html/84d256a1-cd11-3bf9-3e8c-8a7e1980315d.htm index 5de3e88..ed76926 100644 --- a/docs/html/84d256a1-cd11-3bf9-3e8c-8a7e1980315d.htm +++ b/docs/html/84d256a1-cd11-3bf9-3e8c-8a7e1980315d.htm @@ -53,4 +53,4 @@ Assert.IsTrue(gmp_lib.mpq_cmp_si(x, -210, ' Release unmanaged memory allocated for x and y. gmp_lib.mpq_clear(x) -gmp_lib.mpz_clear(y)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(y)
See Also
\ No newline at end of file diff --git a/docs/html/86b2033c-26c3-3889-9025-b2a638910a86.htm b/docs/html/86b2033c-26c3-3889-9025-b2a638910a86.htm index 0e3ebfb..947bc7f 100644 --- a/docs/html/86b2033c-26c3-3889-9025-b2a638910a86.htm +++ b/docs/html/86b2033c-26c3-3889-9025-b2a638910a86.htm @@ -29,4 +29,4 @@ gmp_lib.mpz_init_set_si(op, -10) Assert.IsTrue(gmp_lib.mpz_sgn(op) = -1) ' Release unmanaged memory allocated for op. -gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/86ddbf69-57f6-af58-bd13-3eca06123b29.htm b/docs/html/86ddbf69-57f6-af58-bd13-3eca06123b29.htm index 317cd55..c3a356b 100644 --- a/docs/html/86ddbf69-57f6-af58-bd13-3eca06123b29.htm +++ b/docs/html/86ddbf69-57f6-af58-bd13-3eca06123b29.htm @@ -62,4 +62,4 @@ Assert.IsTrue(s.ToString() = "-10 00000000000000 ' Release unmanaged memory allocated for x and s. gmp_lib.mpz_clear(x) -gmp_lib.free(s)
See Also
\ No newline at end of file +gmp_lib.free(s)
See Also
\ No newline at end of file diff --git a/docs/html/86fd57d1-ccfa-804e-760b-bd8e7ade2176.htm b/docs/html/86fd57d1-ccfa-804e-760b-bd8e7ade2176.htm index dc7f689..2ef04b6 100644 --- a/docs/html/86fd57d1-ccfa-804e-760b-bd8e7ade2176.htm +++ b/docs/html/86fd57d1-ccfa-804e-760b-bd8e7ade2176.htm @@ -55,4 +55,4 @@ Assert.IsTrue(gmp_lib.mpz_mod_ui(z, x, 1000012222 Mod 10000) ' Release unmanaged memory allocated for x and z. -gmp_lib.mpz_clears(x, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(x, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/87681f32-b766-3ce2-7c08-98b2d32cb5fa.htm b/docs/html/87681f32-b766-3ce2-7c08-98b2d32cb5fa.htm index 82c623e..35ff083 100644 --- a/docs/html/87681f32-b766-3ce2-7c08-98b2d32cb5fa.htm +++ b/docs/html/87681f32-b766-3ce2-7c08-98b2d32cb5fa.htm @@ -59,4 +59,4 @@ Assert.IsTrue(borrow = 0) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file diff --git a/docs/html/87bbc39f-b11a-76d9-f31d-f5dcf365a67d.htm b/docs/html/87bbc39f-b11a-76d9-f31d-f5dcf365a67d.htm index ab73b64..b36b8a1 100644 --- a/docs/html/87bbc39f-b11a-76d9-f31d-f5dcf365a67d.htm +++ b/docs/html/87bbc39f-b11a-76d9-f31d-f5dcf365a67d.htm @@ -13,4 +13,4 @@ mp_size_t n )

Parameters

n
Type: Math.Gmp.Nativemp_size_t
The number of limbs of the mpn_sec_add_1 operand.

Return Value

Type: mp_size_t
The scratch space in number of limbs required by the function mpn_sec_add_1.
See Also
\ No newline at end of file +

Parameters

n
Type: Math.Gmp.Nativemp_size_t
The number of limbs of the mpn_sec_add_1 operand.

Return Value

Type: mp_size_t
The scratch space in number of limbs required by the function mpn_sec_add_1.
See Also
\ No newline at end of file diff --git a/docs/html/87f5432d-aacb-57b6-b4a7-e4dc803684a4.htm b/docs/html/87f5432d-aacb-57b6-b4a7-e4dc803684a4.htm index d2aabdd..dd7a49e 100644 --- a/docs/html/87f5432d-aacb-57b6-b4a7-e4dc803684a4.htm +++ b/docs/html/87f5432d-aacb-57b6-b4a7-e4dc803684a4.htm @@ -59,4 +59,4 @@ Assert.IsTrue(s.ToString() = "-1000 000000000000 ' Release unmanaged memory allocated for x and s. gmp_lib.mpz_clear(x) -gmp_lib.free(s)
See Also
\ No newline at end of file +gmp_lib.free(s)
See Also
\ No newline at end of file diff --git a/docs/html/880c96b7-378e-3cdb-057e-b6eea1c9e529.htm b/docs/html/880c96b7-378e-3cdb-057e-b6eea1c9e529.htm index 7317ea9..d2a7e9d 100644 --- a/docs/html/880c96b7-378e-3cdb-057e-b6eea1c9e529.htm +++ b/docs/html/880c96b7-378e-3cdb-057e-b6eea1c9e529.htm @@ -59,4 +59,4 @@ Assert.IsTrue(dbl.Value = 1.0) ' Release unmanaged memory. gmp_lib.mpz_clear(z) gmp_lib.mpq_clear(q) -gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file diff --git a/docs/html/8812c658-675a-b564-9159-2383971747b1.htm b/docs/html/8812c658-675a-b564-9159-2383971747b1.htm index d6da5d5..8c2e2c5 100644 --- a/docs/html/8812c658-675a-b564-9159-2383971747b1.htm +++ b/docs/html/8812c658-675a-b564-9159-2383971747b1.htm @@ -42,4 +42,4 @@ gmp_lib.mpz_clrbit(rop, 3UI) Assert.IsTrue(gmp_lib.mpz_get_si(rop) = 70) ' Release unmanaged memory allocated for rop. -gmp_lib.mpz_clear(rop)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(rop)
See Also
\ No newline at end of file diff --git a/docs/html/88b8d333-9c9c-de7d-8131-6d1432c14a0c.htm b/docs/html/88b8d333-9c9c-de7d-8131-6d1432c14a0c.htm index b2caf87..da0b8b2 100644 --- a/docs/html/88b8d333-9c9c-de7d-8131-6d1432c14a0c.htm +++ b/docs/html/88b8d333-9c9c-de7d-8131-6d1432c14a0c.htm @@ -38,4 +38,4 @@ gmp_lib.mpz_init_set_ui(op1, 63UI) ' Return the greatest common divisor of op1 and 70. Assert.IsTrue(gmp_lib.mpz_gcd_ui(Nothing, op1, 70UI) = 7) ' Release unmanaged memory allocated for op1. -gmp_lib.mpz_clear(op1)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(op1)
See Also
\ No newline at end of file diff --git a/docs/html/88f2d84b-105b-f882-ac55-54a2b6aea39d.htm b/docs/html/88f2d84b-105b-f882-ac55-54a2b6aea39d.htm index dc4fd7a..0437860 100644 --- a/docs/html/88f2d84b-105b-f882-ac55-54a2b6aea39d.htm +++ b/docs/html/88f2d84b-105b-f882-ac55-54a2b6aea39d.htm @@ -50,4 +50,4 @@ gmp_lib.mpz_nextprime(rop, op) Assert.IsTrue(gmp_lib.mpz_get_si(rop) = 13) ' Release unmanaged memory allocated for rop and op. -gmp_lib.mpz_clears(rop, op, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(rop, op, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/8916c18b-a745-2699-2f0a-035cf62dd051.htm b/docs/html/8916c18b-a745-2699-2f0a-035cf62dd051.htm index a54ab50..e8b139d 100644 --- a/docs/html/8916c18b-a745-2699-2f0a-035cf62dd051.htm +++ b/docs/html/8916c18b-a745-2699-2f0a-035cf62dd051.htm @@ -57,4 +57,4 @@ Assert.IsTrue(str.ToString() = "123456 - 7B/1C8 gmp_lib.free(str) gmp_lib.mpz_clear(z) gmp_lib.mpq_clear(q) -gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file diff --git a/docs/html/89d8c501-6c12-9104-7e2d-be411f443b62.htm b/docs/html/89d8c501-6c12-9104-7e2d-be411f443b62.htm index 3057410..db08914 100644 --- a/docs/html/89d8c501-6c12-9104-7e2d-be411f443b62.htm +++ b/docs/html/89d8c501-6c12-9104-7e2d-be411f443b62.htm @@ -32,4 +32,4 @@ gmp_lib.mpz_init_set_d(x, 10.7) Assert.IsTrue(gmp_lib.mpz_get_d(x) = 10.0) ' Release unmanaged memory allocated for x. -gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/89fff39e-9dc4-4d23-9460-301ae7df92d1.htm b/docs/html/89fff39e-9dc4-4d23-9460-301ae7df92d1.htm index ed1f0a0..6fd0c7c 100644 --- a/docs/html/89fff39e-9dc4-4d23-9460-301ae7df92d1.htm +++ b/docs/html/89fff39e-9dc4-4d23-9460-301ae7df92d1.htm @@ -31,4 +31,4 @@ gmp_lib.gmp_randclear(state);
' Free all memory occupied by state. -gmp_lib.gmp_randclear(state)
See Also
\ No newline at end of file +gmp_lib.gmp_randclear(state)
See Also
\ No newline at end of file diff --git a/docs/html/8ab8ea40-9723-f0c8-18f4-9558c73397b9.htm b/docs/html/8ab8ea40-9723-f0c8-18f4-9558c73397b9.htm index 80939b1..d2f2d1a 100644 --- a/docs/html/8ab8ea40-9723-f0c8-18f4-9558c73397b9.htm +++ b/docs/html/8ab8ea40-9723-f0c8-18f4-9558c73397b9.htm @@ -41,4 +41,4 @@ Assert.IsTrue(gmp_lib.mpq_get_d(x2) = 0.0) Assert.IsTrue(gmp_lib.mpq_get_d(x3) = 0.0) ' Release unmanaged memory allocated for the rationals. -gmp_lib.mpq_clears(x1, x2, x3, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpq_clears(x1, x2, x3, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/8b1e9c27-7278-6032-80c0-015b93258d96.htm b/docs/html/8b1e9c27-7278-6032-80c0-015b93258d96.htm index aa42f62..2650d9d 100644 --- a/docs/html/8b1e9c27-7278-6032-80c0-015b93258d96.htm +++ b/docs/html/8b1e9c27-7278-6032-80c0-015b93258d96.htm @@ -59,4 +59,4 @@ gmp_lib.mpz_cdiv_q(q, n, d) Assert.IsTrue(gmp_lib.mpz_get_si(q) = 3334) ' Release unmanaged memory allocated for n, d, and q. -gmp_lib.mpz_clears(n, d, q, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(n, d, q, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/8b8d6ec1-3ae5-e6f3-f030-289abe5002d0.htm b/docs/html/8b8d6ec1-3ae5-e6f3-f030-289abe5002d0.htm index 856d080..de78c38 100644 --- a/docs/html/8b8d6ec1-3ae5-e6f3-f030-289abe5002d0.htm +++ b/docs/html/8b8d6ec1-3ae5-e6f3-f030-289abe5002d0.htm @@ -71,4 +71,4 @@ Assert.IsTrue(gmp_lib.mpz_get_ui(op) = 123456' Release unmanaged memory allocated for op. -gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/8c8c1e55-275f-cff8-2152-883a4eaa163c.htm b/docs/html/8c8c1e55-275f-cff8-2152-883a4eaa163c.htm index b9028c4..bbb4fb5 100644 --- a/docs/html/8c8c1e55-275f-cff8-2152-883a4eaa163c.htm +++ b/docs/html/8c8c1e55-275f-cff8-2152-883a4eaa163c.htm @@ -93,4 +93,4 @@ Assert.IsTrue(value.ToString() = "80000000000000 ' Release unmanaged memory allocated for rop, data, and value. gmp_lib.mpz_clear(rop) gmp_lib.free(data) -gmp_lib.free(value)
See Also
\ No newline at end of file +gmp_lib.free(value)
See Also
\ No newline at end of file diff --git a/docs/html/8d141ae9-4a01-bdc9-caf3-8daba3321ac1.htm b/docs/html/8d141ae9-4a01-bdc9-caf3-8daba3321ac1.htm index 2e848f2..c9a59e1 100644 --- a/docs/html/8d141ae9-4a01-bdc9-caf3-8daba3321ac1.htm +++ b/docs/html/8d141ae9-4a01-bdc9-caf3-8daba3321ac1.htm @@ -61,4 +61,4 @@ gmp_lib.mpz_mod(z, x, y) Assert.IsTrue(gmp_lib.mpz_get_si(z) = 12222 Mod 10000) ' Release unmanaged memory allocated for x, y, and z. -gmp_lib.mpz_clears(x, y, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(x, y, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/8d1b97c9-ef9d-303a-0fbe-e7ece7edf391.htm b/docs/html/8d1b97c9-ef9d-303a-0fbe-e7ece7edf391.htm index 956947e..fe533e7 100644 --- a/docs/html/8d1b97c9-ef9d-303a-0fbe-e7ece7edf391.htm +++ b/docs/html/8d1b97c9-ef9d-303a-0fbe-e7ece7edf391.htm @@ -41,4 +41,4 @@ gmp_lib.mpf_init_set_ui(x, 100UI) Assert.IsTrue(gmp_lib.mpf_get_d(x) = 100.0) ' Release unmanaged memory allocated for x. -gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/8d6c39e2-22d8-d0ef-219c-dc594e73b2c5.htm b/docs/html/8d6c39e2-22d8-d0ef-219c-dc594e73b2c5.htm index b278ea4..f798d41 100644 --- a/docs/html/8d6c39e2-22d8-d0ef-219c-dc594e73b2c5.htm +++ b/docs/html/8d6c39e2-22d8-d0ef-219c-dc594e73b2c5.htm @@ -40,4 +40,4 @@ gmp_lib.mpz_set_d(x, 10.7) Assert.IsTrue(gmp_lib.mpz_get_si(x) = 10) ' Release unmanaged memory allocated for x. -gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/8d80c2f9-de42-f223-595e-108f165d5746.htm b/docs/html/8d80c2f9-de42-f223-595e-108f165d5746.htm index e9d385b..8934484 100644 --- a/docs/html/8d80c2f9-de42-f223-595e-108f165d5746.htm +++ b/docs/html/8d80c2f9-de42-f223-595e-108f165d5746.htm @@ -51,4 +51,4 @@ gmp_lib.mpz_ui_sub(z, 12222UI, x) Assert.IsTrue(gmp_lib.mpz_get_si(z) = 2222) ' Release unmanaged memory allocated for x and z. -gmp_lib.mpz_clears(x, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(x, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/8dc5397d-96e4-74dd-cd31-0d05649ea927.htm b/docs/html/8dc5397d-96e4-74dd-cd31-0d05649ea927.htm index 23877b0..f3f146b 100644 --- a/docs/html/8dc5397d-96e4-74dd-cd31-0d05649ea927.htm +++ b/docs/html/8dc5397d-96e4-74dd-cd31-0d05649ea927.htm @@ -21,4 +21,4 @@ rop : mpq_t * op1 : mpq_t * op2 : uint32 -> unit -

Parameters

rop
Type: Math.Gmp.Nativempq_t
The result rational.
op1
Type: Math.Gmp.Nativempq_t
The first operand rational.
op2
Type: SystemUInt32
The second operand rational.
Examples
See Also
\ No newline at end of file +

Parameters

rop
Type: Math.Gmp.Nativempq_t
The result rational.
op1
Type: Math.Gmp.Nativempq_t
The first operand rational.
op2
Type: SystemUInt32
The second operand rational.
Examples
See Also
\ No newline at end of file diff --git a/docs/html/8e3a525d-9371-fb32-1051-e8e8fe23a63d.htm b/docs/html/8e3a525d-9371-fb32-1051-e8e8fe23a63d.htm index ba53210..3226bbc 100644 --- a/docs/html/8e3a525d-9371-fb32-1051-e8e8fe23a63d.htm +++ b/docs/html/8e3a525d-9371-fb32-1051-e8e8fe23a63d.htm @@ -51,4 +51,4 @@ gmp_lib.mpz_pow_ui(rop, base, 4UI) Assert.IsTrue(gmp_lib.mpz_get_si(rop) = 16) ' Release unmanaged memory allocated for rop and base. -gmp_lib.mpz_clears(rop, base, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(rop, base, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/9005bf40-4373-e879-9f0a-448b174aad67.htm b/docs/html/9005bf40-4373-e879-9f0a-448b174aad67.htm index a321355..0c3d5fd 100644 --- a/docs/html/9005bf40-4373-e879-9f0a-448b174aad67.htm +++ b/docs/html/9005bf40-4373-e879-9f0a-448b174aad67.htm @@ -44,4 +44,4 @@ Assert.IsTrue(gmp_lib.mpz_get_si(x) = 1700 ' Release unmanaged memory allocated for x and y. gmp_lib.mpz_clear(x) -gmp_lib.mpf_clear(y)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(y)
See Also
\ No newline at end of file diff --git a/docs/html/9074a45b-0d68-cf18-75fe-076e720a9a61.htm b/docs/html/9074a45b-0d68-cf18-75fe-076e720a9a61.htm index ab1bb34..9fff322 100644 --- a/docs/html/9074a45b-0d68-cf18-75fe-076e720a9a61.htm +++ b/docs/html/9074a45b-0d68-cf18-75fe-076e720a9a61.htm @@ -59,4 +59,4 @@ Assert.IsTrue(remainder = 10) Assert.IsTrue(r1p.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(r1p, s2p, result)
See Also
\ No newline at end of file +gmp_lib.free(r1p, s2p, result)
See Also
\ No newline at end of file diff --git a/docs/html/90a57214-6596-be63-31e7-aa3186252628.htm b/docs/html/90a57214-6596-be63-31e7-aa3186252628.htm index 61df5cf..b2c0ada 100644 --- a/docs/html/90a57214-6596-be63-31e7-aa3186252628.htm +++ b/docs/html/90a57214-6596-be63-31e7-aa3186252628.htm @@ -39,4 +39,4 @@ gmp_lib.mpn_zero(rp, rp.Size) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, result)
See Also
\ No newline at end of file diff --git a/docs/html/90eada10-67d0-8376-0010-d053e5043b96.htm b/docs/html/90eada10-67d0-8376-0010-d053e5043b96.htm index 9e75a69..262aa12 100644 --- a/docs/html/90eada10-67d0-8376-0010-d053e5043b96.htm +++ b/docs/html/90eada10-67d0-8376-0010-d053e5043b96.htm @@ -49,4 +49,4 @@ Assert.IsTrue(gmp_lib.mpz_get_si(x) = -210 Assert.IsTrue(gmp_lib.mpz_get_si(y) = 10) ' Release unmanaged memory allocated for x and y. -gmp_lib.mpz_clears(x, y, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(x, y, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/9137a632-abd2-7963-1991-85e6d753bf13.htm b/docs/html/9137a632-abd2-7963-1991-85e6d753bf13.htm index fbe822f..a4a0244 100644 --- a/docs/html/9137a632-abd2-7963-1991-85e6d753bf13.htm +++ b/docs/html/9137a632-abd2-7963-1991-85e6d753bf13.htm @@ -67,4 +67,4 @@ Assert.IsTrue(borrow = 0) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, ap, tp, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, ap, tp, result)
See Also
\ No newline at end of file diff --git a/docs/html/915a7958-6821-bb64-468f-b0b48b351878.htm b/docs/html/915a7958-6821-bb64-468f-b0b48b351878.htm index be86c8e..bfd68e4 100644 --- a/docs/html/915a7958-6821-bb64-468f-b0b48b351878.htm +++ b/docs/html/915a7958-6821-bb64-468f-b0b48b351878.htm @@ -47,4 +47,4 @@ gmp_lib.mpq_set_ui(x, 10UI, 10UI, 11UI) = 0) ' Release unmanaged memory allocated for x. -gmp_lib.mpq_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpq_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/93210ab6-2523-3130-044a-80bcf43c181d.htm b/docs/html/93210ab6-2523-3130-044a-80bcf43c181d.htm index 7d664ae..40adfae 100644 --- a/docs/html/93210ab6-2523-3130-044a-80bcf43c181d.htm +++ b/docs/html/93210ab6-2523-3130-044a-80bcf43c181d.htm @@ -77,4 +77,4 @@ gmp_lib.mpz_powm_sec(rop, base, exp, [mod Assert.IsTrue(gmp_lib.mpz_get_si(rop) = 1) ' Release unmanaged memory allocated for rop, base, exp, and mod. -gmp_lib.mpz_clears(rop, base, exp, [mod], Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(rop, base, exp, [mod], Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/95c2ec1a-18ef-5081-f614-ccb6047a2b52.htm b/docs/html/95c2ec1a-18ef-5081-f614-ccb6047a2b52.htm index eaa99df..c2eeea5 100644 --- a/docs/html/95c2ec1a-18ef-5081-f614-ccb6047a2b52.htm +++ b/docs/html/95c2ec1a-18ef-5081-f614-ccb6047a2b52.htm @@ -125,4 +125,4 @@ Assert.IsTrue(result(11) = ' Release unmanaged memory allocated for rop, data, and value. gmp_lib.mpz_clear(op) gmp_lib.free(data) -gmp_lib.free(value)
See Also
\ No newline at end of file +gmp_lib.free(value)
See Also
\ No newline at end of file diff --git a/docs/html/95c5a467-0bfe-337e-f6ca-657cf8c19eb1.htm b/docs/html/95c5a467-0bfe-337e-f6ca-657cf8c19eb1.htm index a8b9e4d..c22aba8 100644 --- a/docs/html/95c5a467-0bfe-337e-f6ca-657cf8c19eb1.htm +++ b/docs/html/95c5a467-0bfe-337e-f6ca-657cf8c19eb1.htm @@ -34,4 +34,4 @@ gmp_lib.free(s1p);
1) = 32) ' Release unmanaged memory. -gmp_lib.free(s1p)
See Also
\ No newline at end of file +gmp_lib.free(s1p)
See Also
\ No newline at end of file diff --git a/docs/html/95e10fea-31c2-e900-c5b0-f48636e1d76e.htm b/docs/html/95e10fea-31c2-e900-c5b0-f48636e1d76e.htm index ca52f6c..8f4175a 100644 --- a/docs/html/95e10fea-31c2-e900-c5b0-f48636e1d76e.htm +++ b/docs/html/95e10fea-31c2-e900-c5b0-f48636e1d76e.htm @@ -57,4 +57,4 @@ Assert.IsTrue(borrow = &H2) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, s1p, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, s1p, result)
See Also
\ No newline at end of file diff --git a/docs/html/96652cce-b8f1-0b9e-8434-19cf9bb3eb29.htm b/docs/html/96652cce-b8f1-0b9e-8434-19cf9bb3eb29.htm index eee7144..18a0392 100644 --- a/docs/html/96652cce-b8f1-0b9e-8434-19cf9bb3eb29.htm +++ b/docs/html/96652cce-b8f1-0b9e-8434-19cf9bb3eb29.htm @@ -21,4 +21,4 @@ bn : mp_size_t * enb : mp_bitcnt_t * n : mp_size_t -> mp_size_t -

Parameters

bn
Type: Math.Gmp.Nativemp_size_t
The number of limbs of the mpn_sec_powm first operand.
enb
Type: Math.Gmp.Nativemp_bitcnt_t
The number of limbs of the mpn_sec_powm second operand.
n
Type: Math.Gmp.Nativemp_size_t
The number of limbs of the mpn_sec_powm third operand.

Return Value

Type: mp_size_t
The scratch space in number of limbs required by the function mpn_sec_powm.
See Also
\ No newline at end of file +

Parameters

bn
Type: Math.Gmp.Nativemp_size_t
The number of limbs of the mpn_sec_powm first operand.
enb
Type: Math.Gmp.Nativemp_bitcnt_t
The number of limbs of the mpn_sec_powm second operand.
n
Type: Math.Gmp.Nativemp_size_t
The number of limbs of the mpn_sec_powm third operand.

Return Value

Type: mp_size_t
The scratch space in number of limbs required by the function mpn_sec_powm.
See Also
\ No newline at end of file diff --git a/docs/html/96c4a09e-3f83-00ab-30d0-78a82764b0ce.htm b/docs/html/96c4a09e-3f83-00ab-30d0-78a82764b0ce.htm index 78007e0..6a057e0 100644 --- a/docs/html/96c4a09e-3f83-00ab-30d0-78a82764b0ce.htm +++ b/docs/html/96c4a09e-3f83-00ab-30d0-78a82764b0ce.htm @@ -31,4 +31,4 @@ Assert.IsTrue(gmp_lib.mpf_get_d(x) = 0.0) Assert.IsTrue(gmp_lib.mpf_get_prec(x) = 64UI) ' Release unmanaged memory allocated for x. -gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/96e2fb95-0ac0-3d24-bea9-ee5631f30347.htm b/docs/html/96e2fb95-0ac0-3d24-bea9-ee5631f30347.htm index 37a6435..76b4ec6 100644 --- a/docs/html/96e2fb95-0ac0-3d24-bea9-ee5631f30347.htm +++ b/docs/html/96e2fb95-0ac0-3d24-bea9-ee5631f30347.htm @@ -57,4 +57,4 @@ gmp_lib.mpf_pow_ui(z, x, 3UI) Assert.IsTrue(gmp_lib.mpf_get_d(z) = 1000.0) ' Release unmanaged memory allocated for x and z. -gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/9761cc8e-6099-7a76-5ea6-d27f617fd5d1.htm b/docs/html/9761cc8e-6099-7a76-5ea6-d27f617fd5d1.htm index d18f1b4..400194c 100644 --- a/docs/html/9761cc8e-6099-7a76-5ea6-d27f617fd5d1.htm +++ b/docs/html/9761cc8e-6099-7a76-5ea6-d27f617fd5d1.htm @@ -47,4 +47,4 @@ gmp_lib.mpz_abs(z, x) Assert.IsTrue(gmp_lib.mpz_get_si(z) = 10000) ' Release unmanaged memory allocated for x and z. -gmp_lib.mpz_clears(x, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(x, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/98083eac-9993-41b2-4943-678785fce712.htm b/docs/html/98083eac-9993-41b2-4943-678785fce712.htm index 8f65d1e..8cd1009 100644 --- a/docs/html/98083eac-9993-41b2-4943-678785fce712.htm +++ b/docs/html/98083eac-9993-41b2-4943-678785fce712.htm @@ -39,4 +39,4 @@ Assert.IsTrue(gmp_lib.mpf_get_d(x) = 0.0) Assert.IsTrue(gmp_lib.mpf_get_prec(x) = 64UI) ' Release unmanaged memory allocated for x. -gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/981cfca4-f958-045f-84b7-01717fcd88d1.htm b/docs/html/981cfca4-f958-045f-84b7-01717fcd88d1.htm index 0b7adbb..6008a3f 100644 --- a/docs/html/981cfca4-f958-045f-84b7-01717fcd88d1.htm +++ b/docs/html/981cfca4-f958-045f-84b7-01717fcd88d1.htm @@ -67,4 +67,4 @@ gmp_lib.mpz_urandomm(rop, state, n) ' Free all memory occupied by state, rop, and n. gmp_lib.gmp_randclear(state) -gmp_lib.mpz_clears(rop, n, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(rop, n, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/985a65cd-9a65-e8b3-580b-626b65662dd6.htm b/docs/html/985a65cd-9a65-e8b3-580b-626b65662dd6.htm index 4b0d0d1..204a9e2 100644 --- a/docs/html/985a65cd-9a65-e8b3-580b-626b65662dd6.htm +++ b/docs/html/985a65cd-9a65-e8b3-580b-626b65662dd6.htm @@ -39,4 +39,4 @@ gmp_lib.mpz_primorial_ui(rop, 9UI) Assert.IsTrue(gmp_lib.mpz_get_si(rop) = 210) ' Release unmanaged memory allocated for rop. -gmp_lib.mpz_clear(rop)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(rop)
See Also
\ No newline at end of file diff --git a/docs/html/99a405b5-c051-9905-cf57-7139a0e503cf.htm b/docs/html/99a405b5-c051-9905-cf57-7139a0e503cf.htm index c8da326..8ae836b 100644 --- a/docs/html/99a405b5-c051-9905-cf57-7139a0e503cf.htm +++ b/docs/html/99a405b5-c051-9905-cf57-7139a0e503cf.htm @@ -57,4 +57,4 @@ gmp_lib.mpf_mul_ui(z, x, 210UI) Assert.IsTrue(gmp_lib.mpf_get_d(z) = 2100.0) ' Release unmanaged memory allocated for x and z. -gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/9a169dd9-42b0-ea59-abbe-4efc6b870c75.htm b/docs/html/9a169dd9-42b0-ea59-abbe-4efc6b870c75.htm index 534f166..26a17cd 100644 --- a/docs/html/9a169dd9-42b0-ea59-abbe-4efc6b870c75.htm +++ b/docs/html/9a169dd9-42b0-ea59-abbe-4efc6b870c75.htm @@ -42,4 +42,4 @@ gmp_lib.mpz_init_set_str(op, value, 16) ' Release unmanaged memory allocated for op and value. gmp_lib.mpz_clear(op) -gmp_lib.free(value)
See Also
\ No newline at end of file +gmp_lib.free(value)
See Also
\ No newline at end of file diff --git a/docs/html/9a229bed-b8b6-e0ad-f153-689455252ec4.htm b/docs/html/9a229bed-b8b6-e0ad-f153-689455252ec4.htm index c09cd4e..b0ea2fe 100644 --- a/docs/html/9a229bed-b8b6-e0ad-f153-689455252ec4.htm +++ b/docs/html/9a229bed-b8b6-e0ad-f153-689455252ec4.htm @@ -47,4 +47,4 @@ Assert.IsTrue(allocate IsNot ' Allocate and free memory. Dim p As void_ptr = allocate(100) -free(p, 100)
See Also
\ No newline at end of file +free(p, 100)
See Also
\ No newline at end of file diff --git a/docs/html/9a68645a-d8d6-f4c1-f706-0dc217f9809a.htm b/docs/html/9a68645a-d8d6-f4c1-f706-0dc217f9809a.htm index c3c4fde..1ee4331 100644 --- a/docs/html/9a68645a-d8d6-f4c1-f706-0dc217f9809a.htm +++ b/docs/html/9a68645a-d8d6-f4c1-f706-0dc217f9809a.htm @@ -72,4 +72,4 @@ Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. gmp_lib.free(rp) -gmp_lib.free(str)
See Also
\ No newline at end of file +gmp_lib.free(str)
See Also
\ No newline at end of file diff --git a/docs/html/9aa24cc8-8cf5-4b8a-cd1b-5ded400efa50.htm b/docs/html/9aa24cc8-8cf5-4b8a-cd1b-5ded400efa50.htm index 86dc7b4..2945492 100644 --- a/docs/html/9aa24cc8-8cf5-4b8a-cd1b-5ded400efa50.htm +++ b/docs/html/9aa24cc8-8cf5-4b8a-cd1b-5ded400efa50.htm @@ -36,4 +36,4 @@ gmp_lib.free(s1p);
3) = 2) ' Release unmanaged memory. -gmp_lib.free(s1p)
See Also
\ No newline at end of file +gmp_lib.free(s1p)
See Also
\ No newline at end of file diff --git a/docs/html/9b4a5f6b-3f8e-a957-ae84-303c6897aeb4.htm b/docs/html/9b4a5f6b-3f8e-a957-ae84-303c6897aeb4.htm index 8bb4bbc..a93f072 100644 --- a/docs/html/9b4a5f6b-3f8e-a957-ae84-303c6897aeb4.htm +++ b/docs/html/9b4a5f6b-3f8e-a957-ae84-303c6897aeb4.htm @@ -53,4 +53,4 @@ gmp_lib.mpf_ceil(z, x) Assert.IsTrue(gmp_lib.mpf_get_d(z) = 11.0) ' Release unmanaged memory allocated for x and z. -gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/9cbc8594-a202-86fd-f4e8-22635ba952b5.htm b/docs/html/9cbc8594-a202-86fd-f4e8-22635ba952b5.htm index 2bb9955..edda8cc 100644 --- a/docs/html/9cbc8594-a202-86fd-f4e8-22635ba952b5.htm +++ b/docs/html/9cbc8594-a202-86fd-f4e8-22635ba952b5.htm @@ -34,4 +34,4 @@ gmp_lib.mpz_init_set_si(x, 10) Assert.IsTrue(gmp_lib.mpz_get_si(x) = 10) ' Release unmanaged memory allocated for x. -gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/9de702f4-758b-2a4e-1025-ed5e46cc7db2.htm b/docs/html/9de702f4-758b-2a4e-1025-ed5e46cc7db2.htm index 98620dc..7b59c22 100644 --- a/docs/html/9de702f4-758b-2a4e-1025-ed5e46cc7db2.htm +++ b/docs/html/9de702f4-758b-2a4e-1025-ed5e46cc7db2.htm @@ -74,4 +74,4 @@ gmp_lib.mpz_powm(rop, base, exp, [mod]) Assert.IsTrue(gmp_lib.mpz_get_si(rop) = 1) ' Release unmanaged memory allocated for rop, base, exp, and mod. -gmp_lib.mpz_clears(rop, base, exp, [mod], Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(rop, base, exp, [mod], Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/9e7b9239-a7a8-4667-f6c7-bfc142d3f429.htm b/docs/html/9e7b9239-a7a8-4667-f6c7-bfc142d3f429.htm index 37205c7..98f6975 100644 --- a/docs/html/9e7b9239-a7a8-4667-f6c7-bfc142d3f429.htm +++ b/docs/html/9e7b9239-a7a8-4667-f6c7-bfc142d3f429.htm @@ -84,4 +84,4 @@ Assert.IsTrue(exp = 1) ' Release unmanaged memory allocated for x. gmp_lib.mpf_clear(x) -gmp_lib.free(value)
See Also
\ No newline at end of file +gmp_lib.free(value)
See Also
\ No newline at end of file diff --git a/docs/html/9e93d02e-f5c7-1a6f-68fe-a33d793a93e2.htm b/docs/html/9e93d02e-f5c7-1a6f-68fe-a33d793a93e2.htm index 48c525b..de58ba5 100644 --- a/docs/html/9e93d02e-f5c7-1a6f-68fe-a33d793a93e2.htm +++ b/docs/html/9e93d02e-f5c7-1a6f-68fe-a33d793a93e2.htm @@ -23,4 +23,4 @@ Assert.IsTrue(gmp_lib.mpf_get_default_prec() == 1 gmp_lib.mpf_set_default_prec(128UI) ' Assert that the value of x is 128 bits. -Assert.IsTrue(gmp_lib.mpf_get_default_prec() = 128UI)
See Also
\ No newline at end of file +Assert.IsTrue(gmp_lib.mpf_get_default_prec() = 128UI)
See Also
\ No newline at end of file diff --git a/docs/html/9eac8ea9-0821-09b2-8091-e6638c562c7f.htm b/docs/html/9eac8ea9-0821-09b2-8091-e6638c562c7f.htm index 29d80ee..c984071 100644 --- a/docs/html/9eac8ea9-0821-09b2-8091-e6638c562c7f.htm +++ b/docs/html/9eac8ea9-0821-09b2-8091-e6638c562c7f.htm @@ -51,4 +51,4 @@ gmp_lib.mpq_set(x, y) Assert.IsTrue(gmp_lib.mpq_cmp_si(x, -210, 13) = 0) ' Release unmanaged memory allocated for x and y. -gmp_lib.mpq_clears(x, y, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpq_clears(x, y, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/9fb96802-e56e-8fd8-cef2-b44870d09a10.htm b/docs/html/9fb96802-e56e-8fd8-cef2-b44870d09a10.htm index 237992e..b14e2e1 100644 --- a/docs/html/9fb96802-e56e-8fd8-cef2-b44870d09a10.htm +++ b/docs/html/9fb96802-e56e-8fd8-cef2-b44870d09a10.htm @@ -50,4 +50,4 @@ Assert.IsTrue(borrow = 1) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, sp, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, sp, result)
See Also
\ No newline at end of file diff --git a/docs/html/9fd28088-e353-2b5e-03e3-9c2763226ed6.htm b/docs/html/9fd28088-e353-2b5e-03e3-9c2763226ed6.htm index b845efa..9abcbb2 100644 --- a/docs/html/9fd28088-e353-2b5e-03e3-9c2763226ed6.htm +++ b/docs/html/9fd28088-e353-2b5e-03e3-9c2763226ed6.htm @@ -63,4 +63,4 @@ gmp_lib.mpz_powm_ui(rop, base, 4UI, [1) ' Release unmanaged memory allocated for rop, base, and mod. -gmp_lib.mpz_clears(rop, base, [mod], Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(rop, base, [mod], Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/9fe90631-f519-1cf3-5a20-701d2bae1d0d.htm b/docs/html/9fe90631-f519-1cf3-5a20-701d2bae1d0d.htm index 29c7c2e..919358a 100644 --- a/docs/html/9fe90631-f519-1cf3-5a20-701d2bae1d0d.htm +++ b/docs/html/9fe90631-f519-1cf3-5a20-701d2bae1d0d.htm @@ -78,4 +78,4 @@ Assert.IsTrue(qp.SequenceEqual(quotient)) Assert.IsTrue(rp.SequenceEqual(remainder)) ' Release unmanaged memory. -gmp_lib.free(qp, rp, np, dp, quotient, remainder)
See Also
\ No newline at end of file +gmp_lib.free(qp, rp, np, dp, quotient, remainder)
See Also
\ No newline at end of file diff --git a/docs/html/a066df5a-c312-3b00-6092-6f914c3ee248.htm b/docs/html/a066df5a-c312-3b00-6092-6f914c3ee248.htm index dcc8739..3f31c35 100644 --- a/docs/html/a066df5a-c312-3b00-6092-6f914c3ee248.htm +++ b/docs/html/a066df5a-c312-3b00-6092-6f914c3ee248.htm @@ -29,4 +29,4 @@ gmp_lib.mpz_init_set_ui(op, UInteger.MaxV Assert.IsTrue(gmp_lib.mpz_fits_sint_p(op) = 0) ' Release unmanaged memory allocated for op. -gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/a248732b-c4be-7e9a-4207-0049371764ff.htm b/docs/html/a248732b-c4be-7e9a-4207-0049371764ff.htm index da14c30..8ae1e4e 100644 --- a/docs/html/a248732b-c4be-7e9a-4207-0049371764ff.htm +++ b/docs/html/a248732b-c4be-7e9a-4207-0049371764ff.htm @@ -36,4 +36,4 @@ gmp_lib.mpz_init_set_ui(b, 4UI) Assert.IsTrue(gmp_lib.mpz_si_kronecker(15, b) = 1) ' Release unmanaged memory allocated for b. -gmp_lib.mpz_clear(b)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(b)
See Also
\ No newline at end of file diff --git a/docs/html/a2c14761-1b23-0de9-3842-c2d4e3d7aac0.htm b/docs/html/a2c14761-1b23-0de9-3842-c2d4e3d7aac0.htm index ecc221e..7680195 100644 --- a/docs/html/a2c14761-1b23-0de9-3842-c2d4e3d7aac0.htm +++ b/docs/html/a2c14761-1b23-0de9-3842-c2d4e3d7aac0.htm @@ -41,4 +41,4 @@ gmp_lib.mpf_init_set_d(x, -123.0) Assert.IsTrue(gmp_lib.mpf_get_d(x) = -123.0) ' Release unmanaged memory allocated for x. -gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/a38b87c5-c6ac-fa68-6d58-c45793bf933e.htm b/docs/html/a38b87c5-c6ac-fa68-6d58-c45793bf933e.htm index fd7303f..eecba15 100644 --- a/docs/html/a38b87c5-c6ac-fa68-6d58-c45793bf933e.htm +++ b/docs/html/a38b87c5-c6ac-fa68-6d58-c45793bf933e.htm @@ -85,4 +85,4 @@ gmp_lib.mpn_sec_powm(rp, bp, bp.Size, ep, 3' Release unmanaged memory.
-gmp_lib.free(rp, bp, ep, mp, tp, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, bp, ep, mp, tp, result)
See Also
\ No newline at end of file diff --git a/docs/html/a48d50bf-0432-7feb-cc41-d6bf70f78e58.htm b/docs/html/a48d50bf-0432-7feb-cc41-d6bf70f78e58.htm index 2706ff1..40c5ac2 100644 --- a/docs/html/a48d50bf-0432-7feb-cc41-d6bf70f78e58.htm +++ b/docs/html/a48d50bf-0432-7feb-cc41-d6bf70f78e58.htm @@ -45,4 +45,4 @@ gmp_lib.mpz_lucnum_ui(ln, 9UI) Assert.IsTrue(gmp_lib.mpz_get_si(ln) = 76) ' Release unmanaged memory allocated for ln. -gmp_lib.mpz_clear(ln)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(ln)
See Also
\ No newline at end of file diff --git a/docs/html/a4c2958c-5957-d736-6883-ce7e76b3d7a4.htm b/docs/html/a4c2958c-5957-d736-6883-ce7e76b3d7a4.htm index 82c7557..abb08a9 100644 --- a/docs/html/a4c2958c-5957-d736-6883-ce7e76b3d7a4.htm +++ b/docs/html/a4c2958c-5957-d736-6883-ce7e76b3d7a4.htm @@ -41,4 +41,4 @@ gmp_lib.mpz_add_ui(num, num, 2UI) Assert.IsTrue(gmp_lib.mpq_cmp_si(op, 1, 3UI) = 0) ' Release unmanaged memory allocated for op. -gmp_lib.mpq_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpq_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/a4def6d8-f8a5-f76f-4ef0-3e6e7eec23fb.htm b/docs/html/a4def6d8-f8a5-f76f-4ef0-3e6e7eec23fb.htm index 611e4c7..24ca966 100644 --- a/docs/html/a4def6d8-f8a5-f76f-4ef0-3e6e7eec23fb.htm +++ b/docs/html/a4def6d8-f8a5-f76f-4ef0-3e6e7eec23fb.htm @@ -51,4 +51,4 @@ gmp_lib.mpz_cdiv_q_2exp(q, n, 2UI) Assert.IsTrue(gmp_lib.mpz_get_si(q) = 2501) ' Release unmanaged memory allocated for n and q. -gmp_lib.mpz_clears(n, q, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(n, q, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/a58b3e42-f5e9-42d3-e71a-2a6f68dec3a9.htm b/docs/html/a58b3e42-f5e9-42d3-e71a-2a6f68dec3a9.htm index aadb2b5..44d9188 100644 --- a/docs/html/a58b3e42-f5e9-42d3-e71a-2a6f68dec3a9.htm +++ b/docs/html/a58b3e42-f5e9-42d3-e71a-2a6f68dec3a9.htm @@ -51,4 +51,4 @@ Assert.IsTrue(gmp_lib.mpz_tdiv_r_ui(r, n, 31
) ' Release unmanaged memory allocated for n and r. -gmp_lib.mpz_clears(n, r, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(n, r, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/a5dfd9bc-f86b-8a3b-69fc-8d2d5dea30ae.htm b/docs/html/a5dfd9bc-f86b-8a3b-69fc-8d2d5dea30ae.htm index cd5d8e6..45076c1 100644 --- a/docs/html/a5dfd9bc-f86b-8a3b-69fc-8d2d5dea30ae.htm +++ b/docs/html/a5dfd9bc-f86b-8a3b-69fc-8d2d5dea30ae.htm @@ -33,4 +33,4 @@ gmp_lib.free(s1p);
0) ' Release unmanaged memory. -gmp_lib.free(s1p)
See Also
\ No newline at end of file +gmp_lib.free(s1p)
See Also
\ No newline at end of file diff --git a/docs/html/a637ce7e-54d7-eba9-0c6f-c237f115b621.htm b/docs/html/a637ce7e-54d7-eba9-0c6f-c237f115b621.htm index 2f82fd6..7bc52ca 100644 --- a/docs/html/a637ce7e-54d7-eba9-0c6f-c237f115b621.htm +++ b/docs/html/a637ce7e-54d7-eba9-0c6f-c237f115b621.htm @@ -59,4 +59,4 @@ Assert.IsTrue(gmp_lib.mpz_get_si(root) = 21739
) ' Release unmanaged memory allocated for root, rem, and u. -gmp_lib.mpz_clears(root, [rem], u, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(root, [rem], u, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/a7d1fd40-0415-b4af-1787-706d245ff96e.htm b/docs/html/a7d1fd40-0415-b4af-1787-706d245ff96e.htm index 8a89575..d7b792c 100644 --- a/docs/html/a7d1fd40-0415-b4af-1787-706d245ff96e.htm +++ b/docs/html/a7d1fd40-0415-b4af-1787-706d245ff96e.htm @@ -51,4 +51,4 @@ gmp_lib.mpn_and_n(rp, s1p, s2p, s1p.Size) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file diff --git a/docs/html/a909faa8-4939-1ba3-5647-af8836c9a291.htm b/docs/html/a909faa8-4939-1ba3-5647-af8836c9a291.htm index cc3d528..6f67cea 100644 --- a/docs/html/a909faa8-4939-1ba3-5647-af8836c9a291.htm +++ b/docs/html/a909faa8-4939-1ba3-5647-af8836c9a291.htm @@ -41,4 +41,4 @@ Assert.IsTrue(gmp_lib.mpz_get_si(x2) = 0) Assert.IsTrue(gmp_lib.mpz_get_si(x3) = 0) ' Release unmanaged memory allocated for the integers. -gmp_lib.mpz_clears(x1, x2, x3, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(x1, x2, x3, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/aa3fd0ea-a8b6-674b-59ff-b6d4785baed1.htm b/docs/html/aa3fd0ea-a8b6-674b-59ff-b6d4785baed1.htm index 669f9ae..2445d2e 100644 --- a/docs/html/aa3fd0ea-a8b6-674b-59ff-b6d4785baed1.htm +++ b/docs/html/aa3fd0ea-a8b6-674b-59ff-b6d4785baed1.htm @@ -18,4 +18,4 @@

See also mpf_fits_slong_p and mpf_fits_ulong_p (see GNU MP - Miscellaneous Float Functions). -

Examples
See Also
\ No newline at end of file +

Examples
See Also
\ No newline at end of file diff --git a/docs/html/acb6d3d4-70ad-58be-7cb8-9edb997204b3.htm b/docs/html/acb6d3d4-70ad-58be-7cb8-9edb997204b3.htm index 7d667fc..8173afa 100644 --- a/docs/html/acb6d3d4-70ad-58be-7cb8-9edb997204b3.htm +++ b/docs/html/acb6d3d4-70ad-58be-7cb8-9edb997204b3.htm @@ -59,4 +59,4 @@ gmp_lib.mpz_add(z, x, y) Assert.IsTrue(gmp_lib.mpz_get_ui(z) = 22222UI) ' Release unmanaged memory allocated for x, y, and z. -gmp_lib.mpz_clears(x, y, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(x, y, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/ada84e5e-397e-e963-7d50-e260d4a104f7.htm b/docs/html/ada84e5e-397e-e963-7d50-e260d4a104f7.htm index 4ef86a2..9381fdb 100644 --- a/docs/html/ada84e5e-397e-e963-7d50-e260d4a104f7.htm +++ b/docs/html/ada84e5e-397e-e963-7d50-e260d4a104f7.htm @@ -30,4 +30,4 @@ gmp_lib.mpf_init_set_ui(op, UInteger.MaxV Assert.IsTrue(gmp_lib.mpf_fits_ushort_p(op) = 0) ' Release unmanaged memory allocated for op. -gmp_lib.mpf_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/ae3c6cf7-08a0-54dd-951f-b2fe2112b8b0.htm b/docs/html/ae3c6cf7-08a0-54dd-951f-b2fe2112b8b0.htm index ef0aac8..c165094 100644 --- a/docs/html/ae3c6cf7-08a0-54dd-951f-b2fe2112b8b0.htm +++ b/docs/html/ae3c6cf7-08a0-54dd-951f-b2fe2112b8b0.htm @@ -51,4 +51,4 @@ Assert.IsTrue(borrow = 0) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, s1p, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, s1p, result)
See Also
\ No newline at end of file diff --git a/docs/html/ae66c86a-cc34-81be-2a38-e841e8a36f43.htm b/docs/html/ae66c86a-cc34-81be-2a38-e841e8a36f43.htm index 3b9d942..17caf36 100644 --- a/docs/html/ae66c86a-cc34-81be-2a38-e841e8a36f43.htm +++ b/docs/html/ae66c86a-cc34-81be-2a38-e841e8a36f43.htm @@ -34,4 +34,4 @@ gmp_lib.free(s1p);
0) = 1) ' Release unmanaged memory. -gmp_lib.free(s1p)
See Also
\ No newline at end of file +gmp_lib.free(s1p)
See Also
\ No newline at end of file diff --git a/docs/html/ae9e468d-e9ce-db55-1964-433829dfa476.htm b/docs/html/ae9e468d-e9ce-db55-1964-433829dfa476.htm index 15c8eb3..2eed1aa 100644 --- a/docs/html/ae9e468d-e9ce-db55-1964-433829dfa476.htm +++ b/docs/html/ae9e468d-e9ce-db55-1964-433829dfa476.htm @@ -58,4 +58,4 @@ Assert.IsTrue(gmp_lib.mpq_cmp_si(op, -1, < ' Release unmanaged memory allocated for op and num. gmp_lib.mpq_clear(op) -gmp_lib.mpz_clear(den)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(den)
See Also
\ No newline at end of file diff --git a/docs/html/af797947-8f84-320e-d1cd-ba578b26cef3.htm b/docs/html/af797947-8f84-320e-d1cd-ba578b26cef3.htm index ddd77af..1735bd9 100644 --- a/docs/html/af797947-8f84-320e-d1cd-ba578b26cef3.htm +++ b/docs/html/af797947-8f84-320e-d1cd-ba578b26cef3.htm @@ -51,4 +51,4 @@ Assert.IsTrue(gmp_lib.mpz_cdiv_r_ui(r, n, 3-2
) ' Release unmanaged memory allocated for n and r. -gmp_lib.mpz_clears(n, r, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(n, r, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/af9533ce-5e67-245d-1cb3-9efb7772a6c8.htm b/docs/html/af9533ce-5e67-245d-1cb3-9efb7772a6c8.htm index 262758a..c108e65 100644 --- a/docs/html/af9533ce-5e67-245d-1cb3-9efb7772a6c8.htm +++ b/docs/html/af9533ce-5e67-245d-1cb3-9efb7772a6c8.htm @@ -7,4 +7,4 @@  Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static readonly mp_size_t mp_uint_per_limb

Field Value

Type: mp_size_t
Examples
mp_size_t uintsPerLimb = gmp_lib.mp_uint_per_limb;
 Assert.AreEqual(uintsPerLimb, (mp_size_t)(IntPtr.Size / 4));
See Also
\ No newline at end of file +Assert.AreEqual(uintsPerLimb, DirectCast(IntPtr.Size / 4, mp_size_t))
See Also
\ No newline at end of file diff --git a/docs/html/b07466c5-6249-332d-e89b-aeb3675970ff.htm b/docs/html/b07466c5-6249-332d-e89b-aeb3675970ff.htm index 9157b1d..d7bf9ec 100644 --- a/docs/html/b07466c5-6249-332d-e89b-aeb3675970ff.htm +++ b/docs/html/b07466c5-6249-332d-e89b-aeb3675970ff.htm @@ -17,4 +17,4 @@ )

Parameters

an
Type: Math.Gmp.Nativemp_size_t
The number of limbs of the mpn_sec_mul first operand.
bn
Type: Math.Gmp.Nativemp_size_t
The number of limbs of the mpn_sec_mul second operand.

Return Value

Type: mp_size_t
The scratch space in number of limbs required by the function mpn_sec_mul.
See Also
\ No newline at end of file +

Parameters

an
Type: Math.Gmp.Nativemp_size_t
The number of limbs of the mpn_sec_mul first operand.
bn
Type: Math.Gmp.Nativemp_size_t
The number of limbs of the mpn_sec_mul second operand.

Return Value

Type: mp_size_t
The scratch space in number of limbs required by the function mpn_sec_mul.
See Also
\ No newline at end of file diff --git a/docs/html/b0d00a52-e539-c5f7-7d6d-ab202e72ad98.htm b/docs/html/b0d00a52-e539-c5f7-7d6d-ab202e72ad98.htm index d02e1af..6ec0bd1 100644 --- a/docs/html/b0d00a52-e539-c5f7-7d6d-ab202e72ad98.htm +++ b/docs/html/b0d00a52-e539-c5f7-7d6d-ab202e72ad98.htm @@ -59,4 +59,4 @@ gmp_lib.mpz_fdiv_q(q, n, d) Assert.IsTrue(gmp_lib.mpz_get_si(q) = 3333) ' Release unmanaged memory allocated for n, d, and q. -gmp_lib.mpz_clears(n, d, q, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(n, d, q, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/b0f120a7-a215-fbff-1138-bac5df8d741c.htm b/docs/html/b0f120a7-a215-fbff-1138-bac5df8d741c.htm index b0eab0f..a66f461 100644 --- a/docs/html/b0f120a7-a215-fbff-1138-bac5df8d741c.htm +++ b/docs/html/b0f120a7-a215-fbff-1138-bac5df8d741c.htm @@ -51,4 +51,4 @@ gmp_lib.mpz_fdiv_r_2exp(r, n, 2UI) Assert.IsTrue(gmp_lib.mpz_get_si(r) = 1) ' Release unmanaged memory allocated for n and r. -gmp_lib.mpz_clears(n, r, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(n, r, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/b104184e-cf49-dbdb-764a-9dee5cf7b2fd.htm b/docs/html/b104184e-cf49-dbdb-764a-9dee5cf7b2fd.htm index 3df3f08..5be4450 100644 --- a/docs/html/b104184e-cf49-dbdb-764a-9dee5cf7b2fd.htm +++ b/docs/html/b104184e-cf49-dbdb-764a-9dee5cf7b2fd.htm @@ -53,4 +53,4 @@ Assert.IsTrue(borrow = 0) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file diff --git a/docs/html/b31d5778-362b-b75f-40cc-4c8280ca889c.htm b/docs/html/b31d5778-362b-b75f-40cc-4c8280ca889c.htm index ca91241..645145e 100644 --- a/docs/html/b31d5778-362b-b75f-40cc-4c8280ca889c.htm +++ b/docs/html/b31d5778-362b-b75f-40cc-4c8280ca889c.htm @@ -53,4 +53,4 @@ gmp_lib.gmp_randseed(state, seed) ' Free all memory occupied by state and seed. gmp_lib.gmp_randclear(state) -gmp_lib.mpz_clear(seed)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(seed)
See Also
\ No newline at end of file diff --git a/docs/html/b3ed0ded-086a-41f1-6051-d08afa338da8.htm b/docs/html/b3ed0ded-086a-41f1-6051-d08afa338da8.htm index 8424bcf..db6f0f3 100644 --- a/docs/html/b3ed0ded-086a-41f1-6051-d08afa338da8.htm +++ b/docs/html/b3ed0ded-086a-41f1-6051-d08afa338da8.htm @@ -29,4 +29,4 @@ gmp_lib.gmp_randclear(state);
' Free all memory occupied by state. -gmp_lib.gmp_randclear(state)
See Also
\ No newline at end of file +gmp_lib.gmp_randclear(state)
See Also
\ No newline at end of file diff --git a/docs/html/b456f637-83f4-9d4f-18c5-052d77fbf981.htm b/docs/html/b456f637-83f4-9d4f-18c5-052d77fbf981.htm index d030311..62f1c72 100644 --- a/docs/html/b456f637-83f4-9d4f-18c5-052d77fbf981.htm +++ b/docs/html/b456f637-83f4-9d4f-18c5-052d77fbf981.htm @@ -81,4 +81,4 @@ gmp_lib.mpf_set_prec_raw(x, 128UI) ' Release unmanaged memory allocated for x and y. gmp_lib.mpf_clear(x) -gmp_lib.mpq_clear(y)
See Also
\ No newline at end of file +gmp_lib.mpq_clear(y)
See Also
\ No newline at end of file diff --git a/docs/html/b4ff3a9e-3ab5-689f-7a80-b61dad2ea125.htm b/docs/html/b4ff3a9e-3ab5-689f-7a80-b61dad2ea125.htm index a5bfd97..e66340d 100644 --- a/docs/html/b4ff3a9e-3ab5-689f-7a80-b61dad2ea125.htm +++ b/docs/html/b4ff3a9e-3ab5-689f-7a80-b61dad2ea125.htm @@ -43,4 +43,4 @@ gmp_lib.mpz_mfac_uiui(rop, 10UI, 120) ' Release unmanaged memory allocated for rop. -gmp_lib.mpz_clear(rop)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(rop)
See Also
\ No newline at end of file diff --git a/docs/html/b52f3ab3-7ad3-7dde-14a2-83c81840b829.htm b/docs/html/b52f3ab3-7ad3-7dde-14a2-83c81840b829.htm index 8781d4c..63f5ebf 100644 --- a/docs/html/b52f3ab3-7ad3-7dde-14a2-83c81840b829.htm +++ b/docs/html/b52f3ab3-7ad3-7dde-14a2-83c81840b829.htm @@ -56,4 +56,4 @@ Assert.IsTrue(bits = 1) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, sp, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, sp, result)
See Also
\ No newline at end of file diff --git a/docs/html/b5936979-01aa-1cd8-20de-d6386368e234.htm b/docs/html/b5936979-01aa-1cd8-20de-d6386368e234.htm index 471495d..5b7e758 100644 --- a/docs/html/b5936979-01aa-1cd8-20de-d6386368e234.htm +++ b/docs/html/b5936979-01aa-1cd8-20de-d6386368e234.htm @@ -44,4 +44,4 @@ gmp_lib.mpz_init_set_ui(p, 11UI) Assert.IsTrue(gmp_lib.mpz_legendre(a, p) = 1) ' Release unmanaged memory allocated for a and p. -gmp_lib.mpz_clears(a, p, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(a, p, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/b69da354-160b-602a-4cc4-faf7ca423186.htm b/docs/html/b69da354-160b-602a-4cc4-faf7ca423186.htm index 7431ff8..0de4734 100644 --- a/docs/html/b69da354-160b-602a-4cc4-faf7ca423186.htm +++ b/docs/html/b69da354-160b-602a-4cc4-faf7ca423186.htm @@ -31,4 +31,4 @@ gmp_lib.mpq_init(x) Assert.IsTrue(gmp_lib.mpq_get_d(x) = 0.0) ' Release unmanaged memory allocated for x. -gmp_lib.mpq_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpq_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/b6bd5187-99bb-c6b5-d871-b163fa0f7e0e.htm b/docs/html/b6bd5187-99bb-c6b5-d871-b163fa0f7e0e.htm index b28d24d..2b8f271 100644 --- a/docs/html/b6bd5187-99bb-c6b5-d871-b163fa0f7e0e.htm +++ b/docs/html/b6bd5187-99bb-c6b5-d871-b163fa0f7e0e.htm @@ -17,4 +17,4 @@ )

Parameters

negated_operand
Type: Math.Gmp.Nativempq_t
The result rational.
operand
Type: Math.Gmp.Nativempq_t
The operand rational.
Examples
See Also
\ No newline at end of file +

Parameters

negated_operand
Type: Math.Gmp.Nativempq_t
The result rational.
operand
Type: Math.Gmp.Nativempq_t
The operand rational.
Examples
See Also
\ No newline at end of file diff --git a/docs/html/b77c0292-518a-64d8-4b4e-0dd3c0cb801f.htm b/docs/html/b77c0292-518a-64d8-4b4e-0dd3c0cb801f.htm index 5d01b0c..857801a 100644 --- a/docs/html/b77c0292-518a-64d8-4b4e-0dd3c0cb801f.htm +++ b/docs/html/b77c0292-518a-64d8-4b4e-0dd3c0cb801f.htm @@ -59,4 +59,4 @@ Assert.IsTrue(gmp_lib.mpf_get_d(x) = -210.010.0
) ' Release unmanaged memory allocated for x and y. -gmp_lib.mpf_clears(x, y, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpf_clears(x, y, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/b819fb3b-5d3e-ff23-1687-0e71af684bd7.htm b/docs/html/b819fb3b-5d3e-ff23-1687-0e71af684bd7.htm index 58bd433..463f123 100644 --- a/docs/html/b819fb3b-5d3e-ff23-1687-0e71af684bd7.htm +++ b/docs/html/b819fb3b-5d3e-ff23-1687-0e71af684bd7.htm @@ -61,4 +61,4 @@ Assert.IsTrue(carry = 1) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, s1p, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, s1p, result)
See Also
\ No newline at end of file diff --git a/docs/html/b82bad6a-f8f0-db53-a6d3-ed6002046257.htm b/docs/html/b82bad6a-f8f0-db53-a6d3-ed6002046257.htm index 4fec790..04af840 100644 --- a/docs/html/b82bad6a-f8f0-db53-a6d3-ed6002046257.htm +++ b/docs/html/b82bad6a-f8f0-db53-a6d3-ed6002046257.htm @@ -65,4 +65,4 @@ Assert.IsTrue(borrow = 0) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file diff --git a/docs/html/b8b6d088-3330-5073-dc17-18ea23b0fc14.htm b/docs/html/b8b6d088-3330-5073-dc17-18ea23b0fc14.htm index 4d13dfb..af27d2f 100644 --- a/docs/html/b8b6d088-3330-5073-dc17-18ea23b0fc14.htm +++ b/docs/html/b8b6d088-3330-5073-dc17-18ea23b0fc14.htm @@ -51,4 +51,4 @@ gmp_lib.mpn_andn_n(rp, s1p, s2p, s1p.Size) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file diff --git a/docs/html/b9df04c4-224e-f2ad-8e90-fbb3b30bd76d.htm b/docs/html/b9df04c4-224e-f2ad-8e90-fbb3b30bd76d.htm index 29ecc0b..1cb9268 100644 --- a/docs/html/b9df04c4-224e-f2ad-8e90-fbb3b30bd76d.htm +++ b/docs/html/b9df04c4-224e-f2ad-8e90-fbb3b30bd76d.htm @@ -59,4 +59,4 @@ Assert.IsTrue(carry = 1) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file diff --git a/docs/html/b9e1a8f8-5156-ca69-337b-e67c2fd851f7.htm b/docs/html/b9e1a8f8-5156-ca69-337b-e67c2fd851f7.htm index da3881a..30f205a 100644 --- a/docs/html/b9e1a8f8-5156-ca69-337b-e67c2fd851f7.htm +++ b/docs/html/b9e1a8f8-5156-ca69-337b-e67c2fd851f7.htm @@ -17,4 +17,4 @@ )

Parameters

nn
Type: Math.Gmp.Nativemp_size_t
The number of limbs of the mpn_sec_div_qr first operand.
dn
Type: Math.Gmp.Nativemp_size_t
The number of limbs of the mpn_sec_div_qr second operand.

Return Value

Type: mp_size_t
The scratch space in number of limbs required by the function mpn_sec_div_qr.
See Also
\ No newline at end of file +

Parameters

nn
Type: Math.Gmp.Nativemp_size_t
The number of limbs of the mpn_sec_div_qr first operand.
dn
Type: Math.Gmp.Nativemp_size_t
The number of limbs of the mpn_sec_div_qr second operand.

Return Value

Type: mp_size_t
The scratch space in number of limbs required by the function mpn_sec_div_qr.
See Also
\ No newline at end of file diff --git a/docs/html/ba898f37-20d0-a5cd-eff1-0663f18220dd.htm b/docs/html/ba898f37-20d0-a5cd-eff1-0663f18220dd.htm index 5f8de18..051f45b 100644 --- a/docs/html/ba898f37-20d0-a5cd-eff1-0663f18220dd.htm +++ b/docs/html/ba898f37-20d0-a5cd-eff1-0663f18220dd.htm @@ -47,4 +47,4 @@ gmp_lib.mpq_set_si(x, -10, -10, 11UI) = 0) ' Release unmanaged memory allocated for x. -gmp_lib.mpq_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpq_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/bad56282-fbca-6e3b-03c8-085cff07eed8.htm b/docs/html/bad56282-fbca-6e3b-03c8-085cff07eed8.htm index 0a5f6c7..ffc23ba 100644 --- a/docs/html/bad56282-fbca-6e3b-03c8-085cff07eed8.htm +++ b/docs/html/bad56282-fbca-6e3b-03c8-085cff07eed8.htm @@ -84,4 +84,4 @@ Assert.IsTrue(exp.Value = 1) ' Release unmanaged memory allocated for x. gmp_lib.mpf_clear(x) -gmp_lib.free(value)
See Also
\ No newline at end of file +gmp_lib.free(value)
See Also
\ No newline at end of file diff --git a/docs/html/bb37470f-5f40-4f6d-01d9-4e40446782a3.htm b/docs/html/bb37470f-5f40-4f6d-01d9-4e40446782a3.htm index eae855d..dae7ee6 100644 --- a/docs/html/bb37470f-5f40-4f6d-01d9-4e40446782a3.htm +++ b/docs/html/bb37470f-5f40-4f6d-01d9-4e40446782a3.htm @@ -35,4 +35,4 @@ gmp_lib.mpz_init_set_ui(op1, 63UI) Assert.IsTrue(gmp_lib.mpz_cmp_d(op1, 70.0) < 0) ' Release unmanaged memory allocated for op1. -gmp_lib.mpz_clear(op1)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(op1)
See Also
\ No newline at end of file diff --git a/docs/html/bb46ebe4-c002-8769-19ed-136a86e87134.htm b/docs/html/bb46ebe4-c002-8769-19ed-136a86e87134.htm index 4f4a9e1..cd18aa1 100644 --- a/docs/html/bb46ebe4-c002-8769-19ed-136a86e87134.htm +++ b/docs/html/bb46ebe4-c002-8769-19ed-136a86e87134.htm @@ -56,4 +56,4 @@ Assert.IsTrue(bits = (If(gmp_lib.mp_bytes Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, sp, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, sp, result)
See Also
\ No newline at end of file diff --git a/docs/html/bc33b7de-0deb-669e-0bb7-6cd1090f4aea.htm b/docs/html/bc33b7de-0deb-669e-0bb7-6cd1090f4aea.htm index a2352bf..89dfbe3 100644 --- a/docs/html/bc33b7de-0deb-669e-0bb7-6cd1090f4aea.htm +++ b/docs/html/bc33b7de-0deb-669e-0bb7-6cd1090f4aea.htm @@ -49,4 +49,4 @@ Assert.IsTrue(gmp_lib.mpq_cmp_z(op1, op2) < 0< ' Release unmanaged memory allocated for op1 and op2. gmp_lib.mpq_clear(op1) -gmp_lib.mpz_clear(op2)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(op2)
See Also
\ No newline at end of file diff --git a/docs/html/bd669b1e-a941-2e35-7c29-29a5b5ff5e3a.htm b/docs/html/bd669b1e-a941-2e35-7c29-29a5b5ff5e3a.htm index 254bcb0..ad1e293 100644 --- a/docs/html/bd669b1e-a941-2e35-7c29-29a5b5ff5e3a.htm +++ b/docs/html/bd669b1e-a941-2e35-7c29-29a5b5ff5e3a.htm @@ -47,4 +47,4 @@ Assert.IsTrue(x.ToString() = "0.4e2") ' Release unmanaged memory allocated for x and y. gmp_lib.mpf_clear(x) -gmp_lib.mpq_clear(y)
See Also
\ No newline at end of file +gmp_lib.mpq_clear(y)
See Also
\ No newline at end of file diff --git a/docs/html/bd7a38bd-df52-4b0f-36d4-eb539767d89f.htm b/docs/html/bd7a38bd-df52-4b0f-36d4-eb539767d89f.htm index 983924e..8dcdd8e 100644 --- a/docs/html/bd7a38bd-df52-4b0f-36d4-eb539767d89f.htm +++ b/docs/html/bd7a38bd-df52-4b0f-36d4-eb539767d89f.htm @@ -58,4 +58,4 @@ Assert.IsTrue(str.Value.ToString() = "123456 - 7 gmp_lib.free(str.Value) gmp_lib.mpz_clear(z) gmp_lib.mpq_clear(q) -gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file diff --git a/docs/html/be9e6a25-83fb-49c2-949a-b8642a8234f5.htm b/docs/html/be9e6a25-83fb-49c2-949a-b8642a8234f5.htm index 79c6bc7..fdce320 100644 --- a/docs/html/be9e6a25-83fb-49c2-949a-b8642a8234f5.htm +++ b/docs/html/be9e6a25-83fb-49c2-949a-b8642a8234f5.htm @@ -47,4 +47,4 @@ gmp_lib.mpf_init_set_si(z, 128) Assert.IsTrue(gmp_lib.mpf_cmp(x, z) > 0) ' Release unmanaged memory allocated for x and z. -gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/beb982a6-fa8e-6a0f-409a-bce1fddb6002.htm b/docs/html/beb982a6-fa8e-6a0f-409a-bce1fddb6002.htm index 2166086..cba8de9 100644 --- a/docs/html/beb982a6-fa8e-6a0f-409a-bce1fddb6002.htm +++ b/docs/html/beb982a6-fa8e-6a0f-409a-bce1fddb6002.htm @@ -59,4 +59,4 @@ gmp_lib.mpz_tdiv_r(r, n, d) Assert.IsTrue(gmp_lib.mpz_get_si(r) = 1) ' Release unmanaged memory allocated for n, d, and r. -gmp_lib.mpz_clears(n, d, r, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(n, d, r, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/bfb87570-3b2e-079a-1528-3746424bbdef.htm b/docs/html/bfb87570-3b2e-079a-1528-3746424bbdef.htm index d8e47d4..73d0d03 100644 --- a/docs/html/bfb87570-3b2e-079a-1528-3746424bbdef.htm +++ b/docs/html/bfb87570-3b2e-079a-1528-3746424bbdef.htm @@ -41,4 +41,4 @@ Assert.IsTrue(gmp_lib.mpf_get_d(x2) = 0.0) Assert.IsTrue(gmp_lib.mpf_get_d(x3) = 0.0) ' Release unmanaged memory allocated for the floating-point numbers. -gmp_lib.mpf_clears(x1, x2, x3, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpf_clears(x1, x2, x3, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/bfe022c5-95d3-45d7-0c6f-97167a9a0af2.htm b/docs/html/bfe022c5-95d3-45d7-0c6f-97167a9a0af2.htm index 7b3d362..5d659c3 100644 --- a/docs/html/bfe022c5-95d3-45d7-0c6f-97167a9a0af2.htm +++ b/docs/html/bfe022c5-95d3-45d7-0c6f-97167a9a0af2.htm @@ -33,4 +33,4 @@ gmp_lib.mpz_init_set_ui(op1, 63UI) Assert.IsTrue(gmp_lib.mpz_cmp_ui(op1, 70UI) < 0) ' Release unmanaged memory allocated for op1. -gmp_lib.mpz_clear(op1)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(op1)
See Also
\ No newline at end of file diff --git a/docs/html/bfe1e9b5-6fc1-95f2-d5b6-137fe87c071a.htm b/docs/html/bfe1e9b5-6fc1-95f2-d5b6-137fe87c071a.htm index 489e3b3..2f7705c 100644 --- a/docs/html/bfe1e9b5-6fc1-95f2-d5b6-137fe87c071a.htm +++ b/docs/html/bfe1e9b5-6fc1-95f2-d5b6-137fe87c071a.htm @@ -65,4 +65,4 @@ gmp_lib.mpn_sec_sqr(rp, ap, ap.Size, tp) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, ap, tp, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, ap, tp, result)
See Also
\ No newline at end of file diff --git a/docs/html/c0f8ab02-55db-8a6b-705d-6fa700d54545.htm b/docs/html/c0f8ab02-55db-8a6b-705d-6fa700d54545.htm index bad6af6..e93f09d 100644 --- a/docs/html/c0f8ab02-55db-8a6b-705d-6fa700d54545.htm +++ b/docs/html/c0f8ab02-55db-8a6b-705d-6fa700d54545.htm @@ -57,4 +57,4 @@ Assert.IsTrue(gmp_lib.mpz_get_si(fnsub1) = 41816765) ' Release unmanaged memory allocated for fn and fnsub1. -gmp_lib.mpz_clears(fn, fnsub1, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(fn, fnsub1, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/c19999f1-01ee-a3fe-dc4d-2a459e73492d.htm b/docs/html/c19999f1-01ee-a3fe-dc4d-2a459e73492d.htm index b28cd7d..f81db16 100644 --- a/docs/html/c19999f1-01ee-a3fe-dc4d-2a459e73492d.htm +++ b/docs/html/c19999f1-01ee-a3fe-dc4d-2a459e73492d.htm @@ -65,4 +65,4 @@ gmp_lib.mpf_add(z, x, y) Assert.IsTrue(gmp_lib.mpf_get_d(z) = -200.0) ' Release unmanaged memory allocated for x, y, and z. -gmp_lib.mpf_clears(x, y, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpf_clears(x, y, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/c40ea3de-d1be-146b-fe7a-deff566ca817.htm b/docs/html/c40ea3de-d1be-146b-fe7a-deff566ca817.htm index fd9e365..d610550 100644 --- a/docs/html/c40ea3de-d1be-146b-fe7a-deff566ca817.htm +++ b/docs/html/c40ea3de-d1be-146b-fe7a-deff566ca817.htm @@ -64,4 +64,4 @@ Assert.IsTrue(remainder = 1) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, sp, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, sp, result)
See Also
\ No newline at end of file diff --git a/docs/html/c5a0fa06-536c-6c6f-20c7-fb014ebc6444.htm b/docs/html/c5a0fa06-536c-6c6f-20c7-fb014ebc6444.htm index 001e0cd..30c890c 100644 --- a/docs/html/c5a0fa06-536c-6c6f-20c7-fb014ebc6444.htm +++ b/docs/html/c5a0fa06-536c-6c6f-20c7-fb014ebc6444.htm @@ -51,4 +51,4 @@ gmp_lib.mpz_submul_ui(z, x, 12222UI) Assert.IsTrue(gmp_lib.mpz_get_si(z) = 20000 - -10000 * 12222) ' Release unmanaged memory allocated for x and z. -gmp_lib.mpz_clears(x, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(x, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/c5f4e595-de6c-a555-426d-6cb8f429a960.htm b/docs/html/c5f4e595-de6c-a555-426d-6cb8f429a960.htm index 5fbe821..5bc4b40 100644 --- a/docs/html/c5f4e595-de6c-a555-426d-6cb8f429a960.htm +++ b/docs/html/c5f4e595-de6c-a555-426d-6cb8f429a960.htm @@ -46,4 +46,4 @@ gmp_lib.gmp_randinit_mt(state) gmp_lib.gmp_randseed_ui(state, 100000UI) ' Free all memory occupied by state. -gmp_lib.gmp_randclear(state) ///
See Also
\ No newline at end of file +gmp_lib.gmp_randclear(state) ///
See Also
\ No newline at end of file diff --git a/docs/html/c5fc473c-b8dc-8053-4199-e80d58a05230.htm b/docs/html/c5fc473c-b8dc-8053-4199-e80d58a05230.htm index 0a7312e..73f4601 100644 --- a/docs/html/c5fc473c-b8dc-8053-4199-e80d58a05230.htm +++ b/docs/html/c5fc473c-b8dc-8053-4199-e80d58a05230.htm @@ -57,4 +57,4 @@ gmp_lib.mpz_urandomb(rop, state, 50) ' Free all memory occupied by state and rop. gmp_lib.gmp_randclear(state) -gmp_lib.mpz_clear(rop)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(rop)
See Also
\ No newline at end of file diff --git a/docs/html/c7536923-2242-a346-3211-02806aebd69f.htm b/docs/html/c7536923-2242-a346-3211-02806aebd69f.htm index 5f1f528..268bdcc 100644 --- a/docs/html/c7536923-2242-a346-3211-02806aebd69f.htm +++ b/docs/html/c7536923-2242-a346-3211-02806aebd69f.htm @@ -98,4 +98,4 @@ Assert.IsTrue(sn = 1) Assert.IsTrue(sp.SequenceEqual(cofactor)) ' Release unmanaged memory. -gmp_lib.free(gp, up, vp, sp, result, cofactor)
See Also
\ No newline at end of file +gmp_lib.free(gp, up, vp, sp, result, cofactor)
See Also
\ No newline at end of file diff --git a/docs/html/c7d8bbe3-23cd-3460-be24-3a3ac3b28cf4.htm b/docs/html/c7d8bbe3-23cd-3460-be24-3a3ac3b28cf4.htm index 6a5e0ec..4fd4014 100644 --- a/docs/html/c7d8bbe3-23cd-3460-be24-3a3ac3b28cf4.htm +++ b/docs/html/c7d8bbe3-23cd-3460-be24-3a3ac3b28cf4.htm @@ -51,4 +51,4 @@ gmp_lib.mpn_nior_n(rp, s1p, s2p, s1p.Size) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file diff --git a/docs/html/c8216c67-1e74-82d0-6ca0-f24d07045ca8.htm b/docs/html/c8216c67-1e74-82d0-6ca0-f24d07045ca8.htm index ffb2532..3c452cf 100644 --- a/docs/html/c8216c67-1e74-82d0-6ca0-f24d07045ca8.htm +++ b/docs/html/c8216c67-1e74-82d0-6ca0-f24d07045ca8.htm @@ -51,4 +51,4 @@ gmp_lib.mpz_tdiv_r_2exp(r, n, 2UI) Assert.IsTrue(gmp_lib.mpz_get_si(r) = 1) ' Release unmanaged memory allocated for n and r. -gmp_lib.mpz_clears(n, r, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(n, r, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/c9cb6a67-59b8-5c03-f31d-f252441c53f6.htm b/docs/html/c9cb6a67-59b8-5c03-f31d-f252441c53f6.htm index a495a56..c33f00b 100644 --- a/docs/html/c9cb6a67-59b8-5c03-f31d-f252441c53f6.htm +++ b/docs/html/c9cb6a67-59b8-5c03-f31d-f252441c53f6.htm @@ -62,4 +62,4 @@ Assert.IsTrue(gmp_lib.mpz_get_si(x) = 0) ' Release unmanaged memory allocated for x and string values. gmp_lib.mpz_clear(x) gmp_lib.free(value) -gmp_lib.free(s)
See Also
\ No newline at end of file +gmp_lib.free(s)
See Also
\ No newline at end of file diff --git a/docs/html/c9d371c8-8c16-77a3-2c47-8edae05276c5.htm b/docs/html/c9d371c8-8c16-77a3-2c47-8edae05276c5.htm index 9a3e24f..3853732 100644 --- a/docs/html/c9d371c8-8c16-77a3-2c47-8edae05276c5.htm +++ b/docs/html/c9d371c8-8c16-77a3-2c47-8edae05276c5.htm @@ -125,4 +125,4 @@ Assert.IsTrue(result(11) = ' Release unmanaged memory allocated for rop, data, and value. gmp_lib.mpz_clear(op) gmp_lib.free(data) -gmp_lib.free(value)
See Also
\ No newline at end of file +gmp_lib.free(value)
See Also
\ No newline at end of file diff --git a/docs/html/ca339303-b509-db06-c875-3aac3edec5dd.htm b/docs/html/ca339303-b509-db06-c875-3aac3edec5dd.htm index 69a422c..339ae37 100644 --- a/docs/html/ca339303-b509-db06-c875-3aac3edec5dd.htm +++ b/docs/html/ca339303-b509-db06-c875-3aac3edec5dd.htm @@ -57,4 +57,4 @@ gmp_lib.mpf_sub_ui(z, x, 200UI) Assert.IsTrue(gmp_lib.mpf_get_d(z) = -190.0) ' Release unmanaged memory allocated for x and z. -gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/ca6a2024-43ea-fb4e-245e-12e2e01e4ebd.htm b/docs/html/ca6a2024-43ea-fb4e-245e-12e2e01e4ebd.htm index b312ff5..3226ea1 100644 --- a/docs/html/ca6a2024-43ea-fb4e-245e-12e2e01e4ebd.htm +++ b/docs/html/ca6a2024-43ea-fb4e-245e-12e2e01e4ebd.htm @@ -21,4 +21,4 @@ sum : mpq_t * addend1 : mpq_t * addend2 : mpq_t -> unit -

Parameters

sum
Type: Math.Gmp.Nativempq_t
The result rational.
addend1
Type: Math.Gmp.Nativempq_t
The first operand rational.
addend2
Type: Math.Gmp.Nativempq_t
The second operand rational.
Examples
See Also
\ No newline at end of file +

Parameters

sum
Type: Math.Gmp.Nativempq_t
The result rational.
addend1
Type: Math.Gmp.Nativempq_t
The first operand rational.
addend2
Type: Math.Gmp.Nativempq_t
The second operand rational.
Examples
See Also
\ No newline at end of file diff --git a/docs/html/cad028df-c3f1-12b6-d8dd-56c4968730e4.htm b/docs/html/cad028df-c3f1-12b6-d8dd-56c4968730e4.htm index 60c2dd1..67aead5 100644 --- a/docs/html/cad028df-c3f1-12b6-d8dd-56c4968730e4.htm +++ b/docs/html/cad028df-c3f1-12b6-d8dd-56c4968730e4.htm @@ -29,4 +29,4 @@ gmp_lib.mpz_init_set_ui(op, UInteger.MaxV Assert.IsTrue(gmp_lib.mpz_fits_slong_p(op) = 0) ' Release unmanaged memory allocated for op. -gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/caf28774-7b13-0802-858c-a49970d7aa55.htm b/docs/html/caf28774-7b13-0802-858c-a49970d7aa55.htm index de6bce4..d125968 100644 --- a/docs/html/caf28774-7b13-0802-858c-a49970d7aa55.htm +++ b/docs/html/caf28774-7b13-0802-858c-a49970d7aa55.htm @@ -37,4 +37,4 @@ gmp_lib.free(s1p, s2p);
31) ' Release unmanaged memory. -gmp_lib.free(s1p, s2p)
See Also
\ No newline at end of file +gmp_lib.free(s1p, s2p)
See Also
\ No newline at end of file diff --git a/docs/html/cbbdf666-7c6c-f3f3-1790-b5bb1655af87.htm b/docs/html/cbbdf666-7c6c-f3f3-1790-b5bb1655af87.htm index 30e1087..12c8506 100644 --- a/docs/html/cbbdf666-7c6c-f3f3-1790-b5bb1655af87.htm +++ b/docs/html/cbbdf666-7c6c-f3f3-1790-b5bb1655af87.htm @@ -55,4 +55,4 @@ gmp_lib.mpz_bin_ui(rop, n, 2UI) Assert.IsTrue(gmp_lib.mpz_get_si(rop) = 6) ' Release unmanaged memory allocated for n and rop. -gmp_lib.mpz_clears(n, rop, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(n, rop, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/cc2693e9-1cc5-3098-f2f7-bb05c8017f62.htm b/docs/html/cc2693e9-1cc5-3098-f2f7-bb05c8017f62.htm index 72ef17f..fbdfb97 100644 --- a/docs/html/cc2693e9-1cc5-3098-f2f7-bb05c8017f62.htm +++ b/docs/html/cc2693e9-1cc5-3098-f2f7-bb05c8017f62.htm @@ -41,4 +41,4 @@ Assert.IsTrue(gmp_lib.mpq_get_d(x2) = 0.0) Assert.IsTrue(gmp_lib.mpq_get_d(x3) = 0.0) ' Release unmanaged memory allocated for the rationals. -gmp_lib.mpq_clears(x1, x2, x3, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpq_clears(x1, x2, x3, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/cc6e8f51-f396-f6c3-c6e4-9a9aeeaf2a13.htm b/docs/html/cc6e8f51-f396-f6c3-c6e4-9a9aeeaf2a13.htm index c84a93b..cf81a14 100644 --- a/docs/html/cc6e8f51-f396-f6c3-c6e4-9a9aeeaf2a13.htm +++ b/docs/html/cc6e8f51-f396-f6c3-c6e4-9a9aeeaf2a13.htm @@ -42,4 +42,4 @@ gmp_lib.mpf_init(rop) gmp_lib.mpf_random2(rop, 10, 5) ' Free all memory occupied by rop. -gmp_lib.mpf_clear(rop)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(rop)
See Also
\ No newline at end of file diff --git a/docs/html/cd88d27d-fb03-9e74-e353-4f0df7a38a96.htm b/docs/html/cd88d27d-fb03-9e74-e353-4f0df7a38a96.htm index 99f8d32..75438fe 100644 --- a/docs/html/cd88d27d-fb03-9e74-e353-4f0df7a38a96.htm +++ b/docs/html/cd88d27d-fb03-9e74-e353-4f0df7a38a96.htm @@ -43,4 +43,4 @@ gmp_lib.mpz_init(rop) gmp_lib.mpz_random(rop, 100) ' Free all memory occupied by rop. -gmp_lib.mpz_clear(rop)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(rop)
See Also
\ No newline at end of file diff --git a/docs/html/ce7d559a-3772-41c0-912f-9ab218f4d98c.htm b/docs/html/ce7d559a-3772-41c0-912f-9ab218f4d98c.htm index 2a97a08..b75203f 100644 --- a/docs/html/ce7d559a-3772-41c0-912f-9ab218f4d98c.htm +++ b/docs/html/ce7d559a-3772-41c0-912f-9ab218f4d98c.htm @@ -59,4 +59,4 @@ gmp_lib.mpz_submul(z, x, y) Assert.IsTrue(gmp_lib.mpz_get_si(z) = 20000 - 10000 * 12222) ' Release unmanaged memory allocated for x, y, and z. -gmp_lib.mpz_clears(x, y, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(x, y, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/d1b172bb-9c87-c255-a736-4b8ef1f6a5fe.htm b/docs/html/d1b172bb-9c87-c255-a736-4b8ef1f6a5fe.htm index 532d15c..9539a77 100644 --- a/docs/html/d1b172bb-9c87-c255-a736-4b8ef1f6a5fe.htm +++ b/docs/html/d1b172bb-9c87-c255-a736-4b8ef1f6a5fe.htm @@ -29,4 +29,4 @@ gmp_lib.mpf_init_set_ui(op, UInteger.MaxV Assert.IsTrue(gmp_lib.mpf_fits_sint_p(op) = 0) ' Release unmanaged memory allocated for op. -gmp_lib.mpf_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/d229629f-3bba-817b-d9a3-6f00271e1da7.htm b/docs/html/d229629f-3bba-817b-d9a3-6f00271e1da7.htm index ea1b8df..6a68e4f 100644 --- a/docs/html/d229629f-3bba-817b-d9a3-6f00271e1da7.htm +++ b/docs/html/d229629f-3bba-817b-d9a3-6f00271e1da7.htm @@ -29,4 +29,4 @@ gmp_lib.mpf_init_set_si(op, -10) Assert.IsTrue(gmp_lib.mpf_sgn(op) = -1) ' Release unmanaged memory allocated for op. -gmp_lib.mpf_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/d479f2da-ecf9-c9d6-5cc7-66eb8b5ba16b.htm b/docs/html/d479f2da-ecf9-c9d6-5cc7-66eb8b5ba16b.htm index 9a6616b..e339b60 100644 --- a/docs/html/d479f2da-ecf9-c9d6-5cc7-66eb8b5ba16b.htm +++ b/docs/html/d479f2da-ecf9-c9d6-5cc7-66eb8b5ba16b.htm @@ -39,4 +39,4 @@ gmp_lib.mpz_2fac_ui(rop, 9UI) Assert.IsTrue(gmp_lib.mpz_get_si(rop) = 945) ' Release unmanaged memory allocated for rop. -gmp_lib.mpz_clear(rop)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(rop)
See Also
\ No newline at end of file diff --git a/docs/html/d5af3442-ab5b-08e2-9398-0b6f04506c16.htm b/docs/html/d5af3442-ab5b-08e2-9398-0b6f04506c16.htm index c2763c3..951fc3a 100644 --- a/docs/html/d5af3442-ab5b-08e2-9398-0b6f04506c16.htm +++ b/docs/html/d5af3442-ab5b-08e2-9398-0b6f04506c16.htm @@ -47,4 +47,4 @@ Assert.IsTrue(s.ToString() = value.ToString().Replace(' Release unmanaged memory allocated for x and string values. gmp_lib.mpz_clear(x) gmp_lib.free(value) -gmp_lib.free(s)
See Also
\ No newline at end of file +gmp_lib.free(s)
See Also
\ No newline at end of file diff --git a/docs/html/d5b95352-7b5e-881b-136a-b78fd8e033ff.htm b/docs/html/d5b95352-7b5e-881b-136a-b78fd8e033ff.htm index a6c19b9..c2598cc 100644 --- a/docs/html/d5b95352-7b5e-881b-136a-b78fd8e033ff.htm +++ b/docs/html/d5b95352-7b5e-881b-136a-b78fd8e033ff.htm @@ -59,4 +59,4 @@ Assert.IsTrue(gmp_lib.mpz_get_si(q) = 3333 Assert.IsTrue(gmp_lib.mpz_get_si(r) = 1) ' Release unmanaged memory allocated for n, q, and r. -gmp_lib.mpz_clears(n, q, r, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(n, q, r, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/d60489f8-91f8-ea00-d29c-a52449e712da.htm b/docs/html/d60489f8-91f8-ea00-d29c-a52449e712da.htm index 18a45db..ef53d62 100644 --- a/docs/html/d60489f8-91f8-ea00-d29c-a52449e712da.htm +++ b/docs/html/d60489f8-91f8-ea00-d29c-a52449e712da.htm @@ -47,4 +47,4 @@ Assert.IsTrue(x.ToString() = "0.2e3") ' Release unmanaged memory allocated for x and y. gmp_lib.mpf_clear(x) -gmp_lib.mpz_clear(y)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(y)
See Also
\ No newline at end of file diff --git a/docs/html/d6721058-8a6f-9b20-2a5f-8ffd83cc2a2e.htm b/docs/html/d6721058-8a6f-9b20-2a5f-8ffd83cc2a2e.htm index 770211e..03b5891 100644 --- a/docs/html/d6721058-8a6f-9b20-2a5f-8ffd83cc2a2e.htm +++ b/docs/html/d6721058-8a6f-9b20-2a5f-8ffd83cc2a2e.htm @@ -59,4 +59,4 @@ Assert.IsTrue(gmp_lib.mpz_remove(rop, op, f) = 2< Assert.IsTrue(gmp_lib.mpz_get_si(rop) = 5) ' Release unmanaged memory allocated for rop, op, and f. -gmp_lib.mpz_clears(rop, op, f, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(rop, op, f, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/d7722641-e3ea-336d-63f3-dc48f786e376.htm b/docs/html/d7722641-e3ea-336d-63f3-dc48f786e376.htm index 9f74896..67a3f96 100644 --- a/docs/html/d7722641-e3ea-336d-63f3-dc48f786e376.htm +++ b/docs/html/d7722641-e3ea-336d-63f3-dc48f786e376.htm @@ -31,4 +31,4 @@ gmp_lib.mpz_init_set_si(op, 10000) Assert.IsTrue(gmp_lib.mpz_perfect_power_p(op) > 0) ' Release unmanaged memory allocated for op. -gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/d948e832-ee71-628a-6a7b-766138afff62.htm b/docs/html/d948e832-ee71-628a-6a7b-766138afff62.htm index 0277502..e35d274 100644 --- a/docs/html/d948e832-ee71-628a-6a7b-766138afff62.htm +++ b/docs/html/d948e832-ee71-628a-6a7b-766138afff62.htm @@ -40,4 +40,4 @@ gmp_lib.mpf_init_set_d(x, -8.0) Assert.IsTrue(gmp_lib.mpf_get_si(x) = -8) ' Release unmanaged memory allocated for x. -gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/d9715b1a-6092-83e6-d7f3-6cfbb4adb143.htm b/docs/html/d9715b1a-6092-83e6-d7f3-6cfbb4adb143.htm index 6f9dfa8..65b804e 100644 --- a/docs/html/d9715b1a-6092-83e6-d7f3-6cfbb4adb143.htm +++ b/docs/html/d9715b1a-6092-83e6-d7f3-6cfbb4adb143.htm @@ -36,4 +36,4 @@ gmp_lib.mpz_init_set_ui(b, 4UI) Assert.IsTrue(gmp_lib.mpz_ui_kronecker(15UI, b) = 1) ' Release unmanaged memory allocated for b. -gmp_lib.mpz_clear(b)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(b)
See Also
\ No newline at end of file diff --git a/docs/html/d9ab5220-69aa-8e5d-8d15-375eb27149ad.htm b/docs/html/d9ab5220-69aa-8e5d-8d15-375eb27149ad.htm index 17709d1..59bdf51 100644 --- a/docs/html/d9ab5220-69aa-8e5d-8d15-375eb27149ad.htm +++ b/docs/html/d9ab5220-69aa-8e5d-8d15-375eb27149ad.htm @@ -67,4 +67,4 @@ Assert.IsTrue(gmp_lib.mpz_get_si(q) = 3333 Assert.IsTrue(gmp_lib.mpz_get_si(r) = 1) ' Release unmanaged memory allocated for n, d, q, and r. -gmp_lib.mpz_clears(n, d, q, r, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(n, d, q, r, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/d9d29633-42c7-fb1c-cdee-3b7993f45653.htm b/docs/html/d9d29633-42c7-fb1c-cdee-3b7993f45653.htm index d7e3206..d83b395 100644 --- a/docs/html/d9d29633-42c7-fb1c-cdee-3b7993f45653.htm +++ b/docs/html/d9d29633-42c7-fb1c-cdee-3b7993f45653.htm @@ -40,4 +40,4 @@ gmp_lib.mpf_init_set_si(x, 512) Assert.IsTrue(gmp_lib.mpf_cmp_si(x, 128) > 0) ' Release unmanaged memory allocated for x. -gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/da585eac-be2c-38ea-8be5-90c5be95ae86.htm b/docs/html/da585eac-be2c-38ea-8be5-90c5be95ae86.htm index be929a5..9a2c782 100644 --- a/docs/html/da585eac-be2c-38ea-8be5-90c5be95ae86.htm +++ b/docs/html/da585eac-be2c-38ea-8be5-90c5be95ae86.htm @@ -35,4 +35,4 @@ gmp_lib.mpz_init_set_si(x, -10) Assert.IsTrue(gmp_lib.mpz_get_si(x) = -10) ' Release unmanaged memory allocated for x. -gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/db614763-a13e-6456-d52b-9f567be7e776.htm b/docs/html/db614763-a13e-6456-d52b-9f567be7e776.htm index 803a5b1..337d99e 100644 --- a/docs/html/db614763-a13e-6456-d52b-9f567be7e776.htm +++ b/docs/html/db614763-a13e-6456-d52b-9f567be7e776.htm @@ -61,4 +61,4 @@ gmp_lib.mpz_lcm(rop, op1, op2) Assert.IsTrue(gmp_lib.mpz_get_si(rop) = 6) ' Release unmanaged memory allocated for rop, op1, and op2. -gmp_lib.mpz_clears(rop, op1, op2, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(rop, op1, op2, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/dbf3d252-fd6d-455f-2ba7-4091845b86a7.htm b/docs/html/dbf3d252-fd6d-455f-2ba7-4091845b86a7.htm index af1292d..4a40cee 100644 --- a/docs/html/dbf3d252-fd6d-455f-2ba7-4091845b86a7.htm +++ b/docs/html/dbf3d252-fd6d-455f-2ba7-4091845b86a7.htm @@ -36,4 +36,4 @@ Assert.IsTrue(s.ToString() = "0") ' Release unmanaged memory allocated for x and its string value. gmp_lib.mpq_clear(x) -gmp_lib.free(s)
See Also
\ No newline at end of file +gmp_lib.free(s)
See Also
\ No newline at end of file diff --git a/docs/html/dc1406fd-4ca4-70d3-dc83-bd40b955564a.htm b/docs/html/dc1406fd-4ca4-70d3-dc83-bd40b955564a.htm index 3ced0ab..fee7fff 100644 --- a/docs/html/dc1406fd-4ca4-70d3-dc83-bd40b955564a.htm +++ b/docs/html/dc1406fd-4ca4-70d3-dc83-bd40b955564a.htm @@ -41,4 +41,4 @@ gmp_lib.mpf_init_set_si(x, -123) Assert.IsTrue(gmp_lib.mpf_get_d(x) = -123.0) ' Release unmanaged memory allocated for x. -gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/dc2f13ec-ac21-1196-0a1d-c574578b1f24.htm b/docs/html/dc2f13ec-ac21-1196-0a1d-c574578b1f24.htm index 11ba9bd..88afd77 100644 --- a/docs/html/dc2f13ec-ac21-1196-0a1d-c574578b1f24.htm +++ b/docs/html/dc2f13ec-ac21-1196-0a1d-c574578b1f24.htm @@ -33,4 +33,4 @@ Assert.IsTrue(s.ToString() = "0") ' Release unmanaged memory allocated for x and its string value. gmp_lib.mpz_clear(x) -gmp_lib.free(s)
See Also
\ No newline at end of file +gmp_lib.free(s)
See Also
\ No newline at end of file diff --git a/docs/html/de0b7cf7-1826-55f3-379d-41a6ef2d0991.htm b/docs/html/de0b7cf7-1826-55f3-379d-41a6ef2d0991.htm index 51c8523..e2037ce 100644 --- a/docs/html/de0b7cf7-1826-55f3-379d-41a6ef2d0991.htm +++ b/docs/html/de0b7cf7-1826-55f3-379d-41a6ef2d0991.htm @@ -41,4 +41,4 @@ Assert.IsTrue(gmp_lib.mpz_get_si(x2) = 0) Assert.IsTrue(gmp_lib.mpz_get_si(x3) = 0) ' Release unmanaged memory allocated for the integers. -gmp_lib.mpz_clears(x1, x2, x3, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(x1, x2, x3, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/e07f3328-a28c-c75c-10a6-f21d05e6aec0.htm b/docs/html/e07f3328-a28c-c75c-10a6-f21d05e6aec0.htm index e9fa8fa..83df543 100644 --- a/docs/html/e07f3328-a28c-c75c-10a6-f21d05e6aec0.htm +++ b/docs/html/e07f3328-a28c-c75c-10a6-f21d05e6aec0.htm @@ -29,4 +29,4 @@ gmp_lib.mpz_init_set_ui(op, UInteger.MaxV Assert.IsTrue(gmp_lib.mpz_fits_sshort_p(op) = 0) ' Release unmanaged memory allocated for op. -gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/e1c059c4-4cd9-9a2b-1178-4b1a60354129.htm b/docs/html/e1c059c4-4cd9-9a2b-1178-4b1a60354129.htm index f0884f4..086cd79 100644 --- a/docs/html/e1c059c4-4cd9-9a2b-1178-4b1a60354129.htm +++ b/docs/html/e1c059c4-4cd9-9a2b-1178-4b1a60354129.htm @@ -77,4 +77,4 @@ Assert.IsTrue(result = "123/456") System.IO.File.Delete(pathname) ' Release unmanaged memory allocated for op. -gmp_lib.mpq_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpq_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/e1edc21e-74a0-b44c-216b-bad204b5a48a.htm b/docs/html/e1edc21e-74a0-b44c-216b-bad204b5a48a.htm index 4cf0816..fcf827a 100644 --- a/docs/html/e1edc21e-74a0-b44c-216b-bad204b5a48a.htm +++ b/docs/html/e1edc21e-74a0-b44c-216b-bad204b5a48a.htm @@ -46,4 +46,4 @@ Assert.IsTrue(gmp_lib.mpf_get_d_2exp(exp, x) = 0. Assert.IsTrue(exp.Value = 4) ' Release unmanaged memory allocated for x and exp. -gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/e3072efb-05a9-947c-5532-6d806c157e4a.htm b/docs/html/e3072efb-05a9-947c-5532-6d806c157e4a.htm index 6b221ee..9401791 100644 --- a/docs/html/e3072efb-05a9-947c-5532-6d806c157e4a.htm +++ b/docs/html/e3072efb-05a9-947c-5532-6d806c157e4a.htm @@ -65,4 +65,4 @@ gmp_lib.mpz_invert(rop, op1, op2) Assert.IsTrue(gmp_lib.mpz_get_si(rop) = 4) ' Release unmanaged memory allocated for rop, op1, and op2. -gmp_lib.mpz_clears(rop, op1, op2, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(rop, op1, op2, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/e3abec5c-9d83-babc-a020-ca4817962a21.htm b/docs/html/e3abec5c-9d83-babc-a020-ca4817962a21.htm index dc8f5d2..7e6246a 100644 --- a/docs/html/e3abec5c-9d83-babc-a020-ca4817962a21.htm +++ b/docs/html/e3abec5c-9d83-babc-a020-ca4817962a21.htm @@ -57,4 +57,4 @@ Assert.IsTrue(System.IO.File.ReadAllText(pathname) = ' Release unmanaged memory. gmp_lib.mpz_clear(z) gmp_lib.mpq_clear(q) -gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file diff --git a/docs/html/e3e3f2ce-f3d8-5321-37a5-de65b6c2a30d.htm b/docs/html/e3e3f2ce-f3d8-5321-37a5-de65b6c2a30d.htm index 68a1a46..f8adc18 100644 --- a/docs/html/e3e3f2ce-f3d8-5321-37a5-de65b6c2a30d.htm +++ b/docs/html/e3e3f2ce-f3d8-5321-37a5-de65b6c2a30d.htm @@ -51,4 +51,4 @@ gmp_lib.mpz_sub_ui(z, x, 12222UI) Assert.IsTrue(gmp_lib.mpz_get_si(z) = -2222) ' Release unmanaged memory allocated for x and z. -gmp_lib.mpz_clears(x, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(x, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/e5060da5-cafd-67e7-f18f-3a9d3c2aba7d.htm b/docs/html/e5060da5-cafd-67e7-f18f-3a9d3c2aba7d.htm index 9e49e5c..164082e 100644 --- a/docs/html/e5060da5-cafd-67e7-f18f-3a9d3c2aba7d.htm +++ b/docs/html/e5060da5-cafd-67e7-f18f-3a9d3c2aba7d.htm @@ -59,4 +59,4 @@ Assert.IsTrue(dbl.Value = 1.0) ' Release unmanaged memory. gmp_lib.mpz_clear(z) gmp_lib.mpq_clear(q) -gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file diff --git a/docs/html/e6012778-c71b-b078-2ef3-9f9db90f1769.htm b/docs/html/e6012778-c71b-b078-2ef3-9f9db90f1769.htm index bcac22d..9a3d40b 100644 --- a/docs/html/e6012778-c71b-b078-2ef3-9f9db90f1769.htm +++ b/docs/html/e6012778-c71b-b078-2ef3-9f9db90f1769.htm @@ -31,4 +31,4 @@ Assert.IsTrue(gmp_lib.mpz_even_p(op) = 0) Assert.IsTrue(gmp_lib.mpz_odd_p(op) > 0) ' Release unmanaged memory allocated for op. -gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/e7d65cf6-2ee4-c983-62b5-4ad66f1d8599.htm b/docs/html/e7d65cf6-2ee4-c983-62b5-4ad66f1d8599.htm index 3d3e180..86239a4 100644 --- a/docs/html/e7d65cf6-2ee4-c983-62b5-4ad66f1d8599.htm +++ b/docs/html/e7d65cf6-2ee4-c983-62b5-4ad66f1d8599.htm @@ -21,4 +21,4 @@ difference : mpq_t * minuend : mpq_t * subtrahend : mpq_t -> unit -

Parameters

difference
Type: Math.Gmp.Nativempq_t
The result rational.
minuend
Type: Math.Gmp.Nativempq_t
The first operand rational.
subtrahend
Type: Math.Gmp.Nativempq_t
The second operand rational.
Examples
See Also
\ No newline at end of file +

Parameters

difference
Type: Math.Gmp.Nativempq_t
The result rational.
minuend
Type: Math.Gmp.Nativempq_t
The first operand rational.
subtrahend
Type: Math.Gmp.Nativempq_t
The second operand rational.
Examples
See Also
\ No newline at end of file diff --git a/docs/html/e802af92-73bf-b138-dc95-a3c57eeefb66.htm b/docs/html/e802af92-73bf-b138-dc95-a3c57eeefb66.htm index b383da8..a76d4de 100644 --- a/docs/html/e802af92-73bf-b138-dc95-a3c57eeefb66.htm +++ b/docs/html/e802af92-73bf-b138-dc95-a3c57eeefb66.htm @@ -55,4 +55,4 @@ Assert.IsTrue(gmp_lib.mpz_get_si(root) = 1000) ' Release unmanaged memory allocated for root, rem, and op. -gmp_lib.mpz_clears(root, [rem], op, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(root, [rem], op, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/e8f34851-d0b2-335e-1ea5-f9129062aabf.htm b/docs/html/e8f34851-d0b2-335e-1ea5-f9129062aabf.htm index 984b64c..8de479a 100644 --- a/docs/html/e8f34851-d0b2-335e-1ea5-f9129062aabf.htm +++ b/docs/html/e8f34851-d0b2-335e-1ea5-f9129062aabf.htm @@ -59,4 +59,4 @@ gmp_lib.mpz_cdiv_r(r, n, d) Assert.IsTrue(gmp_lib.mpz_get_si(r) = -2) ' Release unmanaged memory allocated for n, d, and r. -gmp_lib.mpz_clears(n, d, r, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(n, d, r, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/e98ec3cf-b539-8024-c401-ecd24bd43662.htm b/docs/html/e98ec3cf-b539-8024-c401-ecd24bd43662.htm index 7a70ed4..0371a4d 100644 --- a/docs/html/e98ec3cf-b539-8024-c401-ecd24bd43662.htm +++ b/docs/html/e98ec3cf-b539-8024-c401-ecd24bd43662.htm @@ -49,4 +49,4 @@ Assert.IsTrue(s.ToString() == value.ToStr // Release unmanaged memory allocated for x and string values. gmp_lib.mpq_clear(x); gmp_lib.free(value); -gmp_lib.free(s);
See Also
\ No newline at end of file +gmp_lib.free(s);
See Also
\ No newline at end of file diff --git a/docs/html/ec24a122-714e-5b6f-9872-95fd5fda54ea.htm b/docs/html/ec24a122-714e-5b6f-9872-95fd5fda54ea.htm index bf709d1..7cd3dff 100644 --- a/docs/html/ec24a122-714e-5b6f-9872-95fd5fda54ea.htm +++ b/docs/html/ec24a122-714e-5b6f-9872-95fd5fda54ea.htm @@ -13,4 +13,4 @@ mp_size_t n )

Parameters

n
Type: Math.Gmp.Nativemp_size_t
The number of limbs of the mpn_sec_invert first operand.

Return Value

Type: mp_size_t
The scratch space in number of limbs required by the function mpn_sec_invert.
See Also
\ No newline at end of file +

Parameters

n
Type: Math.Gmp.Nativemp_size_t
The number of limbs of the mpn_sec_invert first operand.

Return Value

Type: mp_size_t
The scratch space in number of limbs required by the function mpn_sec_invert.
See Also
\ No newline at end of file diff --git a/docs/html/ee31871c-38bd-fccc-77f5-e76909dd7a79.htm b/docs/html/ee31871c-38bd-fccc-77f5-e76909dd7a79.htm index 48203e4..e1dfd8c 100644 --- a/docs/html/ee31871c-38bd-fccc-77f5-e76909dd7a79.htm +++ b/docs/html/ee31871c-38bd-fccc-77f5-e76909dd7a79.htm @@ -70,4 +70,4 @@ Assert.IsTrue(r1p.SequenceEqual(result)) Assert.IsTrue(r2p.SequenceEqual(remainder)) ' Release unmanaged memory. -gmp_lib.free(sp, r1p, r2p, result)
See Also
\ No newline at end of file +gmp_lib.free(sp, r1p, r2p, result)
See Also
\ No newline at end of file diff --git a/docs/html/ee321a9a-852a-993e-f602-72ff2af02ff6.htm b/docs/html/ee321a9a-852a-993e-f602-72ff2af02ff6.htm index 2b8c586..b3afe49 100644 --- a/docs/html/ee321a9a-852a-993e-f602-72ff2af02ff6.htm +++ b/docs/html/ee321a9a-852a-993e-f602-72ff2af02ff6.htm @@ -56,4 +56,4 @@ gmp_lib.mpn_mul_n(rp, s1p, s2p, s1p.Size) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file diff --git a/docs/html/eea23315-8275-7472-44b0-94b9a05a6657.htm b/docs/html/eea23315-8275-7472-44b0-94b9a05a6657.htm index feb9ea9..208c24e 100644 --- a/docs/html/eea23315-8275-7472-44b0-94b9a05a6657.htm +++ b/docs/html/eea23315-8275-7472-44b0-94b9a05a6657.htm @@ -33,4 +33,4 @@ gmp_lib.mpz_init_set_si(n, 10000) Assert.IsTrue(gmp_lib.mpz_tdiv_ui(n, 3UI) = 1UI) ' Release unmanaged memory allocated for n. -gmp_lib.mpz_clear(n)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(n)
See Also
\ No newline at end of file diff --git a/docs/html/eea958f4-5951-38f2-05ba-3870cefb3842.htm b/docs/html/eea958f4-5951-38f2-05ba-3870cefb3842.htm index f01532b..7ec5207 100644 --- a/docs/html/eea958f4-5951-38f2-05ba-3870cefb3842.htm +++ b/docs/html/eea958f4-5951-38f2-05ba-3870cefb3842.htm @@ -41,4 +41,4 @@ gmp_lib.mpz_init_set_ui(op2, 70UI) Assert.IsTrue(gmp_lib.mpz_cmp(op1, op2) < 0) ' Release unmanaged memory allocated for op1 and op2. -gmp_lib.mpz_clears(op1, op2, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(op1, op2, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/efbe678f-e1f3-b203-eb36-0db03ba11795.htm b/docs/html/efbe678f-e1f3-b203-eb36-0db03ba11795.htm index 66c0a2e..a484f70 100644 --- a/docs/html/efbe678f-e1f3-b203-eb36-0db03ba11795.htm +++ b/docs/html/efbe678f-e1f3-b203-eb36-0db03ba11795.htm @@ -57,4 +57,4 @@ gmp_lib.mpf_ui_sub(z, 10UI, y) Assert.IsTrue(gmp_lib.mpf_get_d(z) = 220.0) ' Release unmanaged memory allocated for y, and z. -gmp_lib.mpf_clears(y, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpf_clears(y, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/f059f8e4-dfc8-79fe-6455-42e227ccbc2e.htm b/docs/html/f059f8e4-dfc8-79fe-6455-42e227ccbc2e.htm index f768c09..9236661 100644 --- a/docs/html/f059f8e4-dfc8-79fe-6455-42e227ccbc2e.htm +++ b/docs/html/f059f8e4-dfc8-79fe-6455-42e227ccbc2e.htm @@ -39,4 +39,4 @@ gmp_lib.mpf_set_si(x, -123) Assert.IsTrue(gmp_lib.mpf_get_d(x) = -123.0) ' Release unmanaged memory allocated for x. -gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/f0985ccc-17da-8a0b-066c-53df9b1921a1.htm b/docs/html/f0985ccc-17da-8a0b-066c-53df9b1921a1.htm index 83a54ee..e93deef 100644 --- a/docs/html/f0985ccc-17da-8a0b-066c-53df9b1921a1.htm +++ b/docs/html/f0985ccc-17da-8a0b-066c-53df9b1921a1.htm @@ -55,4 +55,4 @@ Assert.IsTrue(ap.SequenceEqual(a1p)) Assert.IsTrue(bp.SequenceEqual(b1p)) ' Release unmanaged memory. -gmp_lib.free(ap, bp, a1p, b1p)
See Also
\ No newline at end of file +gmp_lib.free(ap, bp, a1p, b1p)
See Also
\ No newline at end of file diff --git a/docs/html/f0bda1a7-4b40-0896-4939-4dc66b256424.htm b/docs/html/f0bda1a7-4b40-0896-4939-4dc66b256424.htm index 22b6252..2e6983c 100644 --- a/docs/html/f0bda1a7-4b40-0896-4939-4dc66b256424.htm +++ b/docs/html/f0bda1a7-4b40-0896-4939-4dc66b256424.htm @@ -37,4 +37,4 @@ gmp_lib.mpz_init_set_ui(n, 12UI) Assert.IsTrue(gmp_lib.mpz_millerrabin(n, 25) = 0) ' Release unmanaged memory allocated for n. -gmp_lib.mpz_clear(n)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(n)
See Also
\ No newline at end of file diff --git a/docs/html/f0caf821-320b-1a8b-87ff-84fcbdfd5801.htm b/docs/html/f0caf821-320b-1a8b-87ff-84fcbdfd5801.htm index 887d88f..dc79cda 100644 --- a/docs/html/f0caf821-320b-1a8b-87ff-84fcbdfd5801.htm +++ b/docs/html/f0caf821-320b-1a8b-87ff-84fcbdfd5801.htm @@ -42,4 +42,4 @@ gmp_lib.mpz_setbit(rop, 3UI) Assert.IsTrue(gmp_lib.mpz_get_si(rop) = 78) ' Release unmanaged memory allocated for rop. -gmp_lib.mpz_clear(rop)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(rop)
See Also
\ No newline at end of file diff --git a/docs/html/f148f8be-dfbc-fc41-981d-0a99834f01ff.htm b/docs/html/f148f8be-dfbc-fc41-981d-0a99834f01ff.htm index 88f01c2..13cc0e2 100644 --- a/docs/html/f148f8be-dfbc-fc41-981d-0a99834f01ff.htm +++ b/docs/html/f148f8be-dfbc-fc41-981d-0a99834f01ff.htm @@ -21,4 +21,4 @@ rop : mpq_t * op1 : mpq_t * op2 : uint32 -> unit -

Parameters

rop
Type: Math.Gmp.Nativempq_t
The result rational.
op1
Type: Math.Gmp.Nativempq_t
The first operand rational.
op2
Type: SystemUInt32
The second operand rational.
Examples
See Also
\ No newline at end of file +

Parameters

rop
Type: Math.Gmp.Nativempq_t
The result rational.
op1
Type: Math.Gmp.Nativempq_t
The first operand rational.
op2
Type: SystemUInt32
The second operand rational.
Examples
See Also
\ No newline at end of file diff --git a/docs/html/f209112e-311a-88cd-becf-33bc3787f91d.htm b/docs/html/f209112e-311a-88cd-becf-33bc3787f91d.htm index b38d64f..da1318e 100644 --- a/docs/html/f209112e-311a-88cd-becf-33bc3787f91d.htm +++ b/docs/html/f209112e-311a-88cd-becf-33bc3787f91d.htm @@ -34,4 +34,4 @@ gmp_lib.gmp_randclear(state);
30) ' Free all memory occupied by state. -gmp_lib.gmp_randclear(state)
See Also
\ No newline at end of file +gmp_lib.gmp_randclear(state)
See Also
\ No newline at end of file diff --git a/docs/html/f457878b-c3f5-bfe2-aaa9-7f2179332f57.htm b/docs/html/f457878b-c3f5-bfe2-aaa9-7f2179332f57.htm index 9780989..6bfbd7f 100644 --- a/docs/html/f457878b-c3f5-bfe2-aaa9-7f2179332f57.htm +++ b/docs/html/f457878b-c3f5-bfe2-aaa9-7f2179332f57.htm @@ -53,4 +53,4 @@ Assert.IsTrue(s.ToString() = "-210/13") ' Release unmanaged memory allocated for x and the string value. gmp_lib.mpq_clear(x) -gmp_lib.free(s)
See Also
\ No newline at end of file +gmp_lib.free(s)
See Also
\ No newline at end of file diff --git a/docs/html/f485faa1-3758-8316-f712-42e0fc2058a8.htm b/docs/html/f485faa1-3758-8316-f712-42e0fc2058a8.htm index 3af094c..0a525d3 100644 --- a/docs/html/f485faa1-3758-8316-f712-42e0fc2058a8.htm +++ b/docs/html/f485faa1-3758-8316-f712-42e0fc2058a8.htm @@ -65,4 +65,4 @@ gmp_lib.mpf_reldiff(z, x, y) Assert.IsTrue(gmp_lib.mpf_get_d(z) = 22.0) ' Release unmanaged memory allocated for x, y, and z. -gmp_lib.mpf_clears(x, y, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpf_clears(x, y, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/f4c54e3b-1c09-d01d-eb28-b7b05cf6fa70.htm b/docs/html/f4c54e3b-1c09-d01d-eb28-b7b05cf6fa70.htm index fb33ec4..1f85643 100644 --- a/docs/html/f4c54e3b-1c09-d01d-eb28-b7b05cf6fa70.htm +++ b/docs/html/f4c54e3b-1c09-d01d-eb28-b7b05cf6fa70.htm @@ -51,4 +51,4 @@ gmp_lib.mpn_ior_n(rp, s1p, s2p, s1p.Size) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, s1p, s2p, result)
See Also
\ No newline at end of file diff --git a/docs/html/f56c5489-8c01-a687-fec8-a5f443738701.htm b/docs/html/f56c5489-8c01-a687-fec8-a5f443738701.htm index 5c0f194..4d8de9d 100644 --- a/docs/html/f56c5489-8c01-a687-fec8-a5f443738701.htm +++ b/docs/html/f56c5489-8c01-a687-fec8-a5f443738701.htm @@ -51,4 +51,4 @@ gmp_lib.mpz_fdiv_q_2exp(q, n, 2UI) Assert.IsTrue(gmp_lib.mpz_get_si(q) = 2500) ' Release unmanaged memory allocated for n and q. -gmp_lib.mpz_clears(n, q, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(n, q, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/f5c3f25d-1ad5-b3be-fc4b-280a62869912.htm b/docs/html/f5c3f25d-1ad5-b3be-fc4b-280a62869912.htm index 799a2aa..6c08e2f 100644 --- a/docs/html/f5c3f25d-1ad5-b3be-fc4b-280a62869912.htm +++ b/docs/html/f5c3f25d-1ad5-b3be-fc4b-280a62869912.htm @@ -65,4 +65,4 @@ Assert.IsTrue(remainder = 10) Assert.IsTrue(r1p.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(r1p, s2p, result)
See Also
\ No newline at end of file +gmp_lib.free(r1p, s2p, result)
See Also
\ No newline at end of file diff --git a/docs/html/f5dc74ec-155b-2a14-3eb5-4610a8509bae.htm b/docs/html/f5dc74ec-155b-2a14-3eb5-4610a8509bae.htm index be75ae5..6b0f1c6 100644 --- a/docs/html/f5dc74ec-155b-2a14-3eb5-4610a8509bae.htm +++ b/docs/html/f5dc74ec-155b-2a14-3eb5-4610a8509bae.htm @@ -53,4 +53,4 @@ Assert.IsTrue(gmp_lib.mpq_cmp_si(x, -210, ' Release unmanaged memory allocated for x and y. gmp_lib.mpq_clear(x) -gmp_lib.mpf_clear(y)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(y)
See Also
\ No newline at end of file diff --git a/docs/html/f60dbcbd-d4f0-edcc-8f88-2de1aa375e6b.htm b/docs/html/f60dbcbd-d4f0-edcc-8f88-2de1aa375e6b.htm index 88d82ad..17e13fa 100644 --- a/docs/html/f60dbcbd-d4f0-edcc-8f88-2de1aa375e6b.htm +++ b/docs/html/f60dbcbd-d4f0-edcc-8f88-2de1aa375e6b.htm @@ -23,4 +23,4 @@ op2 : uint32 -> unit

Parameters

rop
Type: Math.Gmp.Nativempz_t
The result integer.
op1
Type: Math.Gmp.Nativempz_t
The first operand integer.
op2
Type: SystemUInt32
The second operand integer.
Remarks

rop is always positive, irrespective of the signs of op1 and op2. rop will be zero if either op1 or op2 is zero. -

Examples
See Also
\ No newline at end of file +

Examples
See Also
\ No newline at end of file diff --git a/docs/html/f6eeca07-edf7-6915-36e4-e8a7a62333d7.htm b/docs/html/f6eeca07-edf7-6915-36e4-e8a7a62333d7.htm index 6959c06..edb559a 100644 --- a/docs/html/f6eeca07-edf7-6915-36e4-e8a7a62333d7.htm +++ b/docs/html/f6eeca07-edf7-6915-36e4-e8a7a62333d7.htm @@ -44,4 +44,4 @@ Assert.IsTrue(gmp_lib.mpz_get_si(x) = 33) ' Release unmanaged memory allocated for x and y. gmp_lib.mpz_clear(x) -gmp_lib.mpq_clear(y)
See Also
\ No newline at end of file +gmp_lib.mpq_clear(y)
See Also
\ No newline at end of file diff --git a/docs/html/f7584918-b77f-3524-eea2-04134a2c3ba6.htm b/docs/html/f7584918-b77f-3524-eea2-04134a2c3ba6.htm index 27fa631..f4c780f 100644 --- a/docs/html/f7584918-b77f-3524-eea2-04134a2c3ba6.htm +++ b/docs/html/f7584918-b77f-3524-eea2-04134a2c3ba6.htm @@ -53,4 +53,4 @@ gmp_lib.mpf_floor(z, x) Assert.IsTrue(gmp_lib.mpf_get_d(z) = 10.0) ' Release unmanaged memory allocated for x and z. -gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpf_clears(x, z, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/f88b40d4-3da9-e2c7-4c4c-1ad868778075.htm b/docs/html/f88b40d4-3da9-e2c7-4c4c-1ad868778075.htm index 1f3bada..4c71da2 100644 --- a/docs/html/f88b40d4-3da9-e2c7-4c4c-1ad868778075.htm +++ b/docs/html/f88b40d4-3da9-e2c7-4c4c-1ad868778075.htm @@ -36,4 +36,4 @@ gmp_lib.mpq_set_si(x, 10, 10.0 / 11.0) ' Release unmanaged memory allocated for x. -gmp_lib.mpq_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpq_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/f88c76a8-118a-5cbd-0df1-e30adcacb8ae.htm b/docs/html/f88c76a8-118a-5cbd-0df1-e30adcacb8ae.htm index d0bfd4c..d175564 100644 --- a/docs/html/f88c76a8-118a-5cbd-0df1-e30adcacb8ae.htm +++ b/docs/html/f88c76a8-118a-5cbd-0df1-e30adcacb8ae.htm @@ -7,4 +7,4 @@  Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static readonly int mp_bits_per_limb

Field Value

Type: Int32
Examples
int bitsPerLimb = gmp_lib.mp_bits_per_limb;
 Assert.AreEqual(bitsPerLimb, IntPtr.Size * 8);
See Also
\ No newline at end of file +Assert.AreEqual(bitsPerLimb, IntPtr.Size * 8)
See Also
\ No newline at end of file diff --git a/docs/html/fae08c47-86df-9010-1827-a9fa6e48a1af.htm b/docs/html/fae08c47-86df-9010-1827-a9fa6e48a1af.htm index da44125..155d41a 100644 --- a/docs/html/fae08c47-86df-9010-1827-a9fa6e48a1af.htm +++ b/docs/html/fae08c47-86df-9010-1827-a9fa6e48a1af.htm @@ -95,4 +95,4 @@ Assert.IsTrue(gmp_lib.mpz_get_si(s) = -1) Assert.IsTrue(gmp_lib.mpz_get_si(t) = 1) ' Release unmanaged memory allocated for g, s, t, a, and b. -gmp_lib.mpz_clears(g, s, t, a, b, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(g, s, t, a, b, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/fb2d29b4-f7e2-e3d6-6fcb-920f2e86c0d7.htm b/docs/html/fb2d29b4-f7e2-e3d6-6fcb-920f2e86c0d7.htm index 6bd26a9..590da3d 100644 --- a/docs/html/fb2d29b4-f7e2-e3d6-6fcb-920f2e86c0d7.htm +++ b/docs/html/fb2d29b4-f7e2-e3d6-6fcb-920f2e86c0d7.htm @@ -39,4 +39,4 @@ gmp_lib.free(xp);
2) = 33) ' Release unmanaged memory. -gmp_lib.free(xp)
See Also
\ No newline at end of file +gmp_lib.free(xp)
See Also
\ No newline at end of file diff --git a/docs/html/fb9e7caf-b049-7884-b70c-185053972604.htm b/docs/html/fb9e7caf-b049-7884-b70c-185053972604.htm index 68a5d4c..ac8dd48 100644 --- a/docs/html/fb9e7caf-b049-7884-b70c-185053972604.htm +++ b/docs/html/fb9e7caf-b049-7884-b70c-185053972604.htm @@ -29,4 +29,4 @@ gmp_lib.mpz_init_set_ui(op, UInteger.MaxV Assert.IsTrue(gmp_lib.mpz_fits_ulong_p(op) > 0) ' Release unmanaged memory allocated for op. -gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(op)
See Also
\ No newline at end of file diff --git a/docs/html/fd4c285a-e2e1-f8ba-97b3-08d4ae6a2ebf.htm b/docs/html/fd4c285a-e2e1-f8ba-97b3-08d4ae6a2ebf.htm index 3189b3a..158a676 100644 --- a/docs/html/fd4c285a-e2e1-f8ba-97b3-08d4ae6a2ebf.htm +++ b/docs/html/fd4c285a-e2e1-f8ba-97b3-08d4ae6a2ebf.htm @@ -62,4 +62,4 @@ gmp_lib.mpz_xor(rop, op1, op2) Assert.IsTrue(gmp_lib.mpz_get_si(rop) = 121) ' Release unmanaged memory allocated for rop, op1, and op2. -gmp_lib.mpz_clears(rop, op1, op2, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(rop, op1, op2, Nothing)
See Also
\ No newline at end of file diff --git a/docs/html/fe6e46c3-8464-a080-b5fc-718589320cd5.htm b/docs/html/fe6e46c3-8464-a080-b5fc-718589320cd5.htm index f6098f0..b4c9518 100644 --- a/docs/html/fe6e46c3-8464-a080-b5fc-718589320cd5.htm +++ b/docs/html/fe6e46c3-8464-a080-b5fc-718589320cd5.htm @@ -58,4 +58,4 @@ Assert.IsTrue(str.Value.ToString() = "123456 - 7 gmp_lib.free(str.Value) gmp_lib.mpz_clear(z) gmp_lib.mpq_clear(q) -gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file +gmp_lib.mpf_clear(f)
See Also
\ No newline at end of file diff --git a/docs/html/feafa6f8-9793-d704-31a8-67c2cec0c33e.htm b/docs/html/feafa6f8-9793-d704-31a8-67c2cec0c33e.htm index 79bdc13..9b3a9fc 100644 --- a/docs/html/feafa6f8-9793-d704-31a8-67c2cec0c33e.htm +++ b/docs/html/feafa6f8-9793-d704-31a8-67c2cec0c33e.htm @@ -65,4 +65,4 @@ Assert.IsTrue(result == "0.123456e6"); System.IO.File.Delete(pathname); // Release unmanaged memory allocated for op. -gmp_lib.mpf_clear(op);
See Also
\ No newline at end of file +gmp_lib.mpf_clear(op);
See Also
\ No newline at end of file diff --git a/docs/html/fec3a449-96b9-64b0-f53d-0b5a3856d02d.htm b/docs/html/fec3a449-96b9-64b0-f53d-0b5a3856d02d.htm index 760dcce..b07bbdd 100644 --- a/docs/html/fec3a449-96b9-64b0-f53d-0b5a3856d02d.htm +++ b/docs/html/fec3a449-96b9-64b0-f53d-0b5a3856d02d.htm @@ -35,4 +35,4 @@ gmp_lib.mpz_init_set_d(x, 10.7) Assert.IsTrue(gmp_lib.mpz_get_si(x) = 10) ' Release unmanaged memory allocated for x. -gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file +gmp_lib.mpz_clear(x)
See Also
\ No newline at end of file diff --git a/docs/html/ff9c2930-ded2-c5b6-46dd-3ff9279cdc5e.htm b/docs/html/ff9c2930-ded2-c5b6-46dd-3ff9279cdc5e.htm index 52f2ca2..f62d8b6 100644 --- a/docs/html/ff9c2930-ded2-c5b6-46dd-3ff9279cdc5e.htm +++ b/docs/html/ff9c2930-ded2-c5b6-46dd-3ff9279cdc5e.htm @@ -48,4 +48,4 @@ gmp_lib.mpn_sqr(rp, s1p, s1p.Size) Assert.IsTrue(rp.SequenceEqual(result)) ' Release unmanaged memory. -gmp_lib.free(rp, s1p, result)
See Also
\ No newline at end of file +gmp_lib.free(rp, s1p, result)
See Also
\ No newline at end of file diff --git a/docs/html/ffd27ee1-e1e3-567f-b3cf-87dec2de2c83.htm b/docs/html/ffd27ee1-e1e3-567f-b3cf-87dec2de2c83.htm index 882c163..50955fb 100644 --- a/docs/html/ffd27ee1-e1e3-567f-b3cf-87dec2de2c83.htm +++ b/docs/html/ffd27ee1-e1e3-567f-b3cf-87dec2de2c83.htm @@ -51,4 +51,4 @@ gmp_lib.mpz_mul_si(z, x, 12222) Assert.IsTrue(gmp_lib.mpz_get_si(z) = -10000 * 12222) ' Release unmanaged memory allocated for x and z. -gmp_lib.mpz_clears(x, z, Nothing)
See Also
\ No newline at end of file +gmp_lib.mpz_clears(x, z, Nothing)
See Also
\ No newline at end of file