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

  /external/eigen/test/
jacobisvd.cpp 80 typedef Matrix<Scalar, RowsAtCompileTime, Dynamic> RhsType;
83 RhsType rhs = RhsType::Random(rows, internal::random<Index>(1, cols));
250 typedef Matrix<Scalar, RowsAtCompileTime, 1> RhsType;
252 RhsType rhs(rows);
  /external/eigen/unsupported/test/
svd_common.h 92 typedef Matrix<Scalar, RowsAtCompileTime, Dynamic> RhsType;
95 RhsType rhs = RhsType::Random(rows, internal::random<Index>(1, cols));
152 typedef Matrix<Scalar, RowsAtCompileTime, 1> RhsType;
153 RhsType rhs(rows);
  /external/gemmlowp/test/
benchmark.cc 69 template <typename LhsType, typename RhsType, typename ResultType>
87 std::vector<RhsType> rhs(pool_size * gemms.size());
137 template <typename LhsType, typename RhsType, typename ResultType>
141 time_for_gemms<LhsType, RhsType, ResultType>(context, gemms);
171 typedef Matrix<std::uint8_t, MapOrder::ColMajor> RhsType;
188 gflops_for_gemms<LhsType, RhsType, ResultType>(context, unique_gemm);
215 typedef Matrix<std::uint8_t, MapOrder::ColMajor> RhsType;
229 time_for_gemms<LhsType, RhsType, ResultType>(context, gemms));
test.cc 363 template <typename GemmWrapper, typename LhsType, typename RhsType,
366 const RhsType& rhs, ResultType* result, int lhs_offset,
382 static const MapOrder kRhsOrder = RhsType::kOrder;
470 template <typename GemmWrapper, typename LhsType, typename RhsType,
473 const RhsType& rhs, ResultType* result, int lhs_offset,
492 typedef Matrix<Scalar, RhsOrder> RhsType;
493 RhsType rhs(depth, cols);
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h 704 typedef GenericValue<Encoding, SourceAllocator> RhsType;
713 typename RhsType::ConstMemberIterator rhsMemberItr = rhs.FindMember(lhsMemberItr->name);
    [all...]

Completed in 2384 milliseconds