HomeSort by relevance Sort by last modified time
    Searched refs:overflow (Results 151 - 175 of 1058) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/python/cpython2/Objects/stringlib/
transmogrify.h 33 goto overflow;
39 goto overflow;
43 goto overflow;
51 goto overflow;
79 overflow:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
double-int.h 114 double_int mul_with_sign (double_int, bool unsigned_p, bool *overflow) const;
116 double_int *higher, bool *overflow) const;
117 double_int add_with_sign (double_int, bool unsigned_p, bool *overflow) const;
118 double_int sub_with_overflow (double_int, bool *overflow) const;
119 double_int neg_with_overflow (bool *overflow) const;
  /toolchain/binutils/binutils-2.25/bfd/
mep-relocs.pl 138 $overflow = $sign[$i];
139 $overflow = 'N' if $attrs[$i] =~ /no-overflow/;
143 $c, $bytesize, $bits, $left, $right, $pcrel, $overflow, $mask);
165 if ($attrs[$i] !~ /no-overflow/ && $bits[$i] < 32) {
cpu-ns32k.c 152 int overflow = 0; local
353 /* FIXME: This overflow checking is incomplete, because the value
358 FIXME: We should also do overflow checking on the result after
393 overflow if howto->bitsize is the number of bits in
405 overflow if howto->bitsize is the number of bits in
415 overflow. */
558 if ((howto->complain_on_overflow != complain_overflow_dont) && overflow)
576 bfd_boolean overflow; local
600 /* Check for overflow. FIXME: We may drop bits during the addition
604 overflow = FALSE
    [all...]
  /external/python/cpython2/Modules/
_testcapimodule.c 557 handling of overflow.
565 int overflow; local
567 /* Test that overflow is set properly for a large value. */
572 overflow = 1234;
573 value = PyLong_AsLongAndOverflow(num, &overflow);
580 if (overflow != 1)
582 "overflow was not set to 1");
599 overflow = 0;
600 value = PyLong_AsLongAndOverflow(num, &overflow);
607 if (overflow != 1
730 int overflow; local
    [all...]
  /external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/
overflow.pass.cpp 15 // int_type overflow(int_type c = traits::eof());
32 overflow(typename base::int_type c = base::traits_type::eof()) function in struct:testbuf
33 {++overflow_called; return base::overflow(c);}
42 tb.overflow();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/
overflow.pass.cpp 15 // int_type overflow(int_type c = traits::eof());
32 overflow(typename base::int_type c = base::traits_type::eof()) function in struct:testbuf
33 {++overflow_called; return base::overflow(c);}
42 tb.overflow();
  /build/make/core/
config_sanitizers.mk 183 # Respect LOCAL_NOSANITIZE for integer-overflow flags.
184 ifeq ($(filter signed-integer-overflow, $(strip $(LOCAL_NOSANITIZE))),)
185 my_cflags += -fsanitize=signed-integer-overflow
187 ifeq ($(filter unsigned-integer-overflow, $(strip $(LOCAL_NOSANITIZE))),)
188 my_cflags += -fsanitize=unsigned-integer-overflow
196 my_cflags += -fno-sanitize-trap=signed-integer-overflow,unsigned-integer-overflow
  /cts/apps/CtsVerifier/assets/report/
compatibility_result.css 131 overflow: hidden;
140 overflow: hidden;
147 overflow: auto;
  /cts/common/host-side/tradefed/res/report/
compatibility_result.css 150 overflow: hidden;
159 overflow: hidden;
166 overflow: auto;
  /external/dng_sdk/source/
dng_safe_arithmetic.cpp 11 // https://www.securecoding.cert.org/confluence/display/c/INT32-C.+Ensure+that+operations+on+signed+integers+do+not+result+in+overflow
36 ThrowProgramError("Arithmetic overflow");
49 ThrowProgramError("Arithmetic overflow");
105 ThrowProgramError("Arithmetic overflow");
115 ThrowProgramError("Arithmetic overflow");
171 ThrowProgramError("Arithmetic overflow");
183 bool overflow = true; local
187 overflow = (arg1 > std::numeric_limits<std::int64_t>::max() / arg2);
189 overflow = (arg2 < std::numeric_limits<std::int64_t>::min() / arg1);
193 overflow = (arg1 < std::numeric_limits<std::int64_t>::min() / arg2)
    [all...]
  /prebuilts/go/darwin-x86/src/time/
internal_test.go 23 // We manually create a runtimeTimer to bypass the overflow
38 // overflow timer and kick the timer proc back into service.
44 // Instead we zero the overflow timer duration and start it
  /prebuilts/go/linux-x86/src/time/
internal_test.go 23 // We manually create a runtimeTimer to bypass the overflow
38 // overflow timer and kick the timer proc back into service.
44 // Instead we zero the overflow timer duration and start it
  /external/autotest/frontend/client/src/autotest/public/
tkoclient.css 4 overflow: hidden;
  /external/mesa3d/docs/
mesa.css 45 overflow: hidden
  /external/mesa3d/src/mesa/main/
eval.c 523 goto overflow;
533 goto overflow;
539 goto overflow;
548 goto overflow;
555 goto overflow;
567 overflow:
613 goto overflow;
623 goto overflow;
629 goto overflow;
638 goto overflow;
    [all...]
  /prebuilts/go/darwin-x86/src/math/
exp_amd64.s 93 JGE overflow
110 overflow: // return +Inf label
hypot.go 12 // unnecessary overflow and underflow.
pow10.go 7 // This table might overflow 127-bit exponent representations.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4316.go 7 // Issue 4316: the stack overflow check in the linker
  /prebuilts/go/linux-x86/src/math/
exp_amd64.s 93 JGE overflow
110 overflow: // return +Inf label
hypot.go 12 // unnecessary overflow and underflow.
pow10.go 7 // This table might overflow 127-bit exponent representations.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4316.go 7 // Issue 4316: the stack overflow check in the linker
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips@branch-misc-4.d 6 # Verify PC-relative relocations do not overflow (microMIPS).

Completed in 649 milliseconds

1 2 3 4 5 67 8 91011>>