Home
last modified time | relevance | path

Searched refs:mpz_scan1 (Results 1 – 18 of 18) sorted by relevance

/dragonfly/contrib/mpc/src/
H A Dpow.c113 t = mpz_scan1 (my, 0); in fix_sign()
202 t = mpz_scan1 (my, 0); in mpc_pow_exact()
245 t = mpz_scan1 (d, 0); in mpc_pow_exact()
251 t = mpz_scan1 (c, 0); in mpc_pow_exact()
258 t = mpz_scan1 (c, 0); in mpc_pow_exact()
259 v = mpz_scan1 (d, 0); in mpc_pow_exact()
312 t = mpz_scan1 (a, 0); in mpc_pow_exact()
354 w = mpz_scan1 (b, 0); in mpc_pow_exact()
360 w = mpz_scan1 (a, 0); in mpc_pow_exact()
393 sa = mpz_scan1 (a, 0); in mpc_pow_exact()
[all …]
H A Dlog10.c255 v = mpz_scan1 (x, 0); in mpc_log10()
/dragonfly/contrib/mpfr/src/
H A Dconst_log2.c86 v = mpz_scan1 (T[0], 0); in S()
89 w = mpz_scan1 (Q[0], 0); in S()
94 w = mpz_scan1 (P[0], 0); in S()
H A Dconst_euler.c131 v2 = mpz_scan1 (P, 0); in mpfr_const_euler_S2_aux()
132 c = mpz_scan1 (Q, 0); in mpfr_const_euler_S2_aux()
135 c = mpz_scan1 (T, 0); in mpfr_const_euler_S2_aux()
H A Dcbrt.c122 inexact = inexact || ((mpfr_exp_t) mpz_scan1 (m, 0) < sh); in mpfr_cbrt()
H A Droot.c174 inexact = inexact || ((mpfr_exp_t) mpz_scan1 (m, 0) < sh); in mpfr_root()
H A Dpow.c54 i = mpz_scan1 (c, 0); in mpfr_pow_is_exact()
64 i = mpz_scan1 (a, 0); in mpfr_pow_is_exact()
H A Drem1.c104 unsigned long k = mpz_scan1 (my, 0); in mpfr_rem1()
H A Dgrandom.c102 (mpz_scan1 (s, 0) == 2 * tprec))) in mpfr_grandom()
H A Dcos.c68 l = mpz_scan1 (x, 0); in mpfr_cos2_aux()
H A Deint.c71 k = mpz_scan1 (m, 0); in mpfr_eint_aux()
H A Dexp3.c60 n = mpz_scan1 (p, 0); /* number of trailing zeros in p */ in mpfr_exp_rational()
H A Datan.c63 n = mpz_scan1 (p, 0); in mpfr_atan_aux()
H A Dsin_cos.c308 l = mpz_scan1 (p, 0); in sin_bs_aux()
/dragonfly/contrib/gmp/mpz/
H A Dremove.c44 s0 = mpz_scan1 (src, 0); in mpz_remove()
H A Dscan1.c31 mpz_scan1 (mpz_srcptr u, mp_bitcnt_t starting_bit) __GMP_NOTHROW in mpz_scan1() function
H A Dmillerrabin.c66 k = mpz_scan1 (nm1, 0L); in mpz_millerrabin()
/dragonfly/gnu/usr.bin/gmp/
H A Dgmp.h1077 #define mpz_scan1 __gmpz_scan1 macro
1078 __GMP_DECLSPEC mp_bitcnt_t mpz_scan1 __GMP_PROTO ((mpz_srcptr, mp_bitcnt_t)) __GMP_NOTHROW __GMP_AT…