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

1 2 3 4 5

  /src/external/lgpl3/mpfr/dist/src/
d_div.c 49 return mpfr_check_range (a, inexact, rnd_mode);
d_sub.c 49 return mpfr_check_range (a, inexact, rnd_mode);
div_d.c 50 return mpfr_check_range (a, inexact, rnd_mode);
sub_d.c 50 return mpfr_check_range (a, inexact, rnd_mode);
ui_pow.c 40 return mpfr_check_range (y, inexact, rnd_mode);
add_d.c 51 return mpfr_check_range (a, inexact, rnd_mode);
mul_d.c 51 return mpfr_check_range (a, inexact, rnd_mode);
acos.c 57 return mpfr_check_range (acos, inexact, rnd_mode);
145 return mpfr_check_range (acos, inexact, rnd_mode);
set_q.c 147 inexact = mpfr_check_range (f, inexact, rnd);
151 inexact = mpfr_check_range (f, inexact, rnd);
sinh_cosh.c 154 inexact_sh = mpfr_check_range (sh, inexact_sh, rnd_mode);
155 inexact_ch = mpfr_check_range (ch, inexact_ch, rnd_mode);
add_ui.c 93 return mpfr_check_range (y, inex, rnd_mode);
factorial.c 107 return mpfr_check_range (y, inexact, rnd_mode);
fmod_ui.c 64 inex = mpfr_check_range (r, inex, rnd_mode);
frexp.c 86 return mpfr_check_range (y, inex, rnd);
gen_inverse.h 105 return mpfr_check_range (y, inexact, rnd_mode);
set_si_2exp.c 80 return mpfr_check_range (x, inex, rnd_mode);
set_ui_2exp.c 79 return mpfr_check_range (x, inex, rnd_mode);
sqrt_ui.c 63 inex = mpfr_check_range (r, inex, rnd_mode);
sub_ui.c 93 return mpfr_check_range (y, inex, rnd_mode);
tan.c 88 return mpfr_check_range (y, inexact, rnd_mode);
ui_div.c 103 return mpfr_check_range (y, inex, rnd_mode);
ui_sub.c 94 return mpfr_check_range (y, inex, rnd_mode);
urandom.c 137 return mpfr_check_range (rop, inex, rnd_mode);
asinh.c 118 return mpfr_check_range (y, inexact, rnd_mode);
  /src/external/lgpl3/mpc/dist/src/
log10.c 155 inex_re = mpfr_check_range (mpc_realref (rop), inex_re, MPC_RND_RE (rnd));
156 inex_im = mpfr_check_range (mpc_imagref (rop), inex_im, MPC_RND_IM (rnd));

Completed in 38 milliseconds

1 2 3 4 5