Searched refs:rho2 (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/libs/math/example/ |
D | HSO3SO4.cpp | 161 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/ |
D | s_aaline.c | 201 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/ |
D | octonion_test.cpp | 509 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()
|
D | quaternion_test.cpp | 550 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/ |
D | output_more.txt | 37 The value of the octonion represented in multipolar form by rho1 = 1 , theta1 = 0 , rho2 = 2 , thet…
|
D | math-octonion.qbk | 133 …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/ |
D | output_more.txt | 50 The value of the quaternion represented in multipolar form by rho1 = 1 , theta1 = 0 , rho2 = 2 , th…
|
D | math-quaternion.qbk | 127 …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/ |
D | quaternion.hpp | 1079 T const & rho2, in multipolar() argument 1087 T c = rho2*cos(theta2); in multipolar() 1088 T d = rho2*sin(theta2); in multipolar()
|
D | octonion.hpp | 4059 T const & rho2, in multipolar() argument 4071 T c = rho2*cos(theta2); in multipolar() 4072 T d = rho2*sin(theta2); in multipolar()
|