Home
last modified time | relevance | path

Searched refs:MPFR_GET_PREC (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dsub1.c51 (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()
H A Ddiv.c112 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()
H A Dtanu.c74 mpfr_exp_t p = MPFR_GET_PREC (x) - MPFR_GET_EXP (x); in mpfr_tanu()
102 precy = MPFR_GET_PREC (y); in mpfr_tanu()
H A Dsqrt.c78 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()
H A Dsinu.c80 mpfr_exp_t p = MPFR_GET_PREC (x) - MPFR_GET_EXP (x); in mpfr_sinu()
107 precy = MPFR_GET_PREC (y); in mpfr_sinu()
H A Dcosu.c72 mpfr_exp_t p = MPFR_GET_PREC (x) - MPFR_GET_EXP (x); in mpfr_cosu()
126 precy = MPFR_GET_PREC (y); in mpfr_cosu()
H A Dadd1.c55 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()
H A Dsqr.c538 aq = MPFR_GET_PREC(a); in mpfr_sqr()
539 bq = MPFR_GET_PREC(b); in mpfr_sqr()
H A Dcompound.c139 py = MPFR_GET_PREC (y); in mpfr_compound_si()
H A Dmul.c795 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()
H A Dsum.c194 xq = MPFR_GET_PREC (x[i]); in sum_raw()
566 sq = MPFR_GET_PREC (sum); in sum_aux()
H A Dstrtofr.c471 precx = MPFR_GET_PREC (x); in parsed_string_to_mpfr()
H A Dmpfr-impl.h963 #define MPFR_GET_PREC(x) MPFR_PREC_IN_RANGE (MPFR_PREC (x)) macro
964 #define MPFR_LAST_LIMB(x) ((MPFR_GET_PREC (x) - 1) / GMP_NUMB_BITS)
H A Dadd1sp.c876 p = MPFR_GET_PREC (b); in mpfr_add1sp()
H A Dsub1sp.c1452 p = MPFR_GET_PREC (b); in mpfr_sub1sp()
H A Dvasprintf.c1790 spec.prec = mpfr_get_str_ndigits (10, MPFR_GET_PREC (p)) - 1; in partition_number()
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtcompound.c430 precy = MPFR_GET_PREC (y); in inv_compound()
H A Dtsum.c52 e -= MPFR_GET_PREC (t[i]); in get_prec_max()
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog3945 [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_PREC
19312 Added MPFR_PREC_COND, MPFR_PREC_IN_RANGE and MPFR_GET_PREC internal