HomeSort by relevance Sort by last modified time
    Searched defs:RK (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/SparseLU/
SparseLU_gemm_kernel.h 36 RK = NumberOfRegisters>=16 ? 4 : 2, // register blocking
40 Index d_end = (d/RK)*RK; // number of columns of A (rows of B) suitable for full register blocking
70 for(Index k=0; k<d_end; k+=RK)
73 // load and expand a RN x RK block of B
77 if(RK==4) b20 = pset1<Packet>(Bc0[2]);
78 if(RK==4) b30 = pset1<Packet>(Bc0[3]);
81 if(RK==4) b21 = pset1<Packet>(Bc1[2]);
82 if(RK==4) b31 = pset1<Packet>(Bc1[3]);
96 if(RK==4
    [all...]
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 522 ModRefKind RK = getModRefKind(*R);
523 if (LK != RK) return (LK > RK);
847 void llvm::EmitIntrinsics(RecordKeeper &RK, raw_ostream &OS, bool TargetOnly) {
848 IntrinsicEmitter(RK, TargetOnly).run(OS);

Completed in 452 milliseconds