OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getsunlongitude
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
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
...]
astro.h
478
double
getSunLongitude
();
483
/*public*/ void
getSunLongitude
(double julianDay, double &longitude, double &meanAnomaly);
chnsecal.cpp
545
UDate solarLongitude = gChineseCalendarAstro->
getSunLongitude
();
/external/icu4c/i18n/
astro.cpp
622
double CalendarAstronomer::
getSunLongitude
()
628
getSunLongitude
(getJulianDay(), sunLongitude, meanAnomalySun);
636
/*public*/ void CalendarAstronomer::
getSunLongitude
(double jDay, double &longitude, double &meanAnomaly)
665
return eclipticToEquatorial(result,
getSunLongitude
(), 0);
724
virtual double eval(CalendarAstronomer& a) { return a.
getSunLongitude
(); }
784
// double[] sl =
getSunLongitude
(jd);// double lambda1 = sl[0];
[
all
...]
astro.h
478
double
getSunLongitude
();
483
/*public*/ void
getSunLongitude
(double julianDay, double &longitude, double &meanAnomaly);
chnsecal.cpp
608
UDate solarLongitude = gChineseCalendarAstro->
getSunLongitude
();
[
all
...]
/external/chromium_org/third_party/icu/source/test/intltest/
astrotst.cpp
96
double longitude = astro->
getSunLongitude
();
/external/icu4c/test/intltest/
astrotst.cpp
96
double longitude = astro->
getSunLongitude
();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 922 milliseconds