Searched refs:calc_type (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/geometry/strategies/cartesian/ |
D | intersection.hpp | 228 typedef typename promote_integral<CoordinateType>::type calc_type; in assign() typedef 230 calc_type const numerator in assign() 231 = boost::numeric_cast<calc_type>(ratio.numerator()); in assign() 232 calc_type const denominator in assign() 233 = boost::numeric_cast<calc_type>(ratio.denominator()); in assign() 234 calc_type const dx_calc = boost::numeric_cast<calc_type>(dx); in assign() 235 calc_type const dy_calc = boost::numeric_cast<calc_type>(dy); in assign()
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | clip_linestring.hpp | 101 typedef typename select_most_precise<coordinate_type, double>::type calc_type; in clip_segment() typedef 103 calc_type t1 = 0; in clip_segment() 104 calc_type t2 = 1; in clip_segment()
|
/third_party/python/Lib/test/ |
D | test__locale.py | 92 def numeric_tester(self, calc_type, calc_value, data_type, used_locale): argument 104 calc_type, data_type, set_locale,
|
/third_party/boost/boost/math/special_functions/ |
D | lambert_w.hpp | 2014 …pedef typename mpl::if_c<boost::is_constructible<lookup_t, T>::value, lookup_t, T>::type calc_type; in lambert_wm1_imp() typedef 2016 calc_type w = -static_cast<calc_type>(n); // Equation 25, in lambert_wm1_imp() 2017 calc_type y = static_cast<calc_type>(z * wm1es[n - 1]); // Equation 26, in lambert_wm1_imp() 2021 calc_type wj = w - halves[j]; // Subtract 1/2, 1/4, 1/8 ... in lambert_wm1_imp() 2022 calc_type yj = y * sqrtwm1s[j]; // Multiply by sqrt(1/e), ... in lambert_wm1_imp()
|