• Home
  • Raw
  • Download

Lines Matching refs:mpl1

251 static int mpl1(struct t *p, int (*fmp)(mpfr_t, const mpfr_t, mpfr_rnd_t))  in mpl1()  function
364 int mpacosl(struct t *t) { return mpl1(t, mpfr_acos); } in mpacosl()
367 int mpacoshl(struct t *t) { return mpl1(t, mpfr_acosh); } in mpacoshl()
370 int mpasinl(struct t *t) { return mpl1(t, mpfr_asin); } in mpasinl()
373 int mpasinhl(struct t *t) { return mpl1(t, mpfr_asinh); } in mpasinhl()
376 int mpatanl(struct t *t) { return mpl1(t, mpfr_atan); } in mpatanl()
382 int mpatanhl(struct t *t) { return mpl1(t, mpfr_atanh); } in mpatanhl()
385 int mpcbrtl(struct t *t) { return mpl1(t, mpfr_cbrt); } in mpcbrtl()
388 int mpceill(struct t *t) { return mpl1(t, wrap_ceil); } in mpceill()
394 int mpcosl(struct t *t) { return mpl1(t, mpfr_cos); } in mpcosl()
397 int mpcoshl(struct t *t) { return mpl1(t, mpfr_cosh); } in mpcoshl()
400 int mperfl(struct t *t) { return mpl1(t, mpfr_erf); } in mperfl()
403 int mperfcl(struct t *t) { return mpl1(t, mpfr_erfc); } in mperfcl()
406 int mpexpl(struct t *t) { return mpl1(t, mpfr_exp); } in mpexpl()
409 int mpexp2l(struct t *t) { return mpl1(t, mpfr_exp2); } in mpexp2l()
412 int mpexpm1l(struct t *t) { return mpl1(t, mpfr_expm1); } in mpexpm1l()
415 int mpfabsl(struct t *t) { return mpl1(t, mpfr_abs); } in mpfabsl()
421 int mpfloorl(struct t *t) { return mpl1(t, wrap_floor); } in mpfloorl()
436 int mplgammal(struct t *t) { return mpl1(t, wrap_lgamma) || (t->i = mplgamma_sign, 0); } in mplgammal()
439 int mplogl(struct t *t) { return mpl1(t, mpfr_log); } in mplogl()
442 int mplog10l(struct t *t) { return mpl1(t, mpfr_log10); } in mplog10l()
445 int mplog1pl(struct t *t) { return mpl1(t, mpfr_log1p); } in mplog1pl()
448 int mplog2l(struct t *t) { return mpl1(t, mpfr_log2); } in mplog2l()
520 int mpnearbyintl(struct t *t) { return mpl1(t, wrap_nearbyint) || (t->e&=~INEXACT, 0); } in mpnearbyintl()
571 int mprintl(struct t *t) { return mpl1(t, mpfr_rint); } in mprintl()
574 int mproundl(struct t *t) { return mpl1(t, wrap_round); } in mproundl()
577 int mpsinl(struct t *t) { return mpl1(t, mpfr_sin); } in mpsinl()
580 int mpsinhl(struct t *t) { return mpl1(t, mpfr_sinh); } in mpsinhl()
583 int mpsqrtl(struct t *t) { return mpl1(t, mpfr_sqrt); } in mpsqrtl()
586 int mptanl(struct t *t) { return mpl1(t, mpfr_tan); } in mptanl()
589 int mptanhl(struct t *t) { return mpl1(t, mpfr_tanh); } in mptanhl()
593 int mptgammal(struct t *t) { return mpl1(t, mpfr_gamma); } in mptgammal()
596 int mptruncl(struct t *t) { return mpl1(t, wrap_trunc); } in mptruncl()
619 int mpj0l(struct t *t) { return mpl1(t, mpfr_j0); } in mpj0l()
621 int mpj1l(struct t *t) { return mpl1(t, mpfr_j1); } in mpj1l()
623 int mpy0l(struct t *t) { return mpl1(t, mpfr_y0); } in mpy0l()
625 int mpy1l(struct t *t) { return mpl1(t, mpfr_y1); } in mpy1l()
628 int mpexp10l(struct t *t) { return mpl1(t, wrap_pow10); } in mpexp10l()
631 int mppow10l(struct t *t) { return mpl1(t, wrap_pow10); } in mppow10l()
836 r = mpl1(t, wrap_trunc); in mpmodfl()
842 r = mpl1(t, mpfr_frac); in mpmodfl()
881 r = mpl1(t, mpfr_cos); in mpsincosl()
887 r = mpl1(t, mpfr_sin); in mpsincosl()
958 int mpjnl(struct t *t) { mpbessel_n = t->i; return mpl1(t, wrap_jn); } in mpjnl()
961 int mpynl(struct t *t) { mpbessel_n = t->i; return mpl1(t, wrap_yn); } in mpynl()