HomeSort by: relevance | last modified time | path
    Searched refs:dfltu_dflt (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/arch/vax/gen/
fpclassifyd.c 57 if (u.dfltu_dflt.dflt_exp == 0) {
58 if (u.dfltu_dflt.dflt_sign != 0)
60 else if (u.dfltu_dflt.dflt_frach != 0 ||
61 u.dfltu_dflt.dflt_fracm != 0 ||
62 u.dfltu_dflt.dflt_fracl != 0)
isfinited.c 51 if (u.dfltu_dflt.dflt_exp == 0 &&
52 ((u.dfltu_dflt.dflt_frach != 0 ||
53 u.dfltu_dflt.dflt_fracm != 0 ||
54 u.dfltu_dflt.dflt_fracl != 0) ||
55 (u.dfltu_dflt.dflt_sign != 0)))
signbitd.c 51 return (u.dfltu_dflt.dflt_sign == 1);
  /src/sys/arch/vax/include/
vaxfp.h 96 struct vax_d_floating dfltu_dflt; member in union:vax_dfloating_u
  /src/lib/libc/gdtoa/
hdtoa.c 45 #define dblu_dbl dfltu_dflt
160 u.dfltu_dflt.dflt_fracl =
161 ((u.dfltu_dflt.dflt_fracl >> 16) & 0xFFFF) |
162 ((u.dfltu_dflt.dflt_fracl & 0xffff) << 16);

Completed in 12 milliseconds