Home
last modified time | relevance | path

Searched refs:mpz_init_set (Results 1 – 25 of 612) sorted by relevance

12345678910>>...25

/dports/math/singular/Singular-Release-4-2-1/factory/
H A Dint_intdiv.cc40 mpz_init_set( n, thempi ); in dividesame()
41 mpz_init_set( d, MPI( c ) ); in dividesame()
82 mpz_init_set( d, thempi ); in dividecoeff()
84 mpz_init_set( n, thempi ); in dividecoeff()
233 mpz_init_set( mpiResult, thempi ); in modulocoeff()
284 mpz_init_set( n, thempi ); in divremsame()
285 mpz_init_set( d, MPI( c ) ); in divremsame()
321 mpz_init_set( d, thempi ); in divremcoeff()
323 mpz_init_set( n, thempi ); in divremcoeff()
338 mpz_init_set( mpiResult, thempi ); in divremcoeff()
H A Dint_rat.cc135 mpz_init_set( dummy_num, _num ); in deepCopyObject()
136 mpz_init_set( dummy_den, _den ); in deepCopyObject()
188 mpz_init_set( dummy, _num ); in num()
206 mpz_init_set( dummy, _den ); in den()
591 mpz_init_set( d, _den ); in addcoeff()
648 mpz_init_set( d, _den ); in subcoeff()
678 mpz_init_set( d, _den ); in mulcoeff()
725 mpz_init_set( d, _num ); in dividecoeff()
731 mpz_init_set( n, _num ); in dividecoeff()
741 mpz_init_set( d, _num ); in dividecoeff()
[all …]
H A Dsingext.cc26 mpz_init_set( result, (InternalInteger::MPI( ff )) ); in gmp_numerator()
31 mpz_init_set( result, (InternalRational::MPQNUM( ff )) ); in gmp_numerator()
51 mpz_init_set( result, (InternalRational::MPQDEN( ff )) ); in gmp_denominator()
H A DcfNewtonPolygon.cc506 mpz_init_set (tmp[0], N[0]); in mpz_mat_mul()
510 mpz_init_set (tmp[1], N[0]); in mpz_mat_mul()
514 mpz_init_set (tmp[2], N[2]); in mpz_mat_mul()
518 mpz_init_set (tmp[3], N[2]); in mpz_mat_mul()
538 mpz_init_set (det, M[0]); in mpz_mat_inv()
543 mpz_init_set (tmp, M[0]); in mpz_mat_inv()
753 mpz_init_set (exps[count], expX); in compress()
755 mpz_init_set (exps[count], expY); in compress()
773 mpz_init_set (exps[count], expX); in compress()
885 mpz_init_set (exps[count], expX); in decompress()
[all …]
/dports/games/libtmcg/libTMCG-1.3.18/src/
H A Dmpz_sqrtm.cc72 mpz_init_set(foo, p); in tmcg_mpz_sqrtmp_r()
83 mpz_init_set(s, p); in tmcg_mpz_sqrtmp_r()
92 mpz_init_set(b, p); in tmcg_mpz_sqrtmp_r()
145 mpz_init_set(t, p); in tmcg_mpz_sqrtmp_r()
194 mpz_init_set(foo, p); in tmcg_mpz_sqrtmp()
205 mpz_init_set(s, p); in tmcg_mpz_sqrtmp()
214 mpz_init_set(b, p); in tmcg_mpz_sqrtmp()
266 mpz_init_set(t, p); in tmcg_mpz_sqrtmp()
374 mpz_init_set(b, nqr); in tmcg_mpz_sqrtmp_fast()
375 mpz_init_set(t, p); in tmcg_mpz_sqrtmp_fast()
[all …]
H A DTMCG_SecretKey.cc91 mpz_init_set(m, that.m), mpz_init_set(y, that.y), in TMCG_SecretKey()
92 mpz_init_set(p, that.p), mpz_init_set(q, that.q); in TMCG_SecretKey()
93 mpz_init_set(y1, that.y1), mpz_init_set(m1pq, that.m1pq), in TMCG_SecretKey()
94 mpz_init_set(gcdext_up, that.gcdext_up), in TMCG_SecretKey()
95 mpz_init_set(gcdext_vq, that.gcdext_vq), in TMCG_SecretKey()
96 mpz_init_set(pa1d4, that.pa1d4), mpz_init_set(qa1d4, that.qa1d4); in TMCG_SecretKey()
H A Dmpz_spowm.cc41 mpz_init(bvi), mpz_init(bvf), mpz_init_set(bx, x), mpz_init_set(bp, p); in tmcg_mpz_spowm_init()
119 mpz_init_set(xx, x); in tmcg_mpz_spowm()
206 mpz_init_set(xx, x); in tmcg_mpz_fpowm()
276 mpz_init(foo), mpz_init(bar), mpz_init(baz), mpz_init_set(xx, x); in tmcg_mpz_fspowm()
H A DVTMF_Card.cc41 mpz_init_set(c_1, that.c_1), mpz_init_set(c_2, that.c_2); in VTMF_Card()
/dports/math/singular/Singular-Release-4-2-1/libpolys/coeffs/
H A Drintegers3.cc118 mpz_init_set(erg, (mpz_ptr) b); in _nrzMult()
128 mpz_init_set(erg, (mpz_ptr) a); in _nrzMult()
204 mpz_init_set(erg, (mpz_ptr) a); in nrzCopy()
403 mpz_init_set(bu, (mpz_ptr) bb); in _nrzXExtGcd()
404 mpz_init_set(bv, (mpz_ptr) aa); in _nrzXExtGcd()
503 mpz_init_set(aa, (mpz_ptr) a); in nrzPower()
522 mpz_init_set(erg, m); in nrzInitMPZ()
825 mpz_init_set(aa, (mpz_ptr) a); in nrzExactDiv()
829 mpz_init_set(bb, (mpz_ptr) b); in nrzExactDiv()
985 mpz_init_set(erg, from->z); in nrzMapQ()
[all …]
H A Drmodulon.cc110 mpz_init_set(a, r->modNumber); in nrnQuot1()
153 mpz_init_set(erg, (mpz_ptr) a); in nrnCopy()
271 mpz_init_set(erg, r->modNumber); in nrnGcd()
413 mpz_init_set(bs, (mpz_ptr) a); in nrnXExtGcd()
414 mpz_init_set(bt, (mpz_ptr) b); in nrnXExtGcd()
452 mpz_init_set(uu, (mpz_ptr)ui); in nrnXExtGcd()
654 mpz_init_set(aa, (mpz_ptr)a); in nrnQuotRem()
655 mpz_init_set(bb, (mpz_ptr)b); in nrnQuotRem()
731 mpz_init_set(erg, (mpz_ptr) from); in nrnMapZ()
874 mpz_init_set(erg,m); in nrnInitMPZ()
[all …]
H A Dlongrat.cc171 mpz_init_set(z->z, m); in nlInitMPZ()
789 mpz_init_set(n->n,a->z); in nlInvers()
948 mpz_init_set(u->z,a->z); in nlIntDiv()
1163 mpz_init_set(u->n,b->z); in nlDiv()
1192 mpz_init_set(u->n,b->z); in nlDiv()
1697 mpz_init_set(aa,a->z); in _nlEqual_aNoImm_OR_bNoImm()
1698 mpz_init_set(bb,b->z); in _nlEqual_aNoImm_OR_bNoImm()
2523 mpz_init_set(z->z,i); in nlInit2gmp()
2524 mpz_init_set(z->n,j); in nlInit2gmp()
2809 mpz_init_set(aa, a->z); in nlXExtGcd()
[all …]
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Dgmp_auxx.hpp49 static inline void mpz_init_set (mpz_ptr a, mpz_srcptr b) { in mpz_init_set() function
50 ::mpz_init_set(a, b); in mpz_init_set()
54 mpz_init_set (mpz_ptr a, const T b) { in GMP_AUXXX_EXPOSE_TEMPLATE_T_RETTYPE_IF_T_FITS()
59 mpz_init_set (mpz_ptr a, const T b) { in GMP_AUXXX_EXPOSE_TEMPLATE_T_RETTYPE_IF_T_FITS()
63 inline void mpz_init_set (mpz_ptr a, const int64_t b) { in mpz_init_set() function
67 inline void mpz_init_set (mpz_ptr a, const uint64_t b) { in mpz_init_set() function
/dports/devel/libuninum/libuninum-2.7/
H A Duninum.c933 mpz_init_set(mpzResult, Result); in ArabicToInt()
986 mpz_init_set(mpzResult, Result); in ArabicExtendedToInt()
1092 mpz_init_set(mpzResult, Result); in ArabicAlphabeticToInt()
1250 mpz_init_set(mpzResult, Result); in AegeanToInt()
5414 mpz_init_set(k,n); in PlaceIntToString()
5462 mpz_init_set(k,n); in PlaceNonContiguousIntToString()
5530 mpz_init_set(k,n); in TengwarToString()
6095 mpz_init_set(Residue,k); in AdditiveIntToString()
6220 mpz_init_set(Residue,k); in GreekAlphabeticIntToString()
6963 mpz_init_set(k,n); in ChineseCountingRodIntToString()
[all …]
/dports/math/mpir/mpir-3.0.0/tests/
H A Drefmpz.c114 mpz_init_set (a, a_orig); in refmpz_kronecker()
115 mpz_init_set (b, b_orig); in refmpz_kronecker()
190 mpz_init_set (b_odd, b); in refmpz_jacobi()
255 mpz_init_set (s, b); in refmpz_pow_ui()
/dports/math/mpir/mpir-3.0.0/tests/mpz/
H A Dt-jac.c235 mpz_init_set (b, b_orig); in try_pn()
260 mpz_init_set (a, a_orig); in try_periodic_num()
261 mpz_init_set (a_period, b); in try_periodic_num()
313 mpz_init_set (b, b_orig); in try_periodic_den()
315 mpz_init_set (b_period, a); in try_periodic_den()
366 mpz_init_set (b, b_orig); in try_2den()
/dports/lang/nickle/nickle-2.90/bench/
H A Dchoose.c6 mpz_init_set(count, n); in ifact()
19 mpz_init_set(diff, n); in choose()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/libgnat/
H A Da-nbnbin__gmp.adb70 procedure mpz_init_set (ROP : access mpz_t; OP : access constant mpz_t); subprogspec
71 pragma Import (C, mpz_init_set, "__gmpz_init_set");
422 mpz_init_set (Get_Mpz (Result), Get_Mpz (L));
560 mpz_init_set (Get_Mpz (Temp_Left), Get_Mpz (L));
561 mpz_init_set (Get_Mpz (Temp_Right), Get_Mpz (R));
703 mpz_init_set (To_Mpz (This.C), Value);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/libgnat/
H A Da-nbnbin__gmp.adb69 procedure mpz_init_set (ROP : access mpz_t; OP : access constant mpz_t); subprogspec
70 pragma Import (C, mpz_init_set, "__gmpz_init_set");
421 mpz_init_set (Get_Mpz (Result), Get_Mpz (L));
559 mpz_init_set (Get_Mpz (Temp_Left), Get_Mpz (L));
560 mpz_init_set (Get_Mpz (Temp_Right), Get_Mpz (R));
702 mpz_init_set (To_Mpz (This.C), Value);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/libgnat/
H A Da-nbnbin__gmp.adb70 procedure mpz_init_set (ROP : access mpz_t; OP : access constant mpz_t); subprogspec
71 pragma Import (C, mpz_init_set, "__gmpz_init_set");
422 mpz_init_set (Get_Mpz (Result), Get_Mpz (L));
560 mpz_init_set (Get_Mpz (Temp_Left), Get_Mpz (L));
561 mpz_init_set (Get_Mpz (Temp_Right), Get_Mpz (R));
703 mpz_init_set (To_Mpz (This.C), Value);
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/libgnat/
H A Da-nbnbin__gmp.adb70 procedure mpz_init_set (ROP : access mpz_t; OP : access constant mpz_t); subprogspec
71 pragma Import (C, mpz_init_set, "__gmpz_init_set");
422 mpz_init_set (Get_Mpz (Result), Get_Mpz (L));
560 mpz_init_set (Get_Mpz (Temp_Left), Get_Mpz (L));
561 mpz_init_set (Get_Mpz (Temp_Right), Get_Mpz (R));
703 mpz_init_set (To_Mpz (This.C), Value);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/libgnat/
H A Da-nbnbin__gmp.adb70 procedure mpz_init_set (ROP : access mpz_t; OP : access constant mpz_t); subprogspec
71 pragma Import (C, mpz_init_set, "__gmpz_init_set");
428 mpz_init_set (Get_Mpz (Result), Get_Mpz (L));
566 mpz_init_set (Get_Mpz (Temp_Left), Get_Mpz (L));
567 mpz_init_set (Get_Mpz (Temp_Right), Get_Mpz (R));
705 mpz_init_set (To_Mpz (This.C), Value);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/libgnat/
H A Da-nbnbin__gmp.adb70 procedure mpz_init_set (ROP : access mpz_t; OP : access constant mpz_t); subprogspec
71 pragma Import (C, mpz_init_set, "__gmpz_init_set");
428 mpz_init_set (Get_Mpz (Result), Get_Mpz (L));
566 mpz_init_set (Get_Mpz (Temp_Left), Get_Mpz (L));
567 mpz_init_set (Get_Mpz (Temp_Right), Get_Mpz (R));
705 mpz_init_set (To_Mpz (This.C), Value);
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/libgnat/
H A Da-nbnbin__gmp.adb70 procedure mpz_init_set (ROP : access mpz_t; OP : access constant mpz_t); subprogspec
71 pragma Import (C, mpz_init_set, "__gmpz_init_set");
428 mpz_init_set (Get_Mpz (Result), Get_Mpz (L));
566 mpz_init_set (Get_Mpz (Temp_Left), Get_Mpz (L));
567 mpz_init_set (Get_Mpz (Temp_Right), Get_Mpz (R));
705 mpz_init_set (To_Mpz (This.C), Value);
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dmpz_int128.h48 #define mpz_init_set(x, y) x = y macro
49 #define mpz_init_set_ui mpz_init_set
50 #define mpz_init_set_si mpz_init_set
/dports/math/gap/gap-4.11.0/pkg/anupq-3.2.1/src/
H A Dsetup_reps.c62 mpz_init_set(&original_aut, &pga->aut_order); in setup_reps()
71 mpz_init_set(&pga->aut_order, &original_aut); in setup_reps()
112 mpz_init_set(&pga->aut_order, &original_aut); in setup_reps()

12345678910>>...25