Home
last modified time | relevance | path

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

123

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowLocation.java21 private double longitude; field in ShadowLocation
58 longitude = l.getLongitude(); in set()
169 return longitude; in getLongitude()
173 public void setLongitude(double longitude) { in setLongitude() argument
174 this.longitude = longitude; in setLongitude()
210 if (Double.compare(that.longitude, longitude) != 0) return false; in equals()
225 temp = longitude != +0.0d ? Double.doubleToLongBits(longitude) : 0L; in hashCode()
238 ", longitude=" + longitude + in toString()
384 if (latitude != mLat1 || longitude != mLon1 || in distanceTo()
386 computeDistanceAndBearing(latitude, longitude, in distanceTo()
[all …]
DShadowAddress.java16 private double longitude; field in ShadowAddress
33 return longitude; in getLongitude()
37 public void setLongitude(double longitude) { in setLongitude() argument
38 this.longitude = longitude; in setLongitude()
DShadowGeocoder.java39 …public List<Address> getFromLocation(double latitude, double longitude, int maxResults) throws IOE… in getFromLocation() argument
42 this.lastLongitude = longitude; in getFromLocation()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/threegpp26244/
DLocationInformationBox.java19 private double longitude; field in LocationInformationBox
54 return longitude; in getLongitude()
57 public void setLongitude(double longitude) { in setLongitude() argument
58 this.longitude = longitude; in setLongitude()
103 longitude = IsoTypeReader.readFixedPoint1616(content); in _parseDetails()
118 IsoTypeWriter.writeFixedPont1616(byteBuffer, longitude); in getContent()
/external/vulkan-validation-layers/libs/glm/gtx/
Dpolar_coordinates.inl25 atan(tmp.x, tmp.z), // longitude
31 degrees(atan(tmp.x, tmp.z)), // longitude
44 T const longitude(polar.y); local
48 T const longitude(radians(polar.y));
52 cos(latitude) * sin(longitude),
54 cos(latitude) * cos(longitude));
/external/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()
/external/python/cpython3/Lib/
Dantigravity.py7 def geohash(latitude, longitude, datedow): argument
17 print('%d%s %d%s' % (latitude, p[1:], longitude, q[1:]))
/external/libxcam/modules/ocl/
Dcl_fisheye_handler.cpp168 CLFisheyeHandler::set_dst_range (float longitude, float latitude) in set_dst_range() argument
170 _range_longitude = longitude; in set_dst_range()
175 CLFisheyeHandler::get_dst_range (float &longitude, float &latitude) const in get_dst_range() argument
177 longitude = _range_longitude; in get_dst_range()
359 float longitude, latitude; in generate_fisheye_table() local
360 get_dst_range (longitude, latitude); in generate_fisheye_table()
362 ERROR, longitude > 0.0f && latitude > 0.0f, in generate_fisheye_table()
421 radian_per_pixel[0] = degree2radian (longitude / table_width); in generate_fisheye_table()
Dcl_fisheye_handler.h58 void set_dst_range (float longitude, float latitude);
59 void get_dst_range (float &longitude, float &latitude) const;
/external/icu/android_icu4j/src/main/java/android/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()
1508 longitude = lon;
1517 return Double.toString(longitude*RAD_DEG) + "," + (latitude*RAD_DEG);
1539 public final double longitude;
/external/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;
/external/icu/android_icu4j/src/main/tests/android/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()
/external/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()
/external/tensorflow/tensorflow/docs_src/get_started/
Dfeature_columns.md20 Some real-world features (such as, longitude) are numerical, but many are not.
331 location. Representing latitude and longitude as separate features isn't very
333 latitude and longitude into a single feature can pinpoint locations. Suppose we
335 of the 10,000 sections by a feature cross of latitude and longitude. This
337 individual section, which is a much stronger signal than latitude and longitude
340 The following figure shows our plan, with the latitude & longitude values for
357 def make_dataset(latitude, longitude, labels):
358 assert latitude.shape == longitude.shape == labels.shape
361 'longitude': longitude.flatten()}
367 # Bucketize the latitude and longitude usig the `edges`
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DLocationFacade.java172 @RpcParameter(name = "longitude") Double longitude, in geocode()
175 return mGeocoder.getFromLocation(latitude, longitude, maxResults); in geocode()
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Ddemo.c346 int a, longitude, latitude; in createSuperShape() local
360 for (longitude = 0; longitude < longitudeCount; ++longitude) in createSuperShape()
366 float t1 = -PI + longitude * 2 * PI / resol1; in createSuperShape()
367 float t2 = -PI + (longitude + 1) * 2 * PI / resol1; in createSuperShape()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowGeocoder.java32 …public List<Address> getFromLocation(double latitude, double longitude, int maxResults) throws IOE… in getFromLocation() argument
/external/piex/src/
Dpiex_types.h72 Rational longitude[3]; member
/external/icu/icu4c/source/test/intltest/
Dastrotst.cpp97 double longitude = astro->getSunLongitude(); in TestSolarLongitude() local
101 …toString() + (UnicodeString)"; " /* + result.toHmsString()*/ + " Sun longitude is " + longitude ); in TestSolarLongitude()
/external/libexif/po/
Den_GB.po2565 "Indicates whether the longitude is east or west longitude. ASCII 'E' "
2566 "indicates east longitude, and 'W' is west longitude."
2568 "Indicates whether the longitude is east or west longitude. ASCII 'E' "
2569 "indicates east longitude, and 'W' is west longitude."
2577 "Indicates the longitude. The longitude is expressed as three RATIONAL values "
2583 "Indicates the longitude. The longitude is expressed as three RATIONAL values "
2813 "Indicates whether the longitude of the destination point is east or west "
2814 "longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude."
2816 "Indicates whether the longitude of the destination point is east or west "
2817 "longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude."
[all …]
Den_AU.po2565 "Indicates whether the longitude is east or west longitude. ASCII 'E' "
2566 "indicates east longitude, and 'W' is west longitude."
2568 "Indicates whether the longitude is east or west longitude. ASCII 'E' "
2569 "indicates east longitude, and 'W' is west longitude."
2577 "Indicates the longitude. The longitude is expressed as three RATIONAL values "
2583 "Indicates the longitude. The longitude is expressed as three RATIONAL values "
2813 "Indicates whether the longitude of the destination point is east or west "
2814 "longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude."
2816 "Indicates whether the longitude of the destination point is east or west "
2817 "longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude."
[all …]
Dlibexif-12.pot2521 "Indicates whether the longitude is east or west longitude. ASCII 'E' "
2522 "indicates east longitude, and 'W' is west longitude."
2531 "Indicates the longitude. The longitude is expressed as three RATIONAL values "
2717 "Indicates whether the longitude of the destination point is east or west "
2718 "longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude."
2727 "Indicates the longitude of the destination point. The longitude is expressed "
2729 "respectively. If longitude is expressed as degrees, minutes and seconds, a "
/external/python/cpython3/Doc/library/
Dstring.rst544 >>> 'Coordinates: {latitude}, {longitude}'.format(latitude='37.24N', longitude='-115.81W')
546 >>> coord = {'latitude': '37.24N', 'longitude': '-115.81W'}
547 >>> 'Coordinates: {latitude}, {longitude}'.format(**coord)
/external/timezonepicker-support/
Dzone.tab11 # 2. Latitude and longitude of the zone's principal location
14 # first latitude (+ is north), then longitude (+ is east).

123