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

  /external/eigen/Eigen/src/Core/products/
GeneralMatrixVector.h 76 padd(pcj.pmul(EIGEN_CAT(ploa , A2)<LhsPacket>(&lhs2[j]), ptmp2), \
158 *lhs2 = lhs + (i+2)*lhsStride, *lhs3 = lhs + (i+offset3)*lhsStride; local
168 res[j] = cj.pmadd(lhs2[j], pfirst(ptmp2), res[j]);
193 A02 = pload<LhsPacket>(&lhs2[alignedStart-2]);
199 A12 = pload<LhsPacket>(&lhs2[j-2+LhsPacketSize]); palign<2>(A02,A12);
210 A02 = pload<LhsPacket>(&lhs2[j-2+2*LhsPacketSize]); palign<2>(A12,A02);
237 res[j] = cj.pmadd(lhs2[j], pfirst(ptmp2), res[j]);
340 ptmp2 = pcj.pmadd(EIGEN_CAT(ploa,A2) <LhsPacket>(&lhs2[j]), b, ptmp2); \
419 *lhs2 = lhs + (i+2)*lhsStride, *lhs3 = lhs + (i+offset3)*lhsStride; local
433 tmp2 += cj.pmul(lhs2[j],b); tmp3 += cj.pmul(lhs3[j],b)
    [all...]
  /art/runtime/
utf.cc 227 const uint16_t lhs2 = GetTrailingUtf16Char(pair); local
228 if (lhs2 != 0) {
235 if (lhs2 != rhs2) {
236 return lhs2 > rhs2 ? 1 : -1;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
ARMInstrInfo.td     [all...]

Completed in 1322 milliseconds