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

  /external/eigen/test/
basicstuff.cpp 152 RealMatrixType rm1 = RealMatrixType::Random(rows,cols), local
155 cm.real() = rm1;
157 VERIFY_IS_APPROX(static_cast<const MatrixType&>(cm).real(), rm1);
159 rm1.setZero();
161 rm1 = cm.real();
163 VERIFY_IS_APPROX(static_cast<const MatrixType&>(cm).real(), rm1);
  /external/qemu/tcg/arm/
tcg-target.c 393 int rn0, int rn1, int rm0, int rm1, int shift)
395 if (rd0 == rn1 || rd0 == rm1) {
399 (rn1 << 16) | (rd1 << 12) | shift | rm1); local
406 (rn1 << 16) | (rd1 << 12) | shift | rm1); local
    [all...]

Completed in 164 milliseconds