Home
last modified time | relevance | path

Searched refs:ASSERT_DOUBLE_EQ (Results 1 – 14 of 14) sorted by relevance

/third_party/libuv/test/
Dtask.h214 #define ASSERT_DOUBLE_EQ(a, b) ASSERT_BASE(a, ==, b, double, "f") macro
Dtest-fs.c779 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/
DDataMov.cpp389 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()
DLowLevel.cpp700 ASSERT_DOUBLE_EQ(3.14, test.contentsOfQword<double>(S0)); in TEST_F()
DXmmArith.cpp49 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/
DDataMov.cpp542 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()
DXmmArith.cpp46 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()
DLowLevel.cpp1128 ASSERT_DOUBLE_EQ(3.14, test.contentsOfQword<double>(S0)); in TEST_F()
/third_party/googletest/googletest/test/
Dgtest_unittest.cc2959 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/
Dgtest.h1985 #define ASSERT_DOUBLE_EQ(val1, val2) \ macro
/third_party/node/deps/googletest/include/gtest/
Dgtest.h1981 #define ASSERT_DOUBLE_EQ(val1, val2) \ macro
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest.h2140 #define ASSERT_DOUBLE_EQ(val1, val2)\ macro
/third_party/googletest/docs/reference/
Dassertions.md284 `ASSERT_DOUBLE_EQ(`*`val1`*`,`*`val2`*`)`
/third_party/cef/tools/distrib/gtest/
Dgtest.h12041 #define ASSERT_DOUBLE_EQ(val1, val2)\