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

  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_report.cc 158 if (next_id_ == kMaxSize_) return OVERFLOW;
169 case OVERFLOW:
175 static const int OVERFLOW = -1;
  /src/include/
math.h 227 #define OVERFLOW 3
  /src/external/gpl3/gcc/dist/libgcc/config/m68k/
lb1sf68.S 309 OVERFLOW = 0x0004
648 OVERFLOW = 0x0004
693 Ld$overflow:
698 movew IMM (INEXACT_RESULT+OVERFLOW),d7
1183 | Put back the exponent and check for overflow
1206 bra Ld$overflow
1291 | Put back the exponent and sign (we don't have overflow). '
1739 bra Ld$overflow | else we have overflow (since a is finite)
1746 bra Ld$overflow | else signal overflo
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/m68k/
lb1sf68.S 309 OVERFLOW = 0x0004
648 OVERFLOW = 0x0004
693 Ld$overflow:
698 movew IMM (INEXACT_RESULT+OVERFLOW),d7
1183 | Put back the exponent and check for overflow
1206 bra Ld$overflow
1291 | Put back the exponent and sign (we don't have overflow). '
1737 bra Ld$overflow | else we have overflow (since a is finite)
1744 bra Ld$overflow | else signal overflo
    [all...]

Completed in 29 milliseconds