Searched refs:MPFR_PREC2LIMBS (Results 1 – 20 of 20) sorted by relevance
101 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()
87 mp_size_t n = MPFR_PREC2LIMBS (r); in mpfr_print_mant_binary()112 mp_size_t n = MPFR_PREC2LIMBS (r); in mpfr_dump_mant()
47 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()
35 xsize = MPFR_PREC2LIMBS (p); in mpfr_set_prec()
94 s = MPFR_PREC2LIMBS (p); in mpfr_agm()288 s = MPFR_PREC2LIMBS (p); in mpfr_agm()
54 xsize = MPFR_PREC2LIMBS (p); in mpfr_init2()
40 ALLOC(z) = SIZ(z) = MPFR_PREC2LIMBS (nbits); in mpfr_rand_raw()
29 return MPFR_PREC2LIMBS (prec) * BYTES_PER_MP_LIMB; in mpfr_custom_get_size()
95 np = MPFR_PREC2LIMBS (nbits); in mpfr_get_flt()
659 #define MPFR_PREC2LIMBS(p) \ macro1231 _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); \
62 tn = MPFR_PREC2LIMBS (2 * bq); /* number of limbs of square, in mpfr_sqr()
103 np = MPFR_PREC2LIMBS (nbits); in mpfr_get_d()
83 xsize = MPFR_PREC2LIMBS (xprec); in mpfr_round_raw_generic()
58 nw = MPFR_PREC2LIMBS (prec); /* needed allocated limbs */ in mpfr_prec_round()
110 n = MPFR_PREC2LIMBS (p); in mpfr_add1sp()
139 prec = MPFR_PREC2LIMBS (prec) * GMP_NUMB_BITS - expo; in is_odd()
472 ysize = MPFR_PREC2LIMBS (prec); in parsed_string_to_mpfr()
159 n = MPFR_PREC2LIMBS (p); in mpfr_sub1sp()
133 prec = MPFR_PREC2LIMBS (prec) * GMP_NUMB_BITS - expo; in unit_bit()
2354 n = MPFR_PREC2LIMBS (prec); in mpfr_get_str()2420 n = MPFR_PREC2LIMBS (prec); in mpfr_get_str()