OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_FP_EXPBITS_E
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/soft-fp/
extended.h
48
#define
_FP_EXPBITS_E
15
79
unsigned long pad2 : (_FP_W_TYPE_SIZE - 1 -
_FP_EXPBITS_E
);
81
unsigned long exp :
_FP_EXPBITS_E
;
87
unsigned exp :
_FP_EXPBITS_E
;
315
_FP_W_TYPE pad : (_FP_W_TYPE_SIZE - 1 -
_FP_EXPBITS_E
);
317
unsigned exp :
_FP_EXPBITS_E
;
321
unsigned exp :
_FP_EXPBITS_E
;
/src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
extended.h
49
#define
_FP_EXPBITS_E
15
80
unsigned long pad2 : (_FP_W_TYPE_SIZE - 1 -
_FP_EXPBITS_E
);
82
unsigned long exp :
_FP_EXPBITS_E
;
88
unsigned exp :
_FP_EXPBITS_E
;
316
_FP_W_TYPE pad : (_FP_W_TYPE_SIZE - 1 -
_FP_EXPBITS_E
);
318
unsigned exp :
_FP_EXPBITS_E
;
322
unsigned exp :
_FP_EXPBITS_E
;
Completed in 32 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026