HomeSort by relevance Sort by last modified time
    Searched refs:Overflow (Results 101 - 125 of 140) sorted by null

1 2 3 45 6

  /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/Analysis/
ScalarEvolution.cpp 940 // overflow. Hence, we must assure that the result of our computation is
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
efi32.asm 539 Int4String db "04h Overflow -",0
efi64.asm 734 Int4String db "04h Overflow -",0
  /external/libchrome/base/numerics/
safe_numerics_unittest.cc 53 #pragma warning(disable : 4756) // Arithmetic overflow.
519 RANGE_OVERFLOW = 0x2, // Value would overflow.
    [all...]
  /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...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp     [all...]
  /external/boringssl/src/crypto/cipher_extra/
aead_test.cc 584 TEST_P(PerAEADTest, Overflow) {
597 // The AEAD must not overflow when calculating the ciphertext length.
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 125 // not overflow. This function only handles the Add and Sub opcodes. For
141 bool Overflow = false;
143 BVal->sadd_ov(*CVal, Overflow);
145 BVal->ssub_ov(*CVal, Overflow);
147 return !Overflow;
395 // but this requires knowing that the addition does not overflow and other
    [all...]
InstCombineCompares.cpp 508 /// to generate the first by knowing that pointer arithmetic doesn't overflow.
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 347 /// \brief Thread-local shadow storage for va_arg overflow area
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 290 // overflow.
536 return Relocator::Overflow;
612 // TODO: check overflow..
641 // TODO: check overflow..
  /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;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_decimal.py 49 Underflow, Overflow, DivisionByZero, InvalidOperation)
129 'overflow' : Overflow,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_decimal.py 49 Underflow, Overflow, DivisionByZero, InvalidOperation)
129 'overflow' : Overflow,
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_decimal.py 49 Underflow, Overflow, DivisionByZero, InvalidOperation)
129 'overflow' : Overflow,
    [all...]
  /prebuilts/go/darwin-x86/src/strconv/
extfloat.go 126 // the extFloat passed as receiver. Overflow is set to true if
128 func (f *extFloat) floatBits(flt *floatInfo) (bits uint64, overflow bool) {
158 overflow = true
442 // fits in a uint64 without overflow.
466 // The fact that n > 0 guarantees that pow10 << shift does not overflow a uint64.
620 // overflow. The choice of minExp implies that fraction is less than 2^60.
632 // overflow, that is, allowance > 2^64/10, the condition is automatically
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/cryptobyte/
asn1.go 718 // Overflow.
  /prebuilts/go/linux-x86/src/strconv/
extfloat.go 126 // the extFloat passed as receiver. Overflow is set to true if
128 func (f *extFloat) floatBits(flt *floatInfo) (bits uint64, overflow bool) {
158 overflow = true
442 // fits in a uint64 without overflow.
466 // The fact that n > 0 guarantees that pow10 << shift does not overflow a uint64.
620 // overflow. The choice of minExp implies that fraction is less than 2^60.
632 // overflow, that is, allowance > 2^64/10, the condition is automatically
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/cryptobyte/
asn1.go 718 // Overflow.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 49 Underflow, Overflow, DivisionByZero, InvalidOperation)
129 'overflow' : Overflow,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 49 Underflow, Overflow, DivisionByZero, InvalidOperation)
129 'overflow' : Overflow,
    [all...]
  /external/tensorflow/tensorflow/core/lib/strings/
ordered_code_test.cc 311 TEST(OrderedCodeInvalidEncodingsTest, Overflow) {
    [all...]
  /external/v8/src/compiler/
common-operator.cc 425 V(Eager, Overflow) \
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_node_statics.cpp 518 {0x97b76b54 /* overflow */, XFA_Element::Overflow},
    [all...]

Completed in 1318 milliseconds

1 2 3 45 6