Searched refs:pi_half (Results 1 – 4 of 4) sorted by relevance
79 CT const pi_half = math::pi<CT>() / c2; in apply() local88 CT const theta1 = math::equals(lat1, pi_half) ? lat1 : in apply()89 math::equals(lat1, -pi_half) ? lat1 : in apply()91 CT const theta2 = math::equals(lat2, pi_half) ? lat2 : in apply()92 math::equals(lat2, -pi_half) ? lat2 : in apply()
301 CT const pi_half = pi / c2; in sign_C() local303 return (pi_half < alphaj && alphaj < pi) || (-pi_half < alphaj && alphaj < c0) ? -1 : 1; in sign_C()366 CT const pi_half = pi / c2; in get_vertex_data() local376 res.lon0j = lonj + sign_lon_diff * (pi_half - asin_tj_t0j + res.dL0j); in get_vertex_data()722 CT const pi_half = pi / CT(2); in apply() local727 lat = pi_half; in apply()733 lat = closer_lat >= 0 ? pi_half : -pi_half; in apply()
107 static CalculationType const pi_half = math::half_pi<CalculationType>(); in contains_pi_half() local110 ? (a1 < pi_half && pi_half < a2) in contains_pi_half()111 : (a1 > pi_half && pi_half > a2); in contains_pi_half()
128 calc_t const pi_half = constants::max_latitude(); in apply() local