Searched refs:mpfr_set_zero (Results 1 - 25 of 44) sorted by relevance

12

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dset_zero.c0 /* mpfr_set_zero -- set a number to positive or negative zero.
26 mpfr_set_zero (mpfr_ptr x, int sign) function
H A Dtanu.c190 mpfr_set_zero (y, ((mod8 == 0) ? +1 : -1) * MPFR_SIGN (x));
H A Dcosu.c190 mpfr_set_zero (y, +1);
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtpowr.c38 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 (
[all...]
H A Dttotal_order.c90 mpfr_set_zero (x[6], -1);
91 mpfr_set_zero (x[7], 1);
H A Dtatan2u.c42 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 (
[all...]
H A Dtoutimpl.c100 mpfr_set_zero (x, +1);
102 mpfr_set_zero (x, -1);
H A Dtbeta.c62 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);
H A Dtget_q.c58 mpfr_set_zero (f, 1);
65 mpfr_set_zero (f, -1);
H A Dtfits.c147 mpfr_set_zero (x, 1);
151 mpfr_set_zero (x, -1);
221 mpfr_set_zero (x, 1);
225 mpfr_set_zero (x, -1);
H A Dtabs.c167 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);
H A Dtsgn.c81 mpfr_set_zero (x, i);
H A Dtset.c131 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 faile
[all...]
H A Dterandom_chisq.c132 mpfr_set_zero (t, 1);
251 mpfr_set_zero (v, 1);
259 mpfr_set_zero (t, 1);
H A Dtnrandom_chisq.c128 mpfr_set_zero (t, 1);
250 mpfr_set_zero (v, 1);
258 mpfr_set_zero (t, 1);
H A Dtsinu.c55 mpfr_set_zero (x, 1);
61 mpfr_set_zero (x, -1);
H A Dtcosu.c55 mpfr_set_zero (x, 1);
61 mpfr_set_zero (x, -1);
H A Dttanu.c55 mpfr_set_zero (x, 1);
61 mpfr_set_zero (x, -1);
H A Dtcompound.c124 mpfr_set_zero (x, -1);
133 mpfr_set_zero (x, +1);
H A Dtcmpabs.c253 mpfr_set_zero (x, -1);
259 mpfr_set_zero (x, +1);
H A Dtget_d.c211 mpfr_set_zero (var, 1);
222 mpfr_set_zero (var, -1);
H A Dtfrexp.c59 mpfr_set_zero (x, 1);
67 mpfr_set_zero (x, -1);
H A Dtgamma_inc.c135 mpfr_set_zero (a, 1);
163 mpfr_set_zero (a, 1);
170 mpfr_set_zero (x, 1);
H A Dtzeta_ui.c102 mpfr_set_zero (y, -1);
/netbsd-current/external/lgpl3/mpc/dist/src/
H A Dproj.c29 mpfr_set_zero (mpc_imagref (a), (mpfr_signbit (mpc_imagref (b)) ? -1 : 1));

Completed in 230 milliseconds

12