/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowLocation.java | 21 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 …]
|
D | ShadowAddress.java | 16 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()
|
D | ShadowGeocoder.java | 39 …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/ |
D | LocationInformationBox.java | 19 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/ |
D | polar_coordinates.inl | 25 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/ |
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()
|
/external/python/cpython3/Lib/ |
D | antigravity.py | 7 def geohash(latitude, longitude, datedow): argument 17 print('%d%s %d%s' % (latitude, p[1:], longitude, q[1:]))
|
/external/libxcam/modules/ocl/ |
D | cl_fisheye_handler.cpp | 168 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()
|
D | cl_fisheye_handler.h | 58 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/ |
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() 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/ |
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;
|
/external/icu/android_icu4j/src/main/tests/android/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()
|
/external/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()
|
/external/tensorflow/tensorflow/docs_src/get_started/ |
D | feature_columns.md | 20 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/ |
D | LocationFacade.java | 172 @RpcParameter(name = "longitude") Double longitude, in geocode() 175 return mGeocoder.getFromLocation(latitude, longitude, maxResults); in geocode()
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | demo.c | 346 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/ |
D | ShadowGeocoder.java | 32 …public List<Address> getFromLocation(double latitude, double longitude, int maxResults) throws IOE… in getFromLocation() argument
|
/external/piex/src/ |
D | piex_types.h | 72 Rational longitude[3]; member
|
/external/icu/icu4c/source/test/intltest/ |
D | astrotst.cpp | 97 double longitude = astro->getSunLongitude(); in TestSolarLongitude() local 101 …toString() + (UnicodeString)"; " /* + result.toHmsString()*/ + " Sun longitude is " + longitude ); in TestSolarLongitude()
|
/external/libexif/po/ |
D | en_GB.po | 2565 "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 …]
|
D | en_AU.po | 2565 "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 …]
|
D | libexif-12.pot | 2521 "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/ |
D | string.rst | 544 >>> '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/ |
D | zone.tab | 11 # 2. Latitude and longitude of the zone's principal location 14 # first latitude (+ is north), then longitude (+ is east).
|