Home
last modified time | relevance | path

Searched defs:overflow (Results 1 – 25 of 139) sorted by relevance

123456

/external/chromium_org/third_party/cython/src/Cython/Utility/
DOverflow.c40 #define __Pyx_add_no_overflow(a, b, overflow) ((a) + (b)) argument
41 #define __Pyx_add_const_no_overflow(a, b, overflow) ((a) + (b)) argument
42 #define __Pyx_sub_no_overflow(a, b, overflow) ((a) - (b)) argument
43 #define __Pyx_sub_const_no_overflow(a, b, overflow) ((a) - (b)) argument
44 #define __Pyx_mul_no_overflow(a, b, overflow) ((a) * (b)) argument
45 #define __Pyx_mul_const_no_overflow(a, b, overflow) ((a) * (b)) argument
46 #define __Pyx_div_no_overflow(a, b, overflow) ((a) / (b)) argument
47 #define __Pyx_div_const_no_overflow(a, b, overflow) ((a) / (b)) argument
/external/compiler-rt/test/ubsan/TestCases/Misc/
Ddeduplication.cpp6 void overflow() { in overflow() function
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.rvalue/
DCharT_pointer.pass.cpp41 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
/external/stlport/test/unit/
Dfull_streambuf.h26 int_type overflow(int_type c) { in overflow() function
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
Dios_base.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
Dostream.pass.cpp38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
Dbasic_ios.pass.cpp38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
Dstreambuf.pass.cpp44 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
/external/compiler-rt/lib/builtins/
Dmuloti4.c24 __muloti4(ti_int a, ti_int b, int* overflow) in __muloti4()
Dmulodi4.c22 __mulodi4(di_int a, di_int b, int* overflow) in __mulodi4()
Dmulosi4.c22 __mulosi4(si_int a, si_int b, int* overflow) in __mulosi4()
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
Dends.pass.cpp38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
Dendl.pass.cpp40 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
/external/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
Dcustom_alloc.pass.cpp38 virtual int_type overflow(int_type c) in overflow() function
/external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
Dstreambuf.pass.cpp44 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-builtinbust-7.js6 function overflow() { function
/external/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
Doverflow.pass.cpp32 overflow(typename base::int_type c = base::type_traits::eof()) in overflow() function
/external/chromium_org/v8/test/mjsunit/
Dsmi-representation.js66 var overflow = tagged_smi_field(); variable
/external/libcxx/test/input.output/iostream.format/ext.manip/
Dput_time.pass.cpp36 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
Dsputc.pass.cpp39 int_type overflow(int_type c = traits_type::eof()) in overflow() function
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
Dpointer.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
Dput.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
Dwrite.pass.cpp37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
/external/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
Dget_streambuf_chart.pass.cpp42 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
Dget_streambuf.pass.cpp41 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf

123456