Searched refs:dlon1 (Results 1 – 2 of 2) sorted by relevance
131 calc_t const dlon1 = math::longitude_distance_signed<units_t, calc_t>(b0, a0); in apply() local135 calc_t const dlat1 = latitude_distance_signed<units_t, calc_t>(b1, a1, dlon1, is_antilon1); in apply()140 (std::min)(is_antilon1 ? c0 : math::abs(dlon1), in apply()148 s1 = dlon1 > 0 ? 1 : -1; in apply()
96 CT const dlon1 = lon_a2 - lon1; in apply() local97 CT const sin_dlon1 = sin(dlon1); in apply()101 CT const cos_dlon1 = cos(dlon1); in apply()