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

<<11121314151617181920>>

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/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::type_traits::eof()) function in struct:testbuf
33 {++overflow_called; return base::overflow(c);}
  /system/core/init/
Android.mk 99 LOCAL_SANITIZE := signed-integer-overflow
  /system/netd/server/
Android.mk 24 LOCAL_SANITIZE := unsigned-integer-overflow
51 LOCAL_SANITIZE := unsigned-integer-overflow
142 LOCAL_SANITIZE := unsigned-integer-overflow
156 LOCAL_SANITIZE := unsigned-integer-overflow
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
branch-misc-4-64.d 6 # Verify PC-relative relocations do not overflow.
micromips@branch-misc-4-64.d 6 # Verify PC-relative relocations do not overflow (microMIPS).
mipsr6@branch-misc-4-64.d 6 # Verify PC-relative relocations do not overflow.
  /art/compiler/optimizing/
bounds_check_elimination.cc 56 // No overflow.
235 // `overflow` or `underflow` will return whether the resulting bound may
236 // overflow or underflow an int.
237 ValueBound Add(int32_t c, /* out */ bool* overflow, /* out */ bool* underflow) const {
238 *overflow = *underflow = false;
246 *overflow = true;
251 // (array.length + non-positive-constant) won't overflow an int.
256 *overflow = true;
336 bool overflow, underflow; local
337 ValueBound lower = lower_.Add(constant, &overflow, &underflow)
668 bool overflow; local
744 bool overflow, underflow; local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
Fraction.java 178 long overflow = Integer.MAX_VALUE; local
181 if (a0 > overflow) {
209 if ((p2 > overflow) || (q2 > overflow)) {
541 // make sure we don't overflow unless the result *must* overflow.
  /external/compiler-rt/test/builtins/Unit/
mulosi4_test.c 21 COMPILER_RT_ABI si_int __mulosi4(si_int a, si_int b, int *overflow);
28 printf("error in __mulosi4: overflow=%d expected=%d\n",
31 printf("error in __mulosi4: 0x%X * 0x%X = 0x%X (overflow=%d), "
32 "expected 0x%X (overflow=%d)\n",
  /external/deqp/executor/
xeXMLWriter.hpp 45 int overflow (int ch = -1);
  /external/libcxx/test/std/input.output/iostream.format/ext.manip/
put_money.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
put_time.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
bool.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
pointer.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
CharT.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
CharT_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
char.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
char_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
char_to_wide.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
char_to_wide_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
signed_char.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
signed_char_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
unsigned_char.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
unsigned_char_pointer.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.unformatted/
write.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof()) function in class:testbuf

Completed in 198 milliseconds

<<11121314151617181920>>