Searched defs:ieee_double (Results 1 – 1 of 1) sorted by relevance
107 struct ieee_double { struct109 u_int dbl_sign:1;110 u_int dbl_exp:DBL_EXPBITS;111 u_int dbl_frach:DBL_FRACHBITS;112 u_int dbl_fracl:DBL_FRACLBITS;