Searched refs:exgot (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/arm-optimized-routines/math/test/ |
| H A D | ulp.h | 102 static int RT(isok) (RT(float) ygot, int exgot, RT(float) ywant, int exwant, in isok() argument 106 && ((exgot ^ exwant) & ~exmay) == 0; in isok() 142 RT (float) ygot, int exgot) in call_long_fenv() argument 157 if (RT(isok) (ygot, exgot, p->y, p->ex, p->ex_may)) in call_long_fenv() 175 RT(float) ygot, int exgot) in call_long_nofenv() argument 206 RT(float) ygot, int exgot) in call_mpfr_fix() argument 238 if (!mpfr_nanflag_p () && RT(isok) (ygot, exgot, p->y, p->ex, p->ex_may)) in call_mpfr_fix() 252 return RT(isok) (ygot, exgot, p->y, p->ex, p->ex_may); in call_mpfr_fix() 256 return RT(isok) (ygot, exgot, p->y, p->ex, p->ex_may); in call_mpfr_fix() 283 int exgot; in cmp() local [all …]
|