/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/skqp/tests/ |
D | BitmapCopyTest.cpp | 40 struct Coordinates { struct 45 explicit Coordinates(int _length): length(_length) in Coordinates() argument 48 ~Coordinates(){ in ~Coordinates() argument
|
/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/skia/src/core/ |
D | SkFontDescriptor.h | 107 using Coordinates = SkAutoSTMalloc<4, SkFontArguments::VariationPosition::Coordinate>; variable 110 Coordinates fVariation;
|
/external/skqp/src/gpu/glsl/ |
D | GrGLSLFragmentShaderBuilder.h | 50 enum Coordinates { enum
|
/external/skia/site/docs/user/ |
D | coordinates.md | 3 linkTitle: 'Coordinates' 15 ## <span>Local Coordinates</span>
|
/external/python/cpython3/Doc/library/ |
D | colorsys.rst | 16 Saturation) and HSV (Hue Saturation Value). Coordinates in all of these color
|
D | string.rst | 592 >>> 'Coordinates: {latitude}, {longitude}'.format(latitude='37.24N', longitude='-115.81W') 593 'Coordinates: 37.24N, -115.81W' 595 >>> 'Coordinates: {latitude}, {longitude}'.format(**coord) 596 'Coordinates: 37.24N, -115.81W'
|
/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/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_GenerateBoundingBoxProposals.pbtxt | 14 Coordinates are given in the form [dy, dx, dh, dw].
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.texture.format.txt | 43 - Coordinates in range (0, 0) -> (1, 1)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.h | 214 bool Coordinates; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | MIMGInstructions.td | 38 bit Coordinates = 1; 51 "NumExtraArgs", "Gradients", "Coordinates", "LodOrClampOrMip", 295 let Coordinates = !if(isResInfo, 0, 1);
|
/external/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.h | 207 bool Coordinates; member
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | MIMGInstructions.td | 39 bit Coordinates = 1; 52 "Gather4", "NumExtraArgs", "Gradients", "G16", "Coordinates", 311 let Coordinates = !not(isResInfo);
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.tessellation.txt | 26 - Coordinates read with transform feedback (with point_mode)
|
/external/mesa3d/docs/drivers/ |
D | llvmpipe.rst | 229 Coordinates <https://www.cs.unc.edu/~olano/papers/2dh-tri/>`__
|
/external/freetype/docs/ |
D | raster.txt | 23 e. Computing Profiles Coordinates 525 e. Computing Profiles Coordinates
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | PathHeader.txt | 260 …ateUnit/displayName ; Units ; Coordinates ; all ; &unitCo… 261 …ateUnit/gender ; Units ; Coordinates ; all ; &unitCo… 262 …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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Disassembler/ |
D | AMDGPUDisassembler.cpp | 501 (BaseOpcode->Coordinates ? Dim->NumCoords : 0) + in convertMIMGInst()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
D | AMDGPUDisassembler.cpp | 543 (BaseOpcode->Coordinates ? Dim->NumCoords : 0) + in convertMIMGInst()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | PathHeader.java | 215 Coordinates( SectionId.Units),
|
/external/python/cpython3/Doc/howto/ |
D | curses.rst | 186 Coordinates are always passed in the order *y,x*, and the top-left
|