HomeSort by: relevance | last modified time | path
    Searched refs:mpfr_set_sj_2exp (Results 1 - 4 of 4) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
pow_sj.c 32 #define SET_S_2EXP mpfr_set_sj_2exp
set_sj.c 31 return mpfr_set_sj_2exp (x, j, 0, rnd);
35 mpfr_set_sj_2exp (mpfr_ptr x, intmax_t j, intmax_t e, mpfr_rnd_t rnd) function
mpfr.h 1158 #define mpfr_set_sj_2exp __gmpfr_set_sj_2exp macro
1166 __MPFR_DECLSPEC int mpfr_set_sj_2exp (mpfr_ptr, intmax_t, intmax_t,
  /src/external/lgpl3/mpfr/dist/tests/
tset_sj.c 2 mpfr_set_sj, mpfr_set_uj, mpfr_set_sj_2exp and mpfr_set_uj_2exp.
166 inex = mpfr_set_sj_2exp (x, INTMAX_MIN, 1000, MPFR_RNDN);
255 /* Test mpfr_set_sj_2exp */
257 inex2 = mpfr_set_sj_2exp (x2, j, em, (mpfr_rnd_t) rnd);

Completed in 60 milliseconds