Searched refs:wrap_ceil (Results 1 – 1 of 1) sorted by relevance
314 static int wrap_ceil(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r) in wrap_ceil() function386 int mpceil(struct t *t) { return mpd1(t, wrap_ceil); } in mpceil()387 int mpceilf(struct t *t) { return mpf1(t, wrap_ceil); } in mpceilf()388 int mpceill(struct t *t) { return mpl1(t, wrap_ceil); } in mpceill()