| /prebuilts/go/linux-x86/src/math/ |
| exp_amd64.s | 26 #define Overflow 7.09782712893384e+02 49 // check if argument will overflow 51 MOVSD $Overflow, X1 53 JA overflow 104 JGE overflow 121 overflow: // return +Inf label
|
| /external/python/cpython3/Lib/test/ |
| test_decimal.py | 72 C.Overflow, C.DivisionByZero, C.InvalidOperation, 75 P.Overflow, P.DivisionByZero, P.InvalidOperation, 257 'overflow' : self.decimal.Overflow, [all...] |
| /external/clang/test/CXX/basic/basic.types/ |
| p10.cpp | 142 constexpr long Overflow[ // expected-error {{constexpr variable cannot have non-literal type 'long const[(1 << 30) << 2]'}}
|
| /external/compiler-rt/lib/tsan/tests/unit/ |
| tsan_mutexset_test.cc | 108 TEST(MutexSet, Overflow) {
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| fpieee.h | 132 unsigned int Overflow : 1;
|
| /external/freetype/src/cff/ |
| cffparse.c | 267 /* Only add digit if we don't overflow. */ 322 goto Overflow; 392 goto Overflow; 423 goto Overflow; 435 Overflow: 437 FT_TRACE4(( "!!!OVERFLOW:!!!" )); 508 goto Overflow; 517 goto Overflow; 522 goto Overflow; 527 Overflow [all...] |
| /external/python/cpython3/Objects/ |
| floatobject.c | 4 /* XXX There should be overflow checks here, but it's hard to check 142 /* We don't care about overflow or underflow. If the platform 335 * also has two failure modes: (1) an int may trigger overflow (too 977 /* pow1 and pow2 are each safe from overflow, but 978 pow1*pow2 ~= pow(10.0, ndigits) might overflow */ 1007 /* if computation resulted in overflow, raise OverflowError */ 1010 "overflow occurred during round"); 1041 /* interpret second argument as a Py_ssize_t; clips on overflow */ [all...] |
| /external/swiftshader/third_party/LLVM/lib/Analysis/ |
| ConstantFolding.cpp | 533 // (&GV+C1) - (&GV+C2) -> C1-C2, pointer arithmetic cannot overflow. [all...] |
| /frameworks/compile/mclinker/lib/Target/ARM/ |
| ARMRelocator.cpp | 263 // Return true if overflow [all...] |
| /external/llvm/lib/Analysis/ |
| ConstantFolding.cpp | 678 // (&GV+C1) - (&GV+C2) -> C1-C2, pointer arithmetic cannot overflow. 866 bool Overflow; 867 APInt NewIdx = Offset.sdiv_ov(ElemSize, Overflow); 868 if (Overflow) [all...] |
| /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Common/ |
| Iscp.h | 123 UINT8 Overflow; ///< Indicates a queue overflow, saturates at 0xFF
|
| /device/linaro/bootloader/edk2/MdePkg/Include/Guid/ |
| Cper.h | 415 UINT64 Overflow:1;
466 UINT64 Overflow:1;
538 UINT64 Overflow:1;
578 UINT64 Overflow:1;
[all...] |
| /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
| IpmiNetFnStorage.h | 105 UINT8 Overflow : 1;
|
| /external/boringssl/src/crypto/err/ |
| err_test.cc | 27 TEST(ErrTest, Overflow) {
|
| /frameworks/compile/mclinker/lib/Target/Hexagon/ |
| HexagonRelocator.cpp | 573 return Relocator::Overflow; 688 return Relocator::Overflow; 813 return Relocator::Overflow; 905 return Relocator::Overflow;
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
| floatobject.c | 4 /* XXX There should be overflow checks here, but it's hard to check
214 /* We don't care about overflow or underflow. If the platform
399 * also has two failure modes: (1) a long int may trigger overflow (too
[all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
| floatobject.c | 4 /* XXX There should be overflow checks here, but it's hard to check
214 /* We don't care about overflow or underflow. If the platform
398 * also has two failure modes: (1) a long int may trigger overflow (too
[all...] |
| /external/llvm/lib/Target/AMDGPU/ |
| AMDGPUISelDAGToDAG.cpp | [all...] |
| /external/llvm/lib/Transforms/InstCombine/ |
| InstCombineMulDivRem.cpp | 82 bool Overflow; 84 Product = C1.smul_ov(C2, Overflow); 86 Product = C1.umul_ov(C2, Overflow); 88 return Overflow; 139 // result bit width (minus 1), there is no overflow. 141 // we can guarantee that the result does not overflow. 151 // definitely no overflow. 155 // There are two ambiguous cases where there can be no overflow: [all...] |
| InstCombineInternal.h | 104 /// \brief Specific patterns of overflow check idioms that we match. 370 /// If this overflow check is done via one of the overflow check intrinsics, 372 /// overflow check is done by arithmetic followed by a compare, then CtxI has 376 /// operation in OperationResult and result of the overflow check in 445 /// Creates a result tuple for an overflow intrinsic \p II with a given 446 /// \p Result and a constant \p Overflow value. 448 Constant *Overflow) { 449 Constant *V[] = {UndefValue::get(Result->getType()), Overflow}; 574 /// If the multiplication is known not to overflow then NoSignedWrap is set [all...] |
| /external/python/cpython2/Objects/ |
| floatobject.c | 4 /* XXX There should be overflow checks here, but it's hard to check 222 /* We don't care about overflow or underflow. If the platform 408 * also has two failure modes: (1) a long int may trigger overflow (too [all...] |
| /external/libffi/src/s390/ |
| sysv.S | 134 la %r5,96(%r1) # Overflow 337 la %r5,160(%r1) # Overflow
|
| /external/python/cpython2/Modules/_ctypes/libffi/src/s390/ |
| sysv.S | 134 la %r5,96(%r1) # Overflow 337 la %r5,160(%r1) # Overflow
|
| /external/python/cpython3/Modules/_ctypes/libffi/src/s390/ |
| sysv.S | 134 la %r5,96(%r1) # Overflow 337 la %r5,160(%r1) # Overflow
|
| /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic4x/ |
| addressing.s | 29 bnv Type_BI ; No overflow branch (01000) 30 bv Type_BI ; Overflow branch (01101) 33 bnlv Type_BI ; No latched overflow branch (10000) 34 blv Type_BI ; Latched overflow branch (10001) 61 ldinv R0,R0 ; No overflow load (01000) 62 ldiv R0,R0 ; Overflow load (01101) 65 ldinlv R0,R0 ; No latched overflow load (10000) 66 ldilv R0,R0 ; Latched overflow load (10001)
|