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

1 2 3 4 5 6 7

  /src/external/lgpl3/mpc/dist/src/
neg.c 28 inex_re = mpfr_neg (mpc_realref(a), mpc_realref(b), MPC_RND_RE(rnd));
29 inex_im = mpfr_neg (mpc_imagref(a), mpc_imagref(b), MPC_RND_IM(rnd));
conj.c 29 inex_im = mpfr_neg (mpc_imagref(a), mpc_imagref(b), MPC_RND_IM(rnd));
fr_sub.c 30 inex_im = mpfr_neg (mpc_imagref (a), mpc_imagref (c), MPC_RND_IM (rnd));
mul_i.c 55 inex_re = mpfr_neg (tmp, mpc_imagref (b), MPC_RND_RE (rnd));
61 inex_im = mpfr_neg (mpc_imagref (a), mpc_realref (b), MPC_RND_IM (rnd));
69 inex_re = mpfr_neg (mpc_realref (a), mpc_imagref (b), MPC_RND_RE (rnd));
75 inex_im = mpfr_neg (mpc_imagref (a), mpc_realref (b), MPC_RND_IM (rnd));
rootofunity.c 99 mpfr_neg (mpc_imagref (rop), mpc_imagref (rop), MPFR_RNDN);
122 mpfr_neg (mpc_realref (rop), mpc_realref (rop), MPFR_RNDN);
146 mpfr_neg (mpc_realref (rop), mpc_realref (rop), MPFR_RNDN);
151 mpfr_neg (mpc_imagref (rop), mpc_imagref (rop), MPFR_RNDN);
sqrt.c 130 mpfr_neg (w, mpc_realref (b), MPFR_RNDN);
134 mpfr_neg (mpc_imagref (a), mpc_imagref (a), MPFR_RNDN);
160 mpfr_neg (y, y, MPFR_RNDN);
163 mpfr_neg (mpc_imagref (a), mpc_imagref (a), MPFR_RNDN);
281 inex_re = mpfr_neg (mpc_realref (a), t, MPC_RND_RE(rnd));
282 inex_im = mpfr_neg (mpc_imagref (a), w, MPC_RND_IM(rnd));
287 /* w has not been rounded with mpfr_set/mpfr_neg, determine ternary
  /src/external/lgpl3/mpfr/dist/src/
neg.c 0 /* mpfr_neg -- change the sign of a floating-point number
26 mpfr_neg (mpfr_ptr a, mpfr_srcptr b, mpfr_rnd_t rnd_mode) function
ui_sub.c 36 return mpfr_neg (y, x, rnd_mode);
  /src/external/lgpl3/mpc/dist/tests/
random.c 162 mpfr_neg (mpc_realref (z), mpc_realref (z), MPFR_RNDN);
164 mpfr_neg (mpc_imagref (z), mpc_imagref (z), MPFR_RNDN);
225 mpfr_neg (x, x, MPFR_RNDN);
273 mpfr_neg (mpc_realref (z), mpc_realref (z), MPFR_RNDN);
275 mpfr_neg (mpc_imagref (z), mpc_imagref (z), MPFR_RNDN);
tpow_fr.c 33 mpfr_neg (mpc_realref (z), mpc_realref (z), MPFR_RNDN);
  /src/external/lgpl3/mpfr/dist/tests/
tcomparisons.c 50 mpfr_neg (x, x, MPFR_RNDN);
52 mpfr_neg (y, y, MPFR_RNDN);
104 mpfr_neg (x, x, MPFR_RNDN);
td_div.c 85 mpfr_neg (x, x, MPFR_RNDN);
95 mpfr_neg (x, x, MPFR_RNDN);
123 mpfr_neg (x, x, MPFR_RNDN);
133 mpfr_neg (x, x, MPFR_RNDN);
tfmod.c 179 mpfr_neg (x, x, MPFR_RNDN);
191 mpfr_neg (x, x, MPFR_RNDN);
203 mpfr_neg (x, x, MPFR_RNDN);
209 mpfr_neg (y, y, MPFR_RNDN);
215 mpfr_neg (x, x, MPFR_RNDN);
225 mpfr_neg (x, x, MPFR_RNDN);
237 mpfr_neg (x, x, MPFR_RNDN);
248 mpfr_neg (x, x, MPFR_RNDN);
260 mpfr_neg (x, x, MPFR_RNDN);
273 mpfr_neg (y, y, MPFR_RNDN)
    [all...]
tcmp_d.c 58 mpfr_neg (x, x, MPFR_RNDZ);
tcsc.c 69 mpfr_neg (x, x, MPFR_RNDN);
tcsch.c 69 mpfr_neg (x, x, MPFR_RNDN);
tfrac.c 120 mpfr_neg (fp, fp, MPFR_RNDN);
121 mpfr_neg (ip, ip, MPFR_RNDN);
124 mpfr_neg (fp, fp, MPFR_RNDN);
125 mpfr_neg (ip, ip, MPFR_RNDN);
tget_d_2exp.c 69 mpfr_neg (f, f, MPFR_RNDZ);
tlog2.c 55 mpfr_neg (x, x, MPFR_RNDN);
tset_float128.c 225 mpfr_neg (y, y, MPFR_RNDN);
247 mpfr_neg (y, y, MPFR_RNDN);
332 mpfr_neg (y, y, MPFR_RNDN);
333 mpfr_neg (z, z, MPFR_RNDN);
tsubnormal.c 75 mpfr_neg (x, x, MPFR_RNDN);
89 mpfr_neg (x, x, MPFR_RNDN);
98 mpfr_neg (x, x, MPFR_RNDN);
129 mpfr_neg (x, x, MPFR_RNDN);
ty0.c 58 mpfr_neg (x, x, MPFR_RNDN); /* -0 */
ty1.c 58 mpfr_neg (x, x, MPFR_RNDN); /* -0 */
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
trigd.inc 141 mpfr_neg (s, s, GFC_RND_MODE);
149 mpfr_neg (x, x, GFC_RND_MODE);
193 mpfr_neg (s, s, GFC_RND_MODE);
205 mpfr_neg (s, s, GFC_RND_MODE);
293 mpfr_neg (x, x, GFC_RND_MODE);
299 mpfr_neg (x, x, GFC_RND_MODE);
363 mpfr_neg (x, x, GFC_RND_MODE);
444 mpfr_neg (x, x, GFC_RND_MODE);
456 mpfr_neg (s, s, GFC_RND_MODE);
468 mpfr_neg (s, s, GFC_RND_MODE)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
trigd.inc 141 mpfr_neg (s, s, GFC_RND_MODE);
149 mpfr_neg (x, x, GFC_RND_MODE);
193 mpfr_neg (s, s, GFC_RND_MODE);
205 mpfr_neg (s, s, GFC_RND_MODE);
293 mpfr_neg (x, x, GFC_RND_MODE);
299 mpfr_neg (x, x, GFC_RND_MODE);
363 mpfr_neg (x, x, GFC_RND_MODE);
444 mpfr_neg (x, x, GFC_RND_MODE);
456 mpfr_neg (s, s, GFC_RND_MODE);
468 mpfr_neg (s, s, GFC_RND_MODE)
    [all...]

Completed in 23 milliseconds

1 2 3 4 5 6 7