Searched defs:_FP_STRUCT_LAYOUT (Results 1 – 12 of 12) sorted by relevance
69 struct _FP_STRUCT_LAYOUT struct72 unsigned sign : 1;73 unsigned exp : _FP_EXPBITS_Q;74 unsigned long frac3 : _FP_FRACBITS_Q - (_FP_IMPLBIT_Q != 0)-(_FP_W_TYPE_SIZE * 3);75 unsigned long frac2 : _FP_W_TYPE_SIZE;76 unsigned long frac1 : _FP_W_TYPE_SIZE;77 unsigned long frac0 : _FP_W_TYPE_SIZE;173 struct _FP_STRUCT_LAYOUT { struct174 _FP_W_TYPE a, b;176 struct _FP_STRUCT_LAYOUT { struct[all …]
66 struct _FP_STRUCT_LAYOUT struct69 unsigned long pad1 : _FP_W_TYPE_SIZE;71 unsigned long sign : 1;72 unsigned long exp : _FP_EXPBITS_E;73 unsigned long frac1 : _FP_W_TYPE_SIZE;74 unsigned long frac0 : _FP_W_TYPE_SIZE;265 struct _FP_STRUCT_LAYOUT { struct268 unsigned sign : 1;269 unsigned exp : _FP_EXPBITS_E;270 _FP_W_TYPE frac : _FP_W_TYPE_SIZE;
70 struct _FP_STRUCT_LAYOUT { struct72 unsigned sign : 1;73 unsigned exp : _FP_EXPBITS_D;74 unsigned frac1 : _FP_FRACBITS_D - (_FP_IMPLBIT_D != 0) - _FP_W_TYPE_SIZE;75 unsigned frac0 : _FP_W_TYPE_SIZE;169 struct _FP_STRUCT_LAYOUT { struct171 unsigned sign : 1;172 unsigned exp : _FP_EXPBITS_D;173 _FP_W_TYPE frac : _FP_FRACBITS_D - (_FP_IMPLBIT_D != 0);
60 struct _FP_STRUCT_LAYOUT { struct62 unsigned sign : 1;63 unsigned exp : _FP_EXPBITS_S;64 unsigned frac : _FP_FRACBITS_S - (_FP_IMPLBIT_S != 0);
94 #define _FP_STRUCT_LAYOUT macro
79 struct _FP_STRUCT_LAYOUT struct82 unsigned sign : 1;83 unsigned exp : _FP_EXPBITS_Q;84 unsigned long frac3 : _FP_FRACBITS_Q - (_FP_IMPLBIT_Q != 0)-(_FP_W_TYPE_SIZE * 3);85 unsigned long frac2 : _FP_W_TYPE_SIZE;86 unsigned long frac1 : _FP_W_TYPE_SIZE;87 unsigned long frac0 : _FP_W_TYPE_SIZE;206 struct _FP_STRUCT_LAYOUT struct208 _FP_W_TYPE a, b;210 struct _FP_STRUCT_LAYOUT struct[all …]
76 struct _FP_STRUCT_LAYOUT struct79 unsigned long pad1 : _FP_W_TYPE_SIZE;81 unsigned long sign : 1;82 unsigned long exp : _FP_EXPBITS_E;83 unsigned long frac1 : _FP_W_TYPE_SIZE;84 unsigned long frac0 : _FP_W_TYPE_SIZE;313 struct _FP_STRUCT_LAYOUT struct317 unsigned sign : 1;318 unsigned exp : _FP_EXPBITS_E;319 _FP_W_TYPE frac : _FP_W_TYPE_SIZE;
79 struct _FP_STRUCT_LAYOUT struct82 unsigned sign : 1;83 unsigned exp : _FP_EXPBITS_D;84 unsigned frac1 : _FP_FRACBITS_D - (_FP_IMPLBIT_D != 0) - _FP_W_TYPE_SIZE;85 unsigned frac0 : _FP_W_TYPE_SIZE;202 struct _FP_STRUCT_LAYOUT struct205 unsigned sign : 1;206 unsigned exp : _FP_EXPBITS_D;207 _FP_W_TYPE frac : _FP_FRACBITS_D - (_FP_IMPLBIT_D != 0);
74 struct _FP_STRUCT_LAYOUT struct77 unsigned sign : 1;78 unsigned exp : _FP_EXPBITS_S;79 unsigned frac : _FP_FRACBITS_S - (_FP_IMPLBIT_S != 0);
166 # define _FP_STRUCT_LAYOUT macro
3 #define _FP_STRUCT_LAYOUT __attribute__ ((gcc_struct)) macro