/external/geojson-jackson/src/main/java/org/geojson/ |
D | Point.java | 5 private LngLatAlt coordinates; field in Point 10 public Point(LngLatAlt coordinates) { in Point() argument 11 this.coordinates = coordinates; in Point() 15 coordinates = new LngLatAlt(longitude, latitude); in Point() 19 coordinates = new LngLatAlt(longitude, latitude, altitude); in Point() 23 coordinates = new LngLatAlt(longitude, latitude, altitude, additionalElements); in Point() 27 return coordinates; in getCoordinates() 30 public void setCoordinates(LngLatAlt coordinates) { in setCoordinates() argument 31 this.coordinates = coordinates; in setCoordinates() 51 …return !(coordinates != null ? !coordinates.equals(point.coordinates) : point.coordinates != null); in equals() [all …]
|
D | Geometry.java | 8 protected List<T> coordinates = new ArrayList<T>(); field in Geometry 15 coordinates.add(coordinate); in Geometry() 20 coordinates.add(elements); in add() 25 return coordinates; in getCoordinates() 28 public void setCoordinates(List<T> coordinates) { in setCoordinates() argument 29 this.coordinates = coordinates; in setCoordinates() 45 …return !(coordinates != null ? !coordinates.equals(geometry.coordinates) : geometry.coordinates !=… in equals() 51 result = 31 * result + (coordinates != null ? coordinates.hashCode() : 0); in hashCode() 57 return "Geometry{" + "coordinates=" + coordinates + "} " + super.toString(); in toString()
|
D | Polygon.java | 22 if (coordinates.isEmpty()) { in setExteriorRing() 23 coordinates.add(0, points); in setExteriorRing() 25 coordinates.set(0, points); in setExteriorRing() 32 return coordinates.get(0); in getExteriorRing() 38 return coordinates.subList(1, coordinates.size()); in getInteriorRings() 43 return coordinates.get(1 + index); in getInteriorRing() 48 coordinates.add(points); in addInteriorRing() 53 coordinates.add(Arrays.asList(points)); in addInteriorRing() 57 if (coordinates.isEmpty()) in assertExteriorRing()
|
/external/python/cpython3/Doc/library/ |
D | colorsys.rst | 18 0 and 1, but the I and Q coordinates can be positive or negative. In all other 19 spaces, the coordinates are all between 0 and 1. 32 Convert the color from RGB coordinates to YIQ coordinates. 37 Convert the color from YIQ coordinates to RGB coordinates. 42 Convert the color from RGB coordinates to HLS coordinates. 47 Convert the color from HLS coordinates to RGB coordinates. 52 Convert the color from RGB coordinates to HSV coordinates. 57 Convert the color from HSV coordinates to RGB coordinates.
|
/external/python/cpython2/Doc/library/ |
D | colorsys.rst | 17 0 and 1, but the I and Q coordinates can be positive or negative. In all other 18 spaces, the coordinates are all between 0 and 1. 31 Convert the color from RGB coordinates to YIQ coordinates. 36 Convert the color from YIQ coordinates to RGB coordinates. 41 Convert the color from RGB coordinates to HLS coordinates. 46 Convert the color from HLS coordinates to RGB coordinates. 51 Convert the color from RGB coordinates to HSV coordinates. 56 Convert the color from HSV coordinates to RGB coordinates.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Where.pbtxt | 9 This operation returns the coordinates of true elements in `input`. The 10 coordinates are returned in a 2-D tensor where the first dimension (rows) 12 represents the coordinates of the true elements. Keep in mind, the shape of 21 # 'input' has two true values, so output has two coordinates. 22 # 'input' has rank of 2, so coordinates have two indices. 32 # 'input' has 5 true values, so output has 5 coordinates. 33 # 'input' has rank of 3, so coordinates have three indices. 46 # 'input' has 5 nonzero values, so output has 5 coordinates. 47 # 'input' has rank of 3, so coordinates have three indices. 60 # 'input' has 5 nonzero magnitude values, so output has 5 coordinates. [all …]
|
D | api_def_ExtractGlimpse.pbtxt | 34 indicates if the offset coordinates are centered relative to 43 indicates if the offset coordinates are normalized. 75 * If the coordinates are normalized but not centered, 0.0 and 1.0 78 * If the coordinates are both normalized and centered, they range from 79 -1.0 to 1.0. The coordinates (-1.0, -1.0) correspond to the upper 82 * If the coordinates are not normalized they are interpreted as
|
D | api_def_ExtractGlimpseV2.pbtxt | 35 indicates if the offset coordinates are centered relative to 44 indicates if the offset coordinates are normalized. 76 * If the coordinates are normalized but not centered, 0.0 and 1.0 79 * If the coordinates are both normalized and centered, they range from 80 -1.0 to 1.0. The coordinates (-1.0, -1.0) correspond to the upper 83 * If the coordinates are not normalized they are interpreted as
|
D | api_def_DrawBoundingBoxes.pbtxt | 26 boxes specified by the locations in `boxes`. The coordinates of the each 28 bounding box coordinates are floats in `[0.0, 1.0]` relative to the width and 32 box is `[0.1, 0.2, 0.5, 0.9]`, the upper-left and bottom-right coordinates of 33 the bounding box will be `(40, 10)` to `(180, 50)` (in (x,y) coordinates).
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | TupleVariation.py | 39 def __init__(self, axes, coordinates): argument 41 self.coordinates = coordinates[:] 45 return "<TupleVariation %s %s>" % (axes, self.coordinates) 48 return self.coordinates == other.coordinates and self.axes == other.axes 52 for i, point in enumerate(self.coordinates): 63 return any(c is not None for c in self.coordinates) 86 for i, delta in enumerate(self.coordinates): 120 self.coordinates[point] = (x, y) 124 self.coordinates[cvt] = value 153 numPointsInGlyph = len(self.coordinates) [all …]
|
D | _g_l_y_f.py | 388 assert len(coord) == len(glyph.coordinates) 389 glyph.coordinates = GlyphCoordinates(coord) 582 ("x", self.coordinates[j][0]), 583 ("y", self.coordinates[j][1]), 610 coordinates = GlyphCoordinates() 618 coordinates.append((safeEval(attrs["x"]), safeEval(attrs["y"]))) 625 self.coordinates = coordinates 627 self.endPtsOfContours = [len(coordinates)-1] 629 self.coordinates.extend (coordinates) 631 self.endPtsOfContours.append(len(self.coordinates)-1) [all …]
|
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderVertexSpacing.cpp | 230 std::vector<_tess_coordinate_cartesian> coordinates; in getEdgesForQuadsTessellation() local 240 coordinates.push_back(new_coordinate); in getEdgesForQuadsTessellation() 276 …for (std::vector<_tess_coordinate_cartesian>::const_iterator coordinate_iterator = coordinates.beg… in getEdgesForQuadsTessellation() 277 coordinate_iterator != coordinates.end(); coordinate_iterator++) in getEdgesForQuadsTessellation() 340 std::find(coordinates.begin(), coordinates.end(), corner_coordinate); in getEdgesForQuadsTessellation() 344 if (iterator != coordinates.end()) in getEdgesForQuadsTessellation() 346 coordinates.erase(iterator); in getEdgesForQuadsTessellation() 439 for (std::vector<_tess_coordinate_cartesian>::const_iterator iterator = coordinates.begin(); in getEdgesForQuadsTessellation() 440 iterator != coordinates.end(); iterator++) in getEdgesForQuadsTessellation() 493 std::find(coordinates.begin(), coordinates.end(), coordinate); in getEdgesForQuadsTessellation() [all …]
|
/external/skqp/include/core/ |
D | SkFontArguments.h | 21 const Coordinate* coordinates; member 44 fVariationDesignPosition.coordinates = in setAxes() 58 fVariationDesignPosition.coordinates = position.coordinates; in setVariationDesignPosition() 69 return reinterpret_cast<const Axis*>(fVariationDesignPosition.coordinates); in getAxes()
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_generator.cpp | 17 float operator()(const array<Eigen::DenseIndex, 1>& coordinates) const { in operator ()() 18 return coordinates[0]; in operator ()() 37 float operator()(const array<Eigen::DenseIndex, 2>& coordinates) const { in operator ()() 38 return 3 * coordinates[0] + 11 * coordinates[1]; in operator ()()
|
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
D | MicrophoneInfoConverter.java | 40 static String convertCoordinates(MicrophoneInfo.Coordinate3F coordinates) { in convertCoordinates() argument 41 if (coordinates == MicrophoneInfo.POSITION_UNKNOWN) return "Unknown"; in convertCoordinates() 43 coordinates.x, coordinates.y, coordinates.z); in convertCoordinates()
|
/external/fonttools/Tests/ttLib/tables/ |
D | TupleVariation_test.py | 198 self.assertEqual([None, 42, -23, None], g.coordinates) 210 self.assertEqual([None, (33, 44), (-2, 170), None], g.coordinates) 691 " ".join(["%d,%d" % c for c in tvar[0].coordinates]), 734 cvarTuple.coordinates[1] *= 1.0 744 self.assertEqual(var.coordinates, [100, None]) 747 self.assertAlmostEqual(var.coordinates[0], 33.3) 748 self.assertIsNone(var.coordinates[1]) 751 self.assertEqual(var.coordinates, [0, None]) 757 self.assertEqual(var.coordinates, [(100, 200), None]) 760 self.assertAlmostEqual(var.coordinates[0][0], 33.3) [all …]
|
D | _f_v_a_r_test.py | 62 inst.coordinates = {"wght": weight, "wdth": width} 177 inst.coordinates = {"wght": 0.7, "wdth": 0.5} 185 inst.coordinates = {"wght": 0.7, "wdth": 0.5} 194 self.assertDictAlmostEqual({"wght": 0.6999969, "wdth": 0.5}, inst.coordinates) 201 self.assertDictAlmostEqual({"wght": 0.6999969, "wdth": 0.5}, inst.coordinates) 209 inst.coordinates = {"wght": 0.7, "wdth": 0.5} 228 inst.coordinates = {"wght": 0.7, "wdth": 0.5} 251 self.assertDictAlmostEqual({"wght": 0.6999969, "wdth": 0.5}, inst.coordinates) 263 self.assertDictAlmostEqual({"wght": 0.6999969, "wdth": 0.5}, inst.coordinates)
|
/external/tensorflow/tensorflow/python/tpu/ |
D | device_assignment.py | 41 coordinates = core_assignment[replica, logical_core, :] 42 task_id = topology.task_ordinal_at_coordinates(coordinates) 133 def coordinates(self, replica: int, logical_core: int) -> Tuple: # pylint:disable=g-bare-generic member in DeviceAssignment 159 coordinates = self.coordinates(replica, logical_core) 160 return self._topology.tpu_device_ordinal_at_coordinates(coordinates) 167 coordinates = self.coordinates(replica, logical_core) 168 return self._topology.cpu_device_name_at_coordinates(coordinates, job=job) 175 coordinates = self.coordinates(replica, logical_core) 176 return self._topology.tpu_device_name_at_coordinates(coordinates, job=job)
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/ |
D | EuclideanIntegerPoint.java | 109 final int[] coordinates = getPoint(); in toString() local 110 for (int i = 0; i < coordinates.length; i++) { in toString() 111 buff.append(coordinates[i]); in toString() 112 if (i < coordinates.length - 1) { in toString()
|
/external/skia/include/core/ |
D | SkFontArguments.h | 21 const Coordinate* coordinates; member 45 fVariationDesignPosition.coordinates = position.coordinates; in setVariationDesignPosition()
|
/external/ImageMagick/MagickCore/ |
D | draw.c | 855 coordinates, in ConvertPrimitiveToPath() local 881 coordinates=0; in ConvertPrimitiveToPath() 892 if (coordinates <= 0) in ConvertPrimitiveToPath() 897 coordinates=(ssize_t) primitive_info[i].coordinates; in ConvertPrimitiveToPath() 903 coordinates--; in ConvertPrimitiveToPath() 904 if ((code == MoveToCode) || (coordinates <= 0) || in ConvertPrimitiveToPath() 916 if (coordinates > 0) in ConvertPrimitiveToPath() 1364 coordinates; in DrawBoundingRectangles() local 1440 coordinates=(ssize_t) primitive_info[0].coordinates; in DrawBoundingRectangles() 1441 primitive_info[coordinates].primitive=UndefinedPrimitive; in DrawBoundingRectangles() [all …]
|
/external/igt-gpu-tools/assembler/doc/examples/ |
D | packed_yuv_wm.g4a | 9 /* Set up the X/Y screen coordinates of the pixels in our 4 subspans. Each 22 /* Set up ss0.x coordinates*/ 27 /* Set up ss0.y coordinates */ 32 /* set up ss1.x coordinates */ 37 /* set up ss1.y coordinates */ 42 /* Set up ss2.x coordinates */ 47 /* Set up ss2.y coordinates */ 52 /* Set up ss3.x coordinates */ 57 /* Set up ss3.y coordinates */ 63 /* Now, map these screen space coordinates into texture coordinates. */
|
/external/geojson-jackson/src/test/java/org/geojson/jackson/ |
D | MultiPointTest.java | 30 List<LngLatAlt> coordinates = multiPoint.getCoordinates(); in itShouldDeserializeMultiPoint() local 31 PointTest.assertLngLatAlt(100, 0, Double.NaN, coordinates.get(0)); in itShouldDeserializeMultiPoint() 32 PointTest.assertLngLatAlt(101, 1, Double.NaN, coordinates.get(1)); in itShouldDeserializeMultiPoint()
|
D | LineStringTest.java | 30 List<LngLatAlt> coordinates = lineString.getCoordinates(); in itShouldDeserializeLineString() local 31 PointTest.assertLngLatAlt(100, 0, Double.NaN, coordinates.get(0)); in itShouldDeserializeLineString() 32 PointTest.assertLngLatAlt(101, 1, Double.NaN, coordinates.get(1)); in itShouldDeserializeLineString()
|
/external/boringssl/src/third_party/wycheproof_testvectors/ |
D | ecdh_secp521r1_test.txt | 264 # edge case for Jacobian and projective coordinates 271 # edge case for Jacobian and projective coordinates 278 # edge case for Jacobian and projective coordinates 285 # edge case for Jacobian and projective coordinates 292 # edge case for Jacobian and projective coordinates 299 # edge case for Jacobian and projective coordinates 306 # edge case for Jacobian and projective coordinates in left to right addition 314 # edge case for Jacobian and projective coordinates in left to right addition 322 # edge case for Jacobian and projective coordinates in left to right addition 330 # edge case for Jacobian and projective coordinates in left to right addition [all …]
|