HomeSort by: relevance | last modified time | path
    Searched refs:mpfr_set_zero (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/external/lgpl3/mpfr/dist/src/
set_zero.c 0 /* mpfr_set_zero -- set a number to positive or negative zero.
26 mpfr_set_zero (mpfr_ptr x, int sign) function
cosu.c 190 mpfr_set_zero (y, +1);
sinu.c 62 MPFR_SET_ZERO (y);
98 MPFR_SET_ZERO (y);
171 mpfr_set_zero (y, MPFR_IS_POS(t) ? +1 : -1);
  /src/external/lgpl3/mpfr/dist/tests/
tpowr.c 38 mpfr_set_zero (y, 1);
41 mpfr_set_zero (y, -1);
47 mpfr_set_zero (x, 1);
51 mpfr_set_zero (x, -1);
57 mpfr_set_zero (x, 1);
61 mpfr_set_zero (x, -1);
67 mpfr_set_zero (x, 1);
71 mpfr_set_zero (x, -1);
78 mpfr_set_zero (x, 1);
82 mpfr_set_zero (x, -1)
    [all...]
ttotal_order.c 90 mpfr_set_zero (x[6], -1);
91 mpfr_set_zero (x[7], 1);
tatan2u.c 42 mpfr_set_zero (x, -1);
43 mpfr_set_zero (y, +1);
52 mpfr_set_zero (y, -1);
63 mpfr_set_zero (x, +1);
64 mpfr_set_zero (y, +1);
73 mpfr_set_zero (y, -1);
90 mpfr_set_zero (y, +1);
100 mpfr_set_zero (y, -1);
119 mpfr_set_zero (y, +1);
129 mpfr_set_zero (y, -1)
    [all...]
toutimpl.c 100 mpfr_set_zero (x, +1);
102 mpfr_set_zero (x, -1);
tbeta.c 62 mpfr_set_zero (expect, 1);
66 mpfr_set_zero (w, 1);
71 mpfr_set_zero (w, -1);
121 mpfr_set_zero (expect, -1);
126 mpfr_set_zero (expect, 1);
191 mpfr_set_zero (expect, 1);
197 mpfr_set_zero (expect, 1);
203 mpfr_set_zero (expect, 1);
209 mpfr_set_zero (expect, 1);
tget_q.c 58 mpfr_set_zero (f, 1);
65 mpfr_set_zero (f, -1);
tabs.c 167 mpfr_set_zero (p[k], 1);
179 mpfr_set_zero (p[k], 1);
191 mpfr_set_zero (p[k], 1);
203 mpfr_set_zero (p[k], 1);
tfits.c 147 mpfr_set_zero (x, 1);
151 mpfr_set_zero (x, -1);
221 mpfr_set_zero (x, 1);
225 mpfr_set_zero (x, -1);
tsgn.c 81 mpfr_set_zero (x, i);
tset.c 131 mpfr_set_zero (x, 1);
133 "ERROR: mpfr_set_zero failed to set variable to +0 [1].\n");
134 mpfr_set_zero (x, INT_MAX);
136 "ERROR: mpfr_set_zero failed to set variable to +0 [2].\n");
137 mpfr_set_zero (x, 0);
139 "ERROR: mpfr_set_zero failed to set variable to +0 [3].\n");
144 mpfr_set_zero (x, -1);
146 "ERROR: mpfr_set_zero failed to set variable to -0 [1].\n");
147 mpfr_set_zero (x, INT_MIN);
149 "ERROR: mpfr_set_zero failed to set variable to -0 [2].\n")
    [all...]
terandom_chisq.c 132 mpfr_set_zero (t, 1);
251 mpfr_set_zero (v, 1);
259 mpfr_set_zero (t, 1);
tnrandom_chisq.c 128 mpfr_set_zero (t, 1);
250 mpfr_set_zero (v, 1);
258 mpfr_set_zero (t, 1);
tcmpabs.c 253 mpfr_set_zero (x, -1);
259 mpfr_set_zero (x, +1);
tcosu.c 55 mpfr_set_zero (x, 1);
61 mpfr_set_zero (x, -1);
tfrexp.c 59 mpfr_set_zero (x, 1);
67 mpfr_set_zero (x, -1);
tget_d.c 211 mpfr_set_zero (var, 1);
222 mpfr_set_zero (var, -1);
tsinu.c 55 mpfr_set_zero (x, 1);
61 mpfr_set_zero (x, -1);
ttanu.c 55 mpfr_set_zero (x, 1);
61 mpfr_set_zero (x, -1);
tcompound.c 124 mpfr_set_zero (x, -1);
133 mpfr_set_zero (x, +1);
426 mpfr_set_zero (y, 1);
tgamma_inc.c 135 mpfr_set_zero (a, 1);
163 mpfr_set_zero (a, 1);
170 mpfr_set_zero (x, 1);
  /src/external/lgpl3/mpc/dist/src/
proj.c 29 mpfr_set_zero (mpc_imagref (a), (mpfr_signbit (mpc_imagref (b)) ? -1 : 1));
  /src/external/lgpl3/mpc/dist/tests/
tgeneric.tpl 198 mpfr_set_zero (x, -1);
201 mpfr_set_zero (x, +1);

Completed in 28 milliseconds

1 2