Searched refs:FloatLE (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/ui/gfx/test/
H A Dgfx_util.cc40 // FloatLE is the gtest predicate for less than or almost equal to.
41 return ::testing::FloatLE("a", "b", a, b) &&
42 ::testing::FloatLE("b", "a", b, a);
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc204 using testing::FloatLE;
2868 // Tests the cases where FloatLE() should succeed.
2870 EXPECT_PRED_FORMAT2(FloatLE, 1.0f, 2.0f); // When val1 < val2,
2871 ASSERT_PRED_FORMAT2(FloatLE, 1.0f, 1.0f); // val1 == val2,
2874 EXPECT_PRED_FORMAT2(FloatLE, values_.close_to_positive_zero, 0.0f);
2877 // Tests the cases where FloatLE() should fail.
2880 EXPECT_NONFATAL_FAILURE(EXPECT_PRED_FORMAT2(FloatLE, 2.0f, 1.0f),
2885 EXPECT_PRED_FORMAT2(FloatLE, values_.further_from_one, 1.0f);
2893 EXPECT_PRED_FORMAT2(FloatLE, values_.nan1, values_.infinity);
2896 EXPECT_PRED_FORMAT2(FloatLE,
[all...]
/external/gtest/test/
H A Dgtest_unittest.cc204 using testing::FloatLE;
2875 // Tests the cases where FloatLE() should succeed.
2877 EXPECT_PRED_FORMAT2(FloatLE, 1.0f, 2.0f); // When val1 < val2,
2878 ASSERT_PRED_FORMAT2(FloatLE, 1.0f, 1.0f); // val1 == val2,
2881 EXPECT_PRED_FORMAT2(FloatLE, values_.close_to_positive_zero, 0.0f);
2884 // Tests the cases where FloatLE() should fail.
2887 EXPECT_NONFATAL_FAILURE(EXPECT_PRED_FORMAT2(FloatLE, 2.0f, 1.0f),
2892 EXPECT_PRED_FORMAT2(FloatLE, values_.further_from_one, 1.0f);
2900 EXPECT_PRED_FORMAT2(FloatLE, values_.nan1, values_.infinity);
2903 EXPECT_PRED_FORMAT2(FloatLE,
[all...]
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc122 using testing::FloatLE;
3151 // Tests the cases where FloatLE() should succeed.
3153 EXPECT_PRED_FORMAT2(FloatLE, 1.0f, 2.0f); // When val1 < val2,
3154 ASSERT_PRED_FORMAT2(FloatLE, 1.0f, 1.0f); // val1 == val2,
3157 EXPECT_PRED_FORMAT2(FloatLE, values_.close_to_positive_zero, 0.0f);
3160 // Tests the cases where FloatLE() should fail.
3163 EXPECT_NONFATAL_FAILURE(EXPECT_PRED_FORMAT2(FloatLE, 2.0f, 1.0f),
3168 EXPECT_PRED_FORMAT2(FloatLE, values_.further_from_one, 1.0f);
3176 EXPECT_PRED_FORMAT2(FloatLE, values_.nan1, values_.infinity);
3179 EXPECT_PRED_FORMAT2(FloatLE,
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h1982 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1985 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h1982 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,
/external/protobuf/gtest/include/gtest/
H A Dgtest.h1779 AssertionResult FloatLE(const char* expr1, const char* expr2,
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h2129 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,
/external/gtest/include/gtest/
H A Dgtest.h2113 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc1343 // Helper template for implementing FloatLE() and DoubleLE().
1382 AssertionResult FloatLE(const char* expr1, const char* expr2, function in namespace:testing
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc1056 // Helper template for implementing FloatLE() and DoubleLE().
1095 AssertionResult FloatLE(const char* expr1, const char* expr2, function in namespace:testing
/external/gtest/src/
H A Dgtest.cc1059 // Helper template for implementing FloatLE() and DoubleLE().
1098 AssertionResult FloatLE(const char* expr1, const char* expr2, function in namespace:testing
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1056 // Helper template for implementing FloatLE() and DoubleLE().
1095 AssertionResult FloatLE(const char* expr1, const char* expr2, function in namespace:testing
/external/mesa3d/src/gtest/src/
H A Dgtest.cc1056 // Helper template for implementing FloatLE() and DoubleLE().
1095 AssertionResult FloatLE(const char* expr1, const char* expr2, function in namespace:testing
/external/protobuf/gtest/src/
H A Dgtest.cc1034 // Helper template for implementing FloatLE() and DoubleLE().
1075 AssertionResult FloatLE(const char* expr1, const char* expr2, function in namespace:testing
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2543 // Helper template for implementing FloatLE() and DoubleLE().
2582 AssertionResult FloatLE(const char* expr1, const char* expr2, function in namespace:testing
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2543 // Helper template for implementing FloatLE() and DoubleLE().
2582 AssertionResult FloatLE(const char* expr1, const char* expr2, function in namespace:testing
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h19883 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h19883 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,

Completed in 2165 milliseconds