Home
last modified time | relevance | path

Searched defs:ieee_double (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dieee.h108 struct ieee_double { struct
110 u_int dbl_sign:1;
111 u_int dbl_exp:11;
112 u_int dbl_frach:20;
113 u_int dbl_fracl;
/f-stack/freebsd/arm/include/
H A Dieee.h114 struct ieee_double { struct
116 u_int dbl_sign:1;
117 u_int dbl_exp:11;
118 u_int dbl_frach:20;
119 u_int dbl_fracl;