Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/math/gen/
Dmp.c300 static long mpremquo_q; variable
303 return mpfr_remquo(my, &mpremquo_q, mx, mx2, r); in wrap_remquo()
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()