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

  /src/external/gpl3/gdb.old/dist/sim/mips/
cp1.c 546 int less, equal, unordered; local
575 unordered = 1;
586 unordered = 0;
590 || ((cond & (1 << 0)) && unordered));
  /src/external/gpl3/gdb/dist/sim/mips/
cp1.c 546 int less, equal, unordered; local
575 unordered = 1;
586 unordered = 0;
590 || ((cond & (1 << 0)) && unordered));
  /src/sys/arch/mips/mips/
fp.S 2085 bne t2, zero, unordered # FS is a NAN
2088 bne ta2, zero, unordered # FT is a NAN
2113 bne t2, zero, unordered
2114 bne t3, zero, unordered # FS is a NAN
2117 bne ta2, zero, unordered
2118 bne ta3, zero, unordered # FT is a NAN
2165 unordered: label
2166 and v0, a0, COND_UNORDERED # this cmp match unordered?
  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 11480 bool unordered = false;
11483 unordered = true;
11535 unordered = true;
11570 /* If this is an unordered struct, just insert the new element at the
11572 if (unordered)
11477 bool unordered = false; local

Completed in 31 milliseconds