Searched refs:laLong (Results 1 – 3 of 3) sorted by relevance
146 double laLat = 34 + 5d/60, laLong = 360 - (118 + 22d/60); in TestCoverage() local147 CalendarAstronomer myastro2 = new CalendarAstronomer(laLong, laLat); in TestCoverage()150 double eclLong = laLong * Math.PI / 360; in TestCoverage()
149 double laLat = 34 + 5d/60, laLong = 360 - (118 + 22d/60); in TestCoverage() local150 CalendarAstronomer myastro2 = new CalendarAstronomer(laLong, laLat); in TestCoverage()153 double eclLong = laLong * Math.PI / 360; in TestCoverage()
164 double laLat = 34 + 5./60, laLong = 360 - (118 + 22./60); in TestCoverage() local165 CalendarAstronomer *myastro2 = new CalendarAstronomer(laLong, laLat); in TestCoverage()168 double eclLong = laLong * CalendarAstronomer::PI / 360; in TestCoverage()