Searched refs:exgot (Results 1 - 1 of 1) sorted by relevance
/third_party/optimized-routines/math/test/ |
H A D | ulp.h | 89 static int RT(isok) (RT(float) ygot, int exgot, RT(float) ywant, int exwant, variable 93 && ((exgot ^ exwant) & ~exmay) == 0; 123 RT(float) ygot, int exgot) in call_long_fenv() 138 if (RT(isok) (ygot, exgot, p->y, p->ex, p->ex_may)) in call_long_fenv() 156 RT(float) ygot, int exgot) in call_long_nofenv() 183 RT(float) ygot, int exgot) in call_mpfr_fix() 215 if (!mpfr_nanflag_p () && RT(isok) (ygot, exgot, p->y, p->ex, p->ex_may)) in call_mpfr_fix() 229 return RT(isok) (ygot, exgot, p->y, p->ex, p->ex_may); in call_mpfr_fix() 233 return RT(isok) (ygot, exgot, p->y, p->ex, p->ex_may); in call_mpfr_fix() 259 int exgot; in cmp() local 121 call_long_fenv(const struct fun *f, struct T(args) a, int r, struct RT(ret) * p, RT(float) ygot, int exgot) call_long_fenv() argument 154 call_long_nofenv(const struct fun *f, struct T(args) a, int r, struct RT(ret) * p, RT(float) ygot, int exgot) call_long_nofenv() argument 181 call_mpfr_fix(const struct fun *f, struct T(args) a, int r_fenv, struct RT(ret) * p, RT(float) ygot, int exgot) call_mpfr_fix() argument [all...] |
Completed in 1 milliseconds