HomeSort by: relevance | last modified time | path
    Searched defs:inex (Results 1 - 25 of 186) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/lgpl3/mpc/dist/src/
acosh.c 34 int inex; local
48 inex = mpc_acos (a, op,
56 inex = MPC_INEX (MPC_INEX_IM (inex), -MPC_INEX_RE (inex));
60 inex = mpc_acos (a, op,
68 inex = MPC_INEX (-MPC_INEX_IM (inex), MPC_INEX_RE (inex));
75 return inex;
    [all...]
pow_d.c 29 int inex; local
34 inex = mpc_pow (z, x, yy, rnd);
36 return inex;
pow_ld.c 29 int inex; local
34 inex = mpc_pow (z, x, yy, rnd);
36 return inex;
pow_z.c 27 int inex; local
43 inex = mpc_pow (z, x, yy, rnd);
45 return inex;
set_str.c 28 int inex; local
30 inex = mpc_strtoc (z, str, &p, base, rnd);
32 if (inex != -1){
36 return inex;
sinh.c 29 int inex; local
39 inex = mpc_sin (sin_z, z, MPC_RND (MPC_RND_IM (rnd), MPC_RND_RE (rnd)));
46 return MPC_INEX (MPC_INEX_IM (inex), MPC_INEX_RE (inex));
tanh.c 29 int inex; local
39 inex = mpc_tan (tan_z, z, MPC_RND (MPC_RND_IM (rnd), MPC_RND_RE (rnd)));
46 return MPC_INEX (MPC_INEX_IM (inex), MPC_INEX_RE (inex));
ui_div.c 27 int inex; local
32 inex = mpc_div (a, bb, c, rnd);
35 return inex;
asinh.c 27 int inex; local
39 inex = mpc_asin (a, z,
54 return MPC_INEX (MPC_INEX_IM (inex), -MPC_INEX_RE (inex));
atanh.c 27 int inex; local
38 inex = mpc_atan (a, z,
51 return MPC_INEX (MPC_INEX_IM (inex), -MPC_INEX_RE (inex));
pow_fr.c 27 int inex; local
33 inex = mpc_pow (z, x, yy, rnd);
35 return inex;
  /src/external/lgpl3/mpfr/dist/src/
frexp.c 28 int inex; local
34 ("y[%Pd]=%.*Rg exp=%" MPFR_EXP_FSPEC "d inex=%d", mpfr_get_prec (y),
35 mpfr_log_prec, y, (mpfr_eexp_t) *exp, inex));
59 MPFR_BLOCK (flags, inex = mpfr_set (y, x, rnd));
77 MPFR_LOG_MSG (("inex=%d inex2=%d\n", inex, inex2));
79 inex = inex2;
80 MPFR_RET (inex);
86 return mpfr_check_range (y, inex, rnd);
get_z.c 29 int inex; local
52 inex = mpfr_rint (r, f, rnd);
53 MPFR_ASSERTN (inex != 1 && inex != -1); /* integral part of f is
70 return inex;
set_sj.c 41 int inex; local
42 inex = mpfr_set_uj_2exp (x, - (uintmax_t) j, e, MPFR_INVERT_RND (rnd));
44 return -inex;
dot.c 34 int inex; local
49 inex = mpfr_mul (c[i], a[i], b[i], MPFR_RNDZ); /* exact except... */
50 MPFR_ASSERTN (inex == 0); /* failure in case of overflow/underflow */
53 inex = mpfr_sum (res, tab, n, rnd);
58 return inex;
add_ui.c 59 int inex; local
78 inex = mpfr_add (y, x, uu, rnd_mode);
86 inex = mpfr_add (y, x, uu, rnd_mode);
93 return mpfr_check_range (y, inex, rnd_mode);
erandom.c 86 int inex; local
102 inex = mpfr_random_deviate_value (0, k, x, z, r, rnd);
104 return inex;
fmod_ui.c 29 int inex; local
35 mpfr_get_prec(r), mpfr_log_prec, r, inex));
52 inex = mpfr_fmod (r, x, uu, rnd_mode);
60 inex = mpfr_fmod (r, x, uu, rnd_mode);
64 inex = mpfr_check_range (r, inex, rnd_mode);
65 return inex;
set_ui_2exp.c 43 int inex = 0; local
72 MPFR_PREC (x), rnd_mode, &inex)))
79 return mpfr_check_range (x, inex, rnd_mode);
83 int inex;
86 inex = mpfr_set_z_2exp (x, z, e, rnd_mode);
88 return inex;
sqrt_ui.c 29 int inex; local
34 mpfr_get_prec(r), mpfr_log_prec, r, inex));
51 inex = mpfr_sqrt (r, uu, rnd_mode);
59 inex = mpfr_sqrt (r, uu, rnd_mode);
63 inex = mpfr_check_range (r, inex, rnd_mode);
64 return inex;
sub_ui.c 59 int inex; local
78 inex = mpfr_sub (y, x, uu, rnd_mode);
86 inex = mpfr_sub (y, x, uu, rnd_mode);
93 return mpfr_check_range (y, inex, rnd_mode);
ui_div.c 69 int inex; local
88 inex = mpfr_div (y, uu, x, rnd_mode);
96 inex = mpfr_div (y, uu, x, rnd_mode);
103 return mpfr_check_range (y, inex, rnd_mode);
ui_sub.c 60 int inex; local
79 inex = mpfr_sub (y, uu, x, rnd_mode);
87 inex = mpfr_sub (y, uu, x, rnd_mode);
94 return mpfr_check_range (y, inex, rnd_mode);
  /src/external/lgpl3/mpc/dist/tests/
tsum.c 28 int i, inex; local
37 inex = mpc_sum (res, t, 0, MPC_RNDNN);
38 MPC_ASSERT (inex == 0);
41 inex = mpc_sum (res, t, 1, MPC_RNDNN);
42 MPC_ASSERT (inex == 0);
45 inex = mpc_sum (res, t, 2, MPC_RNDNN);
46 MPC_ASSERT (inex == 0);
49 inex = mpc_sum (res, t, 3, MPC_RNDNN);
50 MPC_ASSERT (inex == 0);
  /src/external/lgpl3/mpfr/dist/tests/
trndna.c 29 int inex; local
35 inex = mpfr_round_nearest_away (mpfr_sin, y, x);
36 if (inex != 0)
48 inex = mpfr_round_nearest_away (mpfr_exp, y, x);
49 if (inex != 0)
52 printf ("expected 0, got %d\n", inex);
62 inex = mpfr_round_nearest_away (mpfr_cbrt, y, x);
63 if (inex != 0)
82 int inex; local
89 inex = mpfr_round_nearest_away (mpfr_sin, y, x)
    [all...]

Completed in 77 milliseconds

1 2 3 4 5 6 7 8