Home
last modified time | relevance | path

Searched refs:wrap_trunc (Results 1 - 1 of 1) sorted by relevance

/third_party/musl/libc-test/src/math/gen/
H A Dmp.c326 static int wrap_trunc(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r) in wrap_trunc() function
594 int mptrunc(struct t *t) { return mpd1(t, wrap_trunc); } in mptrunc()
595 int mptruncf(struct t *t) { return mpf1(t, wrap_trunc); } in mptruncf()
596 int mptruncl(struct t *t) { return mpl1(t, wrap_trunc); } in mptruncl()
806 r = mpd1(t, wrap_trunc); in mp_f_i()
821 r = mpf1(t, wrap_trunc); in mpmodff()
836 r = mpl1(t, wrap_trunc); in mpmodfl()

Completed in 3 milliseconds