Searched defs:ieee_ext (Results 1 – 3 of 3) sorted by relevance
65 struct ieee_ext { struct66 u_int ext_sign:1;67 u_int ext_exp:EXT_EXPBITS;68 u_int ext_zero:16;72 u_int ext_frach;73 u_int ext_fracl;
71 struct ieee_ext { struct72 uint32_t ext_fracl:EXT_FRACLBITS;73 uint32_t ext_frach:EXT_FRACHBITS;77 uint32_t ext_exp:EXT_EXPBITS;78 uint32_t ext_sign:1;
136 struct ieee_ext { struct138 uint64_t ext_sign:1;139 uint64_t ext_exp:EXT_EXPBITS;140 uint64_t ext_frach:EXT_FRACHBITS;141 uint64_t ext_fracl;