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

1 2 3 4 5 67 8 91011>>

  /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::__anon8898
    [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
drotmg.f 42 * DPARAM (input/output) DOUBLE PRECISION array, dimension 5
srotmg.f 44 * SPARAM (input/output) REAL array, dimension 5
  /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.
  /external/doclava/src/com/google/doclava/
InfoBuilder.java 311 if (type.dimension() != null) {
312 System.out.print(type.dimension());
714 newType = new TypeInfo(type.isPrimitive(), type.dimension(),
823 String dimension = null; local
871 dimension = getDimensions(tree);
873 TypeInfo type = new TypeInfo(isPrimitive, dimension, simpleTypeName, qualifiedTypeName, cl);
    [all...]
Stubs.java 790 || !field.type().dimension().equals("") || field.containingClass().isInterface();
    [all...]
  /external/eigen/lapack/
clarfg.f 76 *> X is COMPLEX array, dimension
dlarfg.f 76 *> X is DOUBLE PRECISION array, dimension
zlarfg.f 76 *> X is COMPLEX*16 array, dimension
  /external/skia/src/core/
SkBitmapProcState.cpp 115 static bool valid_for_filtering(unsigned dimension) {
118 return (dimension & ~0x3FFF) == 0;
146 // Note : we allow the controller to return an empty (zero-dimension) result. Should we?
  /external/skia/src/gpu/batches/
GrAADistanceFieldPathRenderer.cpp 327 uint32_t dimension,
417 pathData->fKey = PathData::Key(genID, dimension, stroke);
  /prebuilts/sdk/current/support/v7/palette/libs/
android-support-v7-palette.jar 
  /external/smali/smalidea/src/test/java/org/jf/smalidea/
SmaliPositionManagerTest.java 170 @Override public ArrayReference newInstance(ArrayType arrayType, int dimension) throws EvaluateException { return null; }
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DB_Results.java 34 import org.eclipse.test.performance.Dimension;
223 * The default dimension used to display results (typically in fingerprints).
514 * Set the default dimension used for performance results.
554 * Set the default dimension used for performance results.
570 Dimension dimension = PerformanceTestPlugin.getDimension(DIMENSIONS[i]);
571 if (dimension == null) {
572 throw new RuntimeException("There is an unsupported dimension stored in the database: " +DIMENSIONS[i]);
574 dimensions[i] = (Dim) dimension;
580 * Return the default dimension used for performance results
    [all...]
  /external/proguard/src/proguard/classfile/util/
ClassUtil.java 363 for (int dimension = 0; dimension < dimensionCount; dimension++)
    [all...]
  /external/proguard/src/proguard/evaluation/
Processor.java 635 for (int dimension = 0; dimension < dimensionCount; dimension++)
    [all...]

Completed in 1323 milliseconds

1 2 3 4 5 67 8 91011>>