Searched refs:wrap_pow10 (Results 1 – 1 of 1) sorted by relevance
336 static int wrap_pow10(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r) in wrap_pow10() function626 int mpexp10(struct t *t) { return mpd1(t, wrap_pow10); } in mpexp10()627 int mpexp10f(struct t *t) { return mpf1(t, wrap_pow10); } in mpexp10f()628 int mpexp10l(struct t *t) { return mpl1(t, wrap_pow10); } in mpexp10l()629 int mppow10(struct t *t) { return mpd1(t, wrap_pow10); } in mppow10()630 int mppow10f(struct t *t) { return mpf1(t, wrap_pow10); } in mppow10f()631 int mppow10l(struct t *t) { return mpl1(t, wrap_pow10); } in mppow10l()