HomeSort by relevance Sort by last modified time
    Searched defs:Overflow (Results 1 - 25 of 40) sorted by null

1 2

  /prebuilts/go/darwin-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
  /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
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
enum_set.h 37 // an ordered set for the overflow values.
119 Overflow().insert(word);
125 // We shouldn't call Overflow() since this is a const method.
128 } else if (auto overflow = overflow_.get()) {
129 return overflow->find(word) != overflow->end();
132 // it doesn't have an overflow set.
153 OverflowSetType& Overflow() {
  /external/libchrome/base/numerics/
safe_conversions.h 22 // that it CHECKs that the specified numeric conversion will not overflow
27 // would otherwise overflow or underflow. An NaN source returns 0 by
40 // parameter as an unsigned result (thus avoiding an overflow if the value
72 // overflow or underflow. NaN source will always trigger a CHECK.
94 static constexpr T Overflow() {
118 ? S<Dst>::Overflow()
124 // overflow or underflow, and NaN assignment to an integral will return 0.
  /external/pdfium/third_party/base/numerics/
safe_conversions.h 23 // that it CHECKs that the specified numeric conversion will not overflow
28 // would otherwise overflow or underflow. An NaN source returns 0 by
41 // parameter as an unsigned result (thus avoiding an overflow if the value
73 // overflow or underflow. NaN source will always trigger a CHECK.
93 static constexpr T Overflow() {
117 ? S<Dst>::Overflow()
123 // overflow or underflow, and NaN assignment to an integral will return 0.
  /frameworks/compile/mclinker/include/mcld/LD/
Relocator.h 33 enum Result { OK, BadReloc, Overflow, Unsupported, Unknown };
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 637 bool Overflow = false;
638 I.uadd_ov(C, Overflow);
639 EXPECT_FALSE(Overflow);
644 bool Overflow = false;
645 I.sadd_ov(C, Overflow);
646 EXPECT_FALSE(Overflow);
651 bool Overflow = false;
653 I.sadd_ov(C, Overflow);
654 EXPECT_FALSE(Overflow);
656 I.uadd_ov(C, Overflow);
    [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp 142 bool Overflow = false;
148 Overflow = true;
155 Overflow = true;
159 // Check for overflow.
160 if (Overflow && Diags) // Too many digits to fit in
181 // Check for overflow. Reject '\777', but not L'\777'.
911 /// matches Val's input width. If there is an overflow, set Val to the low bits
915 // bits per digit in this radix. If we can't possibly overflow a
917 // integer. This avoids the expensive overflow checking below, and
919 // hex/octal values which don't overflow)
    [all...]
PPExpressions.cpp 294 // Overflow parsing integer literal.
304 // Detect overflow based on whether the value is signed. If signed
428 bool Overflow = !Result.isUnsigned() && Result.Val.isMinSignedValue();
431 if (Overflow && ValueLive)
632 bool Overflow = false;
647 Res = llvm::APSInt(LHS.Val.sdiv_ov(RHS.Val, Overflow), false);
659 Res = llvm::APSInt(LHS.Val.smul_ov(RHS.Val, Overflow), false);
664 // Determine whether overflow is about to happen.
666 Res = LHS.Val.ushl_ov(RHS.Val, Overflow);
668 Res = llvm::APSInt(LHS.Val.sshl_ov(RHS.Val, Overflow), false)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp 533 // (&GV+C1) - (&GV+C2) -> C1-C2, pointer arithmetic cannot overflow.
    [all...]
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 128 // example, signed integer overflow (Clause 5 [expr]), certain pointer
228 namespace Overflow {
229 // Signed int overflow.
261 // Unsigned int overflow.
267 // Floating-point overflow and NaN.
  /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...]
InstructionSimplify.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...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 409 // The sign bit is set in both cases: this MUST overflow.
423 // The sign bit is clear in both cases: this CANNOT overflow.
502 // If multiplying the maximum values does not overflow then we can turn
504 bool Overflow;
505 LHSMax.umul_ov(RHSMax, Overflow);
506 if (!Overflow) {
    [all...]
InstructionCombining.cpp 115 // not overflow. This function only handles the Add and Sub opcodes. For
139 bool Overflow = false;
142 BVal.sadd_ov(CVal, Overflow);
144 BVal.ssub_ov(CVal, Overflow);
147 return !Overflow;
356 // but this requires knowing that the addition does not overflow and other
    [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/AppPkg/Applications/Python/Python-2.7.2/Lib/
decimal.py 127 'Inexact', 'Rounded', 'Subnormal', 'Overflow', 'Underflow',
278 were non-zero), or if an overflow or underflow condition occurs. The
304 coefficient), or if an overflow or underflow condition occurs. The
322 class Overflow(Inexact, Rounded):
323 """Numerical overflow.
325 This occurs and signals overflow if the adjusted exponent of a result
376 _signals = [Clamped, DivisionByZero, Inexact, Overflow, Rounded,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
IpmiNetFnStorage.h 105 UINT8 Overflow : 1;
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp     [all...]
R600ISelLowering.cpp 133 // ADD, SUB overflow.
    [all...]
  /external/python/cpython2/Lib/
decimal.py 127 'Inexact', 'Rounded', 'Subnormal', 'Overflow', 'Underflow',
277 were non-zero), or if an overflow or underflow condition occurs. The
303 coefficient), or if an overflow or underflow condition occurs. The
321 class Overflow(Inexact, Rounded):
322 """Numerical overflow.
324 This occurs and signals overflow if the adjusted exponent of a result
375 _signals = [Clamped, DivisionByZero, Inexact, Overflow, Rounded,
    [all...]
  /external/python/cpython3/Lib/
_pydecimal.py 127 'Inexact', 'Rounded', 'Subnormal', 'Overflow', 'Underflow',
305 were non-zero), or if an overflow or underflow condition occurs. The
331 coefficient), or if an overflow or underflow condition occurs. The
349 class Overflow(Inexact, Rounded):
350 """Numerical overflow.
352 This occurs and signals overflow if the adjusted exponent of a result
418 _signals = [Clamped, DivisionByZero, Inexact, Overflow, Rounded,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fpieee.h 132 unsigned int Overflow : 1;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
decimal.py 127 'Inexact', 'Rounded', 'Subnormal', 'Overflow', 'Underflow',
278 were non-zero), or if an overflow or underflow condition occurs. The
304 coefficient), or if an overflow or underflow condition occurs. The
322 class Overflow(Inexact, Rounded):
323 """Numerical overflow.
325 This occurs and signals overflow if the adjusted exponent of a result
376 _signals = [Clamped, DivisionByZero, Inexact, Overflow, Rounded,
    [all...]

Completed in 442 milliseconds

1 2