HomeSort by: relevance | last modified time | path
    Searched refs:NR_EXPBITS (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
114 #define NR_EXPBITS (is_double ? 11 : 8)
325 unsigned exp = LSEXTRACTED64 (packed, NR_EXPBITS + NR_FRACBITS - 1, NR_FRACBITS);
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-fpu.c 91 Form is <SIGN:1><BIASEDEXP:NR_EXPBITS><FRAC:NR_FRACBITS> for both
114 #define NR_EXPBITS (is_double ? 11 : 8)
325 unsigned exp = LSEXTRACTED64 (packed, NR_EXPBITS + NR_FRACBITS - 1, NR_FRACBITS);

Completed in 26 milliseconds