Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Ddifferential_quantities.hpp112 CT const cos_alp0_sqr = c1 - math::sqr(sin_alp0); in apply() local
115 J12_f(sin_sig1, cos_sig1, sin_sig2, cos_sig2, cos_alp0_sqr, f) : in apply()
116 J12_ep_sqr(sin_sig1, cos_sig1, sin_sig2, cos_sig2, cos_alp0_sqr, ep2) ; in apply()
159 CT const& cos_alp0_sqr, CT const& f) in J12_f() argument
177 return cos_alp0_sqr * f * L1; in J12_f()
189 CT const L2 = -( cos_alp0_sqr * sin_4sig_12 in J12_f()
190 + (-c8 * cos_alp0_sqr + c12) * sin_2sig_12 in J12_f()
191 + (c12 * cos_alp0_sqr - c24) * sig_12) in J12_f()
196 return cos_alp0_sqr * f * (L1 + f * L2); in J12_f()
208 CT const cos_alp0_quad = math::sqr(cos_alp0_sqr); in J12_f()
[all …]