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

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.h 42 #define DECINF 0x40 /* 1=Infinity */
46 #define DECSPECIAL (DECINF|DECNAN|DECSNAN) /* any special value */
188 #define decNumberIsInfinite(dn) (((dn)->bits&DECINF)!=0)
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.h 42 #define DECINF 0x40 /* 1=Infinity */
46 #define DECSPECIAL (DECINF|DECNAN|DECSNAN) /* any special value */
188 #define decNumberIsInfinite(dn) (((dn)->bits&DECINF)!=0)
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.h 42 #define DECINF 0x40 /* 1=Infinity */
46 #define DECSPECIAL (DECINF|DECNAN|DECSNAN) /* any special value */
188 #define decNumberIsInfinite(dn) (((dn)->bits&DECINF)!=0)
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.h 42 #define DECINF 0x40 /* 1=Infinity */
46 #define DECSPECIAL (DECINF|DECNAN|DECSNAN) /* any special value */
188 #define decNumberIsInfinite(dn) (((dn)->bits&DECINF)!=0)

Completed in 18 milliseconds