Searched defs:_FP_STRUCT_LAYOUT (Results 1 – 14 of 14) sorted by relevance
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;
67 struct _FP_STRUCT_LAYOUT struct70 unsigned sign : 1;71 unsigned exp : _FP_EXPBITS_H;72 unsigned frac : _FP_FRACBITS_H - (_FP_IMPLBIT_H != 0);
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