Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/math/gen/
Dmp.c301 static int wrap_remquo(mpfr_t my, const mpfr_t mx, const mpfr_t mx2, mpfr_rnd_t r) in wrap_remquo() function
892 int mpremquo(struct t *t) { return mpd2(t, wrap_remquo) || (t->i = mpremquo_q, 0); } in mpremquo()
893 int mpremquof(struct t *t) { return mpf2(t, wrap_remquo) || (t->i = mpremquo_q, 0); } in mpremquof()
894 int mpremquol(struct t *t) { return mpl2(t, wrap_remquo) || (t->i = mpremquo_q, 0); } in mpremquol()