Searched refs:ffltu_fflt (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/arch/vax/gen/
H A Disfinitef.c51 if (u.ffltu_fflt.fflt_exp == 0 &&
52 ((u.ffltu_fflt.fflt_frach != 0 ||
53 u.ffltu_fflt.fflt_fracl != 0) ||
54 (u.ffltu_fflt.fflt_sign != 0)))
H A Dfpclassifyf.c57 if (u.ffltu_fflt.fflt_exp == 0) {
58 if (u.ffltu_fflt.fflt_sign != 0)
60 else if (u.ffltu_fflt.fflt_frach != 0 ||
61 u.ffltu_fflt.fflt_fracl != 0)
H A Dsignbitf.c51 return (u.ffltu_fflt.fflt_sign == 1);
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dvaxfp.h91 struct vax_f_floating ffltu_fflt; member in union:vax_ffloating_u

Completed in 110 milliseconds