| /external/chromium_org/v8/test/webkit/ |
| dfg-int-overflow-large-constants-in-a-line.js | 25 "Tests that our optimization to elide overflow checks understands that if we keep adding huge numbers, we could end up creating a number that is not precisely representable using doubles."
|
| dfg-mul-big-integer-with-small-integer-and-detect-overflow.js | 25 "Tests what happens when you multiply a big unknown integer with a small known integer and detect that we have had an overflow."
|
| /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
| Tooltip.css | 7 body { overflow: auto; margin-top: 0px; margin-bottom: 0px; margin-left: 0.3em; margin-right: 0.3em; }
|
| /external/eigen/lapack/ |
| cladiv.f | 34 *> will not overflow on an intermediary step unless the results
|
| dlapy2.f | 34 *> overflow.
|
| dlapy3.f | 34 *> unnecessary overflow.
|
| slapy2.f | 34 *> overflow.
|
| slapy3.f | 34 *> unnecessary overflow.
|
| zladiv.f | 34 *> will not overflow on an intermediary step unless the results
|
| /external/guava/guava/src/com/google/common/primitives/ |
| UnsignedLongs.java | 283 * unsigned long. This is useful for detecting overflow while parsing a string representation of 357 BigInteger overflow = new BigInteger("10000000000000000", 16); typedefs 361 maxSafeDigits[i] = overflow.toString(i).length() - 1;
|
| /external/libogg/src/ |
| bitwise.c | 356 if(b->endbyte*8+bits>b->storage*8)goto overflow; 374 overflow: 392 if(b->endbyte*8+bits>b->storage*8)goto overflow; 412 overflow: 426 goto overflow; 431 overflow: 448 goto overflow; 453 overflow:
|
| /external/sonivox/arm-hybrid-22k/lib_src/ |
| ARM-E_interpolate_loop_gnu.s | 99 @ can be set to full scale, however if the filter is used, it can overflow
115 @ carry overflow from fraction to integer portion
|
| ARM-E_interpolate_noloop_gnu.s | 91 @ can be set to full scale, however if the filter is used, it can overflow
107 @ carry overflow from fraction to integer portion
|
| /external/sonivox/arm-wt-22k/lib_src/ |
| ARM-E_interpolate_loop_gnu.s | 99 @ can be set to full scale, however if the filter is used, it can overflow
115 @ carry overflow from fraction to integer portion
|
| ARM-E_interpolate_noloop_gnu.s | 91 @ can be set to full scale, however if the filter is used, it can overflow
107 @ carry overflow from fraction to integer portion
|
| /external/stlport/stlport/stl/ |
| _streambuf.h | 194 virtual int_type overflow(int_type = traits_type::eof()); 200 : this->overflow(_Traits::to_int_type(__c)));
|
| /libcore/luni/src/main/native/ |
| java_lang_StringToReal.cpp | 157 uint32_t overflow; local 175 overflow = 177 if (overflow) 179 f[index++] = overflow; 180 /* There is an overflow, but there is no more room 182 * bits anyway, so we must back out of the overflow, 595 uint32_t overflow; local 613 overflow = 615 if (overflow) 618 f[index++] = overflow; [all...] |
| /ndk/sources/cxx-stl/stlport/stlport/stl/ |
| _streambuf.h | 194 virtual int_type overflow(int_type = traits_type::eof()); 200 : this->overflow(_Traits::to_int_type(__c)));
|
| /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
| _streambuf.h | 194 virtual int_type overflow(int_type = traits_type::eof()); 200 : this->overflow(_Traits::to_int_type(__c)));
|
| /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
| _streambuf.h | 194 virtual int_type overflow(int_type = traits_type::eof()); 200 : this->overflow(_Traits::to_int_type(__c)));
|
| /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
| _streambuf.h | 194 virtual int_type overflow(int_type = traits_type::eof()); 200 : this->overflow(_Traits::to_int_type(__c)));
|
| /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
| _streambuf.h | 194 virtual int_type overflow(int_type = traits_type::eof()); 200 : this->overflow(_Traits::to_int_type(__c)));
|
| /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
| _streambuf.h | 194 virtual int_type overflow(int_type = traits_type::eof()); 200 : this->overflow(_Traits::to_int_type(__c)));
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_long_future.py | 29 # exceptions: division by zero, overflow 74 for overflow in ["float(huge)", "float(mhuge)", 80 eval(overflow, namespace) 110 expected = 'overflow' 117 got = 'overflow' 137 # ... overflow or underflow by large margin 152 # overflow corner case
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_long_future.py | 29 # exceptions: division by zero, overflow 74 for overflow in ["float(huge)", "float(mhuge)", 80 eval(overflow, namespace) 110 expected = 'overflow' 117 got = 'overflow' 137 # ... overflow or underflow by large margin 152 # overflow corner case
|