Lines Matching refs:tern
1442 int i, tern; in bug20071127() local
1460 tern = mpfr_pow (z, x, y, MPFR_RNDN); in bug20071127()
1461 MPFR_ASSERTN (mpfr_zero_p (z) && MPFR_IS_POS (z) && tern < 0); in bug20071127()
1477 int i, tern; in bug20071128() local
1500 tern = mpfr_pow (z, x, y, MPFR_RNDN); in bug20071128()
1501 MPFR_ASSERTN (mpfr_zero_p (z) && MPFR_IS_NEG (z) && tern > 0); in bug20071128()
1509 tern = mpfr_pow (z, x, y, MPFR_RNDN); in bug20071128()
1527 int tern; in bug20071218() local
1534 tern = mpfr_pow (z, x, y, MPFR_RNDN); in bug20071218()
1543 if (tern <= 0) in bug20071218()
1546 " (%d instead of positive)\n", tern); in bug20071218()
1550 tern = mpfr_pow (z, x, y, MPFR_RNDN); in bug20071218()
1557 if (tern >= 0) in bug20071218()
1560 " (%d instead of negative)\n", tern); in bug20071218()