Lines Matching refs:inex
29 int inex;
37 inex = mpc_norm (f, z, MPFR_RNDZ); /* should give 511/1024 */
38 if (inex >= 0)
41 printf ("expected inex < 0, got %d\n", inex);
55 inex = mpc_norm (f, z, MPFR_RNDN); /* should give 511/1024 */
56 if (inex >= 0)
59 printf ("expected inex < 0, got %d\n", inex);
73 inex = mpc_norm (f, z, MPFR_RNDU); /* should give 1023/2048 */
74 if (inex <= 0)
77 printf ("expected inex > 0, got %d\n", inex);