Searched refs:eclLong (Results 1 – 4 of 4) sorted by relevance
150 double eclLong = laLong * Math.PI / 360; in TestCoverage() local151 Ecliptic ecl = new Ecliptic(eclLat, eclLong); in TestCoverage()172 logln(" equ long: " + astro.eclipticToEquatorial(eclLong)); in TestCoverage()173 logln(" horiz: " + astro.eclipticToHorizon(eclLong)); in TestCoverage()
153 double eclLong = laLong * Math.PI / 360; in TestCoverage() local154 Ecliptic ecl = new Ecliptic(eclLat, eclLong); in TestCoverage()175 logln(" equ long: " + astro.eclipticToEquatorial(eclLong)); in TestCoverage()176 logln(" horiz: " + astro.eclipticToHorizon(eclLong)); in TestCoverage()
168 double eclLong = laLong * CalendarAstronomer::PI / 360; in TestCoverage() local170 CalendarAstronomer::Ecliptic ecl(eclLat, eclLong); in TestCoverage()191 logln((UnicodeString)" equ long: " + (anAstro->eclipticToEquatorial(eq, eclLong)).toString()); in TestCoverage()192 logln((UnicodeString)" horiz: " + (anAstro->eclipticToHorizon(hor, eclLong)).toString()); in TestCoverage()