static void |
LibGmp.gmp_randinit_lc_2exp(GmpRandstateT state,
MpzT a,
NativeUnsignedLong c,
MpBitcntT m2exp) |
|
static void |
LibGmp.gmp_randseed(GmpRandstateT state,
MpzT seed) |
|
static int |
LibGmp.mpf_cmp_z(MpfT op1,
MpzT op2) |
|
static void |
LibGmp.mpf_set_z(MpfT rop,
MpzT op) |
|
static int |
LibGmp.mpq_cmp_z(MpqT op1,
MpzT op2) |
|
static void |
LibGmp.mpq_get_den(MpzT denominator,
MpqT rational) |
|
static void |
LibGmp.mpq_get_num(MpzT numerator,
MpqT rational) |
|
static void |
LibGmp.mpq_set_den(MpqT rational,
MpzT denominator) |
|
static void |
LibGmp.mpq_set_num(MpqT rational,
MpzT numerator) |
|
static void |
LibGmp.mpq_set_z(MpqT rop,
MpzT op) |
|
static void |
LibGmp.mpz_2fac_ui(MpzT rop,
NativeUnsignedLong n) |
|
static void |
LibGmp.mpz_abs(MpzT rop,
MpzT op) |
|
static void |
LibGmp.mpz_add(MpzT rop,
MpzT op1,
MpzT op2) |
|
static void |
LibGmp.mpz_add_ui(MpzT rop,
MpzT op1,
NativeUnsignedLong op2) |
|
static void |
LibGmp.mpz_addmul(MpzT rop,
MpzT op1,
MpzT op2) |
|
static void |
LibGmp.mpz_addmul_ui(MpzT rop,
MpzT op1,
NativeUnsignedLong op2) |
|
static void |
LibGmp.mpz_and(MpzT rop,
MpzT op1,
MpzT op2) |
|
static void |
LibGmp.mpz_bin_ui(MpzT rop,
MpzT n,
NativeUnsignedLong k) |
|
static void |
LibGmp.mpz_bin_uiui(MpzT rop,
NativeUnsignedLong n,
NativeUnsignedLong k) |
|
static void |
LibGmp.mpz_cdiv_q(MpzT q,
MpzT n,
MpzT d) |
|
static void |
LibGmp.mpz_cdiv_q_2exp(MpzT q,
MpzT n,
MpBitcntT b) |
|
static NativeUnsignedLong |
LibGmp.mpz_cdiv_q_ui(MpzT q,
MpzT n,
NativeUnsignedLong d) |
|
static void |
LibGmp.mpz_cdiv_qr(MpzT q,
MpzT r,
MpzT n,
MpzT d) |
|
static NativeUnsignedLong |
LibGmp.mpz_cdiv_qr_ui(MpzT q,
MpzT r,
MpzT n,
NativeUnsignedLong d) |
|
static void |
LibGmp.mpz_cdiv_r(MpzT r,
MpzT n,
MpzT d) |
|
static void |
LibGmp.mpz_cdiv_r_2exp(MpzT r,
MpzT n,
MpBitcntT b) |
|
static NativeUnsignedLong |
LibGmp.mpz_cdiv_r_ui(MpzT r,
MpzT n,
NativeUnsignedLong d) |
|
static NativeUnsignedLong |
LibGmp.mpz_cdiv_ui(MpzT n,
NativeUnsignedLong d) |
|
static void |
LibGmp.mpz_clear(MpzT x) |
|
void |
LibGmp.LibGmpExtra.mpz_clears(MpzT... xs) |
|
static void |
LibGmp.mpz_clears(MpzT... xs) |
|
static MpBitcntT |
LibGmp.mpz_clrbit(MpzT rop,
MpBitcntT index) |
|
static int |
LibGmp.mpz_cmp(MpzT op1,
MpzT op2) |
|
static int |
LibGmp.mpz_cmp_d(MpzT op1,
double op2) |
|
static int |
LibGmp.mpz_cmp_si(MpzT op1,
com.sun.jna.NativeLong op2) |
|
static int |
LibGmp.mpz_cmp_ui(MpzT op1,
NativeUnsignedLong op2) |
|
static int |
LibGmp.mpz_cmpabs(MpzT op1,
MpzT op2) |
|
static int |
LibGmp.mpz_cmpabs_d(MpzT op1,
double op2) |
|
static int |
LibGmp.mpz_cmpabs_ui(MpzT op1,
NativeUnsignedLong op2) |
|
static void |
LibGmp.mpz_com(MpzT rop,
MpzT op) |
|
static MpBitcntT |
LibGmp.mpz_combit(MpzT rop,
MpBitcntT index) |
|
static boolean |
LibGmp.mpz_congruent_2exp_p(MpzT n,
MpzT c,
MpBitcntT b) |
|
static boolean |
LibGmp.mpz_congruent_p(MpzT n,
MpzT c,
MpzT d) |
|
static boolean |
LibGmp.mpz_congruent_ui_p(MpzT n,
NativeUnsignedLong c,
NativeUnsignedLong d) |
|
static void |
LibGmp.mpz_divexact(MpzT r,
MpzT n,
MpzT d) |
|
static void |
LibGmp.mpz_divexact_ui(MpzT r,
MpzT n,
NativeUnsignedLong d) |
|
static boolean |
LibGmp.mpz_divisible_2exp_p(MpzT n,
MpBitcntT b) |
|
static boolean |
LibGmp.mpz_divisible_p(MpzT n,
MpzT d) |
|
static boolean |
LibGmp.mpz_divisible_ui_p(MpzT n,
NativeUnsignedLong d) |
|
static boolean |
LibGmp.mpz_even_p(MpzT op) |
|
static com.sun.jna.Pointer |
LibGmp.mpz_export(java.nio.ByteBuffer rop,
SizeTByReference count,
int order,
SizeT size,
int endian,
SizeT nails,
MpzT op) |
|
static void |
LibGmp.mpz_fac_ui(MpzT rop,
NativeUnsignedLong n) |
|
static void |
LibGmp.mpz_fdiv_q(MpzT q,
MpzT n,
MpzT d) |
|
static void |
LibGmp.mpz_fdiv_q_2exp(MpzT q,
MpzT n,
NativeUnsignedLong b) |
|
static NativeUnsignedLong |
LibGmp.mpz_fdiv_q_ui(MpzT q,
MpzT n,
NativeUnsignedLong d) |
|
static void |
LibGmp.mpz_fdiv_qr(MpzT q,
MpzT r,
MpzT n,
MpzT d) |
|
static NativeUnsignedLong |
LibGmp.mpz_fdiv_qr_ui(MpzT q,
MpzT r,
MpzT n,
NativeUnsignedLong d) |
|
static void |
LibGmp.mpz_fdiv_r(MpzT r,
MpzT n,
MpzT d) |
|
static void |
LibGmp.mpz_fdiv_r_2exp(MpzT r,
MpzT n,
NativeUnsignedLong b) |
|
static NativeUnsignedLong |
LibGmp.mpz_fdiv_r_ui(MpzT r,
MpzT n,
NativeUnsignedLong d) |
|
static NativeUnsignedLong |
LibGmp.mpz_fdiv_ui(MpzT n,
NativeUnsignedLong d) |
|
static void |
LibGmp.mpz_fib_ui(MpzT fn,
NativeUnsignedLong n) |
|
static void |
LibGmp.mpz_fib2_ui(MpzT fn,
MpzT fnsub1,
NativeUnsignedLong n) |
|
static boolean |
LibGmp.mpz_fits_sint_p(MpzT op) |
|
static boolean |
LibGmp.mpz_fits_slong_p(MpzT op) |
|
static boolean |
LibGmp.mpz_fits_sshort_p(MpzT op) |
|
static boolean |
LibGmp.mpz_fits_uint_p(MpzT op) |
|
static boolean |
LibGmp.mpz_fits_ulong_p(MpzT op) |
|
static boolean |
LibGmp.mpz_fits_ushort_p(MpzT op) |
|
static void |
LibGmp.mpz_gcd(MpzT rop,
MpzT op1,
MpzT op2) |
|
static NativeUnsignedLong |
LibGmp.mpz_gcd_ui(MpzT rop,
MpzT op1,
NativeUnsignedLong op2) |
|
static void |
LibGmp.mpz_gcdext(MpzT g,
MpzT s,
MpzT t,
MpzT a,
MpzT b) |
|
static double |
LibGmp.mpz_get_d(MpzT op) |
|
static double |
LibGmp.mpz_get_d_2exp(com.sun.jna.ptr.NativeLongByReference exp,
MpzT op) |
|
static com.sun.jna.NativeLong |
LibGmp.mpz_get_si(MpzT op) |
|
static com.sun.jna.Pointer |
LibGmp.mpz_get_str(java.nio.ByteBuffer str,
int base,
MpzT op) |
|
static NativeUnsignedLong |
LibGmp.mpz_get_ui(MpzT op) |
|
static MpBitcntT |
LibGmp.mpz_hamdist(MpzT op1,
MpzT op2) |
|
static void |
LibGmp.mpz_import(MpzT rop,
SizeT count,
int order,
SizeT size,
int endian,
SizeT nails,
java.nio.ByteBuffer op) |
|
static void |
LibGmp.mpz_init(MpzT x) |
|
static void |
LibGmp.mpz_init_set(MpzT rop,
MpzT op) |
|
static void |
LibGmp.mpz_init_set_d(MpzT rop,
double op) |
|
static void |
LibGmp.mpz_init_set_si(MpzT rop,
com.sun.jna.NativeLong op) |
|
static int |
LibGmp.mpz_init_set_str(MpzT rop,
java.lang.String str,
int base) |
|
static void |
LibGmp.mpz_init_set_ui(MpzT rop,
NativeUnsignedLong op) |
|
static void |
LibGmp.mpz_init2(MpzT x,
MpBitcntT n) |
|
void |
LibGmp.LibGmpExtra.mpz_inits(MpzT... xs) |
|
static void |
LibGmp.mpz_inits(MpzT... xs) |
|
static SizeT |
LibGmp.mpz_inp_raw(MpzT rop,
com.sun.jna.Pointer stream) |
|
static SizeT |
LibGmp.mpz_inp_str(MpzT rop,
com.sun.jna.Pointer stream,
int base) |
|
static boolean |
LibGmp.mpz_invert(MpzT rop,
MpzT op1,
MpzT op2) |
|
static void |
LibGmp.mpz_ior(MpzT rop,
MpzT op1,
MpzT op2) |
|
static int |
LibGmp.mpz_jacobi(MpzT a,
MpzT b) |
|
static int |
LibGmp.mpz_kronecker_si(MpzT a,
com.sun.jna.NativeLong b) |
|
static int |
LibGmp.mpz_kronecker_ui(MpzT a,
NativeUnsignedLong b) |
|
static void |
LibGmp.mpz_lcm(MpzT rop,
MpzT op1,
MpzT op2) |
|
static void |
LibGmp.mpz_lcm_ui(MpzT rop,
MpzT op1,
NativeUnsignedLong op2) |
|
static int |
LibGmp.mpz_legendre(MpzT a,
MpzT b) |
|
static void |
LibGmp.mpz_lucnum_ui(MpzT ln,
NativeUnsignedLong n) |
|
static void |
LibGmp.mpz_lucnum2_ui(MpzT ln,
MpzT lnsub1,
NativeUnsignedLong n) |
|
static void |
LibGmp.mpz_mfac_uiui(MpzT rop,
NativeUnsignedLong n,
NativeUnsignedLong m) |
|
static void |
LibGmp.mpz_mod(MpzT r,
MpzT n,
MpzT d) |
|
static NativeUnsignedLong |
LibGmp.mpz_mod_ui(MpzT r,
MpzT n,
NativeUnsignedLong d) |
|
static void |
LibGmp.mpz_mul(MpzT rop,
MpzT op1,
MpzT op2) |
|
static void |
LibGmp.mpz_mul_2exp(MpzT rop,
MpzT op1,
MpBitcntT op2) |
|
static void |
LibGmp.mpz_mul_si(MpzT rop,
MpzT op1,
com.sun.jna.NativeLong op2) |
|
static void |
LibGmp.mpz_mul_ui(MpzT rop,
MpzT op1,
NativeUnsignedLong op2) |
|
static void |
LibGmp.mpz_neg(MpzT rop,
MpzT op) |
|
static void |
LibGmp.mpz_nextprime(MpzT rop,
MpzT op) |
|
static boolean |
LibGmp.mpz_odd_p(MpzT op) |
|
static SizeT |
LibGmp.mpz_out_raw(com.sun.jna.Pointer stream,
MpzT op) |
|
static SizeT |
LibGmp.mpz_out_str(com.sun.jna.Pointer stream,
int base,
MpzT op) |
|
static boolean |
LibGmp.mpz_perfect_power_p(MpzT op) |
|
static boolean |
LibGmp.mpz_perfect_square_p(MpzT op) |
|
static MpBitcntT |
LibGmp.mpz_popcount(MpzT op) |
|
static void |
LibGmp.mpz_pow_ui(MpzT rop,
MpzT base,
NativeUnsignedLong exp) |
|
static void |
LibGmp.mpz_powm(MpzT rop,
MpzT base,
MpzT exp,
MpzT mod) |
|
static void |
LibGmp.mpz_powm_sec(MpzT rop,
MpzT base,
MpzT exp,
MpzT mod) |
|
static void |
LibGmp.mpz_powm_ui(MpzT rop,
MpzT base,
NativeUnsignedLong exp,
MpzT mod) |
|
static void |
LibGmp.mpz_primorial_ui(MpzT rop,
NativeUnsignedLong n) |
|
static int |
LibGmp.mpz_probab_prime_p(MpzT op,
int reps) |
|
static void |
LibGmp.mpz_random(MpzT rop,
MpSizeT max_size) |
|
static void |
LibGmp.mpz_random2(MpzT rop,
MpSizeT max_size) |
|
static void |
LibGmp.mpz_realloc2(MpzT x,
MpBitcntT n) |
|
static MpBitcntT |
LibGmp.mpz_remove(MpzT rop,
MpzT op,
MpzT f) |
|
static boolean |
LibGmp.mpz_root(MpzT rop,
MpzT op,
NativeUnsignedLong n) |
|
static void |
LibGmp.mpz_rootrem(MpzT rop,
MpzT rem,
MpzT op,
NativeUnsignedLong n) |
|
static void |
LibGmp.mpz_rrandomb(MpzT rop,
GmpRandstateT state,
MpBitcntT n) |
|
static MpBitcntT |
LibGmp.mpz_scan0(MpzT op,
MpBitcntT starting_bit) |
|
static MpBitcntT |
LibGmp.mpz_scan1(MpzT op,
MpBitcntT starting_bit) |
|
static void |
LibGmp.mpz_set(MpzT rop,
MpzT op) |
|
static void |
LibGmp.mpz_set_d(MpzT rop,
double op) |
|
static void |
LibGmp.mpz_set_f(MpzT rop,
MpfT op) |
|
static void |
LibGmp.mpz_set_q(MpzT rop,
MpqT op) |
|
static void |
LibGmp.mpz_set_si(MpzT rop,
com.sun.jna.NativeLong op) |
|
static int |
LibGmp.mpz_set_str(MpzT rop,
java.lang.String str,
int base) |
|
static void |
LibGmp.mpz_set_ui(MpzT rop,
NativeUnsignedLong op) |
|
static MpBitcntT |
LibGmp.mpz_setbit(MpzT rop,
MpBitcntT index) |
|
static int |
LibGmp.mpz_sgn(MpzT op) |
|
static int |
LibGmp.mpz_si_kronecker(com.sun.jna.NativeLong a,
MpzT b) |
|
static SizeT |
LibGmp.mpz_sizeinbase(MpzT op,
int base) |
|
static void |
LibGmp.mpz_sqrt(MpzT rop,
MpzT op) |
|
static void |
LibGmp.mpz_sqrtrem(MpzT rop,
MpzT rem,
MpzT op) |
|
static void |
LibGmp.mpz_sub(MpzT rop,
MpzT op1,
MpzT op2) |
|
static void |
LibGmp.mpz_sub_ui(MpzT rop,
MpzT op1,
NativeUnsignedLong op2) |
|
static void |
LibGmp.mpz_submul(MpzT rop,
MpzT op1,
MpzT op2) |
|
static void |
LibGmp.mpz_submul_ui(MpzT rop,
MpzT op1,
NativeUnsignedLong op2) |
|
static void |
LibGmp.mpz_swap(MpzT rop1,
MpzT rop2) |
|
static void |
LibGmp.mpz_tdiv_q(MpzT q,
MpzT n,
MpzT d) |
|
static void |
LibGmp.mpz_tdiv_q_2exp(MpzT q,
MpzT n,
NativeUnsignedLong b) |
|
static NativeUnsignedLong |
LibGmp.mpz_tdiv_q_ui(MpzT q,
MpzT n,
NativeUnsignedLong d) |
|
static void |
LibGmp.mpz_tdiv_qr(MpzT q,
MpzT r,
MpzT n,
MpzT d) |
|
static NativeUnsignedLong |
LibGmp.mpz_tdiv_qr_ui(MpzT q,
MpzT r,
MpzT n,
NativeUnsignedLong d) |
|
static void |
LibGmp.mpz_tdiv_r(MpzT r,
MpzT n,
MpzT d) |
|
static void |
LibGmp.mpz_tdiv_r_2exp(MpzT r,
MpzT n,
NativeUnsignedLong b) |
|
static NativeUnsignedLong |
LibGmp.mpz_tdiv_r_ui(MpzT r,
MpzT n,
NativeUnsignedLong d) |
|
static NativeUnsignedLong |
LibGmp.mpz_tdiv_ui(MpzT n,
NativeUnsignedLong d) |
|
static int |
LibGmp.mpz_tstbit(MpzT rop,
MpBitcntT index) |
|
static int |
LibGmp.mpz_ui_kronecker(NativeUnsignedLong a,
MpzT b) |
|
static void |
LibGmp.mpz_ui_pow_ui(MpzT rop,
NativeUnsignedLong base,
NativeUnsignedLong exp) |
|
static void |
LibGmp.mpz_ui_sub(MpzT rop,
NativeUnsignedLong op1,
MpzT op2) |
|
static void |
LibGmp.mpz_urandomb(MpzT rop,
GmpRandstateT state,
MpBitcntT n) |
|
static void |
LibGmp.mpz_urandomm(MpzT rop,
GmpRandstateT state,
MpzT n) |
|
static void |
LibGmp.mpz_xor(MpzT rop,
MpzT op1,
MpzT op2) |
|