HomeSort by: relevance | last modified time | path
    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