Home
last modified time | relevance | path

Searched refs:mp_exp_t (Results 1 – 25 of 497) sorted by relevance

12345678910>>...20

/dports/math/cgal/CGAL-5.3/include/CGAL/RS/
H A Ddyadic.h133 mp_exp_t l,r,temp1,temp2; in CGALRS_dyadic_ll_add()
148 temp1=mpfr_get_exp(op1)-(mp_exp_t)mpfr_get_prec(op1); in CGALRS_dyadic_ll_add()
149 temp2=mpfr_get_exp(op2)-(mp_exp_t)mpfr_get_prec(op2); in CGALRS_dyadic_ll_add()
168 mp_exp_t l,r; in CGALRS_dyadic_add_z()
179 l=mpfr_get_exp(op1)>(mp_exp_t)mpz_sizeinbase(z,2)? in CGALRS_dyadic_add_z()
182 r=mpfr_get_exp(op1)-(mp_exp_t)mpfr_get_prec(op1)<0? in CGALRS_dyadic_add_z()
205 mp_exp_t l,r,temp1,temp2; in CGALRS_dyadic_ll_sub()
219 temp1=mpfr_get_exp(op1)-(mp_exp_t)mpfr_get_prec(op1); in CGALRS_dyadic_ll_sub()
220 temp2=mpfr_get_exp(op2)-(mp_exp_t)mpfr_get_prec(op2); in CGALRS_dyadic_ll_sub()
356 mp_exp_t l,r,temp1,temp2; in CGALRS_dyadic_addmul_ui()
[all …]
/dports/math/gmp/gmp-6.2.1/tests/mpf/
H A Dt-sub.c34 mp_exp_t exp; in check_rand()
226 if (SIZ (y)) EXP (y) -= EXP (x) - (mp_exp_t) SIZ (x); in check_data()
227 if (SIZ (want)) EXP (want) -= EXP (x) - (mp_exp_t) SIZ (x); in check_data()
228 EXP (x) = (mp_exp_t) SIZ (x); in check_data()
248 if (SIZ (x)) EXP (x) -= EXP (y) - (mp_exp_t) SIZ (y); in check_data()
249 if (SIZ (want)) EXP (want) -= EXP (y) - (mp_exp_t) SIZ (y); in check_data()
250 EXP (y) = (mp_exp_t) SIZ (y); in check_data()
H A Dt-div.c63 mpf_random2 (u, PREC(u), (mp_exp_t) 20); in check_rand()
72 mpf_random2 (v, PREC(v), (mp_exp_t) 20); in check_rand()
125 mpf_random2 (got, input_prec, (mp_exp_t) 20); in check_reuse_three()
/dports/math/gap/gap-4.11.0/extern/gmp/tests/mpf/
H A Dt-sub.c35 mp_exp_t exp; in check_rand()
227 if (SIZ (y)) EXP (y) -= EXP (x) - (mp_exp_t) SIZ (x); in check_data()
228 if (SIZ (want)) EXP (want) -= EXP (x) - (mp_exp_t) SIZ (x); in check_data()
229 EXP (x) = (mp_exp_t) SIZ (x); in check_data()
249 if (SIZ (x)) EXP (x) -= EXP (y) - (mp_exp_t) SIZ (y); in check_data()
250 if (SIZ (want)) EXP (want) -= EXP (y) - (mp_exp_t) SIZ (y); in check_data()
251 EXP (y) = (mp_exp_t) SIZ (y); in check_data()
H A Dt-div.c64 mpf_random2 (u, PREC(u), (mp_exp_t) 20); in check_rand()
73 mpf_random2 (v, PREC(v), (mp_exp_t) 20); in check_rand()
126 mpf_random2 (got, input_prec, (mp_exp_t) 20); in check_reuse_three()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/tests/mpf/
H A Dt-sub.c34 mp_exp_t exp; in check_rand()
226 if (SIZ (y)) EXP (y) -= EXP (x) - (mp_exp_t) SIZ (x); in check_data()
227 if (SIZ (want)) EXP (want) -= EXP (x) - (mp_exp_t) SIZ (x); in check_data()
228 EXP (x) = (mp_exp_t) SIZ (x); in check_data()
248 if (SIZ (x)) EXP (x) -= EXP (y) - (mp_exp_t) SIZ (y); in check_data()
249 if (SIZ (want)) EXP (want) -= EXP (y) - (mp_exp_t) SIZ (y); in check_data()
250 EXP (y) = (mp_exp_t) SIZ (y); in check_data()
H A Dt-div.c63 mpf_random2 (u, PREC(u), (mp_exp_t) 20); in check_rand()
72 mpf_random2 (v, PREC(v), (mp_exp_t) 20); in check_rand()
125 mpf_random2 (got, input_prec, (mp_exp_t) 20); in check_reuse_three()
/dports/math/py-fpylll/fpylll-0.5.6/src/fpylll/mpfr/
H A Dmpfr.pxd243 mp_exp_t mpfr_get_exp (mpfr_t x)
244 int mpfr_set_exp (mpfr_t x, mp_exp_t e)
266 mp_exp_t mpfr_get_emin ()
267 mp_exp_t mpfr_get_emax ()
268 int mpfr_set_emin (mp_exp_t exp)
269 int mpfr_set_emax (mp_exp_t exp)
270 mp_exp_t mpfr_get_emin_min ()
271 mp_exp_t mpfr_get_emin_max ()
272 mp_exp_t mpfr_get_emax_min ()
273 mp_exp_t mpfr_get_emax_max ()
[all …]
/dports/math/mpir/mpir-3.0.0/tests/mpf/
H A Dt-div.c66 mpf_rrandomb (u, rands, PREC(u), (mp_exp_t) 20); in check_rand()
75 mpf_rrandomb (v, rands, PREC(v), (mp_exp_t) 20); in check_rand()
128 mpf_rrandomb (got, rands, input_prec, (mp_exp_t) 20); in check_reuse_three()
/dports/math/mingw32-libgmp/gmp-6.0.0/tests/mpf/
H A Dt-div.c64 mpf_random2 (u, PREC(u), (mp_exp_t) 20); in check_rand()
73 mpf_random2 (v, PREC(v), (mp_exp_t) 20); in check_rand()
126 mpf_random2 (got, input_prec, (mp_exp_t) 20); in check_reuse_three()
/dports/math/py-fpylll/fpylll-0.5.6/src/fpylll/gmp/
H A Dtypes.pxd14 ctypedef long mp_exp_t
33 mp_exp_t _mp_exp
/dports/math/gmp/gmp-6.2.1/mpf/
H A Dget_str.c121 mpf_get_str (char *dbuf, mp_exp_t *exp, int base, size_t n_digits, mpf_srcptr u) in mpf_get_str()
123 mp_exp_t ue; in mpf_get_str()
129 mp_exp_t exp_in_base; in mpf_get_str()
/dports/math/gap/gap-4.11.0/extern/gmp/mpf/
H A Dget_str.c122 mpf_get_str (char *dbuf, mp_exp_t *exp, int base, size_t n_digits, mpf_srcptr u) in mpf_get_str()
124 mp_exp_t ue; in mpf_get_str()
130 mp_exp_t exp_in_base; in mpf_get_str()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/mpf/
H A Dget_str.c121 mpf_get_str (char *dbuf, mp_exp_t *exp, int base, size_t n_digits, mpf_srcptr u) in mpf_get_str()
123 mp_exp_t ue; in mpf_get_str()
129 mp_exp_t exp_in_base; in mpf_get_str()
/dports/math/mpir/mpir-3.0.0/mpf/
H A Dget_str.c111 mpf_get_str (char *dbuf, mp_exp_t *exp, int base, size_t n_digits, mpf_srcptr u) in mpf_get_str()
113 mp_exp_t ue; in mpf_get_str()
119 mp_exp_t exp_in_base; in mpf_get_str()
/dports/math/mingw32-libgmp/gmp-6.0.0/mpf/
H A Dget_str.c121 mpf_get_str (char *dbuf, mp_exp_t *exp, int base, size_t n_digits, mpf_srcptr u) in mpf_get_str()
123 mp_exp_t ue; in mpf_get_str()
129 mp_exp_t exp_in_base; in mpf_get_str()
/dports/math/mpfrc++/mpreal-mpfrc-3.6.8/
H A Dmpreal.h528 mp_exp_t get_exp() const;
529 int set_exp(mp_exp_t e);
540 static mp_exp_t get_emin (void);
541 static mp_exp_t get_emax (void);
542 static mp_exp_t get_emin_min (void);
543 static mp_exp_t get_emin_max (void);
1793 mp_exp_t exp;
2014 inline int mpreal::set_exp (mp_exp_t e)
2041 mp_exp_t expl;
2149 inline mp_exp_t mpreal::get_emin (void)
[all …]
/dports/math/gismo/gismo-21.12.0/external/
H A Dmpreal.h529 mp_exp_t get_exp() const;
530 int set_exp(mp_exp_t e);
541 static mp_exp_t get_emin (void);
542 static mp_exp_t get_emax (void);
543 static mp_exp_t get_emin_min (void);
544 static mp_exp_t get_emin_max (void);
1800 mp_exp_t exp;
2021 inline int mpreal::set_exp (mp_exp_t e)
2048 mp_exp_t expl;
2156 inline mp_exp_t mpreal::get_emin (void)
[all …]
/dports/science/bagel/bagel-1.2.2/src/integral/rys/interpolate/
H A Dmpreal.h496 mp_exp_t get_exp();
497 int set_exp(mp_exp_t e);
508 static mp_exp_t get_emin (void);
509 static mp_exp_t get_emax (void);
510 static mp_exp_t get_emin_min (void);
511 static mp_exp_t get_emin_max (void);
1668 mp_exp_t exp;
1865 inline mp_exp_t mpreal::get_exp ()
1870 inline int mpreal::set_exp (mp_exp_t e)
1962 inline mp_exp_t mpreal::get_emin (void)
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/unsupported/test/mpreal/
H A Dmpreal.h560 mp_exp_t get_exp();
561 int set_exp(mp_exp_t e);
572 static mp_exp_t get_emin (void);
573 static mp_exp_t get_emax (void);
574 static mp_exp_t get_emin_min (void);
575 static mp_exp_t get_emin_max (void);
1768 mp_exp_t exp;
1991 inline mp_exp_t mpreal::get_exp ()
1996 inline int mpreal::set_exp (mp_exp_t e)
2088 inline mp_exp_t mpreal::get_emin (void)
[all …]
/dports/science/bagel/bagel-1.2.2/src/integral/carsph_gen/
H A Dmpreal.h496 mp_exp_t get_exp();
497 int set_exp(mp_exp_t e);
508 static mp_exp_t get_emin (void);
509 static mp_exp_t get_emax (void);
510 static mp_exp_t get_emin_min (void);
511 static mp_exp_t get_emin_max (void);
1668 mp_exp_t exp;
1865 inline mp_exp_t mpreal::get_exp ()
1870 inline int mpreal::set_exp (mp_exp_t e)
1962 inline mp_exp_t mpreal::get_emin (void)
[all …]
/dports/science/bagel/bagel-1.2.2/src/integral/comprys/interpolate/
H A Dmpreal.h496 mp_exp_t get_exp();
497 int set_exp(mp_exp_t e);
508 static mp_exp_t get_emin (void);
509 static mp_exp_t get_emax (void);
510 static mp_exp_t get_emin_min (void);
511 static mp_exp_t get_emin_max (void);
1668 mp_exp_t exp;
1865 inline mp_exp_t mpreal::get_exp ()
1870 inline int mpreal::set_exp (mp_exp_t e)
1962 inline mp_exp_t mpreal::get_emin (void)
[all …]
/dports/science/bagel/bagel-1.2.2/src/integral/ecp/wigner3j_gen/
H A Dmpreal.h496 mp_exp_t get_exp();
497 int set_exp(mp_exp_t e);
508 static mp_exp_t get_emin (void);
509 static mp_exp_t get_emax (void);
510 static mp_exp_t get_emin_min (void);
511 static mp_exp_t get_emin_max (void);
1668 mp_exp_t exp;
1865 inline mp_exp_t mpreal::get_exp ()
1870 inline int mpreal::set_exp (mp_exp_t e)
1962 inline mp_exp_t mpreal::get_emin (void)
[all …]
/dports/science/bagel/bagel-1.2.2/src/integral/ecp/testcode/ang_proj/
H A Dmpreal.h496 mp_exp_t get_exp();
497 int set_exp(mp_exp_t e);
508 static mp_exp_t get_emin (void);
509 static mp_exp_t get_emax (void);
510 static mp_exp_t get_emin_min (void);
511 static mp_exp_t get_emin_max (void);
1668 mp_exp_t exp;
1865 inline mp_exp_t mpreal::get_exp ()
1870 inline int mpreal::set_exp (mp_exp_t e)
1962 inline mp_exp_t mpreal::get_emin (void)
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/unsupported/test/mpreal/
H A Dmpreal.h560 mp_exp_t get_exp();
561 int set_exp(mp_exp_t e);
572 static mp_exp_t get_emin (void);
573 static mp_exp_t get_emax (void);
574 static mp_exp_t get_emin_min (void);
575 static mp_exp_t get_emin_max (void);
1768 mp_exp_t exp;
1991 inline mp_exp_t mpreal::get_exp ()
1996 inline int mpreal::set_exp (mp_exp_t e)
2088 inline mp_exp_t mpreal::get_emin (void)
[all …]

12345678910>>...20