Searched refs:ASSERT_DOUBLE_EQ (Results 1 – 14 of 14) sorted by relevance
/third_party/libuv/test/ |
D | task.h | 214 #define ASSERT_DOUBLE_EQ(a, b) ASSERT_BASE(a, ==, b, double, "f") macro
|
D | test-fs.c | 779 ASSERT_DOUBLE_EQ(atime, (long) atime); in check_utime() 780 ASSERT_DOUBLE_EQ(mtime, (long) atime); in check_utime() 805 ASSERT_DOUBLE_EQ(st_atim, atime); in check_utime() 806 ASSERT_DOUBLE_EQ(st_mtim, mtime); in check_utime()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | DataMov.cpp | 389 ASSERT_DOUBLE_EQ(Value, test.Xmm<Type>()) \ in TEST_F() 444 ASSERT_DOUBLE_EQ(Value, test.Xmm<Type>()) \ in TEST_F() 504 ASSERT_DOUBLE_EQ(Value, test.Dst<Type>()) \ in TEST_F()
|
D | LowLevel.cpp | 700 ASSERT_DOUBLE_EQ(3.14, test.contentsOfQword<double>(S0)); in TEST_F()
|
D | XmmArith.cpp | 49 ASSERT_DOUBLE_EQ(V0 Op V1, test.Dst<Type>()) << TestString; \ in TEST_F() 83 ASSERT_DOUBLE_EQ(V0 Op V1, test.Dst<Type>()) << TestString; \ in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | DataMov.cpp | 542 ASSERT_DOUBLE_EQ(Value, test.Xmm<Type>()) \ in TEST_F() 604 ASSERT_DOUBLE_EQ(Value, test.Xmm<Type>()) \ in TEST_F() 670 ASSERT_DOUBLE_EQ(Value, test.Dst<Type>()) \ in TEST_F()
|
D | XmmArith.cpp | 46 ASSERT_DOUBLE_EQ(V0 Op V1, test.Dst<Type>()) << TestString; \ in TEST_F() 78 ASSERT_DOUBLE_EQ(V0 Op V1, test.Dst<Type>()) << TestString; \ in TEST_F()
|
D | LowLevel.cpp | 1128 ASSERT_DOUBLE_EQ(3.14, test.contentsOfQword<double>(S0)); in TEST_F()
|
/third_party/googletest/googletest/test/ |
D | gtest_unittest.cc | 2959 EXPECT_FATAL_FAILURE(ASSERT_DOUBLE_EQ(0.0, 1.0), "1.0"); in TEST_F() 2982 ASSERT_DOUBLE_EQ(v.close_to_positive_zero, in TEST_F() 3024 EXPECT_FATAL_FAILURE(ASSERT_DOUBLE_EQ(v.nan1, v.infinity), "v.infinity"); in TEST_F() 3031 ASSERT_DOUBLE_EQ(values_.infinity, values_.infinity); in TEST_F() 4302 ASSERT_DOUBLE_EQ(1, 1) << "This should succeed."; in TEST()
|
/third_party/googletest/googletest/include/gtest/ |
D | gtest.h | 1985 #define ASSERT_DOUBLE_EQ(val1, val2) \ macro
|
/third_party/node/deps/googletest/include/gtest/ |
D | gtest.h | 1981 #define ASSERT_DOUBLE_EQ(val1, val2) \ macro
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 2140 #define ASSERT_DOUBLE_EQ(val1, val2)\ macro
|
/third_party/googletest/docs/reference/ |
D | assertions.md | 284 `ASSERT_DOUBLE_EQ(`*`val1`*`,`*`val2`*`)`
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest.h | 12041 #define ASSERT_DOUBLE_EQ(val1, val2)\
|