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

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumberLocal.h 373 /* DFISUINT01 -- test for sign=0, finite, exponent q=0, and */
380 /* MSD codes. DFISUINT01 only has to allow for one form of MSD */
394 #define DFISUINT01(df) ((DFWORD(df, 0)&0xfbfc0000)==0x22380000)
408 #define DFISUINT01(df) ((DFWORD(df, 0)&0xfbffc000)==0x22080000)
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumberLocal.h 373 /* DFISUINT01 -- test for sign=0, finite, exponent q=0, and */
380 /* MSD codes. DFISUINT01 only has to allow for one form of MSD */
394 #define DFISUINT01(df) ((DFWORD(df, 0)&0xfbfc0000)==0x22380000)
408 #define DFISUINT01(df) ((DFWORD(df, 0)&0xfbffc000)==0x22080000)
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumberLocal.h 373 /* DFISUINT01 -- test for sign=0, finite, exponent q=0, and */
380 /* MSD codes. DFISUINT01 only has to allow for one form of MSD */
394 #define DFISUINT01(df) ((DFWORD(df, 0)&0xfbfc0000)==0x22380000)
408 #define DFISUINT01(df) ((DFWORD(df, 0)&0xfbffc000)==0x22080000)
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumberLocal.h 373 /* DFISUINT01 -- test for sign=0, finite, exponent q=0, and */
380 /* MSD codes. DFISUINT01 only has to allow for one form of MSD */
394 #define DFISUINT01(df) ((DFWORD(df, 0)&0xfbfc0000)==0x22380000)
408 #define DFISUINT01(df) ((DFWORD(df, 0)&0xfbffc000)==0x22080000)

Completed in 32 milliseconds