Home
last modified time | relevance | path

Searched refs:RefT (Results 1 – 4 of 4) sorted by relevance

/external/eigen/test/
Dnomalloc.cpp181 typedef Eigen::Ref<const MatrixXT > RefT; in test_reference() typedef
185 RefT r3(m.transpose()); in test_reference()
186 RefT r4(m.topLeftCorner(rows/2, cols/2).transpose()); in test_reference()
188 VERIFY_RAISES_ASSERT(RefT r5(m)); in test_reference()
194 RefT r9 = r3; in test_reference()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dexhaustive_op_test_utils.h104 struct RefT {
119 !kIsComplex ? RefT::value
120 : RefT::value == C128
122 : RefT::value == C64 ? F32 : PRIMITIVE_TYPE_INVALID;
139 typename primitive_util::PrimitiveTypeToNative<RefT::value>::type;
Dexhaustive_op_test_utils.cc424 typename ExhaustiveOpTestBase<RefT::value, in ExpectNear()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DContainerModeling.cpp783 if (const auto *RefT = Type->getAs<ReferenceType>()) { in getCXXRecordDecl() local
784 Type = RefT->getPointeeType(); in getCXXRecordDecl()