Home
last modified time | relevance | path

Searched defs:NormSq (Results 1 – 12 of 12) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/BussIK/
H A DVectorRn.h250 inline double VectorRn::NormSq() const in NormSq() function
H A DLinearR2.h128 double NormSq() const { return (x * x + y * y); } in NormSq() function
H A DLinearR4.h146 double NormSq() const { return (x * x + y * y + z * z + w * w); } in NormSq() function
H A DLinearR3.h159 double NormSq() const { return (x * x + y * y + z * z); } in NormSq() function
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/BussIK/
H A DVectorRn.h250 inline double VectorRn::NormSq() const in NormSq() function
H A DLinearR2.h128 double NormSq() const { return (x * x + y * y); } in NormSq() function
H A DLinearR4.h146 double NormSq() const { return (x * x + y * y + z * z + w * w); } in NormSq() function
H A DLinearR3.h159 double NormSq() const { return (x * x + y * y + z * z); } in NormSq() function
/dports/science/chrono/chrono-7.0.1/src/chrono_multicore/cuda/
H A Dmatrix.cu228 CUDA_HOST_DEVICE real NormSq(const Mat33& A) { in NormSq() function
/dports/math/tmv/tmv-0.75/include/tmv/
H A DTMV_Permutation.h592 inline int NormSq(const Permutation& p) in NormSq() function
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz/
H A Dikjacobian.h209 inline double VectorRn::NormSq() const { in NormSq() function
/dports/science/chrono/chrono-7.0.1/src/chrono/multicore_math/
H A Dmatrix.cpp569 CUDA_HOST_DEVICE ChApi real NormSq(const Mat33& A) { in NormSq() function