Home
last modified time | relevance | path

Searched refs:wrap_ceil (Results 1 – 1 of 1) sorted by relevance

/third_party/musl/libc-test/src/math/gen/
Dmp.c314 static int wrap_ceil(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r) in wrap_ceil() function
386 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()