Beispiel #1
0
 private static extern void mpz_mul(ref GMP_mpz_t dest, ref GMP_mpz_t op1, ref GMP_mpz_t op2);
Beispiel #2
0
 private static extern void mpz_init_set_si(ref GMP_mpz_t value, int v);
Beispiel #3
0
 private static extern void mpz_clear(ref GMP_mpz_t src);
Beispiel #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);
Beispiel #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);
Beispiel #6
0
 private static extern double mpz_get_d(ref GMP_mpz_t src);
Beispiel #7
0
 private static extern int mpz_cmp_d(ref GMP_mpz_t op1, double op2);
Beispiel #8
0
 private static extern int mpz_get_si(ref GMP_mpz_t src);
Beispiel #9
0
 private static extern IntPtr mpz_get_str(IntPtr out_string, int _base, ref GMP_mpz_t src);
Beispiel #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);
Beispiel #11
0
 private static extern double mpz_get_d(ref GMP_mpz_t src);
Beispiel #12
0
 private static extern int mpz_cmp_si(ref GMP_mpz_t op1, int op2);
Beispiel #13
0
 private static extern int mpz_cmp_d(ref GMP_mpz_t op1, double op2);
Beispiel #14
0
 private static extern int mpz_cmp(ref GMP_mpz_t op1, ref GMP_mpz_t op2);
Beispiel #15
0
 private static extern void mpz_set(ref GMP_mpz_t dest, ref GMP_mpz_t src);
Beispiel #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);
Beispiel #17
0
 private static extern int mpz_set_str(ref GMP_mpz_t rop, IntPtr s, int sbase);
Beispiel #18
0
 private static extern void mpz_init(ref GMP_mpz_t value);
Beispiel #19
0
 internal static extern int mpz_sizeinbase(ref GMP_mpz_t src, int _base);
Beispiel #20
0
 private static extern void mpz_init_set_si(ref GMP_mpz_t value, int v);
Beispiel #21
0
 private static extern void mpz_sub(ref GMP_mpz_t rop, ref GMP_mpz_t op1, ref GMP_mpz_t op2);
Beispiel #22
0
 private static extern int mpz_init_set_str(ref GMP_mpz_t rop, IntPtr s, int basis);
Beispiel #23
0
 private static extern void mpz_ui_pow_ui(ref GMP_mpz_t rop, uint bas, uint exp);
Beispiel #24
0
 private static extern int mpz_invert(ref GMP_mpz_t rop, ref GMP_mpz_t op1, ref GMP_mpz_t op2);
Beispiel #25
0
 private static extern void mpz_clear(ref GMP_mpz_t src);
Beispiel #26
0
 private static extern void mpz_mod(ref GMP_mpz_t rop, ref GMP_mpz_t op1, ref GMP_mpz_t mod);
Beispiel #27
0
 private static extern int mpz_init_set_str(ref GMP_mpz_t rop, IntPtr s, int basis);
Beispiel #28
0
 private static extern void mpz_mul(ref GMP_mpz_t dest, ref GMP_mpz_t op1, ref GMP_mpz_t op2);
Beispiel #29
0
 private static extern void mpz_mul_si(ref GMP_mpz_t dest, ref GMP_mpz_t src, int val);
Beispiel #30
0
 private static extern void mpz_mul_si(ref GMP_mpz_t dest, ref GMP_mpz_t src, int val);
Beispiel #31
0
 private static extern void mpz_tdiv_q(ref GMP_mpz_t dest, ref GMP_mpz_t src, ref GMP_mpz_t src2);
Beispiel #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);
Beispiel #33
0
 private static extern void mpz_set_si(ref GMP_mpz_t src, int value);
Beispiel #34
0
 private static extern void mpz_set(ref GMP_mpz_t dest, ref GMP_mpz_t src);
Beispiel #35
0
 private static extern int mpz_get_si(ref GMP_mpz_t src);
Beispiel #36
0
 private static extern void mpz_set_si(ref GMP_mpz_t src, int value);
Beispiel #37
0
 private static extern IntPtr mpz_get_str(IntPtr out_string, int _base, ref GMP_mpz_t src);
Beispiel #38
0
 private static extern int mpz_set_str(ref GMP_mpz_t rop, IntPtr s, int sbase);
Beispiel #39
0
 private static extern int mpz_cmp(ref GMP_mpz_t op1, ref GMP_mpz_t op2);
Beispiel #40
0
 private static extern void mpz_sqrt(ref GMP_mpz_t rop, ref GMP_mpz_t op);
Beispiel #41
0
 private static extern int mpz_cmp_si(ref GMP_mpz_t op1, int op2);
Beispiel #42
0
 private static extern void mpz_sub(ref GMP_mpz_t rop, ref GMP_mpz_t op1, ref GMP_mpz_t op2);
Beispiel #43
0
 private static extern void mpz_sqrt(ref GMP_mpz_t rop, ref GMP_mpz_t op);
Beispiel #44
0
 private static extern void mpz_tdiv_q(ref GMP_mpz_t dest, ref GMP_mpz_t src, ref GMP_mpz_t src2);
Beispiel #45
0
 private static extern void mpz_mod(ref GMP_mpz_t rop, ref GMP_mpz_t op1, ref GMP_mpz_t mod);
Beispiel #46
0
 private static extern void mpz_ui_pow_ui(ref GMP_mpz_t rop, uint bas, uint exp);
Beispiel #47
0
 private static extern int mpz_invert(ref GMP_mpz_t rop, ref GMP_mpz_t op1, ref GMP_mpz_t op2);
Beispiel #48
0
 private static extern void mpz_init(ref GMP_mpz_t value);
Beispiel #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);
Beispiel #50
0
 internal static extern int mpz_sizeinbase(ref GMP_mpz_t src, int _base);