Searched refs:NR_INTBITS (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-fpu.c175 #define NR_INTBITS (is_64bit ? 64 : 32) macro
460 if (s->sign && s->normal_exp == (NR_INTBITS - 1))
499 if (s->normal_exp > (NR_INTBITS - 2))
546 f->normal_exp = NR_INTBITS - 1;
631 if (s->normal_exp > (NR_INTBITS - 1))

Completed in 96 milliseconds