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

12

  /prebuilts/gdb/linux-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...]
  /prebuilts/python/darwin-x86/2.7.5/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...]
  /prebuilts/python/linux-x86/2.7.5/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...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 508 /// to generate the first by knowing that pointer arithmetic doesn't overflow.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 428 /// Promote the overflow flag of an overflowing arithmetic node.
460 // Calculate the overflow flag: sign extend the arithmetic result from
467 // Use the calculated overflow everywhere.
623 // Calculate the overflow flag: zero extend the arithmetic result from
629 // Use the calculated overflow everywhere.
636 // Promote the overflow bit trivially.
646 // the result to see if the overflow happened.
656 // Overflow occurred iff the high part of the result does not
658 SDValue Overflow;
660 // Unsigned overflow occurred iff the high part is non-zero
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 522 /// Promote the overflow flag of an overflowing arithmetic node.
554 // Calculate the overflow flag: sign extend the arithmetic result from
561 // Use the calculated overflow everywhere.
747 // Calculate the overflow flag: zero extend the arithmetic result from
753 // Use the calculated overflow everywhere.
760 // Promote the overflow bit trivially.
770 // then also check the high bits of the result to see if overflow happened
782 // Overflow occurred if it occurred in the larger type, or if the high part
785 SDValue Overflow;
787 // Unsigned overflow occurred if the high part is non-zero
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 347 /// \brief Thread-local shadow storage for va_arg overflow area
    [all...]
  /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...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 311 /// \brief Emit a call to llvm.{sadd,uadd,ssub,usub,smul,umul}.with.overflow.*
316 /// \arg X The first argument to the llvm.*.with.overflow.*.
317 /// \arg Y The second argument to the llvm.*.with.overflow.*.
318 /// \arg Carry The carry returned by the llvm.*.with.overflow.*.
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 837 /// Try to combine CI into a call to the llvm.uadd.with.overflow intrinsic if
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 32 ULONG OverFlow:1;
71 ULONG OverFlow:1;
746 ULONGLONG Overflow:1;
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 199 // Add/Sub overflow ops with MVT::Glues are lowered to NZCV dependences.
238 // Custom lower Add/Sub/Mul with overflow.
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 818 Overflow,
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 1530 milliseconds

12