OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NR_INTBITS
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/common/
sim-fpu.c
180
#define
NR_INTBITS
(is_64bit ? 64 : 32)
462
if (s->sign && s->normal_exp == (
NR_INTBITS
- 1))
501
if (s->normal_exp > (
NR_INTBITS
- 2))
548
f->normal_exp =
NR_INTBITS
- 1;
633
if (s->normal_exp > (
NR_INTBITS
- 1))
/src/external/gpl3/gdb.old/dist/sim/common/
sim-fpu.c
180
#define
NR_INTBITS
(is_64bit ? 64 : 32)
462
if (s->sign && s->normal_exp == (
NR_INTBITS
- 1))
501
if (s->normal_exp > (
NR_INTBITS
- 2))
548
f->normal_exp =
NR_INTBITS
- 1;
633
if (s->normal_exp > (
NR_INTBITS
- 1))
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026