HomeSort by relevance Sort by last modified time
    Searched defs:overflows (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
MultU64x32.c 56 ; The value in edx stored by second multiplication overflows local
  /external/tensorflow/tensorflow/core/framework/
tensor_shape_test.cc 584 std::vector<std::vector<int64>> overflows = { local
588 for (const auto& overflow : overflows) {
  /toolchain/binutils/binutils-2.27/libiberty/
alloca.c 240 for the routine which overflows the stack. */
287 long overflows; /* Number of stack overflow ($STKOFEN) calls. */ member in struct:stk_stat
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 250 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size); local
252 bool ok = !overflows && this->check_range (base, array_size);
258 overflows ? "OVERFLOWS" : ok ? "OK" : "OUT-OF-RANGE");
hb-private.hh 420 bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, sizeof (Type)); local
421 if (likely (!overflows)) {
  /external/v8/src/builtins/
builtins-string.cc 2035 bool overflows = ToUpperOverflows(current); local
    [all...]

Completed in 158 milliseconds