HomeSort by relevance Sort by last modified time
    Searched full:transpose (Results 201 - 225 of 693) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/eigen/bench/
spmv.cpp 102 SPMV_BENCHres = dm.transpose() * sm);
112 SPMV_BENCH(res.noalias() += sm.transpose() * dv; )
  /external/eigen/doc/
I02_HiPerformance.dox 30 alpha is a scalar value, and op1, op2 can be transpose, adjoint, conjugate, or the identity.
34 negation and conjugation. Transpose and Block expressions are not evaluated and they only modify the storage order
  /external/eigen/test/
householder.cpp 71 m3.rowwise() = v1.transpose();
103 TMatrixType tm2 = m2.transpose();
product_syrk.cpp 77 ((s1 * m1.row(c).transpose() * m1.row(c).transpose().adjoint()).eval().template triangularView<Lower>().toDenseMatrix()));
sparse_basic.cpp 198 // test transpose
203 VERIFY_IS_APPROX(m2.transpose().eval(), refMat2.transpose().eval());
204 VERIFY_IS_APPROX(m2.transpose(), refMat2.transpose());
  /external/eigen/unsupported/Eigen/src/Splines/
SplineFitting.h 144 ControlPointVectorType ctrls = qr.solve(MatrixType(pts.transpose())).transpose();
  /external/libvpx/libvpx/vp8/common/ppc/
idctllm_altivec.asm 73 ;# transpose input
128 ;# transpose output
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
vp8_shortwalsh4x4_neon.asm 31 ;transpose d0, d1, d2, d3. Then, d0=ip[0], d1=ip[1], d2=ip[2], d3=ip[3]
59 ;transpose d0, d1, d2, d3, Then, d0=ip[0], d1=ip[4], d2=ip[8], d3=ip[12]
  /external/libvpx/libvpx/vp8/encoder/x86/
dct_mmx.asm 38 ; transpose for the first stage
114 ; transpose for the second stage
  /external/sonivox/jet_tools/JetCreator/
JetPreview.py 117 self.segment.transpose,
135 self.queueSegs.append(QueueSeg(self.segment.segname, userID, seg_num, dls_num, self.segment.repeat, self.segment.transpose, self.segment.mute_flags))
  /external/srec/srec/clib/
imeld_tr.c 42 ** Note the matrix is the transpose of the transformation
81 ** Note the matrix is the transpose of the transformation
  /frameworks/base/graphics/java/android/renderscript/
Matrix2f.java 184 * Sets the current matrix to its transpose
186 public void transpose() { method in class:Matrix2f
  /frameworks/base/media/java/android/media/
JetPlayer.java 268 * @param transpose the amount of pitch transposition. Set to 0 for normal playback.
282 int transpose, int muteFlags, byte userID) {
284 transpose, muteFlags, userID);
296 * @param transpose the amount of pitch transposition. Set to 0 for normal playback.
311 int transpose, boolean[] muteArray, byte userID) {
316 transpose, muteArray, userID);
548 int repeatCount, int transpose, int muteFlags, byte userID);
550 int repeatCount, int transpose, boolean[] muteArray, byte userID);
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Matrix2f.java 184 * Sets the current matrix to its transpose
186 public void transpose() { method in class:Matrix2f
  /external/libvpx/libvpx/vp8/common/arm/neon/
mbloopfilter_neon.asm 155 ;transpose to 8x16 matrix
177 ;transpose to 16x8 matrix
250 ;transpose to 8x16 matrix
272 ;transpose to 16x8 matrix
311 ; functions do the necessary load, transpose (if necessary), preserve (if
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_idct8x8_add_neon.asm 183 ; Transpose a 8x8 16bit data matrix. Datas are loaded in q8-q15.
215 ; transpose the input data
249 ; Transpose the matrix
327 ; transpose the input data
455 ; Transpose the matrix
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
uniform_query.cpp 387 bool transpose,
398 "transpose = %s) to: ",
400 transpose ? "true" : "false");
831 GLboolean transpose, const GLfloat *values)
865 /* GL_INVALID_VALUE is generated if `transpose' is not GL_FALSE.
868 if (transpose) {
870 "glUniformMatrix(matrix transpose is not GL_FALSE)");
877 bool(transpose), shProg, location, uni);
901 if (!transpose) {
905 /* Copy and transpose the matrix
    [all...]
  /external/mesa3d/src/mesa/main/
uniform_query.cpp 387 bool transpose,
398 "transpose = %s) to: ",
400 transpose ? "true" : "false");
831 GLboolean transpose, const GLfloat *values)
865 /* GL_INVALID_VALUE is generated if `transpose' is not GL_FALSE.
868 if (transpose) {
870 "glUniformMatrix(matrix transpose is not GL_FALSE)");
877 bool(transpose), shProg, location, uni);
901 if (!transpose) {
905 /* Copy and transpose the matrix
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_autogen.h 2341 GLboolean transpose = static_cast<GLboolean>(c.transpose); local
2365 GLboolean transpose = static_cast<GLboolean>(c.transpose); local
2391 GLboolean transpose = static_cast<GLboolean>(c.transpose); local
2415 GLboolean transpose = static_cast<GLboolean>(c.transpose); local
2441 GLboolean transpose = static_cast<GLboolean>(c.transpose); local
2465 GLboolean transpose = static_cast<GLboolean>(c.transpose); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
single2.c 107 * Remap a transpose-matrix enum to a non-transpose-matrix enum. Enums
108 * that are not transpose-matrix enums are unaffected.
360 /* matrix transpose */
411 /* matrix transpose */
462 /* matrix transpose */
513 /* matrix transpose */
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 211 Base::coeffRef(0,0) = (lhs.transpose().cwiseProduct(rhs)).sum();
340 Transpose<Dest> destT(dest);
343 ::run(GeneralProduct<Transpose<const typename ProductType::_RhsNested>,Transpose<const typename ProductType::_LhsNested>, GemvProduct>
344 (prod.rhs().transpose(), prod.lhs().transpose()), destT, alpha);
530 dest.coeffRef(i) += alpha * (prod.lhs().row(i).cwiseProduct(prod.rhs().transpose())).sum();
  /external/mesa3d/src/glx/
single2.c 107 * Remap a transpose-matrix enum to a non-transpose-matrix enum. Enums
108 * that are not transpose-matrix enums are unaffected.
360 /* matrix transpose */
411 /* matrix transpose */
462 /* matrix transpose */
513 /* matrix transpose */
  /frameworks/native/services/sensorservice/
Fusion.cpp 96 // A*P*transpose(A);
138 mSumXX += x*transpose(x);
144 return mSumXX*N - (mSumX*transpose(mSumX))*(N*N);
428 P = Phi*P*transpose(Phi) + GQGt;
449 const mat33_t LtSi(transpose(L)*Si);
451 K[1] = transpose(P[1][0])*LtSi;
465 P[0][1] = transpose(P[1][0]);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_entry.cpp 136 void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
137 void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
138 void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/builtins/profiles/
130.glsl 373 mat2 transpose(mat2 m);
374 mat3 transpose(mat3 m);
375 mat4 transpose(mat4 m);
377 mat2x3 transpose(mat3x2 m);
378 mat3x2 transpose(mat2x3 m);
380 mat2x4 transpose(mat4x2 m);
381 mat4x2 transpose(mat2x4 m);
383 mat3x4 transpose(mat4x3 m);
384 mat4x3 transpose(mat3x4 m);

Completed in 1110 milliseconds

1 2 3 4 5 6 7 891011>>