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

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 199 #define COMPNAN 0x05 /* .. [NaN processing] */
6078 op=COMPNAN; /* use special path */
6105 else if (op==COMPNAN); /* special, drop through */
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 199 #define COMPNAN 0x05 /* .. [NaN processing] */
6078 op=COMPNAN; /* use special path */
6105 else if (op==COMPNAN); /* special, drop through */
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 199 #define COMPNAN 0x05 /* .. [NaN processing] */
6078 op=COMPNAN; /* use special path */
6105 else if (op==COMPNAN); /* special, drop through */
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 199 #define COMPNAN 0x05 /* .. [NaN processing] */
6078 op=COMPNAN; /* use special path */
6105 else if (op==COMPNAN); /* special, drop through */

Completed in 58 milliseconds