Searched refs:laLong (Results 1 – 3 of 3) sorted by relevance
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()
139 double laLat = 34 + 5d/60, laLong = 360 - (118 + 22d/60); in TestCoverage() local140 CalendarAstronomer myastro2 = new CalendarAstronomer(laLong, laLat); in TestCoverage()143 double eclLong = laLong * Math.PI / 360; in TestCoverage()
156 double laLat = 34 + 5./60, laLong = 360 - (118 + 22./60); in TestCoverage() local157 CalendarAstronomer *myastro2 = new CalendarAstronomer(laLong, laLat); in TestCoverage()160 double eclLong = laLong * CalendarAstronomer::PI / 360; in TestCoverage()