HomeSort by relevance Sort by last modified time
    Searched refs:Overflow (Results 26 - 50 of 69) sorted by null

12 3

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fpieee.h 132 unsigned int Overflow : 1;
bdaiface.h 296 STDMETHOD_(HRESULT,GetStatus)(THIS_ DWORD *CurrentBitrate,WINBOOL *CarrierLock,DWORD *CurrentFrequency,WINBOOL *CurrentSpectrumInversion,BSTR *CurrentPIDList,BSTR *CurrentTIDList,WINBOOL *Overflow) PURE;
310 #define IBDA_FDC_GetStatus(This,CurrentBitrate,CarrierLock,CurrentFrequency,CurrentSpectrumInversion,CurrentPIDList,CurrentTIDList,Overflow) (This)->lpVtbl->GetStatus(This,CurrentBitrate,CarrierLock,CurrentFrequency,CurrentSpectrumInversion,CurrentPIDList,CurrentTIDList,Overflow)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
types.py 29 Clamped, Overflow, Inexact, Underflow, Rounded)
37 traps=[Clamped, Overflow, Inexact, Rounded, Underflow])
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 263 // Return true if overflow
    [all...]
  /external/v8/test/mjsunit/es6/
math-hyperbolic.js 161 // No overflow, case |x| in [log(maxdouble), threshold]
164 // Overflow, case |x| > threshold
186 // Overflow.
204 // Test against 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;
  /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.
365 /// If this overflow check is done via one of the overflow check intrinsics,
367 /// overflow check is done by arithmetic followed by a compare, then CtxI has
371 /// operation in OperationResult and result of the overflow check in
439 /// Creates a result tuple for an overflow intrinsic \p II with a given
440 /// \p Result and a constant \p Overflow value.
442 Constant *Overflow) {
443 Constant *V[] = {UndefValue::get(Result->getType()), Overflow};
568 /// If the multiplication is known not to overflow then NoSignedWrap is set
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 664 // (&GV+C1) - (&GV+C2) -> C1-C2, pointer arithmetic cannot overflow.
    [all...]
ScalarEvolution.cpp 939 // overflow. Hence, we must assure that the result of our computation is
    [all...]
  /toolchain/binutils/binutils-2.25/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)
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_unittest.cc 67 TEST_F(LinkedSetTest, Overflow) {
213 // Should handle uint16_t overflow.
222 // Should handle set overflow.
  /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...]
  /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/Target/AMDGPU/
R600ISelLowering.cpp 94 // ADD, SUB overflow.
    [all...]
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 101 // Hash the overflow behavior
102 unsigned Overflow =
106 return hash_combine(BinOp->getOpcode(), Overflow, LHS, RHS);
167 // Check overflow attributes
    [all...]
  /external/freetype/src/raster/
ftraster.c 644 /* SUCCESS on success. FAILURE in case of overflow or of incoherent */
660 ras.error = FT_THROW( Overflow );
718 /* SUCCESS on success. FAILURE in case of overflow or incoherency. */
766 FT_TRACE1(( "overflow in End_Profile\n" ));
767 ras.error = FT_THROW( Overflow );
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/raster/
ftraster.c 640 /* SUCCESS on success. FAILURE in case of overflow or of incoherent */
656 ras.error = FT_THROW( Overflow );
714 /* SUCCESS on success. FAILURE in case of overflow or incoherency. */
762 FT_TRACE1(( "overflow in End_Profile\n" ));
763 ras.error = FT_THROW( Overflow );
    [all...]
  /external/pdfium/third_party/freetype/src/raster/
ftraster.c 640 /* SUCCESS on success. FAILURE in case of overflow or of incoherent */
656 ras.error = FT_THROW( Overflow );
714 /* SUCCESS on success. FAILURE in case of overflow or incoherency. */
762 FT_TRACE1(( "overflow in End_Profile\n" ));
763 ras.error = FT_THROW( Overflow );
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 517 /// Promote the overflow flag of an overflowing arithmetic node.
549 // Calculate the overflow flag: sign extend the arithmetic result from
556 // Use the calculated overflow everywhere.
742 // Calculate the overflow flag: zero extend the arithmetic result from
748 // Use the calculated overflow everywhere.
755 // Promote the overflow bit trivially.
765 // then also check the high bits of the result to see if overflow happened
777 // Overflow occurred if it occurred in the larger type, or if the high part
780 SDValue Overflow;
782 // Unsigned overflow occurred if the high part is non-zero
    [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/Target/AArch64/
AArch64ISelLowering.cpp 205 // Add/Sub overflow ops with MVT::Glues are lowered to NZCV dependences.
251 // Custom lower Add/Sub/Mul with overflow.
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp     [all...]

Completed in 2524 milliseconds

12 3