deimos.gmp.gmp

Undocumented in source.

Members

Aliases

MP_INT
alias MP_INT = __mpz_struct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MP_RAT
alias MP_RAT = __mpq_struct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gmp_errno
alias gmp_errno = __gmp_errno
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gmp_randclear
alias gmp_randclear = __gmp_randclear
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gmp_randinit
alias gmp_randinit = __gmp_randinit

Random number routines. ***************

gmp_randinit_default
alias gmp_randinit_default = __gmp_randinit_default
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gmp_randinit_lc_2exp
alias gmp_randinit_lc_2exp = __gmp_randinit_lc_2exp
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gmp_randinit_lc_2exp_size
alias gmp_randinit_lc_2exp_size = __gmp_randinit_lc_2exp_size
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gmp_randinit_mt
alias gmp_randinit_mt = __gmp_randinit_mt
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gmp_randinit_set
alias gmp_randinit_set = __gmp_randinit_set
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gmp_randseed
alias gmp_randseed = __gmp_randseed
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gmp_randseed_ui
alias gmp_randseed_ui = __gmp_randseed_ui
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gmp_randstate_t
alias gmp_randstate_t = __gmp_randstate_struct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gmp_urandomb_ui
alias gmp_urandomb_ui = __gmp_urandomb_ui
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gmp_urandomm_ui
alias gmp_urandomm_ui = __gmp_urandomm_ui
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gmp_version
alias gmp_version = __gmp_version
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mp_bitcnt_t
alias mp_bitcnt_t = c_ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mp_bits_per_limb
alias mp_bits_per_limb = __gmp_bits_per_limb
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mp_exp_t
alias mp_exp_t = c_long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mp_get_memory_functions
alias mp_get_memory_functions = __gmp_get_memory_functions
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mp_limb_signed_t
alias mp_limb_signed_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mp_limb_signed_t
alias mp_limb_signed_t = c_long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mp_limb_t
alias mp_limb_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mp_limb_t
alias mp_limb_t = c_ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mp_ptr
alias mp_ptr = mp_limb_t*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mp_set_memory_functions
alias mp_set_memory_functions = __gmp_set_memory_functions
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mp_size_t
alias mp_size_t = c_long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mp_srcptr
alias mp_srcptr = mp_limb_t*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpf_ptr
alias mpf_ptr = __mpf_struct*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpf_srcptr
alias mpf_srcptr = __mpf_struct*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpf_t
alias mpf_t = __mpf_struct[1]
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_ptr
alias mpq_ptr = __mpq_struct*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_srcptr
alias mpq_srcptr = __mpq_struct*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_t
alias mpq_t = __mpq_struct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpz_ptr
alias mpz_ptr = __mpz_struct*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpz_srcptr
alias mpz_srcptr = __mpz_struct*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpz_t
alias mpz_t = __mpz_struct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

gmp_randalg_t
enum gmp_randalg_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

__GMP_ABS
T __GMP_ABS(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
__GMP_MAX
T __GMP_MAX(T x, T y)
Undocumented in source. Be warned that the author may not have intended to support it.
__gmp_get_memory_functions
void __gmp_get_memory_functions(void* function(size_t)* , void* function(void*, size_t, size_t)* , void function(void*, size_t)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmp_randclear
void __gmp_randclear(gmp_randstate_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmp_randinit
void __gmp_randinit(gmp_randstate_t , gmp_randalg_t , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmp_randinit_default
void __gmp_randinit_default(gmp_randstate_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmp_randinit_lc_2exp
void __gmp_randinit_lc_2exp(gmp_randstate_t , mpz_srcptr , c_ulong , mp_bitcnt_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmp_randinit_lc_2exp_size
void __gmp_randinit_lc_2exp_size(gmp_randstate_t , mp_bitcnt_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmp_randinit_mt
void __gmp_randinit_mt(gmp_randstate_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmp_randinit_set
void __gmp_randinit_set(gmp_randstate_t , __gmp_randstate_struct* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmp_randseed
void __gmp_randseed(gmp_randstate_t , mpz_srcptr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmp_randseed_ui
void __gmp_randseed_ui(gmp_randstate_t , c_ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmp_set_memory_functions
void __gmp_set_memory_functions(void* function(size_t) , void* function(void*, size_t, size_t) , void function(void*, size_t) )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmp_urandomb_ui
c_ulong __gmp_urandomb_ui(gmp_randstate_t , c_ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmp_urandomm_ui
c_ulong __gmp_urandomm_ui(gmp_randstate_t , c_ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mpq_denref
mpz_t mpq_denref(mpq_t Q)
Undocumented in source. Be warned that the author may not have intended to support it.
mpq_numref
mpz_t mpq_numref(mpq_t Q)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

GMP_LIMB_BITS
enum GMP_LIMB_BITS;
Undocumented in source.
GMP_NAIL_BITS
enum GMP_NAIL_BITS;
Undocumented in source.
GMP_NAIL_MASK
enum GMP_NAIL_MASK;
Undocumented in source.
GMP_NUMB_BITS
enum GMP_NUMB_BITS;
Undocumented in source.
GMP_NUMB_MASK
enum GMP_NUMB_MASK;
Undocumented in source.
GMP_NUMB_MAX
enum GMP_NUMB_MAX;
Undocumented in source.

Static variables

__gmp_bits_per_limb
int __gmp_bits_per_limb;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmp_errno
int __gmp_errno;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gmp_version
char* __gmp_version;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

__gmp_randstate_struct
struct __gmp_randstate_struct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__mpf_struct
struct __mpf_struct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__mpq_struct
struct __mpq_struct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__mpz_struct
struct __mpz_struct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta