HomeSort by: relevance | last modified time | path
    Searched defs:mpfr_get_str_aux (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
get_str.c 27 static int mpfr_get_str_aux (char *const, mpfr_exp_t *const, mp_limb_t *const,
80 mpfr_get_str_aux (char *const str, mpfr_exp_t *const exp, mp_limb_t *const r, function
2598 int ret; /* return value of mpfr_get_str_aux */
2877 ret = mpfr_get_str_aux (s, e, a, n, exp_a, err, b0, m, rnd);
get_str.c 27 static int mpfr_get_str_aux (char *const, mpfr_exp_t *const, mp_limb_t *const,
80 mpfr_get_str_aux (char *const str, mpfr_exp_t *const exp, mp_limb_t *const r, function
2598 int ret; /* return value of mpfr_get_str_aux */
2877 ret = mpfr_get_str_aux (s, e, a, n, exp_a, err, b0, m, rnd);

Completed in 50 milliseconds