Home
last modified time | relevance | path

Searched refs:Pxyz (Results 1 – 25 of 1480) sorted by relevance

12345678910>>...60

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/NWints/int/
H A Dhf1mkr.f2 & alpha,Pxyz,RS,PC,ff,R, argument
17 Double precision Pxyz(3,NPP) ! coordinates of product center local
70 Pxyz(1,m) = f1*Axyz(1) + f2*Bxyz(1)
71 Pxyz(2,m) = f1*Axyz(2) + f2*Bxyz(2)
72 Pxyz(3,m) = f1*Axyz(3) + f2*Bxyz(3)
97 PCx = Pxyz(1,m) - Cxyz(1,ic)
98 PCy = Pxyz(2,m) - Cxyz(2,ic)
99 PCz = Pxyz(3,m) - Cxyz(3,ic)
H A Dhf2mkr.F2 & Pxyz,Qxyz,PQ,ff,R,ffscr,rscr,NPP,NPQ,Lr,Lr3)
30 double precision Pxyz(3,NPP),Qxyz(3,NPQ),PQ((NPP*NPQ),3),
58 Pxyz(1,mp) = f1*Axyz(1) + f2*Bxyz(1)
59 Pxyz(2,mp) = f1*Axyz(2) + f2*Bxyz(2)
60 Pxyz(3,mp) = f1*Axyz(3) + f2*Bxyz(3)
93 PQx = Pxyz(1,mp) - Qxyz(1,mq)
94 PQy = Pxyz(2,mp) - Qxyz(2,mq)
95 PQz = Pxyz(3,mp) - Qxyz(3,mq)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/NWints/int/
H A Dhf1mkr.f2 & alpha,Pxyz,RS,PC,ff,R,
17 Double precision Pxyz(3,NPP) ! coordinates of product center
70 Pxyz(1,m) = f1*Axyz(1) + f2*Bxyz(1)
71 Pxyz(2,m) = f1*Axyz(2) + f2*Bxyz(2)
72 Pxyz(3,m) = f1*Axyz(3) + f2*Bxyz(3)
97 PCx = Pxyz(1,m) - Cxyz(1,ic)
98 PCy = Pxyz(2,m) - Cxyz(2,ic)
99 PCz = Pxyz(3,m) - Cxyz(3,ic)
H A Dhf2mkr.F2 & Pxyz,Qxyz,PQ,ff,R,ffscr,rscr,NPP,NPQ,Lr,Lr3) argument
30 double precision Pxyz(3,NPP),Qxyz(3,NPQ),PQ((NPP*NPQ),3), local
58 Pxyz(1,mp) = f1*Axyz(1) + f2*Bxyz(1)
59 Pxyz(2,mp) = f1*Axyz(2) + f2*Bxyz(2)
60 Pxyz(3,mp) = f1*Axyz(3) + f2*Bxyz(3)
93 PQx = Pxyz(1,mp) - Qxyz(1,mq)
94 PQy = Pxyz(2,mp) - Qxyz(2,mq)
95 PQz = Pxyz(3,mp) - Qxyz(3,mq)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaObjC/
H A Dproperty-user-setter.m116 @property (copy) id Pxyz; // expected-note 2 {{property declared here}} property
125 @synthesize Pxyz, pxyz;
132 …self.Pxyz = 0; // expected-error {{synthesized properties 'Pxyz' and 'pxyz' both claim setter 'set…
133 …self.pxyz = 0; // expected-error {{synthesized properties 'pxyz' and 'Pxyz' both claim setter 'set…
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaObjC/
H A Dproperty-user-setter.m116 @property (copy) id Pxyz; // expected-note 2 {{property declared here}} property
125 @synthesize Pxyz, pxyz;
132 …self.Pxyz = 0; // expected-error {{synthesized properties 'Pxyz' and 'pxyz' both claim setter 'set…
133 …self.pxyz = 0; // expected-error {{synthesized properties 'pxyz' and 'Pxyz' both claim setter 'set…
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Dproperty-user-setter.m116 @property (copy) id Pxyz; // expected-note 2 {{property declared here}} property
125 @synthesize Pxyz, pxyz;
132 …self.Pxyz = 0; // expected-error {{synthesized properties 'Pxyz' and 'pxyz' both claim setter 'set…
133 …self.pxyz = 0; // expected-error {{synthesized properties 'pxyz' and 'Pxyz' both claim setter 'set…
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaObjC/
H A Dproperty-user-setter.m116 @property (copy) id Pxyz; // expected-note 2 {{property declared here}} property
125 @synthesize Pxyz, pxyz;
132 …self.Pxyz = 0; // expected-error {{synthesized properties 'Pxyz' and 'pxyz' both claim setter 'set…
133 …self.pxyz = 0; // expected-error {{synthesized properties 'pxyz' and 'Pxyz' both claim setter 'set…
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaObjC/
H A Dproperty-user-setter.m116 @property (copy) id Pxyz; // expected-note 2 {{property declared here}} property
125 @synthesize Pxyz, pxyz;
132 …self.Pxyz = 0; // expected-error {{synthesized properties 'Pxyz' and 'pxyz' both claim setter 'set…
133 …self.pxyz = 0; // expected-error {{synthesized properties 'pxyz' and 'Pxyz' both claim setter 'set…
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaObjC/
H A Dproperty-user-setter.m116 @property (copy) id Pxyz; // expected-note 2 {{property declared here}} property
125 @synthesize Pxyz, pxyz;
132 …self.Pxyz = 0; // expected-error {{synthesized properties 'Pxyz' and 'pxyz' both claim setter 'set…
133 …self.pxyz = 0; // expected-error {{synthesized properties 'pxyz' and 'Pxyz' both claim setter 'set…
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaObjC/
H A Dproperty-user-setter.m116 @property (copy) id Pxyz; // expected-note 2 {{property declared here}} property
125 @synthesize Pxyz, pxyz;
132 …self.Pxyz = 0; // expected-error {{synthesized properties 'Pxyz' and 'pxyz' both claim setter 'set…
133 …self.pxyz = 0; // expected-error {{synthesized properties 'pxyz' and 'Pxyz' both claim setter 'set…
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaObjC/
H A Dproperty-user-setter.m116 @property (copy) id Pxyz; // expected-note 2 {{property declared here}} property
125 @synthesize Pxyz, pxyz;
132 …self.Pxyz = 0; // expected-error {{synthesized properties 'Pxyz' and 'pxyz' both claim setter 'set…
133 …self.pxyz = 0; // expected-error {{synthesized properties 'pxyz' and 'Pxyz' both claim setter 'set…
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaObjC/
H A Dproperty-user-setter.m116 @property (copy) id Pxyz; // expected-note 2 {{property declared here}} property
125 @synthesize Pxyz, pxyz;
132 …self.Pxyz = 0; // expected-error {{synthesized properties 'Pxyz' and 'pxyz' both claim setter 'set…
133 …self.pxyz = 0; // expected-error {{synthesized properties 'pxyz' and 'Pxyz' both claim setter 'set…
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Dproperty-user-setter.m116 @property (copy) id Pxyz; // expected-note 2 {{property declared here}} property
125 @synthesize Pxyz, pxyz;
132 …self.Pxyz = 0; // expected-error {{synthesized properties 'Pxyz' and 'pxyz' both claim setter 'set…
133 …self.pxyz = 0; // expected-error {{synthesized properties 'pxyz' and 'Pxyz' both claim setter 'set…
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaObjC/
H A Dproperty-user-setter.m116 @property (copy) id Pxyz; // expected-note 2 {{property declared here}} property
125 @synthesize Pxyz, pxyz;
132 …self.Pxyz = 0; // expected-error {{synthesized properties 'Pxyz' and 'pxyz' both claim setter 'set…
133 …self.pxyz = 0; // expected-error {{synthesized properties 'pxyz' and 'Pxyz' both claim setter 'set…
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaObjC/
H A Dproperty-user-setter.m116 @property (copy) id Pxyz; // expected-note 2 {{property declared here}} property
125 @synthesize Pxyz, pxyz;
132 …self.Pxyz = 0; // expected-error {{synthesized properties 'Pxyz' and 'pxyz' both claim setter 'set…
133 …self.pxyz = 0; // expected-error {{synthesized properties 'pxyz' and 'Pxyz' both claim setter 'set…
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaObjC/
H A Dproperty-user-setter.m116 @property (copy) id Pxyz; // expected-note 2 {{property declared here}} property
125 @synthesize Pxyz, pxyz;
132 …self.Pxyz = 0; // expected-error {{synthesized properties 'Pxyz' and 'pxyz' both claim setter 'set…
133 …self.pxyz = 0; // expected-error {{synthesized properties 'pxyz' and 'Pxyz' both claim setter 'set…
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Dproperty-user-setter.m116 @property (copy) id Pxyz; // expected-note 2 {{property declared here}} property
125 @synthesize Pxyz, pxyz;
132 …self.Pxyz = 0; // expected-error {{synthesized properties 'Pxyz' and 'pxyz' both claim setter 'set…
133 …self.pxyz = 0; // expected-error {{synthesized properties 'pxyz' and 'Pxyz' both claim setter 'set…
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaObjC/
H A Dproperty-user-setter.m116 @property (copy) id Pxyz; // expected-note 2 {{property declared here}} property
125 @synthesize Pxyz, pxyz;
132 …self.Pxyz = 0; // expected-error {{synthesized properties 'Pxyz' and 'pxyz' both claim setter 'set…
133 …self.pxyz = 0; // expected-error {{synthesized properties 'pxyz' and 'Pxyz' both claim setter 'set…
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaObjC/
H A Dproperty-user-setter.m116 @property (copy) id Pxyz; // expected-note 2 {{property declared here}} property
125 @synthesize Pxyz, pxyz;
132 …self.Pxyz = 0; // expected-error {{synthesized properties 'Pxyz' and 'pxyz' both claim setter 'set…
133 …self.pxyz = 0; // expected-error {{synthesized properties 'pxyz' and 'Pxyz' both claim setter 'set…
/dports/science/simint/simint-v0.8/simint/ostei/gen/
H A Dostei_s_s_s_s.c81 …const SIMINT_DBLTYPE Pxyz[3] = { SIMINT_DBLSET1(P.x[i]), SIMINT_DBLSET1(P.y[i]), SIMINT_DBLSET1(P.… in ostei_s_s_s_s() local
138 PQ[0] = SIMINT_SUB(Pxyz[0], SIMINT_DBLLOAD(Q.x, j)); in ostei_s_s_s_s()
139 PQ[1] = SIMINT_SUB(Pxyz[1], SIMINT_DBLLOAD(Q.y, j)); in ostei_s_s_s_s()
140 PQ[2] = SIMINT_SUB(Pxyz[2], SIMINT_DBLLOAD(Q.z, j)); in ostei_s_s_s_s()
H A Dostei_s_s_p_s.c82 …const SIMINT_DBLTYPE Pxyz[3] = { SIMINT_DBLSET1(P.x[i]), SIMINT_DBLSET1(P.y[i]), SIMINT_DBLSET1(P.… in ostei_s_s_p_s() local
139 PQ[0] = SIMINT_SUB(Pxyz[0], SIMINT_DBLLOAD(Q.x, j)); in ostei_s_s_p_s()
140 PQ[1] = SIMINT_SUB(Pxyz[1], SIMINT_DBLLOAD(Q.y, j)); in ostei_s_s_p_s()
141 PQ[2] = SIMINT_SUB(Pxyz[2], SIMINT_DBLLOAD(Q.z, j)); in ostei_s_s_p_s()
H A Dostei_s_s_s_p.c82 …const SIMINT_DBLTYPE Pxyz[3] = { SIMINT_DBLSET1(P.x[i]), SIMINT_DBLSET1(P.y[i]), SIMINT_DBLSET1(P.… in ostei_s_s_s_p() local
139 PQ[0] = SIMINT_SUB(Pxyz[0], SIMINT_DBLLOAD(Q.x, j)); in ostei_s_s_s_p()
140 PQ[1] = SIMINT_SUB(Pxyz[1], SIMINT_DBLLOAD(Q.y, j)); in ostei_s_s_s_p()
141 PQ[2] = SIMINT_SUB(Pxyz[2], SIMINT_DBLLOAD(Q.z, j)); in ostei_s_s_s_p()
H A Dostei_p_s_s_s.c82 …const SIMINT_DBLTYPE Pxyz[3] = { SIMINT_DBLSET1(P.x[i]), SIMINT_DBLSET1(P.y[i]), SIMINT_DBLSET1(P.… in ostei_p_s_s_s() local
140 PQ[0] = SIMINT_SUB(Pxyz[0], SIMINT_DBLLOAD(Q.x, j)); in ostei_p_s_s_s()
141 PQ[1] = SIMINT_SUB(Pxyz[1], SIMINT_DBLLOAD(Q.y, j)); in ostei_p_s_s_s()
142 PQ[2] = SIMINT_SUB(Pxyz[2], SIMINT_DBLLOAD(Q.z, j)); in ostei_p_s_s_s()
H A Dostei_s_p_s_s.c82 …const SIMINT_DBLTYPE Pxyz[3] = { SIMINT_DBLSET1(P.x[i]), SIMINT_DBLSET1(P.y[i]), SIMINT_DBLSET1(P.… in ostei_s_p_s_s() local
140 PQ[0] = SIMINT_SUB(Pxyz[0], SIMINT_DBLLOAD(Q.x, j)); in ostei_s_p_s_s()
141 PQ[1] = SIMINT_SUB(Pxyz[1], SIMINT_DBLLOAD(Q.y, j)); in ostei_s_p_s_s()
142 PQ[2] = SIMINT_SUB(Pxyz[2], SIMINT_DBLLOAD(Q.z, j)); in ostei_s_p_s_s()

12345678910>>...60