Home
last modified time | relevance | path

Searched refs:Coordinates (Results 1 – 25 of 31) sorted by relevance

12

/external/eigen/bench/
Dsparse_setter.cpp44 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/
DBitmapCopyTest.cpp40 struct Coordinates { struct
45 explicit Coordinates(int _length): length(_length) in Coordinates() argument
48 ~Coordinates(){ in ~Coordinates() argument
/external/skia/tests/
DBitmapCopyTest.cpp40 struct Coordinates { struct
45 explicit Coordinates(int _length): length(_length) in Coordinates() argument
48 ~Coordinates(){ in ~Coordinates() argument
/external/skia/src/core/
DSkFontDescriptor.h107 using Coordinates = SkAutoSTMalloc<4, SkFontArguments::VariationPosition::Coordinate>; variable
110 Coordinates fVariation;
/external/skqp/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.h50 enum Coordinates { enum
/external/skia/site/docs/user/
Dcoordinates.md3 linkTitle: 'Coordinates'
15 ## <span>Local Coordinates</span>
/external/python/cpython3/Doc/library/
Dcolorsys.rst16 Saturation) and HSV (Hue Saturation Value). Coordinates in all of these color
Dstring.rst592 >>> '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/
Dcolorsys.rst15 Saturation) and HSV (Hue Saturation Value). Coordinates in all of these color
Dstring.rst542 >>> '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/
Dapi_def_GenerateBoundingBoxProposals.pbtxt14 Coordinates are given in the form [dy, dx, dh, dw].
/external/deqp/doc/testspecs/GLES3/
Dfunctional.texture.format.txt43 - Coordinates in range (0, 0) -> (1, 1)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h214 bool Coordinates; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DMIMGInstructions.td38 bit Coordinates = 1;
51 "NumExtraArgs", "Gradients", "Coordinates", "LodOrClampOrMip",
295 let Coordinates = !if(isResInfo, 0, 1);
/external/llvm-project/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h207 bool Coordinates; member
/external/llvm-project/llvm/lib/Target/AMDGPU/
DMIMGInstructions.td39 bit Coordinates = 1;
52 "Gather4", "NumExtraArgs", "Gradients", "G16", "Coordinates",
311 let Coordinates = !not(isResInfo);
/external/deqp/doc/testspecs/GLES31/
Dfunctional.tessellation.txt26 - Coordinates read with transform feedback (with point_mode)
/external/mesa3d/docs/drivers/
Dllvmpipe.rst229 Coordinates <https://www.cs.unc.edu/~olano/papers/2dh-tri/>`__
/external/freetype/docs/
Draster.txt23 e. Computing Profiles Coordinates
525 e. Computing Profiles Coordinates
/external/cldr/tools/java/org/unicode/cldr/util/data/
DPathHeader.txt260 …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/
Drasterize.cl3000 // 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/
DAMDGPUDisassembler.cpp501 (BaseOpcode->Coordinates ? Dim->NumCoords : 0) + in convertMIMGInst()
/external/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
DAMDGPUDisassembler.cpp543 (BaseOpcode->Coordinates ? Dim->NumCoords : 0) + in convertMIMGInst()
/external/cldr/tools/java/org/unicode/cldr/util/
DPathHeader.java215 Coordinates( SectionId.Units),
/external/python/cpython3/Doc/howto/
Dcurses.rst186 Coordinates are always passed in the order *y,x*, and the top-left

12