Searched defs:P2 (Results 1 - 25 of 61) sorted by relevance

123

/external/clang/test/Modules/Inputs/
H A Dredecl-merge-top.h11 @protocol P2; variable
12 @protocol P2; variable
H A Dredecl-merge-right.h18 @protocol P2; variable
20 @protocol P2; variable
22 @protocol P2; variable
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dassign_const_pair_U_V.pass.cpp23 typedef std::pair<double, long> P2; typedef
25 P2 p2;
H A Dconst_pair_U_V.pass.cpp23 typedef std::pair<double, long> P2; typedef
25 P2 p2 = p1;
33 typedef std::pair<double, long> P2; typedef
35 constexpr P2 p2 = p1;
H A Dpiecewise.pass.cpp27 typedef std::pair<int*, int> P2; typedef
28 typedef std::pair<P1, P2> P3;
32 assert(p3.second == P2(nullptr, 4));
H A Dassign_rv_pair_U_V.pass.cpp35 typedef std::pair<std::unique_ptr<Base>, long> P2; typedef
37 P2 p2;
H A Drv_pair_U_V.pass.cpp35 typedef std::pair<std::unique_ptr<Base>, long> P2; typedef
37 P2 p2 = std::move(p1);
/external/v8/test/webkit/
H A Ddfg-patchable-get-by-id-after-watchpoint.js47 function P2() { function
50 P2.prototype.g = 24;
53 var p2 = new P2();
66 P2.prototype.h = 59; // Not necessary, but what the heck - this resets the GetById even more.
48 P2.prototype.g = 24; class
/external/clang/test/SemaCXX/
H A Dattr-gnu.cpp10 auto P2 = new int * __sptr; // Ok local
/external/tpm2/
H A DCommit.c31 TPMS_ECC_POINT P2; local
56 // Make sure that both parts of P2 are present if either is present
75 // Set up P2 if s2 and Y2 are provided
78 pP2 = &P2;
80 // copy y2 for P2
81 MemoryCopy2B(&P2.y.b, &in->y2.b, sizeof(P2.y.t.buffer));
85 P2.x.t.size = CryptHashBlock(eccKey->publicArea.nameAlg,
89 P2.x.t.buffer);
93 if(P2
[all...]
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
H A Dandroid_power_monitor_controller_unittest.py26 class P2(power_monitor.PowerMonitor): class in function:AndroidPowerMonitorControllerTest.testComposition
28 super(P2, self).__init__()
29 self._value = {'P2': value}
50 [P1(), P2(1), P3(2)], battery)
54 self.assertEqual(controller_returns['P2'], 1)
/external/clang/test/Analysis/
H A Dregion-store.cpp15 class P2 { class
22 class Derived: public P1, public P2 {
/external/libgsm/inc/
H A Dproto.h27 #undef P2 macro
41 # define P2(x, a, b) (a, b) macro
55 # define P2(x, a, b) x a; b; macro
H A Dunproto.h15 #undef P2 macro
/external/llvm/unittests/Transforms/Utils/
H A DLocal.cpp78 PHINode *P2 = B.CreatePHI(Type::getInt32Ty(C), 2); local
79 P2->addIncoming(B.getInt32(42), Entry);
90 P2->addIncoming(P4, BB);
/external/clang/test/Sema/
H A Dwarn-cast-align.c16 const volatile void *P2 = P; local
17 char *d = (char*) P2;
18 short *e = (short*) P2;
19 int *f = (int*) P2;
21 const char *g = (const char*) P2;
22 const short *h = (const short*) P2;
23 const int *i = (const int*) P2;
25 const volatile char *j = (const volatile char*) P2;
26 const volatile short *k = (const volatile short*) P2;
27 const volatile int *l = (const volatile int*) P2;
[all...]
H A Dconst-eval.c90 float _Complex P2 = 3.3f + P; local
/external/clang/test/CodeGen/
H A Dpartial-reinitialization1.c25 struct P2 { char x[6]; }; struct
28 struct P2 l2 = {
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/fdlibm/
H A De_exp.c34 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
49 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
95 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */ variable
146 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
/external/opencv3/samples/python2/
H A Dstereo_match.py46 P2 = 32*3*window_size**2, variable
/external/llvm/lib/Support/
H A DScaledNumber.cpp30 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR; local
39 addWithCarry(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/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/opencv3/modules/calib3d/src/
H A Dstereosgbm.cpp72 P1 = P2 = 0;
90 P2 = _P2;
105 int P2; member in struct:cv::StereoSGBMParams
341 int P1 = params.P1 > 0 ? params.P1 : 2, P2 = std::max(params.P2 > 0 ? params.P2 : 5, P1+1);
400 // add P2 to every C(x,y). it saves a few operations in the inner loops
402 Cbuf[k] = (CostType)P2;
537 min_k L_r(p-r, k) + P2) - min_k L_r(p-r, k)
553 int delta0 = minLr[0][xm - dx*NR2] + P2, delta
[all...]

Completed in 806 milliseconds

123