OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eclLong
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
astrotst.cpp
162
double
eclLong
= laLong * CalendarAstronomer::PI / 360;
164
CalendarAstronomer::Ecliptic ecl(eclLat,
eclLong
);
185
logln((UnicodeString)" equ long: " + (anAstro->eclipticToEquatorial(eq,
eclLong
)).toString());
186
logln((UnicodeString)" horiz: " + (anAstro->eclipticToHorizon(hor,
eclLong
)).toString());
/external/icu4c/test/intltest/
astrotst.cpp
162
double
eclLong
= laLong * CalendarAstronomer::PI / 360;
164
CalendarAstronomer::Ecliptic ecl(eclLat,
eclLong
);
185
logln((UnicodeString)" equ long: " + (anAstro->eclipticToEquatorial(eq,
eclLong
)).toString());
186
logln((UnicodeString)" horiz: " + (anAstro->eclipticToHorizon(hor,
eclLong
)).toString());
Completed in 622 milliseconds