OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MPFR_GET_PREC
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/
cosu.c
40
("x[%Pd]=%.*Rg u=%lu rnd=%d",
mpfr_get_prec
(x), mpfr_log_prec, x, u,
42
("y[%Pd]=%.*Rg inexact=%d",
mpfr_get_prec
(y), mpfr_log_prec, y,
72
mpfr_exp_t p =
MPFR_GET_PREC
(x) - MPFR_GET_EXP (x);
126
precy =
MPFR_GET_PREC
(y);
sinu.c
46
("x[%Pd]=%.*Rg u=%lu rnd=%d",
mpfr_get_prec
(x), mpfr_log_prec, x, u,
48
("y[%Pd]=%.*Rg inexact=%d",
mpfr_get_prec
(y), mpfr_log_prec, y,
80
mpfr_exp_t p =
MPFR_GET_PREC
(x) - MPFR_GET_EXP (x);
107
precy =
MPFR_GET_PREC
(y);
tanu.c
40
("x[%Pd]=%.*Rg u=%lu rnd=%d",
mpfr_get_prec
(x), mpfr_log_prec, x, u,
42
("y[%Pd]=%.*Rg inexact=%d",
mpfr_get_prec
(y), mpfr_log_prec, y,
74
mpfr_exp_t p =
MPFR_GET_PREC
(x) - MPFR_GET_EXP (x);
102
precy =
MPFR_GET_PREC
(y);
sub1.c
51
(void)
MPFR_GET_PREC
(a);
52
(void)
MPFR_GET_PREC
(b);
53
(void)
MPFR_GET_PREC
(c);
129
aq =
MPFR_GET_PREC
(a);
130
bq =
MPFR_GET_PREC
(b);
div.c
112
mpfr_prec_t p =
MPFR_GET_PREC
(q);
396
mpfr_prec_t p =
MPFR_GET_PREC
(q);
774
mpfr_get_prec
(u), mpfr_log_prec, u,
775
mpfr_get_prec
(v),mpfr_log_prec, v, rnd_mode),
776
("q[%Pd]=%.*Rg inexact=%d",
mpfr_get_prec
(q), mpfr_log_prec, q, inex));
836
if (
MPFR_GET_PREC
(u) ==
MPFR_GET_PREC
(q) &&
837
MPFR_GET_PREC
(v) ==
MPFR_GET_PREC
(q))
839
if (
MPFR_GET_PREC
(q) < GMP_NUMB_BITS
[
all
...]
add1.c
55
aq =
MPFR_GET_PREC
(a);
56
bq =
MPFR_GET_PREC
(b);
57
cq =
MPFR_GET_PREC
(c);
sqrt.c
78
mpfr_prec_t p =
MPFR_GET_PREC
(r);
354
mpfr_prec_t p =
MPFR_GET_PREC
(r);
516
mpfr_prec_t rq =
MPFR_GET_PREC
(r);
520
(("x[%Pd]=%.*Rg rnd=%d",
mpfr_get_prec
(u), mpfr_log_prec, u, rnd_mode),
522
mpfr_get_prec
(r), mpfr_log_prec, r, inexact));
561
mpfr_prec_t uq =
MPFR_GET_PREC
(u);
compound.c
66
mpfr_get_prec
(x), mpfr_log_prec, x, n, rnd_mode),
67
("y[%Pd]=%.*Rg inexact=%d",
mpfr_get_prec
(y), mpfr_log_prec, y, inexact));
139
py =
MPFR_GET_PREC
(y);
sqr.c
519
(("x[%Pd]=%.*Rg rnd=%d",
mpfr_get_prec
(b), mpfr_log_prec, b, rnd_mode),
521
mpfr_get_prec
(a), mpfr_log_prec, a, inexact));
538
aq =
MPFR_GET_PREC
(a);
539
bq =
MPFR_GET_PREC
(b);
mul.c
744
mpfr_get_prec
(b), mpfr_log_prec, b,
745
mpfr_get_prec
(c), mpfr_log_prec, c, rnd_mode),
747
mpfr_get_prec
(a), mpfr_log_prec, a, inexact));
795
aq =
MPFR_GET_PREC
(a);
796
bq =
MPFR_GET_PREC
(b);
797
cq =
MPFR_GET_PREC
(c);
sum.c
194
xq =
MPFR_GET_PREC
(x[i]);
546
("sum[%Pd]=%.*Rg",
mpfr_get_prec
(sum), mpfr_log_prec, sum));
566
sq =
MPFR_GET_PREC
(sum);
1271
("sum[%Pd]=%.*Rg",
mpfr_get_prec
(sum), mpfr_log_prec, sum));
strtofr.c
471
precx =
MPFR_GET_PREC
(x);
mpfr-impl.h
963
#define
MPFR_GET_PREC
(x) MPFR_PREC_IN_RANGE (MPFR_PREC (x))
964
#define MPFR_LAST_LIMB(x) ((
MPFR_GET_PREC
(x) - 1) / GMP_NUMB_BITS)
2198
(int) __LINE__, #x,
mpfr_get_prec
(x), mpfr_log_prec, x)
add1sp.c
876
p =
MPFR_GET_PREC
(b);
vasprintf.c
1790
spec.prec = mpfr_get_str_ndigits (10,
MPFR_GET_PREC
(p)) - 1;
sub1sp.c
1452
p =
MPFR_GET_PREC
(b);
/src/external/lgpl3/mpfr/dist/tests/
tcompound.c
430
precy =
MPFR_GET_PREC
(y);
tsum.c
52
e -=
MPFR_GET_PREC
(t[i]);
948
printf (" x%d[%3ld] = ", j,
mpfr_get_prec
(x[j]));
953
mpfr_print_rnd_mode (rnd),
mpfr_get_prec
(x[n]));
Completed in 36 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026