Searched refs:E1 (Results 76 - 89 of 89) sorted by relevance

1234

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2660 // E1 = "X ^ C1"
2661 BinaryOperator *E1; local
2664 (E1 = dyn_cast<BinaryOperator>(Op0I->getOperand(0))) &&
2665 E1->getOpcode() == Instruction::Xor &&
2666 (C1 = dyn_cast<ConstantInt>(E1->getOperand(1)))) {
2672 Value *Opnd0 = Builder->CreateLShr(E1->getOperand(0), C2);
/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/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp1951 struct E1 {} e1;
1953 struct E3 : E1 {} e3;
1958 constexpr E1 e1b(e1);
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp838 MachineBasicBlock::const_instr_iterator E1 = getParent()->instr_end(); local
841 while (++I1 != E1 && I1->isInsideBundle()) {
/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/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);
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h1485 #define HEX_DIGIT_11100001 E1
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp59 MAP(E1, 65) \
/external/opencv/cv/src/
H A Dcvcalibration.cpp2562 CvMat E1=cvMat(3, 1, CV_64F, V.data.db+6);
2563 cvMatMul(&H0, &E1, &E1);
/external/clang/lib/AST/
H A DASTImporter.cpp268 Expr *E1, Expr *E2) {
269 if (!E1 || !E2)
270 return E1 == E2;
267 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, Expr *E1, Expr *E2) argument
/external/clang/include/clang/Sema/
H A DSema.h8013 QualType FindCompositePointerType(SourceLocation Loc, Expr *&E1, Expr *&E2,
8016 ExprResult &E1, ExprResult &E2,
8018 Expr *E1Tmp = E1.get(), *E2Tmp = E2.get();
8021 E1 = E1Tmp;
8015 FindCompositePointerType(SourceLocation Loc, ExprResult &E1, ExprResult &E2, bool *NonStandardCompositeType = nullptr) argument
/external/clang/lib/Sema/
H A DSemaChecking.cpp5015 static bool referToTheSameDecl(const Expr *E1, const Expr *E2) { argument
5016 if (const DeclRefExpr *D1 = dyn_cast_or_null<DeclRefExpr>(E1))
7534 // E1 op= E2 is equivalent to E1 = E1 op E2, except that E1 is evaluated
7538 // everywhere except within the evaluation of E1 itself.
/external/bison/build-aux/
H A Dtexinfo.tex9308 \DeclareUnicodeCharacter{00E1}{\'a}
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]

Completed in 686 milliseconds

1234