| /external/eigen/test/ |
| diagonal.cpp | 27 VERIFY_IS_APPROX(m1.diagonal(), m1.transpose().diagonal());
|
| eigensolver_generic.cpp | 45 VERIFY_IS_APPROX(ei1.eigenvectors().colwise().norm(), RealVectorType::Ones(rows).transpose());
|
| schur_real.cpp | 50 VERIFY_IS_APPROX(A, U * T * U.transpose());
|
| nomalloc.cpp | 50 VERIFY_IS_APPROX((m1*m1.transpose())*m2, m1*(m1.transpose()*m2));
|
| /external/eigen/test/eigen2/ |
| eigen2_basicstuff.cpp | 76 VERIFY_IS_APPROX(rv, cv.transpose());
|
| eigen2_svd.cpp | 38 VERIFY_IS_APPROX(a, matU * sigma * svd.matrixV().transpose());
|
| /external/eigen/unsupported/Eigen/src/SparseExtra/ |
| BlockOfDynamicSparseMatrix.h | 59 // need to transpose => perform a block evaluation followed by a big swap
|
| /external/llvm/test/Transforms/LICM/ |
| 2007-05-22-VolatileSink.ll | 6 define void @Transpose(i32* %DataIn, i32* %DataOut) {
|
| /external/mesa3d/docs/ |
| relnotes-6.4.html | 64 <li>GLX encoding for transpose matrix functions was broken
|
| /external/mesa3d/src/mesa/main/ |
| clip.c | 71 * The equation is transformed by the transpose of the inverse of the
|
| /frameworks/base/docs/html/guide/topics/media/ |
| jetplayer.jd | 59 // queue segment 5, repeat once, use General MIDI, transpose by -1 octave
|
| /frameworks/native/opengl/libs/EGL/ |
| trace.cpp | 175 GLuint location, GLsizei count, GLboolean transpose, const void* value) { 178 GLbooleanToString(transpose)); 227 GLboolean transpose = (GLboolean) va_arg(argp, int); 231 TraceUniformMatrix(matrixSideLength, location, count, transpose, value);
|
| /external/libvpx/libvpx/vp8/common/arm/armv6/ |
| loopfilter_v6.asm | 610 ; transpose the source data for 4-in-parallel operation 635 ; transpose uses 8 regs(r6 - r12 and lr). Need to save reg value now 636 ; transpose the source data for 4-in-parallel operation 720 ; Transpose needs 8 regs(r6 - r12, and lr). Save r6 and lr first 727 ;transpose r12, r11, r6, lr to r7, r8, r9, r10 811 ;we can use TRANSPOSE_MATRIX macro to transpose output - input: q1, q0, p0, p1 [all...] |
| sixtappredict8x4_v6.asm | 23 ;note: In first pass, store the result in transpose(8linesx9columns) on stack. Temporary stack size is 184. 25 ;and the result is stored in transpose.
|
| /external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/ |
| mat2.js | 88 * Transpose the values of a mat2 94 mat2.transpose = function(out, a) {
|
| /external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
| WebGLRenderingContext.h | 272 void uniformMatrix2fv(const WebGLUniformLocation*, GC3Dboolean transpose, Float32Array* value); 273 void uniformMatrix2fv(const WebGLUniformLocation*, GC3Dboolean transpose, GC3Dfloat* value, GC3Dsizei); 274 void uniformMatrix3fv(const WebGLUniformLocation*, GC3Dboolean transpose, Float32Array* value); 275 void uniformMatrix3fv(const WebGLUniformLocation*, GC3Dboolean transpose, GC3Dfloat* value, GC3Dsizei); 276 void uniformMatrix4fv(const WebGLUniformLocation*, GC3Dboolean transpose, Float32Array* value); 277 void uniformMatrix4fv(const WebGLUniformLocation*, GC3Dboolean transpose, GC3Dfloat* value, GC3Dsizei); [all...] |
| /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/ |
| program_parse.tab.h | 119 TRANSPOSE = 337, 227 #define TRANSPOSE 337
|
| /external/chromium_org/third_party/skia/src/gpu/ |
| GrPathUtils.h | 156 // by mapping the lines with the inverse-transpose of the matrix used to map the points. 170 // by mapping the lines with the inverse-transpose of the matrix used to map the points.
|
| /external/eigen/bench/ |
| quat_slerp.cpp | 216 << " max: " << maxerr.transpose() << "\n"; 217 cout << " avg: " << avgerr.transpose() << "\n";
|
| /external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
| ConstrainedConjGrad.h | 77 l = C.transpose() * p; 87 l = C.transpose() * e; // l is the i-th row of CINV
|
| /external/jpeg/ |
| transupp.c | 189 /* Transpose source into destination */ 462 /* Transverse transpose is equivalent to 542 /* At lower right corner, just transpose, no mirroring */ 637 /* Transpose destination image parameters */ 648 /* Transpose basic image dimensions */ 653 /* Transpose sampling factors */ 661 /* Transpose quantization tables */ 775 /* transpose does NOT have to trim anything */
|
| /external/libvpx/libvpx/vp9/common/mips/dspr2/ |
| vp9_mblpf_vert_loopfilter_dspr2.c | 99 /* transpose p3, p2, p1, p0 107 after transpose 137 /* transpose q0, q1, q2, q3 145 after transpose 175 /* transpose p7, p6, p5, p4 183 after transpose 213 /* transpose q4, q5, q6, q7 221 after transpose [all...] |
| /external/qemu/distrib/jpeg-6b/ |
| transupp.c | 189 /* Transpose source into destination */ 462 /* Transverse transpose is equivalent to 542 /* At lower right corner, just transpose, no mirroring */ 637 /* Transpose destination image parameters */ 648 /* Transpose basic image dimensions */ 653 /* Transpose sampling factors */ 661 /* Transpose quantization tables */ 775 /* transpose does NOT have to trim anything */
|
| /external/skia/src/gpu/ |
| GrPathUtils.h | 156 // by mapping the lines with the inverse-transpose of the matrix used to map the points. 170 // by mapping the lines with the inverse-transpose of the matrix used to map the points.
|
| /frameworks/base/graphics/java/android/renderscript/ |
| Matrix3f.java | 306 * Sets the current matrix to its transpose 308 public void transpose() { method in class:Matrix3f
|