Searched refs:cos_dlon_2 (Results 1 – 1 of 1) sorted by relevance
178 CT const cos_dlon_2 = cos_lon * cos_lon2 + sin_lon * sin_lon2; in apply() local179 CT const lat_y_2 = sin_dlon_2 + tan_alpha2 * sin_lat2 * cos_dlon_2; in apply()