Searched refs:eclLong (Results 1 – 3 of 3) sorted by relevance
143 double eclLong = laLong * Math.PI / 360; in TestCoverage() local144 Ecliptic ecl = new Ecliptic(eclLat, eclLong); in TestCoverage()165 logln(" equ long: " + astro.eclipticToEquatorial(eclLong)); in TestCoverage()166 logln(" horiz: " + astro.eclipticToHorizon(eclLong)); in TestCoverage()
147 double eclLong = laLong * Math.PI / 360; in TestCoverage() local148 Ecliptic ecl = new Ecliptic(eclLat, eclLong); in TestCoverage()169 logln(" equ long: " + astro.eclipticToEquatorial(eclLong)); in TestCoverage()170 logln(" horiz: " + astro.eclipticToHorizon(eclLong)); in TestCoverage()
160 double eclLong = laLong * CalendarAstronomer::PI / 360; in TestCoverage() local162 CalendarAstronomer::Ecliptic ecl(eclLat, eclLong); in TestCoverage()183 logln((UnicodeString)" equ long: " + (anAstro->eclipticToEquatorial(eq, eclLong)).toString()); in TestCoverage()184 logln((UnicodeString)" horiz: " + (anAstro->eclipticToHorizon(hor, eclLong)).toString()); in TestCoverage()