Home
last modified time | relevance | path

Searched refs:test_reference (Results 1 – 2 of 2) sorted by relevance

/external/eigen/test/
Dnomalloc.cpp172 template<typename MatrixType> void test_reference(const MatrixType& m) { in test_reference() function
226 CALL_SUBTEST_6(test_reference(Matrix<float,32,32>())); in test_nomalloc()
227 CALL_SUBTEST_7(test_reference(R1)); in test_nomalloc()
228 CALL_SUBTEST_8(Ref<MatrixXd> R2 = M1.topRows<2>(); test_reference(R2)); in test_nomalloc()
/external/llvm-project/llvm/test/Transforms/SpeculateAroundPHIs/
Dconvergent.ll66 define i32 @test_reference(i1 %flag, i32 %arg) #2 {
67 ; CHECK-LABEL: @test_reference(