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

  /art/runtime/
utf.cc 219 const uint16_t lhs2 = GetTrailingUtf16Char(pair); local
220 if (lhs2 != 0) {
227 if (lhs2 != rhs2) {
228 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...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.0.18/
error_prone_core-2.0.18.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 115 milliseconds