Home
last modified time | relevance | path

Searched defs:RhsType (Results 1 – 6 of 6) sorted by relevance

/external/eigen/test/
Dinplace_decomposition.cpp20 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> RhsType; in inplace() typedef
Dsvd_common.h113 typedef Matrix<Scalar, RowsAtCompileTime, Dynamic> RhsType; in svd_least_square() typedef
449 typedef Matrix<Scalar, RowsAtCompileTime, 1> RhsType; in svd_verify_assert() typedef
/external/gemmlowp/test/
Dbenchmark.cc172 typedef Matrix<std::uint8_t, MapOrder::ColMajor> RhsType; in benchmark() typedef
216 typedef Matrix<std::uint8_t, MapOrder::ColMajor> RhsType; in benchmark_gemm_sizes() typedef
Dbenchmark_all_sizes.cc116 typedef Matrix<std::uint8_t, MapOrder::ColMajor> RhsType; in benchmark_8bit() typedef
168 typedef Matrix<std::uint8_t, MapOrder::ColMajor> RhsType; in benchmark_8bit_to_32bit() typedef
Dtest.cc515 typedef Matrix<Scalar, RhsOrder> RhsType; in test_gemm() typedef
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DNarrowingConversionsCheck.cpp370 const BuiltinType *RhsType = getBuiltinType(Rhs); in handleBinaryOperator() local