Searched refs:inexu (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/lgpl3/mpfr/dist/tests/ |
| D | trandom_deviate.c | 167 int inexn, inexd, inexu, inexz, inexa, inext; in test_value_round() local 183 inexu = mpfr_random_deviate_value (neg, n, u, xu, RANDS, MPFR_RNDU); in test_value_round() 189 inexd < 0 && inexu > 0 && in test_value_round() 193 inexn, inext, inexd, inexu, inexz, inexa, s); in test_value_round() 204 mpfr_equal_p(xu, SAME_SIGN(inexn, inexu) ? xn : t) && in test_value_round() 209 inexn, inext, inexd, inexu, inexz, inexa, s); in test_value_round()
|
| D | tgamma.c | 896 int inexd, inexu, sign; in exp_lgamma() local 951 inexu = mpfr_gamma (zu, x, MPFR_RNDU); /* zu >= Gamma(x) > yd */ in exp_lgamma() 954 if (! mpfr_greater_p (zu, yd) || inexu < 0 || in exp_lgamma() 964 printf ("got inexu = %d, expected >= 0\n", inexu); in exp_lgamma() 971 if (inexd != 0 || inexu != 0) in exp_lgamma() 976 inexd, inexu); in exp_lgamma() 982 else if (inexd == 0 || inexu == 0) in exp_lgamma() 987 inexd, inexu); in exp_lgamma()
|