/external/eigen/bench/ |
D | sparse_setter.cpp | 44 typedef std::vector<Vector2i> Coordinates; typedef 47 EIGEN_DONT_INLINE Scalar* setinnerrand_eigen(const Coordinates& coords, const Values& vals); 48 EIGEN_DONT_INLINE Scalar* setrand_eigen_dynamic(const Coordinates& coords, const Values& vals); 49 EIGEN_DONT_INLINE Scalar* setrand_eigen_compact(const Coordinates& coords, const Values& vals); 50 EIGEN_DONT_INLINE Scalar* setrand_eigen_sumeq(const Coordinates& coords, const Values& vals); 51 EIGEN_DONT_INLINE Scalar* setrand_eigen_gnu_hash(const Coordinates& coords, const Values& vals); 52 EIGEN_DONT_INLINE Scalar* setrand_eigen_google_dense(const Coordinates& coords, const Values& vals); 53 EIGEN_DONT_INLINE Scalar* setrand_eigen_google_sparse(const Coordinates& coords, const Values& vals… 54 EIGEN_DONT_INLINE Scalar* setrand_scipy(const Coordinates& coords, const Values& vals); 55 EIGEN_DONT_INLINE Scalar* setrand_ublas_mapped(const Coordinates& coords, const Values& vals); [all …]
|
/external/skia/tests/ |
D | BitmapCopyTest.cpp | 40 struct Coordinates { struct 45 explicit Coordinates(int _length): length(_length) in Coordinates() argument 48 ~Coordinates(){ in ~Coordinates() argument
|
/external/skqp/tests/ |
D | BitmapCopyTest.cpp | 40 struct Coordinates { struct 45 explicit Coordinates(int _length): length(_length) in Coordinates() function 48 ~Coordinates(){ in ~Coordinates() argument
|
/external/skqp/src/gpu/glsl/ |
D | GrGLSLFragmentShaderBuilder.h | 50 enum Coordinates { enum
|
/external/python/cpython2/Doc/library/ |
D | colorsys.rst | 15 Saturation) and HSV (Hue Saturation Value). Coordinates in all of these color
|
D | string.rst | 542 >>> 'Coordinates: {latitude}, {longitude}'.format(latitude='37.24N', longitude='-115.81W') 543 'Coordinates: 37.24N, -115.81W' 545 >>> 'Coordinates: {latitude}, {longitude}'.format(**coord) 546 'Coordinates: 37.24N, -115.81W'
|
/external/python/cpython3/Doc/library/ |
D | colorsys.rst | 16 Saturation) and HSV (Hue Saturation Value). Coordinates in all of these color
|
D | string.rst | 571 >>> 'Coordinates: {latitude}, {longitude}'.format(latitude='37.24N', longitude='-115.81W') 572 'Coordinates: 37.24N, -115.81W' 574 >>> 'Coordinates: {latitude}, {longitude}'.format(**coord) 575 'Coordinates: 37.24N, -115.81W'
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.texture.format.txt | 43 - Coordinates in range (0, 0) -> (1, 1)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.h | 197 bool Coordinates; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | MIMGInstructions.td | 34 bit Coordinates = 1; 47 "NumExtraArgs", "Gradients", "Coordinates", "LodOrClampOrMip", 167 let Coordinates = !if(isResInfo, 0, 1);
|
D | SIISelLowering.cpp | 4641 (BaseOpcode->Coordinates ? DimInfo->NumCoords : 0) + in lowerImage()
|
/external/freetype/docs/ |
D | raster.txt | 23 e. Computing Profiles Coordinates 525 e. Computing Profiles Coordinates
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.tessellation.txt | 26 - Coordinates read with transform feedback (with point_mode)
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | PathHeader.txt | 215 …ateUnit/displayName ; Units ; Coordinates ; all ; &unitCo… 216 …ateUnit/coordinateUnitPattern[@type="%A"] ; Units ; Coordinates ; $2 ; &unitCou…
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/ |
D | rasterize.cl | 3000 // Coordinates are scaled to subpixel resolution. All that matters 3142 // Coordinates are scaled to subpixel resolution. All that matters 3251 // Coordinates are scaled to subpixel resolution. All that matters 3356 // Coordinates are scaled to subpixel resolution. All that matters
|
/external/skia/src/compute/skc/platforms/cl_12/kernels/ |
D | rasterize.cl | 3000 // Coordinates are scaled to subpixel resolution. All that matters 3142 // Coordinates are scaled to subpixel resolution. All that matters 3251 // Coordinates are scaled to subpixel resolution. All that matters 3356 // Coordinates are scaled to subpixel resolution. All that matters
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | PathHeader.java | 196 … SectionId.Units), Coordinates(
|
/external/python/cpython3/Doc/howto/ |
D | curses.rst | 186 Coordinates are always passed in the order *y,x*, and the top-left
|
/external/ImageMagick/Magick++/ |
D | ChangeLog | 587 * lib/Image.cpp (matteFloodfill): Coordinates are long values. 1099 Coordinates. Converted remaining drawable object methods into
|