Searched defs:P0 (Results 1 - 8 of 8) sorted by relevance

/external/libgsm/src/
H A Dgsm_create.c34 gsm gsm_create P0() function
/external/libgsm/inc/
H A Dproto.h25 #undef P0 macro
39 # define P0() (void) macro
53 # define P0() () macro
H A Dunproto.h13 #undef P0 macro
/external/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp60 const SCEV *P0 = SE.getAddExpr(S0, S0); local
64 const SCEVMulExpr *M0 = cast<SCEVMulExpr>(P0);
/external/llvm/include/llvm/ADT/
H A DVariadicFunction.h154 ResultT operator()(Param0T P0) const {
155 return Func(P0, ArrayRef<const ArgT *>());
159 ResultT operator()(Param0T P0, LLVM_COMMA_JOIN ## N(const ArgT &A)) const { \
161 return Func(P0, makeArrayRef(Args)); \
201 ResultT operator()(Param0T P0, Param1T P1) const { argument
202 return Func(P0, P1, ArrayRef<const ArgT *>());
206 ResultT operator()(Param0T P0, Param1T P1, \
209 return Func(P0, P1, makeArrayRef(Args)); \
250 ResultT operator()(Param0T P0, Param1T P1, Param2T P2) const { argument
251 return Func(P0, P
[all...]
/external/llvm/unittests/IR/
H A DConstantsTest.cpp179 Constant *P0 = ConstantExpr::getPtrToInt(Global, Int32Ty); local
180 Constant *P1 = ConstantExpr::getUIToFP(P0, FloatTy);
181 Constant *P2 = ConstantExpr::getUIToFP(P0, DoubleTy);
182 Constant *P3 = ConstantExpr::getTrunc(P0, Int1Ty);
197 CHECK(ConstantExpr::getNeg(P0), "sub i32 0, " P0STR);
199 CHECK(ConstantExpr::getNot(P0), "xor i32 " P0STR ", -1");
200 CHECK(ConstantExpr::getAdd(P0, P0), "add i32 " P0STR ", " P0STR);
201 CHECK(ConstantExpr::getAdd(P0, P0, fals
[all...]
/external/freetype/src/cff/
H A Dcf2hints.c1549 FT_Vector P0, P1; local
1565 P0.x = glyphpath->currentCS.x + xOffset;
1566 P0.y = glyphpath->currentCS.y + yOffset;
1573 cf2_glyphpath_pushMove( glyphpath, P0 );
1587 &P0,
1595 glyphpath->prevElemP0 = P0;
1622 FT_Vector P0, P1, P2, P3; local
1646 P0.x = glyphpath->currentCS.x + xOffset1;
1647 P0.y = glyphpath->currentCS.y + yOffset1;
1659 cf2_glyphpath_pushMove( glyphpath, P0 );
[all...]
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp709 CmpInst::Predicate P0 = dyn_cast<CmpInst>(VL0)->getPredicate(); local
713 if (Cmp->getPredicate() != P0 ||
1264 CmpInst::Predicate P0 = dyn_cast<CmpInst>(VL0)->getPredicate();
1267 V = Builder.CreateFCmp(P0, L, R);
1269 V = Builder.CreateICmp(P0, L, R);

Completed in 161 milliseconds