OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSunLongitude
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/i18n/
astro.h
478
double
getSunLongitude
();
483
/*public*/ void
getSunLongitude
(double julianDay, double &longitude, double &meanAnomaly);
astro.cpp
623
double CalendarAstronomer::
getSunLongitude
()
629
getSunLongitude
(getJulianDay(), sunLongitude, meanAnomalySun);
637
/*public*/ void CalendarAstronomer::
getSunLongitude
(double jDay, double &longitude, double &meanAnomaly)
666
return eclipticToEquatorial(result,
getSunLongitude
(), 0);
724
virtual double eval(CalendarAstronomer& a) { return a.
getSunLongitude
(); }
779
// double[] sl =
getSunLongitude
(jd);// double lambda1 = sl[0];
[
all
...]
chnsecal.cpp
545
UDate solarLongitude = gChineseCalendarAstro->
getSunLongitude
();
/external/icu4c/test/intltest/
astrotst.cpp
96
double longitude = astro->
getSunLongitude
();
Completed in 297 milliseconds