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

1 23 4 5 6 7 8 91011>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /external/javassist/src/main/javassist/expr/
NewArray.java 120 * Returns the dimension of the created array.
243 int index, dimension; field in class:NewArray.ProceedForArray
249 dimension = dim;
256 if (num != dimension)
269 bytecode.add(dimension);
270 bytecode.growStack(1 - dimension);
  /art/runtime/mirror/
array.cc 87 int dimension = dimensions->Get(i); local
88 if (UNLIKELY(dimension < 0)) {
89 ThrowNegativeArraySizeException(StringPrintf("Dimension %d: %d", i, dimension).c_str());
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
MatrixUtils.java 50 * <p>The type of matrix returned depends on the dimension. Below
68 * <p>The type of matrix returned depends on the dimension. Below
91 * <p>The type of matrix returned depends on the dimension. Below
114 * <p>The type of matrix returned depends on the dimension. Below
135 * Returns <code>dimension x dimension</code> identity matrix.
137 * @param dimension dimension of identity matrix to generate
139 * @throws IllegalArgumentException if dimension is not positive
142 public static RealMatrix createRealIdentityMatrix(int dimension) {
    [all...]
  /external/pdfium/xfa/src/fxbarcode/common/
BC_CommonBitMatrix.cpp 32 void CBC_CommonBitMatrix::Init(int32_t dimension) {
33 m_width = dimension;
34 m_height = dimension;
BC_CommonBitMatrix.h 31 virtual void Init(int32_t dimension);
  /packages/apps/Camera2/jni/
tinyplanet.cc 88 inline float wrap(float value, float dimension) {
89 return value - (dimension * floor(value/dimension));
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 87 inline float wrap(float value, float dimension) {
88 return value - (dimension * floor(value/dimension));
  /external/libvncserver/common/
turbojpeg.h 283 * Compute the scaled value of <tt>dimension</tt> using the given scaling
284 * factor. This macro performs the integer equivalent of <tt>ceil(dimension *
287 #define TJSCALED(dimension, scalingFactor) ((dimension * scalingFactor.num \
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 108 declaration.Dimension = 0;
122 unsigned dimension,
137 declaration.Dimension = dimension;
366 full_decl->Declaration.Dimension,
383 if (full_decl->Declaration.Dimension) {
791 src_register.Dimension = 0;
807 unsigned dimension,
830 src_register.Dimension = dimension;
841 struct tgsi_dimension dimension; local
871 struct tgsi_dimension dimension; local
    [all...]
  /external/opencv3/modules/photo/src/
arrays.hpp 176 inline int step_size(int dimension)
178 return steps[dimension];
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
GlShader.java 96 * |buffer| with |dimension| number of components per vertex.
98 public void setVertexAttribArray(String label, int dimension, FloatBuffer buffer) {
104 GLES20.glVertexAttribPointer(location, dimension, GLES20.GL_FLOAT, false, 0, buffer);
  /external/webrtc/webrtc/modules/audio_processing/vad/
pitch_based_vad.cc 26 "noise and voice gmm dimension not equal");
49 noise_gmm_.dimension = kNoiseGmmDim;
56 voice_gmm_.dimension = kVoiceGmmDim;
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCoderVersion.cpp 355 int32_t dimension,
357 if ((dimension % 4) != 1) {
361 CBC_QRCoderVersion* qcv = GetVersionForNumber((dimension - 17) >> 2, e);
392 int32_t dimension = GetDimensionForVersion(); local
394 bitMatrix->Init(dimension);
397 bitMatrix->SetRegion(dimension - 8, 0, 8, 9, e);
399 bitMatrix->SetRegion(0, dimension - 8, 9, 8, e);
412 bitMatrix->SetRegion(6, 9, 1, dimension - 17, e);
414 bitMatrix->SetRegion(9, 6, dimension - 17, 1, e);
417 bitMatrix->SetRegion(dimension - 11, 0, 3, 6, e);
    [all...]
BC_QRDetector.h 61 int32_t dimension,
  /external/freetype/src/autofit/
afhints.c 297 FT_Int dimension; local
300 for ( dimension = 1; dimension >= 0; dimension-- )
302 AF_AxisHints axis = &hints->axis[dimension];
311 dimension == AF_DIMENSION_HORZ ? "vertical"
325 dimension == AF_DIMENSION_HORZ
352 FT_Int dimension,
359 dim = ( dimension == 0 ) ? AF_DIMENSION_HORZ : AF_DIMENSION_VERT;
378 FT_Int dimension,
428 FT_Int dimension; local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTexture.cpp 104 int Texture::dimension (void) const function in class:vkt::image::Texture
  /external/deqp/modules/gles31/functional/
es31fFramebufferDefaultStateQueryTests.cpp 109 FramebufferDimensionTest (Context& context, QueryType verifier, DimensionType dimension, const char* name, const char* desc);
117 FramebufferDimensionTest::FramebufferDimensionTest (Context& context, QueryType verifier, DimensionType dimension, const char* name, const char* desc)
119 , m_dimension (dimension)
121 DE_ASSERT(dimension < DIMENSION_LAST);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
RawDataTable.java 93 Dim dimension = this.dimensions[d]; local
94 int dim_id = dimension.getId();
96 printDimTitle(dimension.getName());
97 String displayValue = dimension.getDisplayValue(value);
  /external/freetype/src/pshinter/
pshrec.h 114 /* dimension-specific hints descriptor */
125 /* dimension 0 => X coordinates + vertical hints/stems */
126 /* dimension 1 => Y coordinates + horizontal hints/stems */
133 PS_DimensionRec dimension[2]; member in struct:PS_HintsRec_
  /external/pdfium/third_party/freetype/src/pshinter/
pshrec.h 114 /* dimension-specific hints descriptor */
125 /* dimension 0 => X coordinates + vertical hints/stems */
126 /* dimension 1 => Y coordinates + horizontal hints/stems */
133 PS_DimensionRec dimension[2]; member in struct:PS_HintsRec_
  /external/doclava/src/com/google/doclava/
TypeInfo.java 28 public TypeInfo(boolean isPrimitive, String dimension, String simpleTypeName,
31 mDimension = dimension;
108 mDimension = other.dimension();
132 public String dimension() { method in class:TypeInfo
136 public void setDimension(String dimension) {
137 mDimension = dimension;
258 label += (isLastVararg) ? "..." : dimension();
382 + mIsWildcard + " Dimension: " + mDimension + " QualifedTypeName: "
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
position-handler.js 17 function negateDimension(dimension) {
19 for (var k in dimension) {
20 result[k] = -dimension[k];
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
target-config.js 23 'src/dimension-handler.js',
47 'src/dimension-handler.js',
72 'test/js/dimension-handler.js',
  /external/eigen/blas/fortran/
drotm.f 34 * DX (input/output) DOUBLE PRECISION array, dimension N
40 * DY (input/output) DOUBLE PRECISION array, dimension N
46 * DPARAM (input/output) DOUBLE PRECISION array, dimension 5

Completed in 905 milliseconds

1 23 4 5 6 7 8 91011>>