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

1 2 34 5 6 7 8 91011>>

  /external/eigen/blas/fortran/
srotm.f 35 * SX (input/output) REAL array, dimension N
41 * SY (input/output) REAL array, dimension N
47 * SPARAM (input/output) REAL array, dimension 5
  /external/eigen/lapack/
clarf.f 76 *> V is COMPLEX array, dimension
97 *> C is COMPLEX array, dimension (LDC,N)
106 *> The leading dimension of the array C. LDC >= max(1,M).
111 *> WORK is COMPLEX array, dimension
dlarf.f 72 *> V is DOUBLE PRECISION array, dimension
93 *> C is DOUBLE PRECISION array, dimension (LDC,N)
102 *> The leading dimension of the array C. LDC >= max(1,M).
107 *> WORK is DOUBLE PRECISION array, dimension
slarf.f 72 *> V is REAL array, dimension
93 *> C is REAL array, dimension (LDC,N)
102 *> The leading dimension of the array C. LDC >= max(1,M).
107 *> WORK is REAL array, dimension
zlarf.f 76 *> V is COMPLEX*16 array, dimension
97 *> C is COMPLEX*16 array, dimension (LDC,N)
106 *> The leading dimension of the array C. LDC >= max(1,M).
111 *> WORK is COMPLEX*16 array, dimension
ilaclc.f 56 *> A is COMPLEX array, dimension (LDA,N)
63 *> The leading dimension of the array A. LDA >= max(1,M).
ilaclr.f 56 *> A is array, dimension (LDA,N)
63 *> The leading dimension of the array A. LDA >= max(1,M).
iladlc.f 56 *> A is DOUBLE PRECISION array, dimension (LDA,N)
63 *> The leading dimension of the array A. LDA >= max(1,M).
iladlr.f 56 *> A is DOUBLE PRECISION array, dimension (LDA,N)
63 *> The leading dimension of the array A. LDA >= max(1,M).
ilaslc.f 56 *> A is REAL array, dimension (LDA,N)
63 *> The leading dimension of the array A. LDA >= max(1,M).
ilaslr.f 56 *> A is REAL array, dimension (LDA,N)
63 *> The leading dimension of the array A. LDA >= max(1,M).
ilazlc.f 56 *> A is COMPLEX*16 array, dimension (LDA,N)
63 *> The leading dimension of the array A. LDA >= max(1,M).
ilazlr.f 56 *> A is COMPLEX*16 array, dimension (LDA,N)
63 *> The leading dimension of the array A. LDA >= max(1,M).
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.
  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixDetector.h 49 int32_t dimension);
  /frameworks/base/core/tests/coretests/src/android/view/
ZeroSizedTest.java 28 * Builds the drawing cache of Views of various dimension. The assumption is that
29 * a View with a 0-sized dimension (width or height) will always have a null
47 mWithDimension = activity.findViewById(R.id.dimension);
  /frameworks/base/libs/hwui/renderstate/
OffscreenBufferPool.h 61 static uint32_t computeIdealDimension(uint32_t dimension);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
ResourceUtils.java 229 public static boolean isValidDimensionPixelSize(final int dimension) {
230 return dimension > 0;
234 public static boolean isValidDimensionPixelOffset(final int dimension) {
235 return dimension >= 0;
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
bootstrap.js 460 , dimension: function () {
466 var dimension
473 dimension = this.dimension()
474 scroll = $.camelCase(['scroll', dimension].join('-'))
484 this.$element[dimension](0)
486 this.$element[dimension](this.$element[0][scroll])
490 var dimension
492 dimension = this.dimension()
    [all...]
  /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/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();

Completed in 396 milliseconds

1 2 34 5 6 7 8 91011>>