Home
last modified time | relevance | path

Searched refs:mpn_scan1 (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/mpfr/src/
H A Dmpn_exp.c90 bits = n * GMP_NUMB_BITS - mpn_scan1 (a, 0); in mpfr_mpn_exp()
124 (mpn_scan1 (c + 2 * n1, 0) < (n - 2 * n1) * GMP_NUMB_BITS)) in mpfr_mpn_exp()
H A Dmin_prec.c32 return MPFR_LIMB_SIZE (x) * GMP_NUMB_BITS - mpn_scan1 (MPFR_MANT (x), 0); in mpfr_min_prec()
H A Dget_str.c2431 exact = mpn_scan1 (xp, 0) >= (nx - n) * GMP_NUMB_BITS; in mpfr_get_str()
2452 ((mpn_scan1 (xp, 0) >= (nx - n) * GMP_NUMB_BITS))); in mpfr_get_str()
2462 if (mpn_scan1 (result, 0) < (nx1 * GMP_NUMB_BITS)) in mpfr_get_str()
2491 (mpn_scan1 (xp, 0) < (nx - 2 * n) * GMP_NUMB_BITS)) in mpfr_get_str()
H A Dstrtofr.c648 exact = exact && (mpn_scan1 (result, 0) in parsed_string_to_mpfr()
/dragonfly/contrib/gmp/mpn/generic/
H A Dscan1.c29 mpn_scan1 (mp_srcptr up, mp_bitcnt_t starting_bit) in mpn_scan1() function
H A Dperfpow.c346 twos = mpn_scan1 (np, 0); in mpn_perfect_power_p()
/dragonfly/contrib/mpc/src/
H A Dsqrt.c26 - mpn_scan1 (x->_mpfr_d, 0))
/dragonfly/gnu/usr.bin/gmp/
H A Dgmp.h1619 #define mpn_scan1 __MPN(scan1) macro
1620 __GMP_DECLSPEC mp_bitcnt_t mpn_scan1 __GMP_PROTO ((mp_srcptr, mp_bitcnt_t)) __GMP_ATTRIBUTE_PURE;