Searched refs:ldu (Results 1 - 6 of 6) sorted by relevance

/external/eigen/Eigen/src/SVD/
H A DJacobiSVD_MKL.h55 lapack_int lda = matrix.outerStride(), ldu, ldvt; \
62 ldu = m_matrixU.outerStride(); \
64 } else { ldu=1; u=&dummy; }\
73 LAPACKE_##MKLPREFIX##gesvd( matrix_order, jobu, jobvt, m_rows, m_cols, (MKLTYPE*)m_temp.data(), lda, (MKLRTYPE*)m_singularValues.data(), u, ldu, vt, ldvt, superb.data()); \
/external/linux-tools-perf/perf-3.12.0/arch/powerpc/lib/
H A Dmemcpy_64.S54 2: ldu r8,16(r4)
94 ldu r9,16(r4)
104 ldu r9,8(r4)
111 ldu r9,16(r4)
124 ldu r9,16(r4)
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_panel_bmod.h104 Index ldu = internal::first_multiple<Index>(u_rows, PacketSize); local
105 Map<Matrix<Scalar,Dynamic,Dynamic>, Aligned, OuterStride<> > U(tempv.data(), u_rows, u_cols, OuterStride<>(ldu));
145 eigen_assert(tempv.size()>w*ldu + nrow*w + 1);
149 Map<Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > L(tempv.data()+w*ldu+offset, nrow, u_cols, OuterStride<>(ldl));
/external/openssl/crypto/bn/asm/
H A Dppc64-mont.pl815 ldu $t2,16($tp) ; tp[j+1]
892 ldu $t2,16($tp) ; tp[j+1]
1007 ldu $t2,16($tp)
/external/llvm/test/MC/PowerPC/
H A Dppc64-encoding.s182 # CHECK-BE: ldu 2, 128(4) # encoding: [0xe8,0x44,0x00,0x81]
183 # CHECK-LE: ldu 2, 128(4) # encoding: [0x81,0x00,0x44,0xe8]
184 ldu 2, 128(4)
/external/valgrind/main/none/tests/ppc64/
H A Djm-int.stdout.exp4614 ldu 0, (0000000000000000) => 0000000000000000, 0 (00000000 00000000)
4615 ldu 8, (0000001cbe991def) => 0000001cbe991def, 0 (00000000 00000000)
4616 ldu 16, (ffffffffffffffff) => ffffffffffffffff, 0 (00000000 00000000)
4617 ldu -16, (0000000000000000) => 0000000000000000, 0 (00000000 00000000)
4618 ldu -8, (0000001cbe991def) => 0000001cbe991def, 0 (00000000 00000000)
4619 ldu 0, (ffffffffffffffff) => ffffffffffffffff, 0 (00000000 00000000)

Completed in 241 milliseconds