Searched refs:Coordinates (Results 1 – 9 of 9) sorted by relevance
/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/src/gpu/glsl/ |
D | GrGLSLFragmentShaderBuilder.h | 64 enum Coordinates { enum 79 virtual void appendOffsetToSample(const char* sampleIdx, Coordinates) = 0; 169 void appendOffsetToSample(const char* sampleIdx, Coordinates) override;
|
D | GrGLSLFragmentShaderBuilder.cpp | 20 static const char* sample_offset_array_name(GrGLSLFPFragmentBuilder::Coordinates coords) { in sample_offset_array_name() 127 void GrGLSLFragmentShaderBuilder::appendOffsetToSample(const char* sampleIdx, Coordinates coords) { in appendOffsetToSample()
|
/external/skia/tests/ |
D | BitmapCopyTest.cpp | 34 struct Coordinates { struct 39 explicit Coordinates(int _length): length(_length) in Coordinates() function 42 ~Coordinates(){ in ~Coordinates() argument
|
/external/python/cpython2/Doc/library/ |
D | colorsys.rst | 15 Saturation) and HSV (Hue Saturation Value). Coordinates in all of these color
|
D | string.rst | 541 >>> 'Coordinates: {latitude}, {longitude}'.format(latitude='37.24N', longitude='-115.81W') 542 'Coordinates: 37.24N, -115.81W' 544 >>> 'Coordinates: {latitude}, {longitude}'.format(**coord) 545 'Coordinates: 37.24N, -115.81W'
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.texture.format.txt | 43 - Coordinates in range (0, 0) -> (1, 1)
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.tessellation.txt | 26 - Coordinates read with transform feedback (with point_mode)
|
/external/ImageMagick/Magick++/ |
D | ChangeLog | 583 * lib/Image.cpp (matteFloodfill): Coordinates are long values. 1095 Coordinates. Converted remaining drawable object methods into
|