예제 #1
0
 private static extern void mpz_init_set_ui(ref MpzT rop, UInt32 v);
예제 #2
0
 private static extern void mpz_mod(ref MpzT rop, ref MpzT x, ref MpzT mod);
예제 #3
0
 private static extern Int32 mpz_mul_2exp(ref MpzT rop, ref MpzT x, UInt32 shift);
예제 #4
0
 private static extern IntPtr mpz_get_str(IntPtr outString, Int32 _base, ref MpzT src);
예제 #5
0
 private static extern Int32 mpz_cmp_si(ref MpzT x, Int32 y);
예제 #6
0
 private static extern void mpz_add(ref MpzT dest, ref MpzT src, ref MpzT src2);
예제 #7
0
 private static extern void mpz_set_si(ref MpzT src, Int32 value);
예제 #8
0
 private static extern void mpz_add_ui(ref MpzT dest, ref MpzT src, UInt32 val);
예제 #9
0
 private static extern void mpz_tdiv_q(ref MpzT dest, ref MpzT src, ref MpzT src2);
예제 #10
0
 private static extern void mpz_mul(ref MpzT dest, ref MpzT x, ref MpzT y);
예제 #11
0
 private static extern void mpz_add(ref MpzT dest, ref MpzT src, ref MpzT src2);
예제 #12
0
 private static extern void mpz_mul_si(ref MpzT dest, ref MpzT src, Int32 val);
예제 #13
0
 private static extern void mpz_clear(ref MpzT src);
예제 #14
0
 private static extern Int32 mpz_init_set_str(ref MpzT rop, IntPtr s, Int32 basis);
예제 #15
0
 private static extern Int32 mpz_init_set_str(ref MpzT rop, IntPtr s, Int32 basis);
예제 #16
0
 private static extern void mpz_set(ref MpzT dest, ref MpzT src);
예제 #17
0
 private static extern void mpz_mul_si(ref MpzT dest, ref MpzT src, Int32 val);
예제 #18
0
 private static extern void mpz_set_si(ref MpzT src, Int32 value);
예제 #19
0
 private static extern void mpz_tdiv_q(ref MpzT dest, ref MpzT src, ref MpzT src2);
예제 #20
0
 private static extern Int32 mpz_set_str(ref MpzT rop, IntPtr s, Int32 sbase);
예제 #21
0
 private static extern Int32 mpz_get_si(ref MpzT src);
예제 #22
0
 private static extern Int32 mpz_get_si(ref MpzT src);
예제 #23
0
 private static extern Int32 mpz_cmp(ref MpzT x, ref MpzT y);
예제 #24
0
 private static extern double mpz_get_d(ref MpzT src);
예제 #25
0
 private static extern void mpz_sqrt(ref MpzT rop, ref MpzT op);
예제 #26
0
 private static extern IntPtr mpz_get_str(IntPtr outString, Int32 _base, ref MpzT src);
예제 #27
0
 private static extern void mpz_ui_pow_ui(ref MpzT rop, UInt32 bas, UInt32 exp);
예제 #28
0
 internal static extern Int32 mpz_sizeinbase(ref MpzT src, Int32 _base);
예제 #29
0
 private static extern void _PrimeSwingParallelFactorial(ref MpzT fact, ulong n);
예제 #30
0
 private static extern Int32 mpz_cmp(ref MpzT x, ref MpzT y);
예제 #31
0
 private static extern void mpz_init_set_ui(ref MpzT rop, UInt32 v);
예제 #32
0
 private static extern Int32 mpz_cmp_d(ref MpzT x, double y);
예제 #33
0
 private static extern void mpz_clear(ref MpzT src);
예제 #34
0
 private static extern Int32 mpz_cmp_si(ref MpzT x, Int32 y);
예제 #35
0
 private static extern void mpz_mul(ref MpzT dest, ref MpzT x, ref MpzT y);
예제 #36
0
 private static extern void mpz_sub(ref MpzT rop, ref MpzT x, ref MpzT y);
예제 #37
0
 private static extern void mpz_add_ui(ref MpzT dest, ref MpzT src, UInt32 val);
예제 #38
0
 private static extern void mpz_sqrt(ref MpzT rop, ref MpzT op);
예제 #39
0
 private static extern void mpz_set(ref MpzT dest, ref MpzT src);
예제 #40
0
 private static extern void mpz_powm(ref MpzT rop, ref MpzT bas, ref MpzT exp, ref MpzT mod);
예제 #41
0
 private static extern Int32 mpz_set_str(ref MpzT rop, IntPtr s, Int32 sbase);
예제 #42
0
 private static extern void mpz_mod(ref MpzT rop, ref MpzT x, ref MpzT mod);
예제 #43
0
 private static extern double mpz_get_d(ref MpzT src);
예제 #44
0
 private static extern void mpz_gcd(ref MpzT rop, ref MpzT op1, ref MpzT op2);
예제 #45
0
 internal static extern Int32 mpz_sizeinbase(ref MpzT src, Int32 _base);
예제 #46
0
 private static extern void mpz_ui_pow_ui(ref MpzT rop, UInt32 bas, UInt32 exp);
예제 #47
0
 private static extern Int32 mpz_cmp_d(ref MpzT x, double y);
예제 #48
0
 private static extern Int32 mpz_invert(ref MpzT rop, ref MpzT x, ref MpzT y);
예제 #49
0
 private static extern void mpz_sub(ref MpzT rop, ref MpzT x, ref MpzT y);
예제 #50
0
 private static extern Int32 mpz_mul_2exp(ref MpzT rop, ref MpzT x, UInt32 shift);
예제 #51
0
 private static extern void mpz_powm(ref MpzT rop, ref MpzT bas, ref MpzT exp, ref MpzT mod);
예제 #52
0
 private static extern void mpz_fac_ui(ref MpzT rop, UInt32 op);
예제 #53
0
 private static extern void mpz_gcd(ref MpzT rop, ref MpzT op1, ref MpzT op2);
예제 #54
0
 private static extern void _PrimeSwingParallelFactorial(ref MpzT fact, ulong n);
예제 #55
0
 private static extern Int32 mpz_invert(ref MpzT rop, ref MpzT x, ref MpzT y);
예제 #56
0
 private static extern void _SchoenhageParallelFactorial(ref MpzT fact, ulong n);
예제 #57
0
 private static extern void mpz_fac_ui(ref MpzT rop, UInt32 op);
예제 #58
0
 private static extern void mpz_init_set_si(ref MpzT value, Int32 v);
예제 #59
0
 private static extern void _SchoenhageParallelFactorial(ref MpzT fact, ulong n);
예제 #60
0
 private static extern void mpz_init_set_si(ref MpzT value, Int32 v);