HomeSort by relevance Sort by last modified time
    Searched refs:transposed (Results 1 - 17 of 17) sorted by null

  /external/eigen/bench/btl/libs/gmm/
gmm_interface.hh 86 gmm::mult(gmm::transposed(A),gmm::transposed(B), X);
90 gmm::mult(gmm::transposed(A),A, X);
94 gmm::mult(A,gmm::transposed(A), X);
102 gmm::mult(gmm::transposed(A),B,X);
  /external/eigen/bench/
sparse_transpose.cpp 84 BENCH(for (int k=0; k<REPEAT; ++k) gmm::copy(gmm::transposed(m1),m3);)
sparse_dense_product.cpp 130 BENCH( gmm::mult(gmm::transposed(m1), gmmV1, gmmV2); )
152 // BENCH( boost::ublas::prod(gmm::transposed(m1), gmmV1, gmmV2); )
spmv.cpp 201 SPMV_BENCH(gmm::mult(gmm::transposed(gm), gv, gres));
  /external/skia/src/utils/
SkTextureCompressor_LATC.cpp 373 uint8_t transposed[16]; local
376 transposed[j*4+i] = indices[i*rowBytes + j];
380 return PackRowMajor(transposed, 4);
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineInplaceLU.h 100 const int transposed = 0) const;
300 * of the transposed/adjoint system is computed instead.
302 * Not all backends implement the solution of the transposed or
307 bool SkylineInplaceLU<MatrixType>::solve(const MatrixBase<BDerived> &b, MatrixBase<XDerived>* x, const int transposed) const {
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_idct.c 74 bool transposed, float size)
76 unsigned wm_start = (right_side == transposed) ? TGSI_WRITEMASK_X : TGSI_WRITEMASK_Y;
79 unsigned wm_tc = (right_side == transposed) ? TGSI_WRITEMASK_Y : TGSI_WRITEMASK_X;
97 struct ureg_src saddr[2], bool right_side, bool transposed,
100 unsigned wm_start = (right_side == transposed) ? TGSI_WRITEMASK_X : TGSI_WRITEMASK_Y;
101 unsigned wm_tc = (right_side == transposed) ? TGSI_WRITEMASK_Y : TGSI_WRITEMASK_X;
  /external/libvpx/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 88 strh r11, [lr], #20 ; result is transposed and stored, which
171 strb lr, [r0], r1 ; the result is transposed back and stored
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 88 strh r11, [lr], #20 ; result is transposed and stored, which
171 strb lr, [r0], r1 ; the result is transposed back and stored
  /prebuilts/go/darwin-x86/src/go/types/
initorder.go 164 // dependencyGraph computes the transposed object dependency graph
165 // from the given objMap. The transposed graph is returned as a list
  /prebuilts/go/linux-x86/src/go/types/
initorder.go 164 // dependencyGraph computes the transposed object dependency graph
165 // from the given objMap. The transposed graph is returned as a list
  /external/opencv3/3rdparty/openexr/Imath/
ImathMatrix.h 243 // Transposed matrix
247 Matrix33 transposed () const;
617 // Transposed matrix
621 Matrix44 transposed () const;
1417 Matrix33<T>::transposed () const function in class:Imath::Matrix33
2679 Matrix44<T>::transposed () const function in class:Imath::Matrix44
    [all...]
ImathMatrixAlgo.cpp 171 // We want Q.transposed() here since we are going to be using it in the
173 const M33d Qt = V * U.transposed();
235 // (ofc the whole thing is transposed for Imath).
    [all...]
ImathMatrixAlgo.h 858 Matrix44<T> fromDir2zAxis = zAxis2FromDir.transposed ();
    [all...]
  /frameworks/rs/api/
rs_matrix.spec 207 The matrix is first inverted then transposed. Returns true if the matrix was
  /external/libvpx/libvpx/vpx_dsp/arm/
idct32x32_add_neon.asm 310 ; columns. In the first pass, the transposed columns are the original
316 ; matrices are transposed by pairs (the idct32_transpose_pair loop).
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 310 ; columns. In the first pass, the transposed columns are the original
316 ; matrices are transposed by pairs (the idct32_transpose_pair loop).
    [all...]

Completed in 527 milliseconds