Searched defs:two_pi (Results 1 – 9 of 9) sorted by relevance
88 promoted_type const two_pi = geometry::math::two_pi<promoted_type>(); in apply() local
70 PromotedType const two_pi = geometry::math::two_pi<PromotedType>(); in generate_points() local
84 PromotedType const two_pi = geometry::math::two_pi<PromotedType>(); in generate_points() local
130 return_type const two_pi = math::two_pi<return_type>(); in apply() local
90 CT const two_pi = c2 * pi; in apply() local
184 T const two_pi = math::two_pi<T>(); in azimuth_side_value() local
552 CT const two_pi in crosses_prime_meridian() local
516 inline T two_pi() { return detail::define_two_pi<T>::apply(); } in two_pi() function
54 static double const two_pi = pi *2; variable