Home
last modified time | relevance | path

Searched refs:longitude (Results 1 – 25 of 68) sorted by relevance

123

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dpolar_coordinates.inl18 atan(tmp.x, tmp.z), // longitude
29 T const longitude(polar.y); local
32 cos(latitude) * sin(longitude),
34 cos(latitude) * cos(longitude));
/third_party/node/deps/icu-small/source/i18n/
Dastro.h89 longitude = lon;
100 longitude = lon; in set()
128 double longitude; variable
317 CalendarAstronomer(double longitude, double latitude);
485 /*public*/ void getSunLongitude(double julianDay, double &longitude, double &meanAnomaly);
Dastro.cpp274 CalendarAstronomer::CalendarAstronomer(double longitude, double latitude) : in CalendarAstronomer() argument
276 fLongitude = normPI(longitude * (double)DEG_RAD); in CalendarAstronomer()
448 return eclipticToEquatorial(result, ecliptic.longitude, ecliptic.latitude); in eclipticToEquatorial()
638 /*public*/ void CalendarAstronomer::getSunLongitude(double jDay, double &longitude, double &meanAno… in getSunLongitude() argument
657 longitude = norm2PI(trueAnomaly(meanAnomaly, SUN_E) + SUN_OMEGA_G); in getSunLongitude()
1484 snprintf(tmp, sizeof(tmp), "[%.5f,%.5f]", longitude*RAD_DEG, latitude*RAD_DEG); in toString()
/third_party/skia/third_party/externals/icu/source/i18n/
Dastro.h89 longitude = lon;
100 longitude = lon; in set()
128 double longitude; variable
317 CalendarAstronomer(double longitude, double latitude);
485 /*public*/ void getSunLongitude(double julianDay, double &longitude, double &meanAnomaly);
Dastro.cpp274 CalendarAstronomer::CalendarAstronomer(double longitude, double latitude) : in CalendarAstronomer() argument
276 fLongitude = normPI(longitude * (double)DEG_RAD); in CalendarAstronomer()
448 return eclipticToEquatorial(result, ecliptic.longitude, ecliptic.latitude); in eclipticToEquatorial()
638 /*public*/ void CalendarAstronomer::getSunLongitude(double jDay, double &longitude, double &meanAno… in getSunLongitude() argument
657 longitude = norm2PI(trueAnomaly(meanAnomaly, SUN_E) + SUN_OMEGA_G); in getSunLongitude()
1484 sprintf(tmp, "[%.5f,%.5f]", longitude*RAD_DEG, latitude*RAD_DEG); in toString()
/third_party/icu/icu4c/source/i18n/
Dastro.h89 longitude = lon;
100 longitude = lon; in set()
128 double longitude; variable
317 CalendarAstronomer(double longitude, double latitude);
485 /*public*/ void getSunLongitude(double julianDay, double &longitude, double &meanAnomaly);
Dastro.cpp274 CalendarAstronomer::CalendarAstronomer(double longitude, double latitude) : in CalendarAstronomer() argument
276 fLongitude = normPI(longitude * (double)DEG_RAD); in CalendarAstronomer()
448 return eclipticToEquatorial(result, ecliptic.longitude, ecliptic.latitude); in eclipticToEquatorial()
638 /*public*/ void CalendarAstronomer::getSunLongitude(double jDay, double &longitude, double &meanAno… in getSunLongitude() argument
657 longitude = norm2PI(trueAnomaly(meanAnomaly, SUN_E) + SUN_OMEGA_G); in getSunLongitude()
1484 sprintf(tmp, "[%.5f,%.5f]", longitude*RAD_DEG, latitude*RAD_DEG); in toString()
/third_party/python/Lib/
Dantigravity.py7 def geohash(latitude, longitude, datedow): argument
17 print('%d%s %d%s' % (latitude, p[1:], longitude, q[1:]))
/third_party/jsframework/runtime/main/extend/systemplugin/
Dgeolocation.js21 longitude: '31.257907', property
50 data.longitude = getRandomArbitrary(31, 32)
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarAstronomer.java241 public CalendarAstronomer(double longitude, double latitude) { in CalendarAstronomer() argument
243 fLongitude = normPI(longitude * DEG_RAD); in CalendarAstronomer()
428 return eclipticToEquatorial(ecliptic.longitude, ecliptic.latitude); in eclipticToEquatorial()
1506 longitude = lon;
1515 return Double.toString(longitude*RAD_DEG) + "," + (latitude*RAD_DEG);
1537 public final double longitude;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DCalendarAstronomer.java243 public CalendarAstronomer(double longitude, double latitude) { in CalendarAstronomer() argument
245 fLongitude = normPI(longitude * DEG_RAD); in CalendarAstronomer()
430 return eclipticToEquatorial(ecliptic.longitude, ecliptic.latitude); in eclipticToEquatorial()
1509 longitude = lon;
1518 return Double.toString(longitude*RAD_DEG) + "," + (latitude*RAD_DEG);
1540 public final double longitude;
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DAstroTest.java52 double longitude = astro.getSunLongitude(); in TestSolarLongitude() local
53 if (longitude != tests[i][5]) { in TestSolarLongitude()
54 if ((float)longitude == (float)tests[i][5]) { in TestSolarLongitude()
55 logln("longitude(" + longitude + in TestSolarLongitude()
59 errln("FAIL: longitude(" + longitude + in TestSolarLongitude()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DAstroTest.java55 double longitude = astro.getSunLongitude(); in TestSolarLongitude() local
56 if (longitude != tests[i][5]) { in TestSolarLongitude()
57 if ((float)longitude == (float)tests[i][5]) { in TestSolarLongitude()
58 logln("longitude(" + longitude + in TestSolarLongitude()
62 errln("FAIL: longitude(" + longitude + in TestSolarLongitude()
/third_party/tzdata/
Dtzselect.8.txt23 followed by a longitude. The latitude and longitude should be
60 Table of country codes, latitude and longitude, timezones, and
Dzone1970.tab13 # 2. Latitude and longitude of the timezone's principal location
16 # first latitude (+ is north), then longitude (+ is east).
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_geolocation.js21 longitude: '[PC preview] unknow longitude', property
33 longitude: '[PC preview] unknow longitude', property
Dohos_sensor.js154 longitude: '[PC preview] unknown longitude', property
Dohos_telephony_radio.js170 longitude: "[PC Preview] unknow longitude", property
Dohos_multimedia_media.js74 longitude: '[PC Preview] unknow longitude', property
/third_party/skia/third_party/externals/piex/src/
Dpiex_types.h72 Rational longitude[3]; member
/third_party/icu/icu4c/source/test/intltest/
Dastrotst.cpp102 double longitude = astro->getSunLongitude(); in TestSolarLongitude() local
106 …toString() + (UnicodeString)"; " /* + result.toHmsString()*/ + " Sun longitude is " + longitude ); in TestSolarLongitude()
/third_party/libexif/po/
Den_AU.po2556 "Indicates whether the longitude is east or west longitude. ASCII 'E' "
2557 "indicates east longitude, and 'W' is west longitude."
2559 "Indicates whether the longitude is east or west longitude. ASCII 'E' "
2560 "indicates east longitude, and 'W' is west longitude."
2568 "Indicates the longitude. The longitude is expressed as three RATIONAL values "
2574 "Indicates the longitude. The longitude is expressed as three RATIONAL values "
2804 "Indicates whether the longitude of the destination point is east or west "
2805 "longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude."
2807 "Indicates whether the longitude of the destination point is east or west "
2808 "longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude."
[all …]
Den_GB.po2556 "Indicates whether the longitude is east or west longitude. ASCII 'E' "
2557 "indicates east longitude, and 'W' is west longitude."
2559 "Indicates whether the longitude is east or west longitude. ASCII 'E' "
2560 "indicates east longitude, and 'W' is west longitude."
2568 "Indicates the longitude. The longitude is expressed as three RATIONAL values "
2574 "Indicates the longitude. The longitude is expressed as three RATIONAL values "
2804 "Indicates whether the longitude of the destination point is east or west "
2805 "longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude."
2807 "Indicates whether the longitude of the destination point is east or west "
2808 "longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude."
[all …]
/third_party/python/Doc/library/
Dstring.rst609 >>> 'Coordinates: {latitude}, {longitude}'.format(latitude='37.24N', longitude='-115.81W')
611 >>> coord = {'latitude': '37.24N', 'longitude': '-115.81W'}
612 >>> 'Coordinates: {latitude}, {longitude}'.format(**coord)
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/
Dzone1970.tab13 # 2. Latitude and longitude of the timezone's principal location
16 # first latitude (+ is north), then longitude (+ is east).

123