Home
last modified time | relevance | path

Searched refs:PMF (Results 1 – 25 of 837) sorted by relevance

12345678910>>...34

/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/models/
H A DFGAccelerations.cpp346 typedef double (FGAccelerations::*PMF)(int) const; in bind() typedef
358 PropertyManager->Tie("forces/fbx-weight-lbs", this, eX, (PMF)&FGAccelerations::GetWeight); in bind()
359 PropertyManager->Tie("forces/fby-weight-lbs", this, eY, (PMF)&FGAccelerations::GetWeight); in bind()
360 PropertyManager->Tie("forces/fbz-weight-lbs", this, eZ, (PMF)&FGAccelerations::GetWeight); in bind()
362 PropertyManager->Tie("forces/fbx-total-lbs", this, eX, (PMF)&FGAccelerations::GetForces); in bind()
363 PropertyManager->Tie("forces/fby-total-lbs", this, eY, (PMF)&FGAccelerations::GetForces); in bind()
364 PropertyManager->Tie("forces/fbz-total-lbs", this, eZ, (PMF)&FGAccelerations::GetForces); in bind()
365 PropertyManager->Tie("moments/l-total-lbsft", this, eL, (PMF)&FGAccelerations::GetMoments); in bind()
366 PropertyManager->Tie("moments/m-total-lbsft", this, eM, (PMF)&FGAccelerations::GetMoments); in bind()
367 PropertyManager->Tie("moments/n-total-lbsft", this, eN, (PMF)&FGAccelerations::GetMoments); in bind()
[all …]
H A DFGAuxiliary.cpp315 typedef double (FGAuxiliary::*PMF)(int) const; in bind() typedef
327 PropertyManager->Tie("velocities/p-aero-rad_sec", this, eX, (PMF)&FGAuxiliary::GetAeroPQR); in bind()
328 PropertyManager->Tie("velocities/q-aero-rad_sec", this, eY, (PMF)&FGAuxiliary::GetAeroPQR); in bind()
329 PropertyManager->Tie("velocities/r-aero-rad_sec", this, eZ, (PMF)&FGAuxiliary::GetAeroPQR); in bind()
333 PropertyManager->Tie("velocities/u-aero-fps", this, eU, (PMF)&FGAuxiliary::GetAeroUVW); in bind()
334 PropertyManager->Tie("velocities/v-aero-fps", this, eV, (PMF)&FGAuxiliary::GetAeroUVW); in bind()
335 PropertyManager->Tie("velocities/w-aero-fps", this, eW, (PMF)&FGAuxiliary::GetAeroUVW); in bind()
352 PropertyManager->Tie("aero/alpha-deg", this, inDegrees, (PMF)&FGAuxiliary::Getalpha); in bind()
353 PropertyManager->Tie("aero/beta-deg", this, inDegrees, (PMF)&FGAuxiliary::Getbeta); in bind()
354 PropertyManager->Tie("aero/mag-beta-deg", this, inDegrees, (PMF)&FGAuxiliary::GetMagBeta); in bind()
[all …]
H A DFGAircraft.cpp175 typedef double (FGAircraft::*PMF)(int) const; in bind() typedef
189 …PropertyManager->Tie("metrics/aero-rp-x-in", this, eX, (PMF)&FGAircraft::GetXYZrp, &FGAircraft::Se… in bind()
190 …PropertyManager->Tie("metrics/aero-rp-y-in", this, eY, (PMF)&FGAircraft::GetXYZrp, &FGAircraft::Se… in bind()
191 …PropertyManager->Tie("metrics/aero-rp-z-in", this, eZ, (PMF)&FGAircraft::GetXYZrp, &FGAircraft::Se… in bind()
192 PropertyManager->Tie("metrics/eyepoint-x-in", this, eX, (PMF)&FGAircraft::GetXYZep); in bind()
193 PropertyManager->Tie("metrics/eyepoint-y-in", this, eY,(PMF)&FGAircraft::GetXYZep); in bind()
194 PropertyManager->Tie("metrics/eyepoint-z-in", this, eZ, (PMF)&FGAircraft::GetXYZep); in bind()
195 PropertyManager->Tie("metrics/visualrefpoint-x-in", this, eX, (PMF)&FGAircraft::GetXYZvrp); in bind()
196 PropertyManager->Tie("metrics/visualrefpoint-y-in", this, eY, (PMF)&FGAircraft::GetXYZvrp); in bind()
197 PropertyManager->Tie("metrics/visualrefpoint-z-in", this, eZ, (PMF)&FGAircraft::GetXYZvrp); in bind()
H A DFGExternalReactions.cpp139 typedef double (FGExternalReactions::*PMF)(int) const; in bind() typedef
140 PropertyManager->Tie("moments/l-external-lbsft", this, eL, (PMF)&FGExternalReactions::GetMoments); in bind()
141 PropertyManager->Tie("moments/m-external-lbsft", this, eM, (PMF)&FGExternalReactions::GetMoments); in bind()
142 PropertyManager->Tie("moments/n-external-lbsft", this, eN, (PMF)&FGExternalReactions::GetMoments); in bind()
143 PropertyManager->Tie("forces/fbx-external-lbs", this, eX, (PMF)&FGExternalReactions::GetForces); in bind()
144 PropertyManager->Tie("forces/fby-external-lbs", this, eY, (PMF)&FGExternalReactions::GetForces); in bind()
145 PropertyManager->Tie("forces/fbz-external-lbs", this, eZ, (PMF)&FGExternalReactions::GetForces); in bind()
H A DFGPropagate.cpp733 typedef double (FGPropagate::*PMF)(int) const; in bind() typedef
742 PropertyManager->Tie("velocities/u-fps", this, eU, (PMF)&FGPropagate::GetUVW); in bind()
743 PropertyManager->Tie("velocities/v-fps", this, eV, (PMF)&FGPropagate::GetUVW); in bind()
744 PropertyManager->Tie("velocities/w-fps", this, eW, (PMF)&FGPropagate::GetUVW); in bind()
746 PropertyManager->Tie("velocities/p-rad_sec", this, eP, (PMF)&FGPropagate::GetPQR); in bind()
747 PropertyManager->Tie("velocities/q-rad_sec", this, eQ, (PMF)&FGPropagate::GetPQR); in bind()
748 PropertyManager->Tie("velocities/r-rad_sec", this, eR, (PMF)&FGPropagate::GetPQR); in bind()
750 PropertyManager->Tie("velocities/pi-rad_sec", this, eP, (PMF)&FGPropagate::GetPQRi); in bind()
751 PropertyManager->Tie("velocities/qi-rad_sec", this, eQ, (PMF)&FGPropagate::GetPQRi); in bind()
752 PropertyManager->Tie("velocities/ri-rad_sec", this, eR, (PMF)&FGPropagate::GetPQRi); in bind()
[all …]
H A DFGAerodynamics.cpp565 typedef double (FGAerodynamics::*PMF)(int) const; in bind() typedef
567 PropertyManager->Tie("forces/fbx-aero-lbs", this, eX, (PMF)&FGAerodynamics::GetForces); in bind()
568 PropertyManager->Tie("forces/fby-aero-lbs", this, eY, (PMF)&FGAerodynamics::GetForces); in bind()
569 PropertyManager->Tie("forces/fbz-aero-lbs", this, eZ, (PMF)&FGAerodynamics::GetForces); in bind()
570 PropertyManager->Tie("moments/l-aero-lbsft", this, eL, (PMF)&FGAerodynamics::GetMoments); in bind()
571 PropertyManager->Tie("moments/m-aero-lbsft", this, eM, (PMF)&FGAerodynamics::GetMoments); in bind()
572 PropertyManager->Tie("moments/n-aero-lbsft", this, eN, (PMF)&FGAerodynamics::GetMoments); in bind()
573 PropertyManager->Tie("forces/fwx-aero-lbs", this, eDrag, (PMF)&FGAerodynamics::GetvFw); in bind()
574 PropertyManager->Tie("forces/fwy-aero-lbs", this, eSide, (PMF)&FGAerodynamics::GetvFw); in bind()
575 PropertyManager->Tie("forces/fwz-aero-lbs", this, eLift, (PMF)&FGAerodynamics::GetvFw); in bind()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp46 template<int (X::*pmf)(int)> struct PMF { // expected-note 2 {{template parameter is declared here}} struct
47 PMF<pmf> *pmf2; argument
50 PMF<0> pmf0; // expected-error{{null non-type template argument must be cast to template parameter …
51 PMF<(0)> pmf1; // expected-error{{null non-type template argument must be cast to template paramete…
52 PMF<nullptr> pmf2;
53 PMF<get_nullptr()> pmf3;
54 PMF<(int (X::*)(int))0> pmf4;
55 PMF<np> pmf5;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp46 template<int (X::*pmf)(int)> struct PMF { // expected-note 2 {{template parameter is declared here}} struct
47 PMF<pmf> *pmf2; argument
50 PMF<0> pmf0; // expected-error{{null non-type template argument must be cast to template parameter …
51 PMF<(0)> pmf1; // expected-error{{null non-type template argument must be cast to template paramete…
52 PMF<nullptr> pmf2;
53 PMF<get_nullptr()> pmf3;
54 PMF<(int (X::*)(int))0> pmf4;
55 PMF<np> pmf5;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp46 template<int (X::*pmf)(int)> struct PMF { // expected-note 2 {{template parameter is declared here}} struct
47 PMF<pmf> *pmf2; argument
50 PMF<0> pmf0; // expected-error{{null non-type template argument must be cast to template parameter …
51 PMF<(0)> pmf1; // expected-error{{null non-type template argument must be cast to template paramete…
52 PMF<nullptr> pmf2;
53 PMF<get_nullptr()> pmf3;
54 PMF<(int (X::*)(int))0> pmf4;
55 PMF<np> pmf5;
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp46 template<int (X::*pmf)(int)> struct PMF { // expected-note 2 {{template parameter is declared here}} struct
47 PMF<pmf> *pmf2; argument
50 PMF<0> pmf0; // expected-error{{null non-type template argument must be cast to template parameter …
51 PMF<(0)> pmf1; // expected-error{{null non-type template argument must be cast to template paramete…
52 PMF<nullptr> pmf2;
53 PMF<get_nullptr()> pmf3;
54 PMF<(int (X::*)(int))0> pmf4;
55 PMF<np> pmf5;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp46 template<int (X::*pmf)(int)> struct PMF { // expected-note 2 {{template parameter is declared here}} struct
47 PMF<pmf> *pmf2; argument
50 PMF<0> pmf0; // expected-error{{null non-type template argument must be cast to template parameter …
51 PMF<(0)> pmf1; // expected-error{{null non-type template argument must be cast to template paramete…
52 PMF<nullptr> pmf2;
53 PMF<get_nullptr()> pmf3;
54 PMF<(int (X::*)(int))0> pmf4;
55 PMF<np> pmf5;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp46 template<int (X::*pmf)(int)> struct PMF { // expected-note 2 {{template parameter is declared here}} struct
47 PMF<pmf> *pmf2; argument
50 PMF<0> pmf0; // expected-error{{null non-type template argument must be cast to template parameter …
51 PMF<(0)> pmf1; // expected-error{{null non-type template argument must be cast to template paramete…
52 PMF<nullptr> pmf2;
53 PMF<get_nullptr()> pmf3;
54 PMF<(int (X::*)(int))0> pmf4;
55 PMF<np> pmf5;
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp46 template<int (X::*pmf)(int)> struct PMF { // expected-note 2 {{template parameter is declared here}} struct
47 PMF<pmf> *pmf2; argument
50 PMF<0> pmf0; // expected-error{{null non-type template argument must be cast to template parameter …
51 PMF<(0)> pmf1; // expected-error{{null non-type template argument must be cast to template paramete…
52 PMF<nullptr> pmf2;
53 PMF<get_nullptr()> pmf3;
54 PMF<(int (X::*)(int))0> pmf4;
55 PMF<np> pmf5;
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp46 template<int (X::*pmf)(int)> struct PMF { // expected-note 2 {{template parameter is declared here}} struct
47 PMF<pmf> *pmf2; argument
50 PMF<0> pmf0; // expected-error{{null non-type template argument must be cast to template parameter …
51 PMF<(0)> pmf1; // expected-error{{null non-type template argument must be cast to template paramete…
52 PMF<nullptr> pmf2;
53 PMF<get_nullptr()> pmf3;
54 PMF<(int (X::*)(int))0> pmf4;
55 PMF<np> pmf5;
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp46 template<int (X::*pmf)(int)> struct PMF { // expected-note 2 {{template parameter is declared here}} struct
47 PMF<pmf> *pmf2; argument
50 PMF<0> pmf0; // expected-error{{null non-type template argument must be cast to template parameter …
51 PMF<(0)> pmf1; // expected-error{{null non-type template argument must be cast to template paramete…
52 PMF<nullptr> pmf2;
53 PMF<get_nullptr()> pmf3;
54 PMF<(int (X::*)(int))0> pmf4;
55 PMF<np> pmf5;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp46 template<int (X::*pmf)(int)> struct PMF { // expected-note 2 {{template parameter is declared here}} struct
47 PMF<pmf> *pmf2; argument
50 PMF<0> pmf0; // expected-error{{null non-type template argument must be cast to template parameter …
51 PMF<(0)> pmf1; // expected-error{{null non-type template argument must be cast to template paramete…
52 PMF<nullptr> pmf2;
53 PMF<get_nullptr()> pmf3;
54 PMF<(int (X::*)(int))0> pmf4;
55 PMF<np> pmf5;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp46 template<int (X::*pmf)(int)> struct PMF { // expected-note 2 {{template parameter is declared here}} struct
47 PMF<pmf> *pmf2; argument
50 PMF<0> pmf0; // expected-error{{null non-type template argument must be cast to template parameter …
51 PMF<(0)> pmf1; // expected-error{{null non-type template argument must be cast to template paramete…
52 PMF<nullptr> pmf2;
53 PMF<get_nullptr()> pmf3;
54 PMF<(int (X::*)(int))0> pmf4;
55 PMF<np> pmf5;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp46 template<int (X::*pmf)(int)> struct PMF { // expected-note 2 {{template parameter is declared here}} struct
47 PMF<pmf> *pmf2; argument
50 PMF<0> pmf0; // expected-error{{null non-type template argument must be cast to template parameter …
51 PMF<(0)> pmf1; // expected-error{{null non-type template argument must be cast to template paramete…
52 PMF<nullptr> pmf2;
53 PMF<get_nullptr()> pmf3;
54 PMF<(int (X::*)(int))0> pmf4;
55 PMF<np> pmf5;
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp46 template<int (X::*pmf)(int)> struct PMF { // expected-note 2 {{template parameter is declared here}} struct
47 PMF<pmf> *pmf2; argument
50 PMF<0> pmf0; // expected-error{{null non-type template argument must be cast to template parameter …
51 PMF<(0)> pmf1; // expected-error{{null non-type template argument must be cast to template paramete…
52 PMF<nullptr> pmf2;
53 PMF<get_nullptr()> pmf3;
54 PMF<(int (X::*)(int))0> pmf4;
55 PMF<np> pmf5;
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp46 template<int (X::*pmf)(int)> struct PMF { // expected-note 2 {{template parameter is declared here}} struct
47 PMF<pmf> *pmf2; argument
50 PMF<0> pmf0; // expected-error{{null non-type template argument must be cast to template parameter …
51 PMF<(0)> pmf1; // expected-error{{null non-type template argument must be cast to template paramete…
52 PMF<nullptr> pmf2;
53 PMF<get_nullptr()> pmf3;
54 PMF<(int (X::*)(int))0> pmf4;
55 PMF<np> pmf5;
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp46 template<int (X::*pmf)(int)> struct PMF { // expected-note 2 {{template parameter is declared here}}
47 PMF<pmf> *pmf2;
50 PMF<0> pmf0; // expected-error{{null non-type template argument must be cast to template parameter … in geo_distance_internal()
51 PMF<(0)> pmf1; // expected-error{{null non-type template argument must be cast to template paramete…
52 PMF<nullptr> pmf2;
53 PMF<get_nullptr()> pmf3;
54 PMF<(int (X::*)(int))0> pmf4;
55 PMF<np> pmf5;
/dports/lang/clang-mesa/clang-13.0.1.src/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp46 template<int (X::*pmf)(int)> struct PMF { // expected-note 2 {{template parameter is declared here}} struct
47 PMF<pmf> *pmf2; argument
50 PMF<0> pmf0; // expected-error{{null non-type template argument must be cast to template parameter …
51 PMF<(0)> pmf1; // expected-error{{null non-type template argument must be cast to template paramete…
52 PMF<nullptr> pmf2;
53 PMF<get_nullptr()> pmf3;
54 PMF<(int (X::*)(int))0> pmf4;
55 PMF<np> pmf5;
/dports/astro/p5-Astro-PAL/Astro-PAL-1.09/erfasrc/src/
H A Dfk425.c118 const double PMF = 100.0*ERFA_DR2AS; in eraFk425() local
172 ur = dr1950*PMF; in eraFk425()
173 ud = dd1950*PMF; in eraFk425()
211 *dr2000 = ur/PMF; in eraFk425()
212 *dd2000 = ud/PMF; in eraFk425()
/dports/astro/py-pyerfa/pyerfa-2.0.0/liberfa/erfa/src/
H A Dfk425.c121 const double PMF = 100.0*ERFA_DR2AS; in eraFk425() local
175 ur = dr1950*PMF; in eraFk425()
176 ud = dd1950*PMF; in eraFk425()
214 *dr2000 = ur/PMF; in eraFk425()
215 *dd2000 = ud/PMF; in eraFk425()
/dports/astro/sofa/sofa/20210512/c/src/
H A Dfk425.c127 const double PMF = 100.0*DR2AS; in iauFk425() local
181 ur = dr1950*PMF; in iauFk425()
182 ud = dd1950*PMF; in iauFk425()
220 *dr2000 = ur/PMF; in iauFk425()
221 *dd2000 = ud/PMF; in iauFk425()

12345678910>>...34