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

  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumberLocal.h 372 /* DFISINT -- test for finite and exponent q=0 */
379 /* MSD>7. DFISINT similarly has to allow for the two forms of */
392 #define DFISINT(df) ((DFWORD(df, 0)&0x63fc0000)==0x22380000 \
406 #define DFISINT(df) ((DFWORD(df, 0)&0x63ffc000)==0x22080000 \
decBasic.c 2426 return DFISINT(df);
3279 if (!DFISINT(dfr)) return decInvalid(result, set);
3361 if (!DFISINT(dfr)) return decInvalid(result, set);
3409 if (!DFISINT(dfr)) return decInvalid(result, set);
  /src/external/gpl3/gcc/dist/libdecnumber/
decNumberLocal.h 372 /* DFISINT -- test for finite and exponent q=0 */
379 /* MSD>7. DFISINT similarly has to allow for the two forms of */
392 #define DFISINT(df) ((DFWORD(df, 0)&0x63fc0000)==0x22380000 \
406 #define DFISINT(df) ((DFWORD(df, 0)&0x63ffc000)==0x22080000 \
decBasic.c 2426 return DFISINT(df);
3279 if (!DFISINT(dfr)) return decInvalid(result, set);
3361 if (!DFISINT(dfr)) return decInvalid(result, set);
3409 if (!DFISINT(dfr)) return decInvalid(result, set);
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumberLocal.h 372 /* DFISINT -- test for finite and exponent q=0 */
379 /* MSD>7. DFISINT similarly has to allow for the two forms of */
392 #define DFISINT(df) ((DFWORD(df, 0)&0x63fc0000)==0x22380000 \
406 #define DFISINT(df) ((DFWORD(df, 0)&0x63ffc000)==0x22080000 \
decBasic.c 2426 return DFISINT(df);
3279 if (!DFISINT(dfr)) return decInvalid(result, set);
3361 if (!DFISINT(dfr)) return decInvalid(result, set);
3409 if (!DFISINT(dfr)) return decInvalid(result, set);
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumberLocal.h 372 /* DFISINT -- test for finite and exponent q=0 */
379 /* MSD>7. DFISINT similarly has to allow for the two forms of */
392 #define DFISINT(df) ((DFWORD(df, 0)&0x63fc0000)==0x22380000 \
406 #define DFISINT(df) ((DFWORD(df, 0)&0x63ffc000)==0x22080000 \
decBasic.c 2426 return DFISINT(df);
3279 if (!DFISINT(dfr)) return decInvalid(result, set);
3361 if (!DFISINT(dfr)) return decInvalid(result, set);
3409 if (!DFISINT(dfr)) return decInvalid(result, set);

Completed in 50 milliseconds