Searched refs:laLong (Results 1 – 3 of 3) sorted by relevance
144 double laLat = 34 + 5d/60, laLong = 360 - (118 + 22d/60); in TestCoverage() local145 CalendarAstronomer myastro2 = new CalendarAstronomer(laLong, laLat); in TestCoverage()148 double eclLong = laLong * Math.PI / 360; in TestCoverage()
143 double laLat = 34 + 5d/60, laLong = 360 - (118 + 22d/60); in TestCoverage() local144 CalendarAstronomer myastro2 = new CalendarAstronomer(laLong, laLat); in TestCoverage()147 double eclLong = laLong * Math.PI / 360; in TestCoverage()
159 double laLat = 34 + 5./60, laLong = 360 - (118 + 22./60); in TestCoverage() local160 CalendarAstronomer *myastro2 = new CalendarAstronomer(laLong, laLat); in TestCoverage()163 double eclLong = laLong * CalendarAstronomer::PI / 360; in TestCoverage()