Searched refs:P0 (Results 1 - 25 of 40) sorted by relevance

12

/external/swiftshader/src/Renderer/
H A DPolygon.hpp24 Polygon(const float4 *P0, const float4 *P1, const float4 *P2) argument
26 P[0][0] = P0;
H A DRenderer.cpp1683 const float4 &P0 = v0.v[pos]; local
1686 if(P0.w <= 0 && P1.w <= 0)
1694 float dx = W * (P1.x / P1.w - P0.x / P0.w);
1695 float dy = H * (P1.y / P1.w - P0.y / P0.w);
1707 P[0] = P0;
1710 P[3] = P0;
1717 float dx0w = dx * P0.w / W;
1718 float dy0h = dy * P0
[all...]
/external/clang/unittests/Tooling/
H A DFixItTest.cpp42 Expr *P0 = CE->getArg(0);
44 EXPECT_EQ("x", getText(*P0, *Context));
61 Expr *P0 = CE->getArg(0);
63 EXPECT_EQ("", getText(*P0, *Context));
72 Expr *P0 = CE->getArg(0);
74 EXPECT_EQ("x", getText(*P0, *Context));
90 Expr *P0 = CE->getArg(0);
91 FixItHint Hint0 = createRemoval(*P0);
105 Expr *P0 = CE->getArg(0);
106 FixItHint Hint0 = createRemoval(*P0);
[all...]
/external/libgsm/inc/
H A Dunproto.h13 #undef P0 macro
H A Dproto.h25 #undef P0 macro
39 # define P0() (void) macro
53 # define P0() () macro
/external/libgsm/src/
H A Dgsm_create.c34 gsm gsm_create P0() function
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dconst_pair.pass.cpp36 typedef std::pair<long, char> P0; typedef
38 constexpr P0 p0(2, 'a');
/external/llvm/unittests/IR/
H A DConstantsTest.cpp207 Constant *P0 = ConstantExpr::getPtrToInt(Global, Int32Ty); local
208 Constant *P1 = ConstantExpr::getUIToFP(P0, FloatTy);
209 Constant *P2 = ConstantExpr::getUIToFP(P0, DoubleTy);
210 Constant *P3 = ConstantExpr::getTrunc(P0, Int1Ty);
231 CHECK(ConstantExpr::getNeg(P0), "sub i32 0, " P0STR);
233 CHECK(ConstantExpr::getNot(P0), "xor i32 " P0STR ", -1");
234 CHECK(ConstantExpr::getAdd(P0, P0), "add i32 " P0STR ", " P0STR);
235 CHECK(ConstantExpr::getAdd(P0, P0, fals
[all...]
/external/llvm/include/llvm/ADT/
H A DVariadicFunction.h154 ResultT operator()(Param0T P0) const {
155 return Func(P0, None);
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, None);
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/skia/tests/
H A DSkPEGTest.cpp250 using P0 =
258 REPORTER_ASSERT(r, !P0::Match(""));
259 REPORTER_ASSERT(r, !P0::Match(","));
260 REPORTER_ASSERT(r, !P0::Match("1,"));
261 REPORTER_ASSERT(r, !P0::Match(",1"));
262 REPORTER_ASSERT(r, P0::Match("1"));
263 REPORTER_ASSERT(r, P0::Match("1,2"));
264 REPORTER_ASSERT(r, !P0::Match("1,2 "));
265 REPORTER_ASSERT(r, P0::Match("123,456"));
/external/webp/src/dsp/
H A Dlossless_enc_mips32.c294 // P2 = P0 + P1
300 #define ADD_TO_OUT(A, B, C, D, E, P0, P1, P2) \
301 "ulw %[temp0], " #A "(%[" #P0 "]) \n\t" \
302 "ulw %[temp1], " #B "(%[" #P0 "]) \n\t" \
303 "ulw %[temp2], " #C "(%[" #P0 "]) \n\t" \
304 "ulw %[temp3], " #D "(%[" #P0 "]) \n\t" \
313 "addiu %[" #P0 "], %[" #P0 "], 16 \n\t" \
322 "bne %[" #P0 "], %[LoopEnd], 1b \n\t" \
/external/deqp/framework/delibs/decpp/
H A DdeUniquePtr.hpp175 template<typename T, typename P0>
176 inline MovePtr<T> newMovePtr (P0 p0) { return MovePtr<T>(new T(p0)); }
177 template<typename T, typename P0, typename P1>
178 inline MovePtr<T> newMovePtr (P0 p0, P1 p1) { return MovePtr<T>(new T(p0, p1)); }
179 template<typename T, typename P0, typename P1, typename P2>
180 inline MovePtr<T> newMovePtr (P0 p0, P1 p1, P2 p2) { return MovePtr<T>(new T(p0, p1, p2)); }
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCompound.cpp103 if ((Hexagon::P0 == DstReg || Hexagon::P1 == DstReg) &&
113 // P0 = cmp.eq(Rs,#u2)
116 if ((Hexagon::P0 == DstReg || Hexagon::P1 == DstReg) &&
147 if ((Hexagon::P0 == DstReg || Hexagon::P1 == DstReg) &&
161 if (Hexagon::P0 == Src1Reg || Hexagon::P1 == Src1Reg)
184 assert((PredReg == Hexagon::P0) || (PredReg == Hexagon::P1) ||
192 return (PredReg == Hexagon::P0) ? fp0_jump_nt : fp1_jump_nt;
194 return (PredReg == Hexagon::P0) ? fp0_jump_t : fp1_jump_t;
196 return (PredReg == Hexagon::P0) ? tp0_jump_nt : tp1_jump_nt;
198 return (PredReg == Hexagon::P0)
[all...]
H A DHexagonMCChecker.h184 return (Hexagon::P0 == R || Hexagon::P1 == R ||
H A DHexagonMCDuplexInfo.cpp287 if ((HexagonMCInstrInfo::isPredReg(SrcReg) && (Hexagon::P0 == SrcReg)) &&
305 if (Hexagon::P0 == SrcReg) {
397 // if ([!]P0[.new]) Rd = #0
400 // P0 = cmp.eq(Rs,#u2)
468 // if ([!]P0[.new]) Rd = #0
470 // %R16<def> = C2_cmovenewit %P0<internal>, 0, %R16<imp-use,undef>;
472 PredReg = MCI.getOperand(1).getReg(); // P0
474 Hexagon::P0 == PredReg && minConstant(MCI, 2) == 0) {
479 // P0 = cmp.eq(Rs,#u2)
482 if (Hexagon::P0
[all...]
/external/deqp/framework/common/
H A DtcuInterval.hpp230 #define TCU_INTERVAL_APPLY_MONOTONE2(DST, P0, A0, P1, A1, VAR, BODY) \
232 DST, P0, A0, tmp2_, \
235 #define TCU_INTERVAL_APPLY_MONOTONE3(DST, P0, A0, P1, A1, P2, A2, VAR, BODY) \
237 DST, P0, A0, tmp3_, \
/external/skia/src/core/
H A DSkGeometry.h334 Sk2s P0 = from_point(src[0]); local
339 fA = P3 + three * (P1 - P2) - P0;
340 fB = three * (P2 - times_2(P1) + P0);
341 fC = three * (P1 - P0);
342 fD = P0;
H A DSkGeometry.cpp127 Sk2s P0 = from_point(src[0]); local
131 Sk2s B = P1 - P0;
288 Sk2s P0 = from_point(src[0]);
293 coeff.fA = P3 + Sk2s(3) * (P1 - P2) - P0;
294 coeff.fB = times_2(P2 - times_2(P1) + P0);
295 coeff.fC = P1 - P0;
300 Sk2s P0 = from_point(src[0]);
304 Sk2s A = P3 + Sk2s(3) * (P1 - P2) - P0;
305 Sk2s B = P2 - times_2(P1) + P0;
871 // = {t^2 (P0
[all...]
/external/freetype/src/cff/
H A Dcf2hints.c1626 FT_Vector P0, P1; local
1678 P0.x = glyphpath->currentCS.x + xOffset;
1679 P0.y = glyphpath->currentCS.y + yOffset;
1686 cf2_glyphpath_pushMove( glyphpath, P0 );
1701 &P0,
1709 glyphpath->prevElemP0 = P0;
1736 FT_Vector P0, P1, P2, P3; local
1760 P0.x = glyphpath->currentCS.x + xOffset1;
1761 P0.y = glyphpath->currentCS.y + yOffset1;
1773 cf2_glyphpath_pushMove( glyphpath, P0 );
[all...]
/external/pdfium/third_party/freetype/src/cff/
H A Dcf2hints.c1625 FT_Vector P0, P1; local
1677 P0.x = glyphpath->currentCS.x + xOffset;
1678 P0.y = glyphpath->currentCS.y + yOffset;
1685 cf2_glyphpath_pushMove( glyphpath, P0 );
1700 &P0,
1708 glyphpath->prevElemP0 = P0;
1735 FT_Vector P0, P1, P2, P3; local
1759 P0.x = glyphpath->currentCS.x + xOffset1;
1760 P0.y = glyphpath->currentCS.y + yOffset1;
1772 cf2_glyphpath_pushMove( glyphpath, P0 );
[all...]
/external/ltp/testcases/kernel/syscalls/ptrace/
H A Dptrace04.c35 R(P0) R(P1) R(P2) R(P3) R(P4) R(P5) R(FP) R(USP)
/external/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp67 P0, P1, P2, P3, 0
/external/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp69 const SCEV *P0 = SE.getAddExpr(S0, S0); local
73 const SCEVMulExpr *M0 = cast<SCEVMulExpr>(P0);
/external/swiftshader/third_party/LLVM/unittests/Analysis/
H A DScalarEvolutionTest.cpp60 const SCEV *P0 = SE.getAddExpr(S0, S0); local
64 const SCEVMulExpr *M0 = cast<SCEVMulExpr>(P0);
/external/eigen/Eigen/src/Core/arch/AVX/
H A DComplex.h436 __m256d P0 = _mm256_castps_pd(kernel.packet[0].v); local
441 __m256d T0 = _mm256_shuffle_pd(P0, P1, 15);
442 __m256d T1 = _mm256_shuffle_pd(P0, P1, 0);

Completed in 671 milliseconds

12