Searched refs:isok (Results 1 – 2 of 2) sorted by relevance
/external/arm-optimized-routines/math/test/ |
D | ulp.h | 89 static int RT(isok) (RT(float) ygot, int exgot, RT(float) ywant, int exwant, in RT() argument 138 if (RT(isok) (ygot, exgot, p->y, p->ex, p->ex_may)) in T() 215 if (!mpfr_nanflag_p () && RT(isok) (ygot, exgot, p->y, p->ex, p->ex_may)) in T() 229 return RT(isok) (ygot, exgot, p->y, p->ex, p->ex_may); in T() 233 return RT(isok) (ygot, exgot, p->y, p->ex, p->ex_may); in T()
|
/external/llvm-project/libc/AOR_v20.02/math/test/ |
D | ulp.h | 90 static int RT(isok) (RT(float) ygot, int exgot, RT(float) ywant, int exwant, in RT() argument 139 if (RT(isok) (ygot, exgot, p->y, p->ex, p->ex_may)) in T() 216 if (!mpfr_nanflag_p () && RT(isok) (ygot, exgot, p->y, p->ex, p->ex_may)) in T() 230 return RT(isok) (ygot, exgot, p->y, p->ex, p->ex_may); in T() 234 return RT(isok) (ygot, exgot, p->y, p->ex, p->ex_may); in T()
|