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

1 2 3 4 5 6

  /src/external/lgpl3/mpc/dist/src/
sinh.c 34 mpc_realref (z)[0] = mpc_imagref (op)[0];
35 mpc_imagref (z)[0] = mpc_realref (op)[0];
36 mpc_realref (sin_z)[0] = mpc_imagref (rop)[0];
37 mpc_imagref (sin_z)[0] = mpc_realref (rop)[0];
42 mpc_realref (rop)[0] = mpc_imagref (sin_z)[0];
43 mpc_imagref (rop)[0] = mpc_realref (sin_z)[0];
tanh.c 34 mpc_realref (z)[0] = mpc_imagref (op)[0];
35 mpc_imagref (z)[0] = mpc_realref (op)[0];
36 mpc_realref (tan_z)[0] = mpc_imagref (rop)[0];
37 mpc_imagref (tan_z)[0] = mpc_realref (rop)[0];
42 mpc_realref (rop)[0] = mpc_imagref (tan_z)[0];
43 mpc_imagref (rop)[0] = mpc_realref (tan_z)[0];
swap.c 28 mpfr_swap (mpc_imagref(a), mpc_imagref(b));
clear.c 27 mpfr_clear (mpc_imagref(x));
fr_div.c 30 mpfr_init (mpc_imagref (bc));
32 mpfr_set_ui (mpc_imagref (bc), 0, MPFR_RNDN);
36 mpfr_clear (mpc_imagref (bc));
mul_i.c 35 mpfr_swap (mpc_realref (a), mpc_imagref (a));
38 mpfr_set (mpc_realref (a), mpc_imagref (b), MPFR_RNDN);
39 mpfr_set (mpc_imagref (a), mpc_realref (b), MPFR_RNDN);
44 MPFR_CHANGE_SIGN (mpc_imagref (a));
55 inex_re = mpfr_neg (tmp, mpc_imagref (b), MPC_RND_RE (rnd));
56 inex_im = mpfr_set (mpc_imagref (a), mpc_realref (b), MPC_RND_IM (rnd));
60 inex_re = mpfr_set (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));
70 inex_im = mpfr_set (mpc_imagref (a), mpc_realref (b), MPC_RND_IM (rnd))
    [all...]
cmp_abs.c 33 if ( mpfr_nan_p (mpc_realref (a)) || mpfr_nan_p (mpc_imagref (a))
34 || mpfr_nan_p (mpc_realref (b)) || mpfr_nan_p (mpc_imagref (b)))
59 if (mpfr_signbit (mpc_imagref (a)))
60 MPFR_CHANGE_SIGN (mpc_imagref (z1));
63 if (mpfr_signbit (mpc_imagref (b)))
64 MPFR_CHANGE_SIGN (mpc_imagref (z2));
65 if (mpfr_cmp (mpc_realref (z1), mpc_imagref (z1)) > 0)
66 mpfr_swap (mpc_realref (z1), mpc_imagref (z1));
67 if (mpfr_cmp (mpc_realref (z2), mpc_imagref (z2)) > 0)
68 mpfr_swap (mpc_realref (z2), mpc_imagref (z2))
    [all...]
add.c 30 inex_im = mpfr_add (mpc_imagref(a), mpc_imagref(b), mpc_imagref(c), MPC_RND_IM(rnd));
pow_fr.c 31 mpfr_init2 (mpc_imagref(yy), MPFR_PREC_MIN);
32 mpfr_set_ui (mpc_imagref(yy), 0, MPFR_RNDN);
34 mpfr_clear (mpc_imagref(yy));
sub.c 29 inex_im = mpfr_sub (mpc_imagref(a), mpc_imagref(b), mpc_imagref(c), MPC_RND_IM(rnd));
abs.c 27 return mpfr_hypot (a, mpc_realref(b), mpc_imagref(b), rnd);
arg.c 26 return mpfr_atan2 (a, mpc_imagref (b), mpc_realref (b), rnd);
imag.c 26 return mpfr_set (a, mpc_imagref (b), rnd);
init2.c 27 mpfr_init2 (mpc_imagref(x), prec);
set_prec.c 27 mpfr_set_prec (mpc_imagref(x), prec);
acosh.c 36 if (mpfr_zero_p (mpc_realref (op)) && mpfr_nan_p (mpc_imagref (op)))
39 mpfr_set_nan (mpc_imagref (rop));
46 if (mpfr_signbit (mpc_imagref (op)))
53 mpc_realref (a)[0] = mpc_imagref (a)[0];
54 mpc_imagref (a)[0] = tmp[0];
55 MPFR_CHANGE_SIGN (mpc_imagref (a));
65 mpc_realref (a)[0] = mpc_imagref (a)[0];
66 mpc_imagref (a)[0] = tmp[0];
add_fr.c 30 inex_im = mpfr_set (mpc_imagref(a), mpc_imagref(b), MPC_RND_IM(rnd));
add_si.c 29 inex_im = mpfr_set (mpc_imagref (rop), mpc_imagref (op1), MPC_RND_IM (rnd));
add_ui.c 30 inex_im = mpfr_set (mpc_imagref(a), mpc_imagref(b), MPC_RND_IM(rnd));
cmp.c 30 cmp_im = mpfr_cmp (mpc_imagref(a), mpc_imagref(b));
conj.c 29 inex_im = mpfr_neg (mpc_imagref(a), mpc_imagref(b), MPC_RND_IM(rnd));
cosh.c 30 mpc_realref (z)[0] = mpc_imagref (op)[0];
31 mpc_imagref (z)[0] = mpc_realref (op)[0];
div_2si.c 29 inex_im = mpfr_div_2si (mpc_imagref(a), mpc_imagref(b), c, MPC_RND_IM(rnd));
div_2ui.c 29 inex_im = mpfr_div_2ui (mpc_imagref(a), mpc_imagref(b), c, MPC_RND_IM(rnd));
  /src/external/lgpl3/mpc/dist/tests/
tatan.c 34 mpfr_set_ui_2exp (mpc_imagref(z), 1, 20, MPFR_RNDZ);
35 mpfr_add_ui (mpc_imagref(z), mpc_imagref(z), 1, MPFR_RNDZ);
36 mpfr_div_2exp (mpc_imagref(z), mpc_imagref(z), 20, MPFR_RNDZ);
39 mpfr_cmp_si_2exp (mpc_imagref(z), 1687619, 22))

Completed in 49 milliseconds

1 2 3 4 5 6