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

  /art/libdexfile/dex/
utf.cc 224 const uint16_t lhs2 = GetTrailingUtf16Char(pair); local
225 if (lhs2 != 0) {
232 if (lhs2 != rhs2) {
233 return lhs2 > rhs2 ? 1 : -1;
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixVector.h 106 padd(pcj.pmul(lhs2.template load<LhsPacket, Alignment2>(j), ptmp2), \
199 lhs2 = lhs.getVectorMapper(0, i+2), lhs3 = lhs.getVectorMapper(0, i+offset3); local
209 res[j] = cj.pmadd(lhs2(j), pfirst(ptmp2), res[j]);
234 A02 = lhs2.template load<LhsPacket, Aligned>(alignedStart-2);
240 A12 = lhs2.template load<LhsPacket, Aligned>(j-2+LhsPacketSize); palign<2>(A02,A12);
251 A02 = lhs2.template load<LhsPacket, Aligned>(j-2+2*LhsPacketSize); palign<2>(A12,A02);
278 res[j] = cj.pmadd(lhs2(j), pfirst(ptmp2), res[j]);
381 ptmp2 = pcj.pmadd(lhs2.template load<LhsPacket, Alignment2>(j), b, ptmp2); \
472 lhs2 = lhs.getVectorMapper(i+2, 0), lhs3 = lhs.getVectorMapper(i+offset3, 0); local
486 tmp2 += cj.pmul(lhs2(j),b); tmp3 += cj.pmul(lhs3(j),b)
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
matrix_solve_op_test.py 129 lhs2 = random_ops.random_normal([3, 3], seed=42)
133 s2 = linalg_ops.matrix_solve(lhs2, rhs2, adjoint=adjoint_)
  /external/tensorflow/tensorflow/compiler/xla/service/
algebraic_simplifier_test.cc 4534 HloInstruction* lhs2 = builder.AddInstruction( local
    [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /external/error_prone/error_prone/
error_prone_core-2.3.2-with-dependencies.jar 

Completed in 1953 milliseconds