/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | polar_coordinates.inl | 18 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/ |
D | astro.h | 89 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);
|
D | astro.cpp | 274 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/ |
D | astro.h | 89 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);
|
D | astro.cpp | 274 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/ |
D | astro.h | 89 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);
|
D | astro.cpp | 274 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/ |
D | antigravity.py | 7 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/ |
D | geolocation.js | 21 longitude: '31.257907', property 50 data.longitude = getRandomArbitrary(31, 32)
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CalendarAstronomer.java | 241 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/ |
D | CalendarAstronomer.java | 243 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/ |
D | AstroTest.java | 52 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/ |
D | AstroTest.java | 55 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/ |
D | tzselect.8.txt | 23 followed by a longitude. The latitude and longitude should be 60 Table of country codes, latitude and longitude, timezones, and
|
D | zone1970.tab | 13 # 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/ |
D | ohos_geolocation.js | 21 longitude: '[PC preview] unknow longitude', property 33 longitude: '[PC preview] unknow longitude', property
|
D | ohos_sensor.js | 154 longitude: '[PC preview] unknown longitude', property
|
D | ohos_telephony_radio.js | 170 longitude: "[PC Preview] unknow longitude", property
|
D | ohos_multimedia_media.js | 74 longitude: '[PC Preview] unknow longitude', property
|
/third_party/skia/third_party/externals/piex/src/ |
D | piex_types.h | 72 Rational longitude[3]; member
|
/third_party/icu/icu4c/source/test/intltest/ |
D | astrotst.cpp | 102 double longitude = astro->getSunLongitude(); in TestSolarLongitude() local 106 …toString() + (UnicodeString)"; " /* + result.toHmsString()*/ + " Sun longitude is " + longitude ); in TestSolarLongitude()
|
/third_party/libexif/po/ |
D | en_AU.po | 2556 "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 …]
|
D | en_GB.po | 2556 "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/ |
D | string.rst | 609 >>> '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/ |
D | zone1970.tab | 13 # 2. Latitude and longitude of the timezone's principal location 16 # first latitude (+ is north), then longitude (+ is east).
|