HomeSort by: relevance | last modified time | path
    Searched refs:NR_FRACBITS (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/common/
sim-fpu.c 91 Form is <SIGN:1><BIASEDEXP:NR_EXPBITS><FRAC:NR_FRACBITS> for both
115 #define NR_FRACBITS (is_double ? 52 : 23)
126 #define QUIET_NAN LSBIT64 (NR_FRACBITS - 1)
238 if (nr_shift > NR_FRACBITS)
298 | (exp << NR_FRACBITS)
299 | LSMASKED64 (fraction, NR_FRACBITS - 1, 0));
324 uint64_t fraction = LSMASKED64 (packed, NR_FRACBITS - 1, 0);
325 unsigned exp = LSEXTRACTED64 (packed, NR_EXPBITS + NR_FRACBITS - 1, NR_FRACBITS);
640 shift = (s->normal_exp - (NR_FRACBITS + NR_GUARDS))
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-fpu.c 91 Form is <SIGN:1><BIASEDEXP:NR_EXPBITS><FRAC:NR_FRACBITS> for both
115 #define NR_FRACBITS (is_double ? 52 : 23)
126 #define QUIET_NAN LSBIT64 (NR_FRACBITS - 1)
238 if (nr_shift > NR_FRACBITS)
298 | (exp << NR_FRACBITS)
299 | LSMASKED64 (fraction, NR_FRACBITS - 1, 0));
324 uint64_t fraction = LSMASKED64 (packed, NR_FRACBITS - 1, 0);
325 unsigned exp = LSEXTRACTED64 (packed, NR_EXPBITS + NR_FRACBITS - 1, NR_FRACBITS);
640 shift = (s->normal_exp - (NR_FRACBITS + NR_GUARDS))
    [all...]

Completed in 25 milliseconds