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

1 2 3 4 5 6

  /external/arm-neon-tests/
ref_integer.c 40 #include "stm-dspfns.h" /* For Overflow */
42 #include <dspfns.h> /* For Overflow */
70 Overflow = 0;
73 (unsigned int)svar1, (unsigned int)svar2, (unsigned int)sres, Overflow);
77 Overflow = 0;
80 (unsigned int)svar1, (unsigned int)svar2, (unsigned int)sres, Overflow);
84 Overflow = 0;
87 (unsigned int)svar1, (unsigned int)svar2, (unsigned int)sres, Overflow);
91 Overflow = 0;
94 (unsigned int)svar1, (unsigned int)svar2, (unsigned int)sres, Overflow);
    [all...]
ref_dspfns.c 61 fprintf(ref_file, "Checking %s with input Overflow=%d and input Carry=%d\n",
65 Overflow = init_Overflow;
68 fprintf(ref_file, "%s(%#x) = %#x overflow %d carry %d\n",
69 func_name, svar32_a, svar16_a, Overflow, Carry);
72 Overflow = init_Overflow;
75 fprintf(ref_file, "%s(%#x) = %#x overflow %d carry %d\n",
76 func_name, svar32_a, svar16_a, Overflow, Carry);
79 Overflow = init_Overflow;
82 fprintf(ref_file, "%s(%#x) = %#x overflow %d carry %d\n",
83 func_name, svar32_a, svar16_a, Overflow, Carry)
    [all...]
ref_dsp.c 40 #include <dspfns.h> /* For Overflow */
43 #include "stm-dspfns.h" /* For Overflow */
60 Overflow = 0;
62 fprintf(ref_file, "qadd(%#x, %#x) = %#x sat %d\n", svar1, svar2, sres, Overflow);
66 Overflow = 0;
68 fprintf(ref_file, "qadd(%#x, %#x) = %#x sat %d\n", svar1, svar2, sres, Overflow);
72 Overflow = 0;
74 fprintf(ref_file, "qadd(%#x, %#x) = %#x sat %d\n", svar1, svar2, sres, Overflow);
78 Overflow = 0;
80 fprintf(ref_file, "qadd(%#x, %#x) = %#x sat %d\n", svar1, svar2, sres, Overflow);
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
bpo-10.s 0 # Overflow; specify 223*8 registers.
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
basicop_malloc.h 86 extern Flag Overflow;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
group-relocs-alu-bad-2.d 4 #error: Overflow whilst splitting 0x1234 for group relocation
group-relocs-alu-bad.d 4 #error: Overflow whilst splitting 0x1010 for group relocation
group-relocs-ldc-bad-2.d 4 #error: Overflow whilst splitting 0x123456 for group relocation
group-relocs-ldc-bad.d 4 #error: Overflow whilst splitting 0x110400 for group relocation
group-relocs-ldr-bad-2.d 4 #error: .*Overflow whilst splitting 0x7ff9000 for group relocation.*
group-relocs-ldr-bad.d 4 #error: .*Overflow whilst splitting 0x123456 for group relocation.*
group-relocs-ldrs-bad-2.d 4 #error: Overflow whilst splitting 0x7ff8100 for group relocation
group-relocs-ldrs-bad.d 4 #error: Overflow whilst splitting 0x123456 for group relocation
  /external/pdfium/xfa/fxfa/parser/
cxfa_overflow.cpp 23 constexpr wchar_t kName[] = L"overflow";
32 XFA_Element::Overflow,
cxfa_subformset.cpp 15 {XFA_Element::Break, 1, 0}, {XFA_Element::Overflow, 1, 0},
  /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/clang/test/SemaTemplate/
temp_arg_nontype.cpp 96 template<unsigned char C> struct Overflow; // expected-note{{template parameter is declared here}}
98 Overflow<5> *overflow1; // okay
99 Overflow<255> *overflow2; // okay
100 Overflow<256> *overflow3; // expected-warning{{non-type template argument value '256' truncated to '0' for template parameter of type 'unsigned char'}}
  /frameworks/compile/mclinker/include/mcld/LD/
Relocator.h 33 enum Result { OK, BadReloc, Overflow, Unsupported, Unknown };
  /prebuilts/go/darwin-x86/src/math/
exp.go 12 // Very large values overflow to 0 or +Inf.
83 // if x > 7.09782712893383973096e+02 then exp(x) overflow
98 Overflow = 7.09782712893383973096e+02
109 case x > Overflow:
142 Overflow = 1.0239999999999999e+03
152 case x > Overflow:
  /prebuilts/go/linux-x86/src/math/
exp.go 12 // Very large values overflow to 0 or +Inf.
83 // if x > 7.09782712893383973096e+02 then exp(x) overflow
98 Overflow = 7.09782712893383973096e+02
109 case x > Overflow:
142 Overflow = 1.0239999999999999e+03
152 case x > Overflow:
  /external/freetype/src/psaux/
psconv.c 147 FT_TRACE4(( "!!!OVERFLOW:!!!" ));
261 /* only add digit if we don't overflow */
303 goto Overflow;
310 goto Overflow;
316 goto Overflow;
342 /* it's not necessary to check this addition for overflow */
357 Overflow:
359 FT_TRACE4(( "!!!OVERFLOW:!!!" ));
  /external/perfetto/src/traced/probes/filesystem/
lru_inode_cache_unittest.cc 63 TEST(LRUInodeCacheTest, Overflow) {
  /external/v8/src/
deoptimize-reason.h 17 V(ConversionOverflow, "conversion overflow") \
54 V(Overflow, "overflow") \
  /external/clang/lib/Lex/
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/llvm/lib/Support/
APInt.cpp 903 // Return infinity for exponent overflow
    [all...]

Completed in 1188 milliseconds

1 2 3 4 5 6