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

/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtnext.c1 /* Test file for mpfr_nextabove, mpfr_nextbelow, mpfr_nexttoward.
49 mpfr_nexttoward (x, y);
52 mpfr_nexttoward (y, x);
56 mpfr_nexttoward (x, y);
131 mpfr_nexttoward (y, x);
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dnext.c1 /* mpfr_nextabove, mpfr_nextbelow, mpfr_nexttoward -- next representable
30 * For mpfr_nexttoward where x and y are zeros of different signs, the
39 * - mpfr_nexttoward is also similar to these functions concerning the
150 mpfr_nexttoward (mpfr_ptr x, mpfr_srcptr y) function
H A Dmpfr.h555 __MPFR_DECLSPEC void mpfr_nexttoward (mpfr_ptr, mpfr_srcptr);
/netbsd-current/external/lgpl3/mpc/dist/src/
H A Dtan.c285 mpfr_nexttoward (mpc_imagref (rop), mpc_realref (rop));

Completed in 101 milliseconds