Searched refs:MPFR_GET_PREC (Results 1 – 19 of 19) sorted by relevance
51 (void) MPFR_GET_PREC (a); in mpfr_sub1()52 (void) MPFR_GET_PREC (b); in mpfr_sub1()53 (void) MPFR_GET_PREC (c); in mpfr_sub1()129 aq = MPFR_GET_PREC (a); in mpfr_sub1()130 bq = MPFR_GET_PREC (b); in mpfr_sub1()
112 mpfr_prec_t p = MPFR_GET_PREC(q); in mpfr_div_1()396 mpfr_prec_t p = MPFR_GET_PREC(q); in mpfr_div_2()836 if (MPFR_GET_PREC(u) == MPFR_GET_PREC(q) && in mpfr_div()837 MPFR_GET_PREC(v) == MPFR_GET_PREC(q)) in mpfr_div()839 if (MPFR_GET_PREC(q) < GMP_NUMB_BITS) in mpfr_div()842 if (GMP_NUMB_BITS < MPFR_GET_PREC(q) && in mpfr_div()843 MPFR_GET_PREC(q) < 2 * GMP_NUMB_BITS) in mpfr_div()846 if (MPFR_GET_PREC(q) == GMP_NUMB_BITS) in mpfr_div()
74 mpfr_exp_t p = MPFR_GET_PREC (x) - MPFR_GET_EXP (x); in mpfr_tanu()102 precy = MPFR_GET_PREC (y); in mpfr_tanu()
78 mpfr_prec_t p = MPFR_GET_PREC(r); in mpfr_sqrt1()354 mpfr_prec_t p = MPFR_GET_PREC(r); in mpfr_sqrt2()516 mpfr_prec_t rq = MPFR_GET_PREC (r); in mpfr_sqrt()561 mpfr_prec_t uq = MPFR_GET_PREC (u); in mpfr_sqrt()
80 mpfr_exp_t p = MPFR_GET_PREC (x) - MPFR_GET_EXP (x); in mpfr_sinu()107 precy = MPFR_GET_PREC (y); in mpfr_sinu()
72 mpfr_exp_t p = MPFR_GET_PREC (x) - MPFR_GET_EXP (x); in mpfr_cosu()126 precy = MPFR_GET_PREC (y); in mpfr_cosu()
55 aq = MPFR_GET_PREC (a); in mpfr_add1()56 bq = MPFR_GET_PREC (b); in mpfr_add1()57 cq = MPFR_GET_PREC (c); in mpfr_add1()
538 aq = MPFR_GET_PREC(a); in mpfr_sqr()539 bq = MPFR_GET_PREC(b); in mpfr_sqr()
139 py = MPFR_GET_PREC (y); in mpfr_compound_si()
795 aq = MPFR_GET_PREC (a); in mpfr_mul()796 bq = MPFR_GET_PREC (b); in mpfr_mul()797 cq = MPFR_GET_PREC (c); in mpfr_mul()
194 xq = MPFR_GET_PREC (x[i]); in sum_raw()566 sq = MPFR_GET_PREC (sum); in sum_aux()
471 precx = MPFR_GET_PREC (x); in parsed_string_to_mpfr()
963 #define MPFR_GET_PREC(x) MPFR_PREC_IN_RANGE (MPFR_PREC (x)) macro964 #define MPFR_LAST_LIMB(x) ((MPFR_GET_PREC (x) - 1) / GMP_NUMB_BITS)
876 p = MPFR_GET_PREC (b); in mpfr_add1sp()
1452 p = MPFR_GET_PREC (b); in mpfr_sub1sp()
1790 spec.prec = mpfr_get_str_ndigits (10, MPFR_GET_PREC (p)) - 1; in partition_number()
430 precy = MPFR_GET_PREC (y); in inv_compound()
52 e -= MPFR_GET_PREC (t[i]); in get_prec_max()
3945 [src/{cosu.c,sinu.c,tanu.c}] Changed MPFR_PREC to MPFR_GET_PREC.13330 [src/mul.c] Define aq = MPFR_GET_PREC (a), and use this.14835 in changing MPFR_PREC to MPFR_GET_PREC).15003 [src/mul.c] changed MPFR_PREC into MPFR_GET_PREC19312 Added MPFR_PREC_COND, MPFR_PREC_IN_RANGE and MPFR_GET_PREC internal