Home
last modified time | relevance | path

Searched refs:ygot (Results 1 – 1 of 1) sorted by relevance

/src/contrib/arm-optimized-routines/math/test/
H A Dulp.h102 static int RT(isok) (RT(float) ygot, int exgot, RT(float) ywant, int exwant, in isok() argument
105 return RT(asuint) (ygot) == RT(asuint) (ywant) in isok()
109 static int RT(isok_nofenv) (RT(float) ygot, RT(float) ywant) in isok_nofenv() argument
111 return RT(asuint) (ygot) == RT(asuint) (ywant); in isok_nofenv()
142 RT (float) ygot, int exgot) in call_long_fenv()
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()
183 if (RT(isok_nofenv) (ygot, p->y)) in call_long_nofenv()
206 RT(float) ygot, int exgot) in call_mpfr_fix()
238 if (!mpfr_nanflag_p () && RT(isok) (ygot, exgot, p->y, p->ex, p->ex_may)) in call_mpfr_fix()
[all …]