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_zero_p
(Results
1 - 25
of
91
) sorted by relevancy
1
2
3
4
/src/external/lgpl3/mpfr/dist/src/
iszero.c
0
/*
mpfr_zero_p
-- check for zero
26
(
mpfr_zero_p
) (mpfr_srcptr x)
function
/src/external/lgpl3/mpfr/dist/tests/
tisnan.c
1
/* Test file for mpfr_nan_p, mpfr_inf_p, mpfr_number_p,
mpfr_zero_p
and
47
(void) (
mpfr_zero_p
(1L));
77
if (
mpfr_zero_p
(x) || (
mpfr_zero_p
) (x) ||
mpfr_zero_p
(ARG))
79
printf ("Error:
mpfr_zero_p
(+Inf) gives non-zero\n");
110
if (
mpfr_zero_p
(x) || (
mpfr_zero_p
) (x) ||
mpfr_zero_p
(ARG))
112
printf ("Error:
mpfr_zero_p
(-Inf) gives non-zero\n")
[
all
...]
tcsch.c
47
if (! (
mpfr_zero_p
(y) && MPFR_IS_POS (y)))
55
if (! (
mpfr_zero_p
(y) && MPFR_IS_NEG (y)))
80
if (! (
mpfr_zero_p
(y) && MPFR_IS_POS (y)))
87
if (! (
mpfr_zero_p
(y) && MPFR_IS_NEG (y)))
tsinu.c
57
MPFR_ASSERTN(
mpfr_zero_p
(y) && mpfr_signbit (y) == 0);
63
MPFR_ASSERTN(
mpfr_zero_p
(y) && mpfr_signbit (y) != 0);
87
MPFR_ASSERTN(
mpfr_zero_p
(y) && mpfr_signbit (y) == 0);
98
MPFR_ASSERTN(
mpfr_zero_p
(y) && mpfr_signbit (y) == 0);
104
MPFR_ASSERTN(
mpfr_zero_p
(y) && mpfr_signbit (y) == 0);
115
MPFR_ASSERTN(
mpfr_zero_p
(y) && mpfr_signbit (y) != 0);
126
MPFR_ASSERTN(
mpfr_zero_p
(y) && mpfr_signbit (y) != 0);
132
MPFR_ASSERTN(
mpfr_zero_p
(y) && mpfr_signbit (y) != 0);
ttanu.c
57
MPFR_ASSERTN(
mpfr_zero_p
(y) && mpfr_signbit (y) == 0);
63
MPFR_ASSERTN(
mpfr_zero_p
(y) && mpfr_signbit (y) != 0);
94
MPFR_ASSERTN(
mpfr_zero_p
(y) && mpfr_signbit (y) != 0);
110
MPFR_ASSERTN(
mpfr_zero_p
(y) && mpfr_signbit (y) == 0);
126
MPFR_ASSERTN(
mpfr_zero_p
(y) && mpfr_signbit (y) == 0);
142
MPFR_ASSERTN(
mpfr_zero_p
(y) && mpfr_signbit (y) != 0);
tsqr.c
108
MPFR_ASSERTN (
mpfr_zero_p
(y));
114
MPFR_ASSERTN (!
mpfr_zero_p
(x));
116
MPFR_ASSERTN (
mpfr_zero_p
(y));
271
MPFR_ASSERTN(
mpfr_zero_p
(a) && mpfr_signbit (a) == 0);
296
MPFR_ASSERTN(
mpfr_zero_p
(a) && mpfr_signbit (a) == 0);
314
MPFR_ASSERTN(
mpfr_zero_p
(a) && mpfr_signbit (a) == 0);
tpow_z.c
77
if (res != 0 ||
mpfr_zero_p
(y) == 0 || MPFR_IS_NEG (y))
81
if (res != 0 ||
mpfr_zero_p
(y) == 0 || MPFR_IS_NEG (y))
86
if (res != 0 ||
mpfr_zero_p
(y) == 0 || MPFR_IS_NEG (y))
90
if (res != 0 ||
mpfr_zero_p
(y) == 0 || MPFR_IS_POS (y))
97
if (res != 0 ||
mpfr_zero_p
(y) == 0 || MPFR_IS_NEG (y))
101
if (res != 0 ||
mpfr_zero_p
(y) == 0 || MPFR_IS_NEG (y))
106
if (res != 0 ||
mpfr_zero_p
(y) == 0 || MPFR_IS_NEG (y))
110
if (res != 0 ||
mpfr_zero_p
(y) == 0 || MPFR_IS_POS (y))
tsech.c
81
if (! (
mpfr_zero_p
(y) && MPFR_IS_POS (y)))
88
if (! (
mpfr_zero_p
(y) && MPFR_IS_POS (y)))
/src/external/lgpl3/mpc/dist/tests/
comparisons.c
34
if (
mpfr_zero_p
(got))
35
return
mpfr_zero_p
(ref) &&
random.c
130
} while (
mpfr_zero_p
(mpc_realref (z)) ||
mpfr_zero_p
(mpc_imagref (z)));
152
if (!
mpfr_zero_p
(mpc_realref (z)))
155
if (!
mpfr_zero_p
(mpc_imagref (z)))
218
} while (
mpfr_zero_p
(x));
261
} while (
mpfr_zero_p
(mpc_realref (z)) ||
mpfr_zero_p
(mpc_imagref (z)));
ttan.c
45
|| !
mpfr_zero_p
(mpc_imagref (tan_z)) || mpfr_signbit (mpc_imagref (tan_z)))
55
|| !
mpfr_zero_p
(mpc_imagref (tan_z)) || !mpfr_signbit (mpc_imagref (tan_z)))
69
|| !
mpfr_zero_p
(mpc_imagref (tan_z)) || mpfr_signbit (mpc_imagref (tan_z)))
79
|| !
mpfr_zero_p
(mpc_imagref (tan_z)) || !mpfr_signbit (mpc_imagref (tan_z)))
91
|| !
mpfr_zero_p
(mpc_imagref (tan_z)) || mpfr_signbit (mpc_imagref (tan_z)))
101
|| !
mpfr_zero_p
(mpc_imagref (tan_z)) || !mpfr_signbit (mpc_imagref (tan_z)))
135
|| !
mpfr_zero_p
(mpc_realref (tan_z)) || mpfr_signbit (mpc_realref (tan_z)))
151
|| !
mpfr_zero_p
(mpc_realref (tan_z)) || mpfr_signbit (mpc_realref (tan_z)))
167
|| !
mpfr_zero_p
(mpc_realref (tan_z)) || !mpfr_signbit (mpc_realref (tan_z)))
183
|| !
mpfr_zero_p
(mpc_realref (tan_z)) || !mpfr_signbit (mpc_realref (tan_z))
[
all
...]
tballs.c
44
|| (
mpfr_zero_p
(mpc_imagref (opa))
45
&&
mpfr_zero_p
(mpc_imagref (opb))
47
|| (
mpfr_zero_p
(mpc_realref (opa))
48
&&
mpfr_zero_p
(mpc_realref (opb))
57
if (
mpfr_zero_p
(mpc_imagref (b0)) && mpfr_sgn (mpc_realref (b0)) > 0) {
123
re_zero =
mpfr_zero_p
(mpc_realref (diff));
126
im_zero =
mpfr_zero_p
(mpc_imagref (diff));
tpl_mpfr.c
83
(!
mpfr_zero_p
(x) && !mpfr_inf_p (x)) || sign == '+' || sign == '-';
142
if (
mpfr_zero_p
(x1))
143
return
mpfr_zero_p
(x2) &&
tdot.c
41
MPC_ASSERT (
mpfr_zero_p
(mpc_realref (res)));
42
MPC_ASSERT (
mpfr_zero_p
(mpc_imagref (res)));
/src/external/lgpl3/mpc/dist/src/
norm.c
36
else if (
mpfr_zero_p
(mpc_realref (b))) {
37
if (
mpfr_zero_p
(mpc_imagref (b)))
42
else if (
mpfr_zero_p
(mpc_imagref (b)))
122
if (!
mpfr_zero_p
(u)
129
else if (!
mpfr_zero_p
(v)
146
if (
mpfr_zero_p
(u)) {
153
if (
mpfr_zero_p
(v)) {
mul.c
54
u = (
mpfr_zero_p
(mpc_realref (y))
55
|| (mpfr_inf_p (mpc_imagref (x)) &&
mpfr_zero_p
(mpc_imagref (y)))
56
|| (
mpfr_zero_p
(mpc_imagref (x)) && mpfr_inf_p (mpc_imagref (y)))
60
v = (
mpfr_zero_p
(mpc_imagref (y))
61
|| (mpfr_inf_p (mpc_imagref (x)) &&
mpfr_zero_p
(mpc_realref (y)))
62
|| (
mpfr_zero_p
(mpc_imagref (x)) && mpfr_inf_p (mpc_realref (y)))
69
u = (
mpfr_zero_p
(mpc_imagref (y))
70
|| (
mpfr_zero_p
(mpc_realref (x)) && mpfr_inf_p (mpc_realref (y)))
73
v = (
mpfr_zero_p
(mpc_realref (y))
74
|| (
mpfr_zero_p
(mpc_realref (x)) && mpfr_inf_p (mpc_imagref (y))
[
all
...]
sqr.c
51
else if (
mpfr_zero_p
(u) && !
mpfr_zero_p
(v)) {
55
else if (
mpfr_zero_p
(v) && !
mpfr_zero_p
(u)) {
59
else if (mpfr_nan_p (z) || (
mpfr_zero_p
(u) &&
mpfr_zero_p
(v))) {
188
if (
mpfr_zero_p
(mpc_imagref (op)))
197
if (
mpfr_zero_p
(mpc_realref (op)))
210
if (
mpfr_zero_p
(mpc_imagref(op))) {
218
if (
mpfr_zero_p
(mpc_realref(op)))
[
all
...]
fma.c
83
if (
mpfr_zero_p
(mpc_realref(ab)) ||
mpfr_zero_p
(mpc_imagref(ab)))
88
if (
mpfr_zero_p
(mpc_realref(ab)) ||
mpfr_zero_p
(mpc_imagref(ab)))
pow_ui.c
56
if (!mpc_fin_p (x) ||
mpfr_zero_p
(mpc_realref (x)) ||
mpfr_zero_p
(mpc_imagref(x))
116
if (
mpfr_zero_p
(mpc_realref(t)) ||
mpfr_zero_p
(mpc_imagref(t))) {
tan.c
51
if (
mpfr_zero_p
(c) || mpfr_get_exp (c) < expc)
80
if (
mpfr_zero_p
(s) || mpfr_get_exp (s) <= emin - 2)
193
if (
mpfr_zero_p
(mpc_realref (op)))
203
if (
mpfr_zero_p
(mpc_imagref (op)))
288
if (
mpfr_zero_p
(mpc_realref (rop)))
290
if (
mpfr_zero_p
(mpc_imagref (rop)))
308
if (
mpfr_zero_p
(mpc_realref (x)))
322
MPC_ASSERT (
mpfr_zero_p
(mpc_realref (x)) == 0);
sin_cos.c
47
if (!
mpfr_zero_p
(mpc_realref (op_loc)))
51
if (!mpfr_inf_p (mpc_imagref (op_loc)) && !
mpfr_zero_p
(mpc_imagref (op_loc)))
62
if (!mpfr_inf_p (mpc_imagref (op_loc)) && !
mpfr_zero_p
(mpc_imagref (op_loc)))
72
else if (
mpfr_zero_p
(mpc_realref (op_loc))) {
106
if (
mpfr_zero_p
(mpc_imagref (op_loc)))
117
if (
mpfr_zero_p
(mpc_realref (op_loc)))
139
if (
mpfr_zero_p
(mpc_imagref (op_loc)))
145
else if (
mpfr_zero_p
(mpc_realref (op_loc))) {
322
else if (
mpfr_zero_p
(mpc_imagref (op)))
324
else if (
mpfr_zero_p
(mpc_realref (op))
[
all
...]
agm.c
102
if (
mpfr_zero_p
(mpc_imagref (b0))
223
else if (
mpfr_zero_p
(mpc_imagref (a))
224
&&
mpfr_zero_p
(mpc_imagref (b))
232
else if (
mpfr_zero_p
(mpc_realref (a))
233
&&
mpfr_zero_p
(mpc_realref (b))
exp.c
43
if (
mpfr_zero_p
(mpc_imagref (op)))
62
if (
mpfr_zero_p
(mpc_imagref(op)))
72
if (
mpfr_zero_p
(mpc_realref (op)))
169
ok = mpfr_overflow_p () ||
mpfr_zero_p
(x)
175
ok = mpfr_overflow_p () ||
mpfr_zero_p
(x)
mpc-impl.h
56
#define MPC_MPFR_SIGN(x) (
mpfr_zero_p
(x) ? 0 : MPFR_SIGNBIT (x))
93
#define mpc_zero_p(z) (
mpfr_zero_p
(mpc_realref(z))&&
mpfr_zero_p
(mpc_imagref(z)))
acos.c
47
else if (
mpfr_zero_p
(mpc_realref (op)))
121
if (
mpfr_zero_p
(mpc_imagref (op)))
164
if (
mpfr_zero_p
(mpc_realref (op)))
212
if (!
mpfr_zero_p
(mpc_realref(z1)))
Completed in 37 milliseconds
1
2
3
4
Indexes created Tue Sep 01 00:24:37 UTC 2026