Searched refs:exgot (Results 1 – 1 of 1) sorted by relevance
/freebsd/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 RT() 106 && ((exgot ^ exwant) & ~exmay) == 0; in RT() 142 RT (float) ygot, int exgot) in T() 157 if (RT(isok) (ygot, exgot, p->y, p->ex, p->ex_may)) in T() 175 RT(float) ygot, int exgot) in T() 206 RT(float) ygot, int exgot) in T() 238 if (!mpfr_nanflag_p () && RT(isok) (ygot, exgot, p->y, p->ex, p->ex_may)) in T() 252 return RT(isok) (ygot, exgot, p->y, p->ex, p->ex_may); in T() 256 return RT(isok) (ygot, exgot, p->y, p->ex, p->ex_may); in T() 283 int exgot; in T() local [all …]
|