Searched defs:E1 (Results 1 - 25 of 53) sorted by last modified time

123

/external/webp/src/dsp/
H A Ddec_neon.c1021 const int16x8_t E1 = vcombine_s16(vget_high_s16(E_tmp), vget_low_s16(E_tmp)); local
1022 Transpose8x2(E0, E1, rows);
H A Denc_neon.c115 const int16x8_t E1 = vcombine_s16(vget_high_s16(E_tmp), vget_low_s16(E_tmp)); local
116 Transpose8x2(E0, E1, rows);
/external/svox/pico/lib/
H A Dpicopam.c204 picoos_int8 e1_syllable_word_start; /* E1 */
301 #define E1 32 macro
1696 case E1:
1799 outVect[T_E1] = inVect[E1];
3545 case E1:/*processor for E1*/
3564 pam->sSyllFeats[nI].phoneV[E1]
/external/pdfium/core/src/fdrm/crypto/
H A Dfx_crypt_aes.cpp168 static const unsigned int E1[256] = { variable
642 E1[(block[(i+C1)%Nb] >> 16) & 0xFF] ^ \
/external/opencv/ml/src/
H A Dmlann_mlp.cpp1186 double sweight = sw ? sw[si+i] : inv_count, E1 = 0; local
1192 E1 += t*t;
1194 E += sweight*E1;
1202 double sweight = sw ? sw[si+i] : inv_count, E1 = 0; local
1208 E1 += t*t;
1210 E += sweight*E1;
/external/openssl/crypto/des/
H A Dfcrypt_b.c89 register DES_LONG E0,E1; local
96 E1=Eswap1;
/external/llvm/unittests/ADT/
H A DAPIntTest.cpp603 uint64_t E1 = 0x2CA7F46BF6569915ULL; local
604 APInt A1(64, E1);
606 EXPECT_EQ(bool(E1 & (1ULL << i)),
/external/llvm/include/llvm/Support/
H A DGCOV.h301 bool operator()(const GCOVEdge *E1, const GCOVEdge *E2) { argument
302 return E1->Dst.Number < E2->Dst.Number;
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp801 MachineBasicBlock::const_instr_iterator E1 = getParent()->instr_end(); local
804 while (++I1 != E1 && I1->isInsideBundle()) {
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2344 // E1 = "X ^ C1"
2345 BinaryOperator *E1; local
2348 (E1 = dyn_cast<BinaryOperator>(Op0I->getOperand(0))) &&
2349 E1->getOpcode() == Instruction::Xor &&
2350 (C1 = dyn_cast<ConstantInt>(E1->getOperand(1)))) {
2356 Value *Opnd0 = Builder->CreateLShr(E1->getOperand(0), C2);
/external/libopus/celt/
H A Dcelt_decoder.c526 opus_val32 E1=1, E2=1; local
536 E1 += SHR32(MULT16_16(e, e), shift);
540 E1 = MIN32(E1, E2);
541 decay = celt_sqrt(frac_div32(SHR32(E1, 1), E2));
/external/kernel-headers/original/uapi/linux/
H A Dixjuser.h179 hz329 = 0x7bbf, /* .63 E1 */
271 E1 = hz329, enumerator in enum:__anon23123
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp4209 // The process for determining whether an operand expression E1 of type T1
4215 // E1 can be converted to match E2 if E1 can be implicitly converted to
4217 // conversion the reference must bind directly to E1.
4233 // -- if E1 and E2 have class type, and the underlying class types are
4243 // E1 can be converted to match E2 if the class of T2 is the
4263 // -- Otherwise: E1 can be converted to match E2 if E1 can be
4613 /// This finds the composite pointer type (or member pointer type) for @p E1
4626 Expr *&E1, Exp
4625 FindCompositePointerType(SourceLocation Loc, Expr *&E1, Expr *&E2, bool *NonStandardCompositeType) argument
[all...]
/external/clang/test/ASTMerge/Inputs/
H A Denum1.c2 enum E1 { enum
H A Denum2.c2 enum E1 { enum
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
H A Dp12.cpp10 E1 = E0 + 1 enumerator in enum:__anon18345::__anon18346
/external/clang/test/CXX/class.access/class.friend/
H A Dp2-cxx03.cpp8 enum E1 { }; enum
12 X0<E1> x0d;
H A Dp3-cxx0x.cpp8 enum E1 { }; enum
12 X0<E1> x0d;
/external/clang/test/CXX/class.access/
H A Dp6.cpp126 enum Enum { E0, E1, E2 }; // expected-note 4 {{declared private here}} enumerator in enum:test5::A::Enum
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp38 constexpr enum E1 {}; // expected-error {{enum cannot be marked constexpr}} enum
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
H A Dp2.cpp61 struct E1 { struct
62 E1() noexcept = default;
63 E1(const E1&) noexcept = default;
64 E1(E1&&) noexcept = default;
65 E1 &operator=(const E1&) noexcept = default;
66 E1 &operator=(E1
[all...]
/external/clang/test/CXX/drs/
H A Ddr0xx.cpp624 enum E1 { E1_0 = 0, E1_1 = 1 }; enum in namespace:dr58
626 struct X { E1 e1 : 1; E2 e2 : 1; };
913 enum E1 : int;
914 enum E1 : int { e1 }; // expected-note{{previous declaration is here}}
915 enum E1 : int; // expected-error{{class member cannot be redeclared}}
H A Ddr1xx.cpp331 enum E1 { e1 } x = e1; enum in namespace:dr128
/external/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
H A Dp3.cpp31 enum E1 { one }; enum in namespace:bullet3
36 A operator >= (E1, E1);
37 A operator >= (E1, const E2);
39 E1 a;
46 template <typename T> A operator <= (E1, T);
/external/clang/test/CXX/special/class.copy/
H A Dp23-cxx11.cpp145 struct E1 : AmbiguousCopyAssign {}; // expected-note {{base class 'AmbiguousCopyAssign' has multiple copy}} struct in inherits:AmbiguousCopyAssign
157 template struct CopyAssign<E1>; // expected-note {{here}}

Completed in 6687 milliseconds

123