Searched refs:isok (Results 1 – 2 of 2) 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() argument 157 if (RT(isok) (ygot, exgot, p->y, p->ex, p->ex_may)) 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()
|
/freebsd/sbin/fsck/ |
H A D | fsck.c | 82 static int isok(struct fstab *); 185 return checkfstab(flags, isok, checkfs); in main() 243 isok(struct fstab *fs) in isok() function
|