HomeSort by: relevance | last modified time | path
    Searched defs:decimal32ExpCon (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libdecnumber/dpd/
decimal32.c 444 #define decimal32ExpCon(d) ((((d)->bytes[0] & 0x03)<<4) \
480 decimal32Sign(d32), decimal32Comb(d32), decimal32ExpCon(d32));
  /src/external/gpl3/gcc.old/dist/libdecnumber/dpd/
decimal32.c 444 #define decimal32ExpCon(d) ((((d)->bytes[0] & 0x03)<<4) \
480 decimal32Sign(d32), decimal32Comb(d32), decimal32ExpCon(d32));
  /src/external/gpl3/gdb/dist/libdecnumber/dpd/
decimal32.c 444 #define decimal32ExpCon(d) ((((d)->bytes[0] & 0x03)<<4) \
480 decimal32Sign(d32), decimal32Comb(d32), decimal32ExpCon(d32));
  /src/external/gpl3/gdb.old/dist/libdecnumber/dpd/
decimal32.c 444 #define decimal32ExpCon(d) ((((d)->bytes[0] & 0x03)<<4) \
480 decimal32Sign(d32), decimal32Comb(d32), decimal32ExpCon(d32));

Completed in 15 milliseconds