Searched defs:P2 (Results 26 - 50 of 64) sorted by relevance

123

/external/clang/test/CodeGen/
H A Dpartial-reinitialization2.c6 struct P2 { int a, b, c; } g2 = { 1, 2, 3 }; struct
7 struct LP2 { struct P2 p2; };
8 struct LP2P2 { struct P2 p1, p2; };
9 union UP2 { struct P2 p2; };
36 // CHECK: call void @llvm.memcpy{{.*}}%struct.P2* @g2{{.*}}i64 12, i32 {{[0-9]}}, i1 false)
43 struct P2 get235()
45 struct P2 p = { 2, 3, 5 };
/external/clang/test/Sema/
H A Dconst-eval.c90 float _Complex P2 = 3.3f + P; local
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp65 // Determine the relative position of the pieces described by P1 and P2.
66 // Returns -1 if P1 is entirely before P2, 0 if P1 and P2 overlap,
67 // 1 if P1 is entirely after P2.
68 int DebugHandlerBase::pieceCmp(const DIExpression *P1, const DIExpression *P2) { argument
70 unsigned l2 = P2->getBitPieceOffset();
72 unsigned r2 = l2 + P2->getBitPieceSize();
82 bool DebugHandlerBase::piecesOverlap(const DIExpression *P1, const DIExpression *P2) { argument
83 if (!P1->isBitPiece() || !P2->isBitPiece())
85 return pieceCmp(P1, P2)
[all...]
/external/llvm/lib/Support/
H A DScaledNumber.cpp31 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR; local
40 addWithCarry(P2);
/external/swiftshader/third_party/LLVM/unittests/Analysis/
H A DScalarEvolutionTest.cpp62 const SCEV *P2 = SE.getAddExpr(S2, S2); local
66 const SCEVMulExpr *M2 = cast<SCEVMulExpr>(P2);
/external/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h81 static bool isEqual(PoolEntry *P1, PoolEntry *P2) { argument
83 return P1 == P2;
84 return isEqual(P1->getValue(), P2);
/external/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp71 const SCEV *P2 = SE.getAddExpr(S2, S2); local
75 const SCEVMulExpr *M2 = cast<SCEVMulExpr>(P2);
/external/ltp/testcases/kernel/containers/utsname/
H A Dutstest.c22 P2: B=gethostname
27 P2: (wait); B=gethostname
32 P2: B=gethostname; (wait); (wait); D=gethostname
37 P2: B=gethostname; (wait); sethostname(newname); D=gethostname
42 P2: (wait); sethostname(B); D=gethostname
226 int P2(void *vtest) function
258 tst_resm(TPASS, "P2: P1 claims error");
323 r = do_clone_unshare_tests(T_NONE, 0, P1, vtest, P2, vtest);
328 P1, vtest, P2, vtest);
345 P2(vtes
[all...]
/external/skia/src/core/
H A DSkGeometry.h328 Sk2s P2 = from_point(src[2]); local
330 fA = P2 - times_2(P1) + fC;
379 Sk2s P2 = from_point(src[2]); local
382 fA = P3 + three * (P1 - P2) - P0;
383 fB = three * (P2 - times_2(P1) + P0);
H A DSkGeometry.cpp131 Sk2s P2 = from_point(src[2]); local
134 Sk2s A = P2 - P1 - B;
292 Sk2s P2 = from_point(src[2]);
295 coeff.fA = P3 + Sk2s(3) * (P1 - P2) - P0;
296 coeff.fB = times_2(P2 - times_2(P1) + P0);
304 Sk2s P2 = from_point(src[2]);
306 Sk2s A = P3 + Sk2s(3) * (P1 - P2) - P0;
307 Sk2s B = P2 - times_2(P1) + P0;
949 // = {t^2 (P0 + P2 - 2 P1 w), t (-2 P0 + 2 P1 w), P0}
956 // t^2 : (2 P0 - 2 P2
[all...]
/external/skqp/src/core/
H A DSkGeometry.h328 Sk2s P2 = from_point(src[2]); local
330 fA = P2 - times_2(P1) + fC;
379 Sk2s P2 = from_point(src[2]); local
382 fA = P3 + three * (P1 - P2) - P0;
383 fB = three * (P2 - times_2(P1) + P0);
H A DSkGeometry.cpp131 Sk2s P2 = from_point(src[2]); local
134 Sk2s A = P2 - P1 - B;
292 Sk2s P2 = from_point(src[2]);
295 coeff.fA = P3 + Sk2s(3) * (P1 - P2) - P0;
296 coeff.fB = times_2(P2 - times_2(P1) + P0);
304 Sk2s P2 = from_point(src[2]);
306 Sk2s A = P3 + Sk2s(3) * (P1 - P2) - P0;
307 Sk2s B = P2 - times_2(P1) + P0;
949 // = {t^2 (P0 + P2 - 2 P1 w), t (-2 P0 + 2 P1 w), P0}
956 // t^2 : (2 P0 - 2 P2
[all...]
/external/fdlibm/
H A De_pow.c85 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */ variable
301 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
/external/skia/src/gpu/ccpr/
H A DGrCCCoverageProcessor.h271 Sk2f P2 = Sk2f::Load(&p2) + trans; local
272 Sk2f::Store3(this, P0, P1, P2);
287 Sk2f P2 = Sk2f::Load(&p2) + trans; local
289 Sk2f::Store4(this, P0, P1, P2, W);
/external/skqp/src/gpu/ccpr/
H A DGrCCCoverageProcessor.h261 Sk2f P2 = Sk2f::Load(&p2) + trans; local
262 Sk2f::Store3(this, P0, P1, P2);
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DSTLExtras.h231 static inline int array_pod_sort_comparator(const void *P1, const void *P2) { argument
232 if (*reinterpret_cast<const T*>(P1) < *reinterpret_cast<const T*>(P2))
234 if (*reinterpret_cast<const T*>(P2) < *reinterpret_cast<const T*>(P1))
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp291 const Value *P2 = Later.Ptr->stripPointerCasts(); local
295 if (P1 == P2) {
327 *UO2 = GetUnderlyingObject(P2, &TD);
347 const Value *BP2 = GetPointerBaseWithConstantOffset(P2, LaterOff, TD);
/external/eigen/Eigen/src/Core/arch/AVX/
H A DComplex.h438 __m256d P2 = _mm256_castps_pd(kernel.packet[2].v); local
443 __m256d T2 = _mm256_shuffle_pd(P2, P3, 15);
444 __m256d T3 = _mm256_shuffle_pd(P2, P3, 0);
/external/llvm/include/llvm/ADT/
H A DSTLExtras.h292 inline int array_pod_sort_comparator(const void *P1, const void *P2) { argument
294 *reinterpret_cast<const T*>(P2)))
296 if (std::less<T>()(*reinterpret_cast<const T*>(P2),
/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp314 const Value *P2 = Later.Ptr->stripPointerCasts(); local
318 if (P1 == P2) {
328 *UO2 = GetUnderlyingObject(P2, DL);
347 const Value *BP2 = GetPointerBaseWithConstantOffset(P2, LaterOff, DL);
/external/llvm/unittests/IR/
H A DConstantsTest.cpp209 Constant *P2 = ConstantExpr::getUIToFP(P0, DoubleTy); local
264 CHECK(ConstantExpr::getFPTrunc(P2, FloatTy), "fptrunc double " P2STR
/external/opencv/cvaux/src/
H A Dcvmorphcontours.cpp75 CvPoint2D32f* P2);
84 CvPoint2D32f* P2)
89 L2 = sqrt( (double)P2->x*P2->x + P2->y*P2->y);
83 _cvStretchingWork(CvPoint2D32f* P1, CvPoint2D32f* P2) argument
/external/clang/include/clang/Analysis/
H A DProgramPoint.h114 const void *P2,
119 Data2(P2, (((unsigned) k) >> 0) & 0x3),
113 ProgramPoint(const void *P1, const void *P2, Kind k, const LocationContext *l, const ProgramPointTag *tag = nullptr) argument
/external/freetype/src/psaux/
H A Dpshints.c1826 FT_Vector P0, P1, P2, P3; local
1856 P2.x = ADD_INT32( x2, xOffset3 );
1857 P2.y = ADD_INT32( y2, yOffset3 );
1889 glyphpath->prevElemP2 = P2;
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSTLExtras.h509 inline int array_pod_sort_comparator(const void *P1, const void *P2) { argument
511 *reinterpret_cast<const T*>(P2)))
513 if (std::less<T>()(*reinterpret_cast<const T*>(P2),

Completed in 646 milliseconds

123