/external/libgsm/src/ |
H A D | gsm_create.c | 34 gsm gsm_create P0() function
|
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/ |
H A D | const_pair.pass.cpp | 32 typedef std::pair<double, char> P0; typedef 34 constexpr P0 p0(2.5, 'a');
|
/external/linux-tools-perf/perf-3.12.0/arch/blackfin/lib/ |
H A D | memcpy.S | 35 P0 = R0 ; /* dst*/ define 66 B[P0++] = R3; 78 [P0++] = R3; 84 MNOP || [P0++] = R3 || R3 = [I1++]; 86 [P0++] = R3; 101 B[P0++] = R1; 112 P0 = P0 + P2; define 113 P0 += -1; 120 B[P0 [all...] |
H A D | memset.S | 27 P0 = R0 ; /* P0 = address */ define 47 [P0++] = R2; 49 CC = P0 == P2; 55 R3 = P0; /* current position */ 66 B[P0++] = R1; 76 R0 = P0; /* Recover return address */ 78 B[P0++] = R1; 83 B[P0++] = R1; 84 B[P0 [all...] |
/external/libgsm/inc/ |
H A D | proto.h | 25 #undef P0 macro 39 # define P0() (void) macro 53 # define P0() () macro
|
H A D | unproto.h | 13 #undef P0 macro
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
H A D | LineUtilities.cpp | 55 // Input: three points P0, P1, and P2 56 // Return: >0 for P2 left of the line through P0 and P1 60 // return (float) ((P1.x - P0.x)*(P2.y - P0.y) - (P2.x - P0.x)*(P1.y - P0.y)); 62 _Vector P0 = line[1] - line[0]; local 64 return P0.cross(P2);
|
/external/llvm/unittests/Analysis/ |
H A D | ScalarEvolutionTest.cpp | 60 const SCEV *P0 = SE.getAddExpr(S0, S0); local 64 const SCEVMulExpr *M0 = cast<SCEVMulExpr>(P0);
|
/external/skia/experimental/Intersection/ |
H A D | LineUtilities.cpp | 55 // Input: three points P0, P1, and P2 56 // Return: >0 for P2 left of the line through P0 and P1 60 // return (float) ((P1.x - P0.x)*(P2.y - P0.y) - (P2.x - P0.x)*(P1.y - P0.y)); 62 _Vector P0 = line[1] - line[0]; local 64 return P0.cross(P2);
|
/external/llvm/include/llvm/ADT/ |
H A D | VariadicFunction.h | 154 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 D | ConstantsTest.cpp | 179 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/chromium_org/third_party/freetype/src/cff/ |
H A D | cf2hints.c | 1549 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/freetype/src/cff/ |
H A D | cf2hints.c | 1624 FT_Vector P0, P1; local 1676 P0.x = glyphpath->currentCS.x + xOffset; 1677 P0.y = glyphpath->currentCS.y + yOffset; 1684 cf2_glyphpath_pushMove( glyphpath, P0 ); 1698 &P0, 1706 glyphpath->prevElemP0 = P0; 1733 FT_Vector P0, P1, P2, P3; local 1757 P0.x = glyphpath->currentCS.x + xOffset1; 1758 P0.y = glyphpath->currentCS.y + yOffset1; 1770 cf2_glyphpath_pushMove( glyphpath, P0 ); [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/ |
H A D | cf2hints.c | 1563 FT_Vector P0, P1; local 1579 P0.x = glyphpath->currentCS.x + xOffset; 1580 P0.y = glyphpath->currentCS.y + yOffset; 1587 cf2_glyphpath_pushMove( glyphpath, P0 ); 1601 &P0, 1609 glyphpath->prevElemP0 = P0; 1636 FT_Vector P0, P1, P2, P3; local 1660 P0.x = glyphpath->currentCS.x + xOffset1; 1661 P0.y = glyphpath->currentCS.y + yOffset1; 1673 cf2_glyphpath_pushMove( glyphpath, P0 ); [all...] |
/external/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 312 if(Instruction *P0 = dyn_cast<Instruction>(OrigLeft[i-1])) { 313 if(P0->getOpcode() != I0->getOpcode()) 919 CmpInst::Predicate P0 = dyn_cast<CmpInst>(VL0)->getPredicate(); local 923 if (Cmp->getPredicate() != P0 || 1714 CmpInst::Predicate P0 = dyn_cast<CmpInst>(VL0)->getPredicate(); 1717 V = Builder.CreateFCmp(P0, L, R); 1719 V = Builder.CreateICmp(P0, L, R);
|