Searched refs:mpfr_regular_p (Results 1 – 15 of 15) sorted by relevance
48 (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()
146 while (mpfr_regular_p (x)) in check1()187 (! mpfr_regular_p (y2) || MPFR_GET_EXP (y2) != 0)) in check1()
1494 while (! (mpfr_regular_p (x0) && mpfr_regular_p (x1) && e0 == e1)); in random_tests()
570 if (mpfr_regular_p (zre) && mpfr_get_exp (zre) < -1073) in bug20200206()
48 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()
148 if (mpfr_regular_p (mpc_realref (z)) && in bug20200206()
26 (mpfr_regular_p) (mpfr_srcptr x)
297 MPFR_ASSERTN(mpfr_regular_p (tmp)); in mpfr_beta()
562 if (mpfr_regular_p (x)) in mpfr_fpif_export()
705 __MPFR_DECLSPEC int mpfr_regular_p (mpfr_srcptr);891 #define mpfr_regular_p(_x) (MPFR_SRCPTR(_x)->_mpfr_exp > __MPFR_EXP_INF) macro
182 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()
279 - New function mpfr_regular_p.
3228 Macros mpfr_nan_p, mpfr_inf_p, mpfr_zero_p and mpfr_regular_p were3248 mpfr_zero_p and mpfr_regular_p is implemented as a macro, it behaves11119 [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_p26374 [tests/tisnan.c] added tests for mpfr_regular_p
1769 -- Function: int mpfr_regular_p (mpfr_t OP)3716 • ‘mpfr_regular_p’ in MPFR 3.0.5130 * mpfr_regular_p: Comparison Functions.
2237 @deftypefunx int mpfr_regular_p (mpfr_t @var{op})4465 @item @code{mpfr_regular_p} in MPFR@tie{}3.0.