HomeSort by: relevance | last modified time | path
    Searched refs:mpfr_regular_p (Results 1 - 14 of 14) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
isregular.c 0 /* mpfr_regular_p -- check for regular number (neither NaN, Inf or zero)
26 (mpfr_regular_p) (mpfr_srcptr x) function
beta.c 297 MPFR_ASSERTN(mpfr_regular_p (tmp));
fpif.c 562 if (mpfr_regular_p (x))
mpfr.h 705 __MPFR_DECLSPEC int mpfr_regular_p (mpfr_srcptr);
891 #define mpfr_regular_p(_x) (MPFR_SRCPTR(_x)->_mpfr_exp > __MPFR_EXP_INF) macro
  /src/external/lgpl3/mpfr/dist/tests/
tisnan.c 2 mpfr_regular_p.
48 (void) (mpfr_regular_p (1L));
83 if (mpfr_regular_p (x) || (mpfr_regular_p) (x) || mpfr_regular_p (ARG))
85 printf ("Error: mpfr_regular_p(+Inf) gives non-zero\n");
116 if (mpfr_regular_p (x) || (mpfr_regular_p) (x) || mpfr_regular_p (ARG))
118 printf ("Error: mpfr_regular_p(-Inf) gives non-zero\n")
    [all...]
tfrexp.c 146 while (mpfr_regular_p (x))
187 (! mpfr_regular_p (y2) || MPFR_GET_EXP (y2) != 0))
tstrtofr.c 1494 while (! (mpfr_regular_p (x0) && mpfr_regular_p (x1) && e0 == e1));
tfmma.c 570 if (mpfr_regular_p (zre) && mpfr_get_exp (zre) < -1073)
  /src/external/lgpl3/mpc/dist/tests/
tdot.c 48 MPC_ASSERT (mpfr_regular_p (mpc_realref (res)));
49 MPC_ASSERT (mpfr_regular_p (mpc_imagref (res)));
55 MPC_ASSERT (mpfr_regular_p (mpc_realref (res)));
56 MPC_ASSERT (mpfr_regular_p (mpc_imagref (res)));
62 MPC_ASSERT (mpfr_regular_p (mpc_realref (res)));
63 MPC_ASSERT (mpfr_regular_p (mpc_imagref (res)));
tmul.c 148 if (mpfr_regular_p (mpc_realref (z)) &&
  /src/external/lgpl3/mpc/dist/src/
mul.c 182 MPC_ASSERT ( mpfr_regular_p (mpc_realref (x)) && mpfr_regular_p (mpc_imagref (x))
183 && mpfr_regular_p (mpc_realref (y)) && mpfr_regular_p (mpc_imagref (y)));
  /src/external/gpl3/gcc/dist/gcc/fortran/
arith.cc 822 && mpfr_regular_p (op1->value.real))
834 && ((mpfr_regular_p (mpc_realref (op1->value.complex))
836 || (mpfr_regular_p (mpc_imagref (op1->value.complex))
simplify.cc 6331 if (mpfr_regular_p (result->value.real))
6345 if (mpfr_regular_p (e->value.real))
6386 if (norm2_scale && mpfr_regular_p (result->value.real))
6425 if (norm2_scale && mpfr_regular_p (result->value.real))
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
simplify.cc 6261 if (mpfr_regular_p (result->value.real))
6275 if (mpfr_regular_p (e->value.real))
6316 if (norm2_scale && mpfr_regular_p (result->value.real))
6355 if (norm2_scale && mpfr_regular_p (result->value.real))

Completed in 37 milliseconds