Home
last modified time | relevance | path

Searched refs:theta1 (Results 1 – 21 of 21) sorted by relevance

/third_party/boost/libs/math/example/
DHSO3SO4.cpp107 float theta1; in test_SO3_semipolar() local
116 theta1 = -pi+(idxtheta1*(2*pi))/number_of_intervals; in test_SO3_semipolar()
123 ::std::cout << "theta1 = " << theta1 << " ; "; in test_SO3_semipolar()
127 … ::boost::math::quaternion<float> q = ::boost::math::semipolar(rho, alpha, theta1, theta2); in test_SO3_semipolar()
163 float theta1; in test_SO3_multipolar() local
173 theta1 = -pi+(idxtheta1*(2*pi))/number_of_intervals; in test_SO3_multipolar()
180 ::std::cout << "theta1 = " << theta1 << " ; "; in test_SO3_multipolar()
184 … ::boost::math::quaternion<float> q = ::boost::math::multipolar(rho1, theta1, rho2, theta2); in test_SO3_multipolar()
355 float theta1; in test_SO4_spherical() local
381 theta1 = -pi+(idxtheta1*(2*pi))/number_of_intervals; in test_SO4_spherical()
[all …]
/third_party/skia/gm/
Dmandoline.cpp189 float theta1 = 2*SK_ScalarPI/nquads * (i + .5f); in onDraw() local
191 mandoline.sliceQuadratic({cosf(theta1)*2, sinf(theta1)*2}, in onDraw()
/third_party/flutter/skia/gm/
Dmandoline.cpp189 float theta1 = 2*SK_ScalarPI/nquads * (i + .5f); in onDraw() local
191 mandoline.sliceQuadratic({cosf(theta1)*2, sinf(theta1)*2}, in onDraw()
/third_party/boost/boost/geometry/formulas/
Dthomas_inverse.hpp88 CT const theta1 = math::equals(lat1, pi_half) ? lat1 : in apply() local
95 CT const theta_m = (theta1 + theta2) / c2; in apply()
96 CT const d_theta_m = (theta2 - theta1) / c2; in apply()
Dthomas_direct.hpp93 CT const theta1 = math::equals(lat1_alt, pi_half) ? lat1_alt : in apply() local
96 CT const sin_theta1 = sin(theta1); in apply()
97 CT const cos_theta1 = cos(theta1); in apply()
/third_party/boost/libs/math/test/
Doctonion_test.cpp512 float theta1 = 0; in octonion_manual_test() local
519 << "rho1 = " << rho1 << " , theta1 = " << theta1 in octonion_manual_test()
524 << ::boost::math::multipolar(rho1, theta1, rho2, theta2, in octonion_manual_test()
Dquaternion_test.cpp551 T theta1 = 0; 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/boost/math/
Dquaternion.hpp1061 T const & theta1, in semipolar() argument
1067 T a = cos(alpha)*cos(theta1); in semipolar()
1068 T b = cos(alpha)*sin(theta1); in semipolar()
1078 T const & theta1, in multipolar() argument
1085 T a = rho1*cos(theta1); in multipolar()
1086 T b = rho1*sin(theta1); in multipolar()
Doctonion.hpp4058 T const & theta1, in multipolar() argument
4069 T a = rho1*cos(theta1); in multipolar()
4070 T b = rho1*sin(theta1); in multipolar()
/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 … ``[link math_toolkit.oct_create multipolar]``(T const & rho1, T const & theta1, T const & rho2, T…
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.qbk126 …reation_semipolar semipolar]``(T const & rho, T const & alpha, T const & theta1, T const & theta2);
127 …_quaternions.creation_multipolar multipolar]``(T const & rho1, T const & theta1, T const & rho2, T…
705 …template<typename T> quaternion<T> semipolar(T const & rho, T const & alpha, T const & theta1, T c…
706 …template<typename T> quaternion<T> multipolar(T const & rho1, T const & theta1, T const & rho2, T …
/third_party/skia/third_party/externals/freetype/src/base/
Dftstroke.c204 FT_Angle theta1, theta2; in ft_cubic_is_small_enough() local
285 theta1 = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_mid ) ); in ft_cubic_is_small_enough()
288 return FT_BOOL( theta1 < FT_SMALL_CUBIC_THRESHOLD && in ft_cubic_is_small_enough()
1635 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; in FT_Stroker_CubicTo() local
1641 theta1 = FT_Angle_Diff( angle_in, angle_mid ) / 2; in FT_Stroker_CubicTo()
1645 length1 = FT_DivFix( stroker->radius, FT_Cos( theta1 ) ); in FT_Stroker_CubicTo()
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftstroke.c205 FT_Angle theta1, theta2; in ft_cubic_is_small_enough() local
286 theta1 = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_mid ) ); in ft_cubic_is_small_enough()
289 return FT_BOOL( theta1 < FT_SMALL_CUBIC_THRESHOLD && in ft_cubic_is_small_enough()
1667 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; in FT_Stroker_CubicTo() local
1673 theta1 = FT_Angle_Diff( angle_in, angle_mid ) / 2; in FT_Stroker_CubicTo()
1677 length1 = FT_DivFix( stroker->radius, FT_Cos( theta1 ) ); in FT_Stroker_CubicTo()
/third_party/freetype/src/base/
Dftstroke.c204 FT_Angle theta1, theta2; in ft_cubic_is_small_enough() local
285 theta1 = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_mid ) ); in ft_cubic_is_small_enough()
288 return FT_BOOL( theta1 < FT_SMALL_CUBIC_THRESHOLD && in ft_cubic_is_small_enough()
1633 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; in FT_Stroker_CubicTo() local
1639 theta1 = FT_Angle_Diff( angle_in, angle_mid ) / 2; in FT_Stroker_CubicTo()
1643 length1 = FT_DivFix( stroker->radius, FT_Cos( theta1 ) ); in FT_Stroker_CubicTo()
/third_party/skia/src/core/
DSkPathBuilder.cpp515 SkScalar theta1 = SkScalarATan2(unitPts[0].fY, unitPts[0].fX); in arcTo() local
517 SkScalar thetaArc = theta2 - theta1; in arcTo()
542 SkScalar startTheta = theta1; in arcTo()
DSkPath.cpp1225 SkScalar theta1 = SkScalarATan2(unitPts[0].fY, unitPts[0].fX); in arcTo() local
1227 SkScalar thetaArc = theta2 - theta1; in arcTo()
1252 SkScalar startTheta = theta1; in arcTo()
/third_party/openGLES/extensions/NV/
DNV_path_rendering.txt1621theta1,dtheta,t) ncp.y = c[4] npep.y = c[4]
1623 theta1,dtheta,t)
1625 …_SMALL_CCW_ARC_TO_NV theta1,dtheta,t) ncp.y = c[4] npep.y = cp.…
1627 theta1,dtheta,t)
1629theta1,dtheta,t) ncp.y = c[4] npep.y = c[4]
1631 theta1,dtheta,t)
1633 …_SMALL_CW_ARC_TO_NV theta1,dtheta,t) ncp.y = c[4] npep.y = cp.…
1635 theta1,dtheta,t)
1637theta1,dtheta,t) ncp.y = c[4] npep.y = c[4]
1639 theta1,dtheta,t)
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_path_rendering.txt1621theta1,dtheta,t) ncp.y = c[4] npep.y = c[4]
1623 theta1,dtheta,t)
1625 …_SMALL_CCW_ARC_TO_NV theta1,dtheta,t) ncp.y = c[4] npep.y = cp.…
1627 theta1,dtheta,t)
1629theta1,dtheta,t) ncp.y = c[4] npep.y = c[4]
1631 theta1,dtheta,t)
1633 …_SMALL_CW_ARC_TO_NV theta1,dtheta,t) ncp.y = c[4] npep.y = cp.…
1635 theta1,dtheta,t)
1637theta1,dtheta,t) ncp.y = c[4] npep.y = c[4]
1639 theta1,dtheta,t)
[all …]
/third_party/flutter/skia/src/core/
DSkPath.cpp1487 SkScalar theta1 = SkScalarATan2(unitPts[0].fY, unitPts[0].fX); in arcTo() local
1489 SkScalar thetaArc = theta2 - theta1; in arcTo()
1514 SkScalar startTheta = theta1; in arcTo()