HomeSort by relevance Sort by last modified time
    Searched refs:dimension (Results 126 - 150 of 546) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
domain.h 154 int cloog_domain_lazy_isconstant(CloogDomain *domain, int dimension,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
domain.h 154 int cloog_domain_lazy_isconstant(CloogDomain *domain, int dimension,
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp 302 const char* getTestDimensionName (TestDimension dimension)
317 return de::getSizedArrayElement<TEST_DIMENSION_LAST>(s_names, dimension);
323 TestDimension dimension; member in struct:vkt::wsi::__anon9916::TestParameters
327 , dimension (dimension_)
332 , dimension (TEST_DIMENSION_LAST)
337 TestDimension dimension,
368 switch (dimension)
536 TestDimension dimension,
551 return generateSwapchainParameterCases(wsiType, dimension, capabilities, formats, presentModes);
560 const vector<VkSwapchainCreateInfoKHR> cases (generateSwapchainParameterCases(params.wsiType, params.dimension, instHelper.vki, devHelper.physicalDevice, *surface))
    [all...]
  /external/clang/test/SemaTemplate/
dependent-names.cpp 339 static const unsigned dimension = 3; member in struct:PR11421::X
340 template<unsigned dim=dimension>
  /frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/
ColorCutQuantizer.java 35 * The color space is represented as a 3-dimensional cube with each dimension being an RGB
292 * Split this color box at the mid-point along it's longest dimension
301 // find median along the longest dimension
314 * @return the dimension which this box is largest in
333 * This is calculated by finding the longest color dimension, and then sorting the
334 * sub-array based on that dimension value in each color. The colors are then iterated over
335 * until a color is found with at least the midpoint of the whole box's dimension midpoint.
344 // We need to sort the colors in this box based on the longest color dimension.
346 // it's most significant is the desired dimension
401 private static void modifySignificantOctet(final int[] a, final int dimension,
    [all...]
  /system/tools/aidl/
ast_java.h 89 int dimension = 0; member in struct:android::aidl::java::Variable
93 Variable(const Type* type, const std::string& name, int dimension);
ast_java.cpp 95 : type(t), name(n), dimension(0) {}
98 : type(t), name(n), dimension(d) {}
102 for (int i = 0; i < this->dimension; i++) {
  /external/libchrome/base/strings/
string_util.cc 680 size_t dimension = 0; local
683 dimension < arraysize(kByteStringsUnlocalized) - 1) {
685 dimension++;
689 if (bytes != 0 && dimension > 0 && unit_amount < 100) {
691 kByteStringsUnlocalized[dimension]);
694 kByteStringsUnlocalized[dimension]);
    [all...]
  /frameworks/rs/api/
rs_allocation_create.spec 79 arg: uint32_t dimX, "Size along the X dimension"
80 arg: uint32_t dimY, "Size along the Y dimension"
81 arg: uint32_t dimZ, "Size along the Z dimension"
89 dimX specifies the size of the X dimension.
91 dimY, if present and non-zero, indicates that the Y dimension is present and
94 dimZ, if present and non-zero, indicates that the Z dimension is present and
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreTests.cpp 478 const int dimension = (m_singleLayerBind ? m_texture.layerDimension() : m_texture.dimension()); local
479 const std::string texelCoordStr = (dimension == 1 ? "gx" : dimension == 2 ? "ivec2(gx, gy)" : dimension == 3 ? "ivec3(gx, gy, gz)" : "");
917 const int dimension = (m_singleLayerBind ? m_texture.layerDimension() : m_texture.dimension()); local
    [all...]
  /external/eigen/lapack/
slarfg.f 76 *> X is REAL array, dimension
  /external/opencv3/modules/features2d/test/
test_descriptors_regression.cpp 124 int dimension = validDescriptors.cols; local
128 DistanceType dist = distance( validDescriptors.ptr<ValueType>(y), calcDescriptors.ptr<ValueType>(y), dimension );
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/data/
PsipData.java 491 public RegionalRating(int dimension, int rating) {
492 mDimension = dimension;
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp 5027 const std::string dimension = isImageViewTypeArray(m_viewType) ? dimensionArray : dimensionBase; local
5161 const char* const dimension = (m_viewType == vk::VK_IMAGE_VIEW_TYPE_1D) ? ("1D") local
6410 ShaderInputInterface dimension; member in struct:vkt::BindingModel::__anon9760
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/cloudwatch/
alarm.py 25 from boto.ec2.cloudwatch.dimension import Dimension
116 :param dimensions: A dictionary of dimension key/values where
117 the key is the dimension name and the value
120 dimension.
184 self.dimensions = Dimension()
  /external/eigen/blas/fortran/
chpmv.f 46 * AP - COMPLEX array of DIMENSION at least
62 * X - COMPLEX array of dimension at least
78 * Y - COMPLEX array of dimension at least
ctbmv.f 69 * A - COMPLEX array of DIMENSION ( LDA, n ).
112 * On entry, LDA specifies the first dimension of A as declared
117 * X - COMPLEX array of dimension at least
dspmv.f 46 * AP - DOUBLE PRECISION array of DIMENSION at least
60 * X - DOUBLE PRECISION array of dimension at least
76 * Y - DOUBLE PRECISION array of dimension at least
dtbmv.f 69 * A - DOUBLE PRECISION array of DIMENSION ( LDA, n ).
112 * On entry, LDA specifies the first dimension of A as declared
117 * X - DOUBLE PRECISION array of dimension at least
sspmv.f 46 * AP - REAL array of DIMENSION at least
60 * X - REAL array of dimension at least
76 * Y - REAL array of dimension at least
stbmv.f 69 * A - REAL array of DIMENSION ( LDA, n ).
112 * On entry, LDA specifies the first dimension of A as declared
117 * X - REAL array of dimension at least
zhpmv.f 46 * AP - COMPLEX*16 array of DIMENSION at least
62 * X - COMPLEX*16 array of dimension at least
78 * Y - COMPLEX*16 array of dimension at least
ztbmv.f 69 * A - COMPLEX*16 array of DIMENSION ( LDA, n ).
112 * On entry, LDA specifies the first dimension of A as declared
117 * X - COMPLEX*16 array of dimension at least
  /external/libvorbis/doc/
08-residue.tex 84 dimension of the codebook used to encode a partition in a specific
85 pass. The dimension of the codebook need not be the same in multiple
87 codebook dimension.
115 must be an integer multiple of the codebook dimension, although
116 dimension may vary from pass to pass.

Completed in 735 milliseconds

1 2 3 4 56 7 8 91011>>