HomeSort by relevance Sort by last modified time
    Searched refs:has_signed_unsigned_overflow64 (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/gold/testsuite/
overflow_unittest.cc 70 CHECK(! Bits<16>::has_signed_unsigned_overflow64(0ULL));
71 CHECK(! Bits<16>::has_signed_unsigned_overflow64(1ULL));
72 CHECK(! Bits<16>::has_signed_unsigned_overflow64(0x7fffULL));
73 CHECK(! Bits<16>::has_signed_unsigned_overflow64(0x8000ULL));
74 CHECK(! Bits<16>::has_signed_unsigned_overflow64(0x8001ULL));
75 CHECK(! Bits<16>::has_signed_unsigned_overflow64(0xffffULL));
76 CHECK(Bits<16>::has_signed_unsigned_overflow64(0x10000ULL));
77 CHECK(Bits<16>::has_signed_unsigned_overflow64(0x10001ULL));
78 CHECK(! Bits<16>::has_signed_unsigned_overflow64(~0ULL));
79 CHECK(! Bits<16>::has_signed_unsigned_overflow64(~0x7fffULL + 1))
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
reloc.h 388 return (Bits<valsize>::has_signed_unsigned_overflow64(value)
1118 has_signed_unsigned_overflow64(uint64_t val) function in class:gold::Bits
    [all...]

Completed in 319 milliseconds