Home
last modified time | relevance | path

Searched refs:MPFR_PREC2LIMBS (Results 1 – 20 of 20) sorted by relevance

/dragonfly/contrib/mpfr/src/
HDmul.c101 bn = MPFR_PREC2LIMBS (bq); /* number of limbs of b */ in mpfr_mul3()
102 cn = MPFR_PREC2LIMBS (cq); /* number of limbs of c */ in mpfr_mul3()
104 tn = MPFR_PREC2LIMBS (bq + cq); in mpfr_mul3()
297 bn = MPFR_PREC2LIMBS (bq); /* number of limbs of b */ in mpfr_mul()
298 cn = MPFR_PREC2LIMBS (cq); /* number of limbs of c */ in mpfr_mul()
300 tn = MPFR_PREC2LIMBS (bq + cq); in mpfr_mul()
HDprint_raw.c87 mp_size_t n = MPFR_PREC2LIMBS (r); in mpfr_print_mant_binary()
112 mp_size_t n = MPFR_PREC2LIMBS (r); in mpfr_dump_mant()
HDadd1.c47 an = MPFR_PREC2LIMBS (aq); /* number of limbs of a */ in mpfr_add1()
51 bn = MPFR_PREC2LIMBS (bq); /* number of limbs of b */ in mpfr_add1()
52 cn = MPFR_PREC2LIMBS (cq); /* number of limbs of c */ in mpfr_add1()
127 difn = MPFR_PREC2LIMBS (dif); in mpfr_add1()
HDset_prec.c35 xsize = MPFR_PREC2LIMBS (p); in mpfr_set_prec()
HDagm.c94 s = MPFR_PREC2LIMBS (p); in mpfr_agm()
288 s = MPFR_PREC2LIMBS (p); in mpfr_agm()
HDinit2.c54 xsize = MPFR_PREC2LIMBS (p); in mpfr_init2()
HDurandomb.c40 ALLOC(z) = SIZ(z) = MPFR_PREC2LIMBS (nbits); in mpfr_rand_raw()
HDstack_interface.c29 return MPFR_PREC2LIMBS (prec) * BYTES_PER_MP_LIMB; in mpfr_custom_get_size()
HDget_flt.c95 np = MPFR_PREC2LIMBS (nbits); in mpfr_get_flt()
HDmpfr-impl.h659 #define MPFR_PREC2LIMBS(p) \ macro
1231 _srcs = MPFR_PREC2LIMBS (_srcprec); \
1232 _dests = MPFR_PREC2LIMBS (_destprec) - _srcs; \
1245 _srcs = MPFR_PREC2LIMBS (_srcprec); \
1246 _dests = MPFR_PREC2LIMBS (_destprec); \
1700 _size = MPFR_PREC2LIMBS (_prec); \
1751 _size = MPFR_PREC2LIMBS (_prec); \
HDsqr.c62 tn = MPFR_PREC2LIMBS (2 * bq); /* number of limbs of square, in mpfr_sqr()
HDget_d.c103 np = MPFR_PREC2LIMBS (nbits); in mpfr_get_d()
HDround_raw_generic.c83 xsize = MPFR_PREC2LIMBS (xprec); in mpfr_round_raw_generic()
HDround_prec.c58 nw = MPFR_PREC2LIMBS (prec); /* needed allocated limbs */ in mpfr_prec_round()
HDadd1sp.c110 n = MPFR_PREC2LIMBS (p); in mpfr_add1sp()
HDpow.c139 prec = MPFR_PREC2LIMBS (prec) * GMP_NUMB_BITS - expo; in is_odd()
HDstrtofr.c472 ysize = MPFR_PREC2LIMBS (prec); in parsed_string_to_mpfr()
HDsub1sp.c159 n = MPFR_PREC2LIMBS (p); in mpfr_sub1sp()
HDlngamma.c133 prec = MPFR_PREC2LIMBS (prec) * GMP_NUMB_BITS - expo; in unit_bit()
HDget_str.c2354 n = MPFR_PREC2LIMBS (prec); in mpfr_get_str()
2420 n = MPFR_PREC2LIMBS (prec); in mpfr_get_str()