Home
last modified time | relevance | path

Searched defs:Dbl (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/dports/games/stuntrally/stuntrally-2.6.1/source/vdrift/
H A Drigidbody.h17 void SetInitialForce(const MATHVECTOR<Dbl,3> & force) { linear.SetInitialForce(force); } in SetInitialForce()
18 void SetForce(const MATHVECTOR<Dbl,3> & force) { linear.SetForce(force); } in SetForce()
24 void SetPosition(const MATHVECTOR<Dbl,3> & position) { linear.SetPosition(position); } in SetPosition()
27 void SetVelocity(const MATHVECTOR<Dbl,3> & velocity) { linear.SetVelocity(velocity); } in SetVelocity()
32 void SetInitialTorque(const MATHVECTOR<Dbl,3> & torque) { rotation.SetInitialTorque(torque); } in SetInitialTorque()
33 void SetTorque(const MATHVECTOR<Dbl,3> & torque) { rotation.SetTorque(torque); } in SetTorque()
50 const MATHVECTOR<Dbl,3> TransformLocalToWorld(const MATHVECTOR<Dbl,3> & localpoint) const in TransformLocalToWorld()
57 const MATHVECTOR<Dbl,3> TransformWorldToLocal(const MATHVECTOR<Dbl,3> & worldpoint) const in TransformWorldToLocal()
66 void ApplyForce(const MATHVECTOR<Dbl,3> & force) in ApplyForce()
72 void ApplyForce(const MATHVECTOR<Dbl,3> & force, const MATHVECTOR<Dbl,3> & offset) in ApplyForce()
[all …]
H A Dlinearframe.h36 MATHVECTOR<Dbl,3> GetVelocityFromMomentum(const MATHVECTOR<Dbl,3> & moment) const in GetVelocityFromMomentum()
55 void SetPosition(const MATHVECTOR<Dbl,3> & newpos) in SetPosition()
60 void SetVelocity(const MATHVECTOR<Dbl,3> & velocity) in SetVelocity()
113 void ApplyForce(const MATHVECTOR<Dbl,3> & f) in ApplyForce()
119 void SetForce(const MATHVECTOR<Dbl,3> & f) in SetForce()
126 void SetInitialForce(const MATHVECTOR<Dbl,3> & newforce) in SetInitialForce()
H A Drotationalframe.h49 MATHVECTOR<Dbl,3> GetAngularVelocityFromMomentum(const MATHVECTOR<Dbl,3> & moment) const in GetAngularVelocityFromMomentum()
54 QUATERNION<Dbl> GetSpinFromMomentum(const MATHVECTOR<Dbl,3> & ang_moment) const in GetSpinFromMomentum()
90 void SetAngularVelocity(const MATHVECTOR<Dbl,3> & newangvel) in SetAngularVelocity()
176 void ApplyTorque(const MATHVECTOR<Dbl,3> & t) in ApplyTorque()
182 void SetTorque(const MATHVECTOR<Dbl,3> & t) in SetTorque()
194 void SetInitialTorque(const MATHVECTOR<Dbl,3> & t) in SetInitialTorque()
H A Dcardynamics.cpp146 void CARDYNAMICS::SetPosition(const MATHVECTOR<Dbl,3> & position) in SetPosition()
219 MATHVECTOR<Dbl,3> CARDYNAMICS::LocalToWorld(const MATHVECTOR<Dbl,3> & local) const in LocalToWorld() argument
279 void CARDYNAMICS::ApplyForce(const MATHVECTOR<Dbl,3> & force) in ApplyForce()
286 void CARDYNAMICS::ApplyForce(const MATHVECTOR<Dbl,3> & force, const MATHVECTOR<Dbl,3> & offset) in ApplyForce()
294 void CARDYNAMICS::ApplyTorque(const MATHVECTOR<Dbl,3> & torque) in ApplyTorque()
328 void CARDYNAMICS::AddMassParticle( Dbl newmass, MATHVECTOR<Dbl,3> newpos ) in AddMassParticle()
336 void CARDYNAMICS::AddAerodynamicDevice( const MATHVECTOR<Dbl,3> & newpos, in AddAerodynamicDevice()
H A Dcarsuspension.cpp79 void CARSUSPENSION::SetDamperFactorPoints(std::vector <std::pair <Dbl, Dbl> > & curve) in SetDamperFactorPoints()
89 void CARSUSPENSION::SetSpringFactorPoints(std::vector <std::pair <Dbl, Dbl> > & curve) in SetSpringFactorPoints()
H A Ddbl.h6 typedef double Dbl; typedef
H A Dcaraero.cpp13 MATHVECTOR<Dbl,3> CARAERO::GetForce(const MATHVECTOR<Dbl,3> & bodyspace_wind_vector, bool updStats)… in GetForce() argument
H A Dcaraero.h33 void Set(const MATHVECTOR<Dbl,3> & newpos, Dbl new_drag_frontal_area, Dbl new_drag_coefficient, in Set()
H A Dcarfueltank.h54 void SetPosition (const MATHVECTOR<Dbl,3>& value) { position = value; } in SetPosition()
H A Dcarengine.cpp105 void CARENGINE::SetTorqueCurve(Dbl max_power_rpm, std::vector <std::pair <Dbl, Dbl> > & curve) in SetTorqueCurve()
H A Dcarsuspension.h44 void SetHinge ( const MATHVECTOR<Dbl,3>& value ) { hinge = value; } in SetHinge()
/dports/lang/asn1c/asn1c-0.9.27/skeletons/
H A DNativeReal.c52 double *Dbl = (double *)*dbl_ptr; in NativeReal_decode_ber() local
164 double Dbl = *(const double *)ptr; in NativeReal_encode_der() local
198 double *Dbl = (double *)*dbl_ptr; in NativeReal_decode_uper() local
237 double Dbl = *(const double *)sptr; in NativeReal_encode_uper() local
270 double *Dbl = (double *)*sptr; in NativeReal_decode_xer() local
300 const double *Dbl = (const double *)sptr; in NativeReal_encode_xer() local
319 const double *Dbl = (const double *)sptr; in NativeReal_print() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Layout/
H A Daix-power-alignment-typedef.cpp8 typedef double __attribute__((__aligned__(2))) Dbl; typedef
23 typedef double Dbl __attribute__((__aligned__(2))); typedef
60 typedef double Dbl __attribute__((__aligned__(2))); typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Layout/
H A Daix-power-alignment-typedef.cpp8 typedef double __attribute__((__aligned__(2))) Dbl; typedef
23 typedef double Dbl __attribute__((__aligned__(2))); typedef
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Layout/
H A Daix-power-alignment-typedef.cpp8 typedef double __attribute__((__aligned__(2))) Dbl; typedef
23 typedef double Dbl __attribute__((__aligned__(2))); typedef
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Layout/
H A Daix-power-alignment-typedef.cpp8 typedef double __attribute__((__aligned__(2))) Dbl; typedef
23 typedef double Dbl __attribute__((__aligned__(2))); typedef
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Layout/
H A Daix-power-alignment-typedef.cpp8 typedef double __attribute__((__aligned__(2))) Dbl; typedef
23 typedef double Dbl __attribute__((__aligned__(2))); typedef
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Layout/
H A Daix-power-alignment-typedef.cpp8 typedef double __attribute__((__aligned__(2))) Dbl; typedef
23 typedef double Dbl __attribute__((__aligned__(2))); typedef
/dports/lang/clang-mesa/clang-13.0.1.src/test/Layout/
H A Daix-power-alignment-typedef.cpp8 typedef double __attribute__((__aligned__(2))) Dbl; typedef
23 typedef double Dbl __attribute__((__aligned__(2))); typedef
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Layout/
H A Daix-power-alignment-typedef.cpp8 typedef double __attribute__((__aligned__(2))) Dbl; typedef
23 typedef double Dbl __attribute__((__aligned__(2))); typedef
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Layout/
H A Daix-power-alignment-typedef.cpp8 typedef double __attribute__((__aligned__(2))) Dbl; typedef
23 typedef double Dbl __attribute__((__aligned__(2))); typedef
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/data/
H A DHLint_QuickCheck.hs28 newtype Dbl = Dbl Double deriving (Enum,Floating,Fractional,Num,Read,Real,RealFloat,RealFrac,Show,T… type
31 Dbl a == Dbl b | isNaN a && isNaN b = True function
/dports/devel/hs-hlint/hlint-3.3.4/data/
H A DHLint_QuickCheck.hs28 newtype Dbl = Dbl Double deriving (Enum,Floating,Fractional,Num,Read,Real,RealFloat,RealFrac,Show,T… constructor
31 Dbl a == Dbl b | isNaN a && isNaN b = True function
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/miscreant/miscreant.go/block/
H A Dblock.go34 func (b *Block) Dbl() { func
/dports/textproc/R-cran-vroom/vroom/src/
H A Dvroom.h20 Dbl = 8, enumerator

12345678910>>...16