Home
last modified time | relevance | path

Searched refs:Exp (Results 1 – 25 of 85) sorted by relevance

1234

/external/libcxx/test/std/containers/sequences/array/array.tuple/
Dtuple_element.pass.cpp21 typedef T Exp; in test() typedef
23 static_assert((std::is_same<typename std::tuple_element<0, C>::type, Exp>::value), ""); in test()
24 static_assert((std::is_same<typename std::tuple_element<1, C>::type, Exp>::value), ""); in test()
25 static_assert((std::is_same<typename std::tuple_element<2, C>::type, Exp>::value), ""); in test()
28 typedef T const Exp; in test() typedef
30 static_assert((std::is_same<typename std::tuple_element<0, C>::type, Exp>::value), ""); in test()
31 static_assert((std::is_same<typename std::tuple_element<1, C>::type, Exp>::value), ""); in test()
32 static_assert((std::is_same<typename std::tuple_element<2, C>::type, Exp>::value), ""); in test()
35 typedef T volatile Exp; in test() typedef
37 static_assert((std::is_same<typename std::tuple_element<0, C>::type, Exp>::value), ""); in test()
[all …]
/external/clang/lib/Analysis/
DThreadSafety.cpp357 const Expr *Exp; // The expression for this variable, OR member
361 bool isReference() { return !Exp; } in isReference()
366 : Dec(D), Exp(E), Ref(0), Ctx(C) in VarDefinition()
371 : Dec(D), Exp(nullptr), Ref(R), Ctx(C) in VarDefinition()
406 if (VarDefinitions[i].Exp) { in lookupExpr()
408 return VarDefinitions[i].Exp; in lookupExpr()
446 const Expr *Exp = VarDefinitions[i].Exp; in dump() local
451 if (Exp) Exp->dump(); in dump()
486 Context addDefinition(const NamedDecl *D, const Expr *Exp, Context Ctx) { in addDefinition() argument
490 VarDefinitions.push_back(VarDefinition(D, Exp, Ctx)); in addDefinition()
[all …]
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h636 uint8_t Exp = (Imm >> 4) & 0x7; in getFPImmFloat() local
646 FPUnion.I |= ((Exp & 0x4) != 0 ? 0 : 1) << 30; in getFPImmFloat()
647 FPUnion.I |= ((Exp & 0x4) != 0 ? 0x1f : 0) << 25; in getFPImmFloat()
648 FPUnion.I |= (Exp & 0x3) << 23; in getFPImmFloat()
658 int32_t Exp = (Imm.lshr(23).getSExtValue() & 0xff) - 127; // -126 to 127 in getFP32Imm() local
670 if (Exp < -3 || Exp > 4) in getFP32Imm()
672 Exp = ((Exp+3) & 0x7) ^ 4; in getFP32Imm()
674 return ((int)Sign << 7) | (Exp << 4) | Mantissa; in getFP32Imm()
686 int64_t Exp = (Imm.lshr(52).getSExtValue() & 0x7ff) - 1023; // -1022 to 1023 in getFP64Imm() local
698 if (Exp < -3 || Exp > 4) in getFP64Imm()
[all …]
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AddressingModes.h350 uint8_t Exp = (Imm >> 4) & 0x7; in getFPImmFloat() local
360 FPUnion.I |= ((Exp & 0x4) != 0 ? 0 : 1) << 30; in getFPImmFloat()
361 FPUnion.I |= ((Exp & 0x4) != 0 ? 0x1f : 0) << 25; in getFPImmFloat()
362 FPUnion.I |= (Exp & 0x3) << 23; in getFPImmFloat()
372 int32_t Exp = (Imm.lshr(10).getSExtValue() & 0x1f) - 15; // -14 to 15 in getFP16Imm() local
382 if (Exp < -3 || Exp > 4) in getFP16Imm()
384 Exp = ((Exp+3) & 0x7) ^ 4; in getFP16Imm()
386 return ((int)Sign << 7) | (Exp << 4) | Mantissa; in getFP16Imm()
398 int32_t Exp = (Imm.lshr(23).getSExtValue() & 0xff) - 127; // -126 to 127 in getFP32Imm() local
410 if (Exp < -3 || Exp > 4) in getFP32Imm()
[all …]
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyLogical.h84 LExpr *Exp; variable
87 Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {} in Not() argument
89 const LExpr *exp() const { return Exp; } in exp()
90 LExpr *exp() { return Exp; } in exp()
/external/clang/lib/ARCMigrate/
DTransARCAssign.cpp42 bool VisitBinaryOperator(BinaryOperator *Exp) { in VisitBinaryOperator() argument
43 if (Exp->getType()->isDependentType()) in VisitBinaryOperator()
46 Expr *E = Exp->getLHS(); in VisitBinaryOperator()
59 Exp->getOperatorLoc())) { in VisitBinaryOperator()
DTransEmptyStatementsAndDealloc.cpp132 Expr *Exp = S->getCollection(); in VisitObjCForCollectionStmt() local
133 if (!Exp) in VisitObjCForCollectionStmt()
135 if (hasSideEffects(Exp, Ctx)) in VisitObjCForCollectionStmt()
/external/libgdx/gdx/src/com/badlogic/gdx/math/
DInterpolation.java80 static public final Exp exp10 = new Exp(2, 10);
84 static public final Exp exp5 = new Exp(2, 5);
162 static public class Exp extends Interpolation { class in Interpolation
165 public Exp (float value, float power) { in Exp() method in Interpolation.Exp
178 static public class ExpIn extends Exp {
188 static public class ExpOut extends Exp {
/external/llvm/test/Transforms/GVN/
D2007-07-30-PredIDom.ll4 …%struct.Exp = type { %struct.Exp_*, i32, i32, i32, %struct.Exp*, %struct.Exp*, %"struct.Exp::$_10"…
5 %"struct.Exp::$_10" = type { %struct.Exp* }
6 %"struct.Exp::$_12" = type { %struct.Exp** }
11 define i8* @_ZN3Exp8toStringEj(%struct.Exp* %this, i32 %nextpc) {
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp349 Stmt *RewriteAtEncode(ObjCEncodeExpr *Exp);
352 Stmt *RewriteAtSelector(ObjCSelectorExpr *Exp);
353 Stmt *RewriteMessageExpr(ObjCMessageExpr *Exp);
354 Stmt *RewriteObjCStringLiteral(ObjCStringLiteral *Exp);
355 Stmt *RewriteObjCBoolLiteralExpr(ObjCBoolLiteralExpr *Exp);
356 Stmt *RewriteObjCBoxedExpr(ObjCBoxedExpr *Exp);
357 Stmt *RewriteObjCArrayLiteralExpr(ObjCArrayLiteral *Exp);
358 Stmt *RewriteObjCDictionaryLiteralExpr(ObjCDictionaryLiteral *Exp);
359 Stmt *RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp);
425 Stmt *SynthMessageExpr(ObjCMessageExpr *Exp,
[all …]
DRewriteObjC.cpp293 Stmt *RewriteAtEncode(ObjCEncodeExpr *Exp);
296 Stmt *RewriteAtSelector(ObjCSelectorExpr *Exp);
297 Stmt *RewriteMessageExpr(ObjCMessageExpr *Exp);
298 Stmt *RewriteObjCStringLiteral(ObjCStringLiteral *Exp);
299 Stmt *RewriteObjCProtocolExpr(ObjCProtocolExpr *Exp);
358 Stmt *SynthMessageExpr(ObjCMessageExpr *Exp,
385 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
389 Stmt *SynthBlockInitExpr(BlockExpr *Exp,
401 void CollectBlockDeclRefInfo(BlockExpr *Exp);
1980 Stmt *RewriteObjC::RewriteAtEncode(ObjCEncodeExpr *Exp) { in RewriteAtEncode() argument
[all …]
/external/valgrind/none/tests/ppc64/
Dround.c544 dbl_overlay Res, Exp; in check_single_guarded_arithmetic_op() local
797 Exp.dbl = expected; in check_single_guarded_arithmetic_op()
799 if ((Res.layout.sign != Exp.layout.sign) || in check_single_guarded_arithmetic_op()
800 (Res.layout.exp != Exp.layout.exp) || in check_single_guarded_arithmetic_op()
801 (Res.layout.frac_lo != Exp.layout.frac_lo) || in check_single_guarded_arithmetic_op()
802 (Res.layout.frac_hi != Exp.layout.frac_hi)) { in check_single_guarded_arithmetic_op()
829 if (status) printf("\n\texpected %a", Exp.dbl); in check_single_guarded_arithmetic_op()
856 dbl_overlay Res, Exp; in check_double_guarded_arithmetic_op() local
1152 Exp.dbl = expected; in check_double_guarded_arithmetic_op()
1154 if ((Res.layout.sign != Exp.layout.sign) || in check_double_guarded_arithmetic_op()
[all …]
/external/valgrind/none/tests/ppc32/
Dround.c544 dbl_overlay Res, Exp; in check_single_guarded_arithmetic_op() local
797 Exp.dbl = expected; in check_single_guarded_arithmetic_op()
799 if ((Res.layout.sign != Exp.layout.sign) || in check_single_guarded_arithmetic_op()
800 (Res.layout.exp != Exp.layout.exp) || in check_single_guarded_arithmetic_op()
801 (Res.layout.frac_lo != Exp.layout.frac_lo) || in check_single_guarded_arithmetic_op()
802 (Res.layout.frac_hi != Exp.layout.frac_hi)) { in check_single_guarded_arithmetic_op()
829 if (status) printf("\n\texpected %a", Exp.dbl); in check_single_guarded_arithmetic_op()
856 dbl_overlay Res, Exp; in check_double_guarded_arithmetic_op() local
1152 Exp.dbl = expected; in check_double_guarded_arithmetic_op()
1154 if ((Res.layout.sign != Exp.layout.sign) || in check_double_guarded_arithmetic_op()
[all …]
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp442 Value *SizeArgument, bool UseCalls, uint32_t Exp);
446 uint32_t Exp);
451 Value *SizeArgument, uint32_t Exp);
978 uint32_t Exp = ClForceExperiment; in instrumentMop() local
1012 Exp); in instrumentMop()
1014 UseCalls, Exp); in instrumentMop()
1021 uint32_t Exp) { in generateCrashCode() argument
1023 Value *ExpVal = Exp == 0 ? nullptr : ConstantInt::get(IRB.getInt32Ty(), Exp); in generateCrashCode()
1026 if (Exp == 0) in generateCrashCode()
1033 if (Exp == 0) in generateCrashCode()
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp556 const MCExpr *Exp = in EmitInstruction() local
567 MCOperand::createExpr(MCBinaryExpr::createSub(Exp, PB, OutContext)); in EmitInstruction()
601 const MCExpr *Exp = in EmitInstruction() local
604 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in EmitInstruction()
608 const MCExpr *Exp = in EmitInstruction() local
614 Exp = MCBinaryExpr::createSub(Exp, PB, OutContext); in EmitInstruction()
615 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in EmitInstruction()
646 const MCExpr *Exp = in EmitInstruction() local
649 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in EmitInstruction()
687 const MCExpr *Exp = in EmitInstruction() local
[all …]
/external/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp150 Value *Exp = CI->getArgOperand(0); in lowerExpectIntrinsic() local
151 CI->replaceAllUsesWith(Exp); in lowerExpectIntrinsic()
/external/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp62 SCEVExpander Exp(*SE, RuntimeCheckBB->getModule()->getDataLayout(), in versionLoop() local
65 Exp.expandCodeForPredicate(&Pred, RuntimeCheckBB->getTerminator()); in versionLoop()
/external/libedit/src/
Dshlib_version1 # $NetBSD: shlib_version,v 1.19 2013/01/22 20:23:21 christos Exp $
/external/netcat/
DNOTICE1 /* $OpenBSD: atomicio.c,v 1.10 2011/01/08 00:47:19 jeremy Exp $ */
29 /* $OpenBSD: atomicio.h,v 1.2 2007/09/07 14:50:44 tobias Exp $ */
57 /* $OpenBSD: netcat.c,v 1.103 2011/10/04 08:34:34 fgsch Exp $ */
/external/e2fsprogs/lib/et/test_cases/
Dheimdal2.et1 # $Id: kadm_err.et,v 1.5 1998/01/16 23:11:27 joda Exp $
14 ec KADM_RCSID, "$Id: kadm_err.et,v 1.5 1998/01/16 23:11:27 joda Exp $"
/external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
DBC_ReedSolomonGF256.h24 int32_t Exp(int32_t a);
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp140 const MCExpr *Exp = in EmitTTypeReference() local
143 OutStreamer->EmitValue(Exp, GetSizeOfEncodedValue(Encoding)); in EmitTTypeReference()
/external/llvm/lib/Target/Hexagon/
DHexagonTargetMachine.cpp180 Pass *Exp = createHexagonExpandCondsets(); in HexagonPassConfig() local
181 insertPass(&RegisterCoalescerID, IdentifyingPassPtr(Exp)); in HexagonPassConfig()
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample-inherit1 # Id: racoon.conf.sample-inherit,v 1.3 2005/12/13 16:41:07 vanhu Exp
/external/clang/lib/CodeGen/
DCGCall.cpp719 auto Exp = getTypeExpansion(Ty, Context); in getExpansionSize() local
720 if (auto CAExp = dyn_cast<ConstantArrayExpansion>(Exp.get())) { in getExpansionSize()
723 if (auto RExp = dyn_cast<RecordExpansion>(Exp.get())) { in getExpansionSize()
731 if (isa<ComplexExpansion>(Exp.get())) in getExpansionSize()
733 assert(isa<NoExpansion>(Exp.get())); in getExpansionSize()
740 auto Exp = getTypeExpansion(Ty, Context); in getExpandedTypes() local
741 if (auto CAExp = dyn_cast<ConstantArrayExpansion>(Exp.get())) { in getExpandedTypes()
745 } else if (auto RExp = dyn_cast<RecordExpansion>(Exp.get())) { in getExpandedTypes()
750 } else if (auto CExp = dyn_cast<ComplexExpansion>(Exp.get())) { in getExpandedTypes()
755 assert(isa<NoExpansion>(Exp.get())); in getExpandedTypes()
[all …]

1234