Searched defs:P2 (Results 1 - 25 of 64) 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_cxx03.pass.cpp23 typedef std::pair<double, long> P2; typedef
25 const P2 p2 = p1;
H A Dpiecewise.pass.cpp28 typedef std::pair<int*, int> P2; typedef
29 typedef std::pair<P1, P2> P3;
33 assert(p3.second == P2(nullptr, 4));
H A Dassign_rv_pair_U_V.pass.cpp36 typedef std::pair<std::unique_ptr<Base>, long> P2; typedef
38 P2 p2;
H A Dconst_pair_U_V.pass.cpp30 using P2 = std::pair<int, T1>;
35 static_assert(std::is_constructible<P2, UP2>::value == CanCopy, "");
36 static_assert(test_convertible<P2, UP2>() == CanConvert, "");
61 typedef std::pair<double, long> P2; typedef
63 const P2 p2 = p1;
70 using P2 = std::pair<int, int>;
72 P2 p2(p1);
158 typedef std::pair<double, long> P2; typedef
160 constexpr P2 p2 = p1;
166 using P2
[all...]
H A Drv_pair_U_V.pass.cpp31 using P2 = std::pair<int, T1>;
36 static_assert(std::is_constructible<P2, UP2>::value == CanCopy, "");
37 static_assert(test_convertible<P2, UP2>() == CanConvert, "");
71 typedef std::pair<std::unique_ptr<Base>, long> P2; typedef
73 P2 p2 = std::move(p1);
80 using P2 = std::pair<int, int>;
82 P2 p2(std::move(p1));
/external/libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/
H A Dis_equal.pass.cpp48 auto& P2 = R2.getController(); local
53 assert(P2.checkIsEqualCalledEq(0));
56 assert(P2.checkIsEqualCalledEq(1));
65 auto& P2 = R2.getController(); local
70 assert(P2.checkIsEqualCalledEq(0));
73 assert(P2.checkIsEqualCalledEq(1));
82 auto& P2 = R2.getController(); local
87 assert(P2.checkIsEqualCalledEq(0));
90 assert(P2.checkIsEqualCalledEq(1));
H A Dallocate.pass.cpp76 auto& P2 = R2.getController(); local
77 P2.throw_on_alloc = true;
/external/clang/test/SemaCXX/
H A Dattr-gnu.cpp10 auto P2 = new int * __sptr; // Ok local
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dconstants.h71 enum {P1, P2, P3}; enumerator in enum:__anon19968
/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/clang/test/Analysis/
H A Dregion-store.cpp15 class P2 { class
22 class Derived: public P1, public P2 {
/external/libcxx/test/std/utilities/memory/pointer.conversion/
H A Dto_address.pass.cpp36 class P2 class
41 explicit P2(int* p) function in class:P2
111 P2 p2(&i);
/external/libffi/src/bfin/
H A Dsysv.S116 P2 = [FP-20]; define
123 R0 = [P2+.rettable@GOT17M4];
125 P2 = R0; define
126 R1 = [P2];
128 P2 = [FP+-20]; define
129 R0 = [P2+.rettable@GOT17M4];
131 P2 = R0; define
134 jump (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/python/cpython2/Modules/_ctypes/libffi/src/bfin/
H A Dsysv.S116 P2 = [FP-20]; define
123 R0 = [P2+.rettable@GOT17M4];
125 P2 = R0; define
126 R1 = [P2];
128 P2 = [FP+-20]; define
129 R0 = [P2+.rettable@GOT17M4];
131 P2 = R0; define
134 jump (P2);
/external/python/cpython3/Modules/_ctypes/libffi/src/bfin/
H A Dsysv.S116 P2 = [FP-20]; define
123 R0 = [P2+.rettable@GOT17M4];
125 P2 = R0; define
126 R1 = [P2];
128 P2 = [FP+-20]; define
129 R0 = [P2+.rettable@GOT17M4];
131 P2 = R0; define
134 jump (P2);
/external/swiftshader/src/Renderer/
H A DPolygon.hpp24 Polygon(const float4 *P0, const float4 *P1, const float4 *P2) argument
28 P[0][2] = P2;
/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...]
/external/clang/test/CodeGen/
H A Dpartial-reinitialization1.c25 struct P2 { char x[6]; }; struct
28 struct P2 l2 = {
/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))));

Completed in 542 milliseconds

123