/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/eigen/unsupported/test/ |
splines.cpp | 243 const unsigned int dimension = 2; local 246 ArrayXXd points = ArrayXXd::Random(dimension, numPoints); 251 ArrayXXd derivatives = ArrayXXd::Random(dimension, numPoints);
|
cxx11_tensor_scan.cpp | 25 VERIFY_IS_EQUAL(tensor.dimension(0), result.dimension(0));
|
cxx11_tensor_contraction.cpp | 167 VERIFY_IS_EQUAL(result.dimension(0), 5); 168 VERIFY_IS_EQUAL(result.dimension(1), 7); 169 VERIFY_IS_EQUAL(result.dimension(2), 7); 170 VERIFY_IS_EQUAL(result.dimension(3), 11); 171 VERIFY_IS_EQUAL(result.dimension(4), 13); 202 VERIFY_IS_EQUAL(result.dimension(0), 2); 211 VERIFY_IS_EQUAL(result.dimension(0), 2); 236 VERIFY_IS_EQUAL(result.dimension(0), 2); 237 VERIFY_IS_EQUAL(result.dimension(1), 2); 476 VERIFY_IS_EQUAL(result.dimension(0), 2) [all...] |
cxx11_tensor_convolution.cpp | 89 VERIFY_IS_EQUAL(valid.dimension(0), 1); 97 VERIFY_IS_EQUAL(same.dimension(0), 3); 107 VERIFY_IS_EQUAL(full.dimension(0), 5); 132 VERIFY_IS_EQUAL(result.dimension(0), 2);
|
/external/pdfium/xfa/fxbarcode/common/ |
BC_CommonBitMatrix.cpp | 33 void CBC_CommonBitMatrix::Init(int32_t dimension) { 34 m_width = dimension; 35 m_height = dimension;
|
BC_CommonBitMatrix.h | 19 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/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/fxbarcode/qrcode/ |
BC_QRCoderVersion.cpp | 371 int32_t dimension, 373 if ((dimension % 4) != 1) { 377 CBC_QRCoderVersion* qcv = GetVersionForNumber((dimension - 17) >> 2, e); 410 int32_t dimension = GetDimensionForVersion(); local 412 bitMatrix->Init(dimension); 416 bitMatrix->SetRegion(dimension - 8, 0, 8, 9, e); 419 bitMatrix->SetRegion(0, dimension - 8, 9, 8, e); 434 bitMatrix->SetRegion(6, 9, 1, dimension - 17, e); 437 bitMatrix->SetRegion(9, 6, dimension - 17, 1, e); 441 bitMatrix->SetRegion(dimension - 11, 0, 3, 6, e) [all...] |
/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_
|
/packages/apps/Dialer/java/com/android/incallui/autoresizetext/ |
AutoResizeTextView.java | 276 float dimension = TypedValue.applyDimension(resizeStepUnit, sizeToTry, displayMetrics); local 277 if (suggestedSizeFitsInSpace(dimension, availableSpace)) { 288 private float convertToResizeStepUnits(float dimension) { 289 // To figure out the multiplier between a raw dimension and the resizeStepUnit, we invert the 290 // conversion of 1 resizeStepUnit to a raw dimension. 292 return dimension * multiplier;
|
/external/freetype/src/autofit/ |
afhints.c | 244 int dimension ) 246 AF_AxisHints axis = &hints->axis[dimension]; 289 int dimension ) 291 AF_AxisHints axis = &hints->axis[dimension]; 404 FT_Int dimension; local 407 for ( dimension = 1; dimension >= 0; dimension-- ) 409 AF_AxisHints axis = &hints->axis[dimension]; 420 dimension == AF_DIMENSION_HORZ ? "vertical 538 FT_Int dimension; local [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
DebugContext.java | 109 SetupAllocationCopyTests(int dimension, 115 assertTrue(dimension == 1 || dimension == 2); 120 // dimension 123 if (dimension == 1) { 131 if (dimension == 1) 158 if (dimension == 1) {
|
/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
|