Searched refs:DFISUINT01 (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libdecnumber/
H A DdecNumberLocal.h374 /* DFISUINT01 -- test for sign=0, finite, exponent q=0, and */
381 /* MSD codes. DFISUINT01 only has to allow for one form of MSD */
395 #define DFISUINT01(df) ((DFWORD(df, 0)&0xfbfc0000)==0x22380000) macro
409 #define DFISUINT01(df) ((DFWORD(df, 0)&0xfbffc000)==0x22080000) macro
H A DdecBasic.c1595 if (!DFISUINT01(dfl) || !DFISUINT01(dfr)
2353 if (!DFISUINT01(df) || !DFISCC01(df)) return decInvalid(result, set);
2849 if (!DFISUINT01(dfl) || !DFISUINT01(dfr)
3532 if (!DFISUINT01(dfl) || !DFISUINT01(dfr)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libdecnumber/
H A DdecNumberLocal.h374 /* DFISUINT01 -- test for sign=0, finite, exponent q=0, and */
381 /* MSD codes. DFISUINT01 only has to allow for one form of MSD */
395 #define DFISUINT01(df) ((DFWORD(df, 0)&0xfbfc0000)==0x22380000) macro
409 #define DFISUINT01(df) ((DFWORD(df, 0)&0xfbffc000)==0x22080000) macro
H A DdecBasic.c1595 if (!DFISUINT01(dfl) || !DFISUINT01(dfr)
2353 if (!DFISUINT01(df) || !DFISCC01(df)) return decInvalid(result, set);
2849 if (!DFISUINT01(dfl) || !DFISUINT01(dfr)
3532 if (!DFISUINT01(dfl) || !DFISUINT01(dfr)

Completed in 137 milliseconds