HomeSort by relevance Sort by last modified time
    Searched refs:dimension (Results 101 - 125 of 595) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417.cpp 424 CFX_Int32Array* dimension = local
427 int32_t cols = dimension->GetAt(0);
428 int32_t rows = dimension->GetAt(1);
429 delete dimension;
543 CFX_Int32Array* dimension = NULL; local
    [all...]
  /external/opencv3/modules/shape/src/
emdL1.cpp 114 if(binsDim1==0 || binsDim2==0) dimension = 0;
115 else dimension = (binsDim3==0)?2:3;
117 if(dimension==2)
133 else if(dimension==3)
171 if(dimension==2)
202 else if(dimension==3)
249 return dimension==2?greedySolution2():greedySolution3();
262 // compute integrated values along each dimension
345 // compute integrated values along each dimension
441 m_pRoot = dimension==2 ? &(m_Nodes[r][c]) : &(m_3dNodes[r][c][z])
    [all...]
  /external/doclava/src/com/google/doclava/
TypeInfo.java 28 public TypeInfo(boolean isPrimitive, String dimension, String simpleTypeName,
31 mDimension = dimension;
140 mDimension = other.dimension();
164 public String dimension() { method in class:TypeInfo
168 public void setDimension(String dimension) {
169 mDimension = dimension;
290 label += (isLastVararg) ? "..." : dimension();
424 + mIsWildcard + " Dimension: " + mDimension + " QualifedTypeName: "
LinkReference.java 166 int dimension = 0; local
192 dimension++;
208 for (int j = 0; j < dimension; j++) {
214 dimension = 0;
  /external/eigen/lapack/
clarft.f 91 *> V is COMPLEX array, dimension
100 *> The leading dimension of the array V.
106 *> TAU is COMPLEX array, dimension (K)
113 *> T is COMPLEX array, dimension (LDT,K)
122 *> The leading dimension of the array T. LDT >= K.
dlarft.f 91 *> V is DOUBLE PRECISION array, dimension
100 *> The leading dimension of the array V.
106 *> TAU is DOUBLE PRECISION array, dimension (K)
113 *> T is DOUBLE PRECISION array, dimension (LDT,K)
122 *> The leading dimension of the array T. LDT >= K.
slarft.f 91 *> V is REAL array, dimension
100 *> The leading dimension of the array V.
106 *> TAU is REAL array, dimension (K)
113 *> T is REAL array, dimension (LDT,K)
122 *> The leading dimension of the array T. LDT >= K.
zlarft.f 91 *> V is COMPLEX*16 array, dimension
100 *> The leading dimension of the array V.
106 *> TAU is COMPLEX*16 array, dimension (K)
113 *> T is COMPLEX*16 array, dimension (LDT,K)
122 *> The leading dimension of the array T. LDT >= K.
clarfb.f 99 *> V is COMPLEX array, dimension
109 *> The leading dimension of the array V.
117 *> T is COMPLEX array, dimension (LDT,K)
125 *> The leading dimension of the array T. LDT >= K.
130 *> C is COMPLEX array, dimension (LDC,N)
138 *> The leading dimension of the array C. LDC >= max(1,M).
143 *> WORK is COMPLEX array, dimension (LDWORK,K)
149 *> The leading dimension of the array WORK.
dlarfb.f 99 *> V is DOUBLE PRECISION array, dimension
109 *> The leading dimension of the array V.
117 *> T is DOUBLE PRECISION array, dimension (LDT,K)
125 *> The leading dimension of the array T. LDT >= K.
130 *> C is DOUBLE PRECISION array, dimension (LDC,N)
138 *> The leading dimension of the array C. LDC >= max(1,M).
143 *> WORK is DOUBLE PRECISION array, dimension (LDWORK,K)
149 *> The leading dimension of the array WORK.
slarfb.f 99 *> V is REAL array, dimension
109 *> The leading dimension of the array V.
117 *> T is REAL array, dimension (LDT,K)
125 *> The leading dimension of the array T. LDT >= K.
130 *> C is REAL array, dimension (LDC,N)
138 *> The leading dimension of the array C. LDC >= max(1,M).
143 *> WORK is REAL array, dimension (LDWORK,K)
149 *> The leading dimension of the array WORK.
zlarfb.f 99 *> V is COMPLEX*16 array, dimension
109 *> The leading dimension of the array V.
117 *> T is COMPLEX*16 array, dimension (LDT,K)
125 *> The leading dimension of the array T. LDT >= K.
130 *> C is COMPLEX*16 array, dimension (LDC,N)
138 *> The leading dimension of the array C. LDC >= max(1,M).
143 *> WORK is COMPLEX*16 array, dimension (LDWORK,K)
149 *> The leading dimension of the array WORK.
clacgv.f 50 *> X is COMPLEX array, dimension
zlacgv.f 50 *> X is COMPLEX*16 array, dimension
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageSizeTests.cpp 197 const int dimension = m_texture.dimension(); local
216 << (dimension == 1 ?
218 : dimension == 2 || m_texture.type() == IMAGE_TYPE_CUBE ? // cubes return ivec2
220 : dimension == 3 ? // cube arrays return ivec3
235 const int numComponents = texture.dimension();
  /external/aac/libAACdec/src/
aacdec_hcr.cpp 167 UCHAR dimension);
1050 UCHAR dimension; local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
MultivariateSummaryStatistics.java 53 * MultivariateStatistics instance with dimension n and then use
76 /** Dimension of the data. */
108 * @param k dimension of the data
164 * Returns the dimension of the data
165 * @return The dimension of the data
412 * @throws DimensionMismatchException if the array dimension
442 * @throws DimensionMismatchException if the array dimension
469 * @throws DimensionMismatchException if the array dimension
496 * @throws DimensionMismatchException if the array dimension
523 * @throws DimensionMismatchException if the array dimension
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/cloudwatch/
metric.py 26 from boto.ec2.cloudwatch.dimension import Dimension
51 self.dimensions = Dimension()
153 the dictionary is the name of a Dimension. The value in
154 the dictionary is either a scalar value of that Dimension
157 Dimension name.
  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixBitMatrixParser.cpp 34 int32_t dimension = bitMatrix->GetHeight(); local
35 if (dimension < 8 || dimension > 144 || (dimension & 0x01) != 0) {
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_commands.c 38 int pr_client_socket_id, cam_dimension_t dimension,
55 NULL, TUNE_PREVCMD_SETDIM, (void *)&dimension,
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_commands.c 38 int pr_client_socket_id, cam_dimension_t dimension,
55 NULL, TUNE_PREVCMD_SETDIM, (void *)&dimension,
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_commands.c 38 int pr_client_socket_id, cam_dimension_t dimension,
55 NULL, TUNE_PREVCMD_SETDIM, (void *)&dimension,
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
OpenMapRealVector.java 43 /** Dimension of the vector. */
63 * Construct a (dimension)-length vector of zeros.
64 * @param dimension size of the vector
66 public OpenMapRealVector(int dimension) {
67 this(dimension, DEFAULT_ZERO_TOLERANCE);
71 * Construct a (dimension)-length vector of zeros, specifying zero tolerance.
72 * @param dimension Size of the vector
75 public OpenMapRealVector(int dimension, double epsilon) {
76 virtualSize = dimension;
94 * @param dimension The size of the vecto
    [all...]
  /external/libjpeg-turbo/
turbojpeg.h 594 * Compute the scaled value of <tt>dimension</tt> using the given scaling
595 * factor. This macro performs the integer equivalent of <tt>ceil(dimension *
598 #define TJSCALED(dimension, scalingFactor) ((dimension * scalingFactor.num \
    [all...]
  /frameworks/base/libs/hwui/renderstate/
OffscreenBufferPool.cpp 101 uint32_t OffscreenBuffer::computeIdealDimension(uint32_t dimension) {
102 return uint32_t(ceilf(dimension / float(LAYER_SIZE)) * LAYER_SIZE);

Completed in 877 milliseconds

1 2 3 45 6 7 8 91011>>