Searched refs:expected3 (Results 1 – 6 of 6) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestMemory.h | 48 const Matrix3x4 expected3 = {{121.f, 232.f, 343.f, 454.f}, variable
|
D | TestMemory.cpp | 87 ASSERT_EQ(CompareMatrices(expected3, actual), 0); in TEST_F() 145 ASSERT_EQ(CompareMatrices(expected3, actual), 0); in TEST_F()
|
D | TestTrivialModel.cpp | 52 const Matrix3x4 expected3 = {{121.f, 232.f, 343.f, 454.f}, member in __anon1a5e25210111::TrivialTest 195 ASSERT_EQ(CompareMatrices(expected3, actual), 0); in TEST_F() 244 ASSERT_EQ(CompareMatrices(expected3, output1), 0); in TEST_F()
|
D | TestMemoryInternal.cpp | 170 CompareMatrices(expected3, *reinterpret_cast<Matrix3x4*>(outputData + offsetForActual)), in TEST_F()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | PhoneNumberWatcherTest.java | 144 final String expected3 ="(650) 12-3"; in testStopFormatting() local 152 assertEquals(expected3, number.toString()); in testStopFormatting()
|
/frameworks/native/libs/vr/libpdx/ |
D | serialization_tests.cpp | 2194 std::array<std::uint8_t, (1 << 16) - 1> a3, expected3; in TEST() local 2195 for (auto& element : expected3) in TEST() 2199 EXPECT_EQ(expected3, a3); in TEST()
|