Home
last modified time | relevance | path

Searched refs:mag_set_d_2exp_fmpz_lower (Results 1 – 7 of 7) sorted by relevance

/dports/math/arb/arb-2.21.1/mag/
H A Dset_d_2exp_fmpz.c47 mag_set_d_2exp_fmpz_lower(mag_t z, double c, const fmpz_t exp) in mag_set_d_2exp_fmpz_lower() function
H A Dsqrt.c95 mag_set_d_2exp_fmpz_lower(y, t, MAG_EXPREF(y)); in mag_sqrt_lower()
H A Drsqrt.c105 mag_set_d_2exp_fmpz_lower(y, t, MAG_EXPREF(y)); in mag_rsqrt_lower()
/dports/math/arb/arb-2.21.1/mag/test/
H A Dt-set_d_2exp_fmpz.c101 mag_set_d_2exp_fmpz_lower(m, x, e); in main()
/dports/math/arb/arb-2.21.1/
H A Dmag.h497 void mag_set_d_2exp_fmpz_lower(mag_t z, double c, const fmpz_t exp);
/dports/math/arb/arb-2.21.1/doc/source/
H A Dmag.rst155 .. function:: void mag_set_d_2exp_fmpz_lower(mag_t res, double x, const fmpz_t y)
H A Dhistory.rst482 * Added mag_set_d_lower, mag_sqrt_lower, mag_set_d_2exp_fmpz_lower.