Home
last modified time | relevance | path

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

/netbsd/src/external/lgpl3/mpfr/dist/tests/
Dtisnan.c48 (void) (mpfr_regular_p (1L)); in main()
83 if (mpfr_regular_p (x) || (mpfr_regular_p) (x) || mpfr_regular_p (ARG)) in main()
116 if (mpfr_regular_p (x) || (mpfr_regular_p) (x) || mpfr_regular_p (ARG)) in main()
149 if (mpfr_regular_p (x) || (mpfr_regular_p) (x) || mpfr_regular_p (ARG)) in main()
182 if (!mpfr_regular_p (x) || !(mpfr_regular_p) (x) || !mpfr_regular_p (ARG)) in main()
215 if (mpfr_regular_p (x) || (mpfr_regular_p) (x) || mpfr_regular_p (ARG)) in main()
249 if (mpfr_regular_p (x) || (mpfr_regular_p) (x) || mpfr_regular_p (ARG)) in main()
Dtfrexp.c146 while (mpfr_regular_p (x)) in check1()
187 (! mpfr_regular_p (y2) || MPFR_GET_EXP (y2) != 0)) in check1()
Dtstrtofr.c1494 while (! (mpfr_regular_p (x0) && mpfr_regular_p (x1) && e0 == e1)); in random_tests()
Dtfmma.c570 if (mpfr_regular_p (zre) && mpfr_get_exp (zre) < -1073) in bug20200206()
/netbsd/src/external/lgpl3/mpc/dist/tests/
Dtdot.c48 MPC_ASSERT (mpfr_regular_p (mpc_realref (res))); in check_special()
49 MPC_ASSERT (mpfr_regular_p (mpc_imagref (res))); in check_special()
55 MPC_ASSERT (mpfr_regular_p (mpc_realref (res))); in check_special()
56 MPC_ASSERT (mpfr_regular_p (mpc_imagref (res))); in check_special()
62 MPC_ASSERT (mpfr_regular_p (mpc_realref (res))); in check_special()
63 MPC_ASSERT (mpfr_regular_p (mpc_imagref (res))); in check_special()
Dtmul.c148 if (mpfr_regular_p (mpc_realref (z)) && in bug20200206()
/netbsd/src/external/lgpl3/mpfr/dist/src/
Disregular.c26 (mpfr_regular_p) (mpfr_srcptr x)
Dbeta.c297 MPFR_ASSERTN(mpfr_regular_p (tmp)); in mpfr_beta()
Dfpif.c562 if (mpfr_regular_p (x)) in mpfr_fpif_export()
Dmpfr.h705 __MPFR_DECLSPEC int mpfr_regular_p (mpfr_srcptr);
891 #define mpfr_regular_p(_x) (MPFR_SRCPTR(_x)->_mpfr_exp > __MPFR_EXP_INF) macro
/netbsd/src/external/lgpl3/mpc/dist/src/
Dmul.c182 MPC_ASSERT ( mpfr_regular_p (mpc_realref (x)) && mpfr_regular_p (mpc_imagref (x)) in mpc_mul_naive()
183 && mpfr_regular_p (mpc_realref (y)) && mpfr_regular_p (mpc_imagref (y))); in mpc_mul_naive()
/netbsd/src/external/lgpl3/mpfr/dist/
DNEWS279 - New function mpfr_regular_p.
DChangeLog3228 Macros mpfr_nan_p, mpfr_inf_p, mpfr_zero_p and mpfr_regular_p were
3248 mpfr_zero_p and mpfr_regular_p is implemented as a macro, it behaves
11119 [src/fpif.c] Improved a test (mpfr_regular_p → !MPFR_IS_SINGULAR).
25542 [NEWS] New function mpfr_regular_p (was added in r6417, 2009-09-14).
26363 mpfr.h: added mpfr_regular_p macro.
26372 [isregular.c] new function mpfr_regular_p
26374 [tests/tisnan.c] added tests for mpfr_regular_p
/netbsd/src/external/lgpl3/mpfr/dist/doc/
Dmpfr.info1769 -- Function: int mpfr_regular_p (mpfr_t OP)
3716 • ‘mpfr_regular_p’ in MPFR 3.0.
5130 * mpfr_regular_p: Comparison Functions.
Dmpfr.texi2237 @deftypefunx int mpfr_regular_p (mpfr_t @var{op})
4465 @item @code{mpfr_regular_p} in MPFR@tie{}3.0.