Example #1
0
 private static extern void mpz_mul(ref GMP_mpz_t dest, ref GMP_mpz_t op1, ref GMP_mpz_t op2);
Example #2
0
 private static extern void mpz_init_set_si(ref GMP_mpz_t value, int v);
Example #3
0
 private static extern void mpz_clear(ref GMP_mpz_t src);
Example #4
0
 private static extern void mpz_powm(ref GMP_mpz_t rop, ref GMP_mpz_t bas, ref GMP_mpz_t exp, ref GMP_mpz_t mod);
Example #5
0
 private static extern IntPtr mpz_export(IntPtr dataOutput, IntPtr count, int order, int size, int endian, uint nails, ref GMP_mpz_t op);
Example #6
0
 private static extern double mpz_get_d(ref GMP_mpz_t src);
Example #7
0
 private static extern int mpz_cmp_d(ref GMP_mpz_t op1, double op2);
Example #8
0
 private static extern int mpz_get_si(ref GMP_mpz_t src);
Example #9
0
 private static extern IntPtr mpz_get_str(IntPtr out_string, int _base, ref GMP_mpz_t src);
Example #10
0
 private static extern IntPtr mpz_export(IntPtr dataOutput, IntPtr count, int order, int size, int endian, uint nails, ref GMP_mpz_t op);
Example #11
0
 private static extern double mpz_get_d(ref GMP_mpz_t src);
Example #12
0
 private static extern int mpz_cmp_si(ref GMP_mpz_t op1, int op2);
Example #13
0
 private static extern int mpz_cmp_d(ref GMP_mpz_t op1, double op2);
Example #14
0
 private static extern int mpz_cmp(ref GMP_mpz_t op1, ref GMP_mpz_t op2);
Example #15
0
 private static extern void mpz_set(ref GMP_mpz_t dest, ref GMP_mpz_t src);
Example #16
0
 private static extern void mpz_import(ref GMP_mpz_t output, uint count, int order, int size, int endian, uint nails, IntPtr input);
Example #17
0
 private static extern int mpz_set_str(ref GMP_mpz_t rop, IntPtr s, int sbase);
Example #18
0
 private static extern void mpz_init(ref GMP_mpz_t value);
Example #19
0
 internal static extern int mpz_sizeinbase(ref GMP_mpz_t src, int _base);
Example #20
0
 private static extern void mpz_init_set_si(ref GMP_mpz_t value, int v);
Example #21
0
 private static extern void mpz_sub(ref GMP_mpz_t rop, ref GMP_mpz_t op1, ref GMP_mpz_t op2);
Example #22
0
 private static extern int mpz_init_set_str(ref GMP_mpz_t rop, IntPtr s, int basis);
Example #23
0
 private static extern void mpz_ui_pow_ui(ref GMP_mpz_t rop, uint bas, uint exp);
Example #24
0
 private static extern int mpz_invert(ref GMP_mpz_t rop, ref GMP_mpz_t op1, ref GMP_mpz_t op2);
Example #25
0
 private static extern void mpz_clear(ref GMP_mpz_t src);
Example #26
0
 private static extern void mpz_mod(ref GMP_mpz_t rop, ref GMP_mpz_t op1, ref GMP_mpz_t mod);
Example #27
0
 private static extern int mpz_init_set_str(ref GMP_mpz_t rop, IntPtr s, int basis);
Example #28
0
 private static extern void mpz_mul(ref GMP_mpz_t dest, ref GMP_mpz_t op1, ref GMP_mpz_t op2);
Example #29
0
 private static extern void mpz_mul_si(ref GMP_mpz_t dest, ref GMP_mpz_t src, int val);
Example #30
0
 private static extern void mpz_mul_si(ref GMP_mpz_t dest, ref GMP_mpz_t src, int val);
Example #31
0
 private static extern void mpz_tdiv_q(ref GMP_mpz_t dest, ref GMP_mpz_t src, ref GMP_mpz_t src2);
Example #32
0
 private static extern void mpz_powm(ref GMP_mpz_t rop, ref GMP_mpz_t bas, ref GMP_mpz_t exp, ref GMP_mpz_t mod);
Example #33
0
 private static extern void mpz_set_si(ref GMP_mpz_t src, int value);
Example #34
0
 private static extern void mpz_set(ref GMP_mpz_t dest, ref GMP_mpz_t src);
Example #35
0
 private static extern int mpz_get_si(ref GMP_mpz_t src);
Example #36
0
 private static extern void mpz_set_si(ref GMP_mpz_t src, int value);
Example #37
0
 private static extern IntPtr mpz_get_str(IntPtr out_string, int _base, ref GMP_mpz_t src);
Example #38
0
 private static extern int mpz_set_str(ref GMP_mpz_t rop, IntPtr s, int sbase);
Example #39
0
 private static extern int mpz_cmp(ref GMP_mpz_t op1, ref GMP_mpz_t op2);
Example #40
0
 private static extern void mpz_sqrt(ref GMP_mpz_t rop, ref GMP_mpz_t op);
Example #41
0
 private static extern int mpz_cmp_si(ref GMP_mpz_t op1, int op2);
Example #42
0
 private static extern void mpz_sub(ref GMP_mpz_t rop, ref GMP_mpz_t op1, ref GMP_mpz_t op2);
Example #43
0
 private static extern void mpz_sqrt(ref GMP_mpz_t rop, ref GMP_mpz_t op);
Example #44
0
 private static extern void mpz_tdiv_q(ref GMP_mpz_t dest, ref GMP_mpz_t src, ref GMP_mpz_t src2);
Example #45
0
 private static extern void mpz_mod(ref GMP_mpz_t rop, ref GMP_mpz_t op1, ref GMP_mpz_t mod);
Example #46
0
 private static extern void mpz_ui_pow_ui(ref GMP_mpz_t rop, uint bas, uint exp);
Example #47
0
 private static extern int mpz_invert(ref GMP_mpz_t rop, ref GMP_mpz_t op1, ref GMP_mpz_t op2);
Example #48
0
 private static extern void mpz_init(ref GMP_mpz_t value);
Example #49
0
 private static extern void mpz_import(ref GMP_mpz_t output, uint count, int order, int size, int endian, uint nails, IntPtr input);
Example #50
0
 internal static extern int mpz_sizeinbase(ref GMP_mpz_t src, int _base);