Home
last modified time | relevance | path

Searched refs:rho2 (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/math/example/
DHSO3SO4.cpp161 float rho2; in test_SO3_multipolar() local
169 rho2 = ::std::sqrt(1.0f-rho1*rho1); in test_SO3_multipolar()
184 … ::boost::math::quaternion<float> q = ::boost::math::multipolar(rho1, theta1, rho2, theta2); in test_SO3_multipolar()
353 const float rho2 = 1.0f; in test_SO4_spherical() local
399 … ::boost::math::quaternion<float> q1 = ::boost::math::spherical(rho2, theta2, phi12, phi22); in test_SO4_spherical()
/third_party/mesa3d/src/mesa/swrast/
Ds_aaline.c201 GLfloat rho2 = r1 + r2; in compute_lambda() local
203 if (rho2 == 0.0F) in compute_lambda()
206 return logf(rho2) * 1.442695f * 0.5f;/* 1.442695 = 1/log(2) */ in compute_lambda()
/third_party/boost/libs/math/test/
Doctonion_test.cpp509 float rho2 = 2; in octonion_manual_test() local
520 << " , rho2 = " << rho2 << " , theta2 = " << theta2 in octonion_manual_test()
524 << ::boost::math::multipolar(rho1, theta1, rho2, theta2, in octonion_manual_test()
Dquaternion_test.cpp550 T rho2 = 2; in BOOST_AUTO_TEST_CASE_TEMPLATE() local
553 q1 = ::boost::math::multipolar(rho1, theta1, rho2, theta2); in BOOST_AUTO_TEST_CASE_TEMPLATE()
/third_party/boost/libs/math/doc/octonion/
Doutput_more.txt37 The value of the octonion represented in multipolar form by rho1 = 1 , theta1 = 0 , rho2 = 2 , thet…
Dmath-octonion.qbk133 …lkit.oct_create multipolar]``(T const & rho1, T const & theta1, T const & rho2, T const & theta2, …
809 …template<typename T> octonion<T> multipolar(T const & rho1, T const & theta1, T const & rho2, T co…
/third_party/boost/libs/math/doc/quaternion/
Doutput_more.txt50 The value of the quaternion represented in multipolar form by rho1 = 1 , theta1 = 0 , rho2 = 2 , th…
Dmath-quaternion.qbk127 …ation_multipolar multipolar]``(T const & rho1, T const & theta1, T const & rho2, T const & theta2);
706 …template<typename T> quaternion<T> multipolar(T const & rho1, T const & theta1, T const & rho2, T …
/third_party/boost/boost/math/
Dquaternion.hpp1079 T const & rho2, in multipolar() argument
1087 T c = rho2*cos(theta2); in multipolar()
1088 T d = rho2*sin(theta2); in multipolar()
Doctonion.hpp4059 T const & rho2, in multipolar() argument
4071 T c = rho2*cos(theta2); in multipolar()
4072 T d = rho2*sin(theta2); in multipolar()