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

/external/chromium/testing/gtest/test/
H A Dgtest_unittest.cc115 using testing::FloatLE;
2906 // Tests the cases where FloatLE() should succeed.
2908 EXPECT_PRED_FORMAT2(FloatLE, 1.0f, 2.0f); // When val1 < val2,
2909 ASSERT_PRED_FORMAT2(FloatLE, 1.0f, 1.0f); // val1 == val2,
2912 EXPECT_PRED_FORMAT2(FloatLE, values_.close_to_positive_zero, 0.0f);
2915 // Tests the cases where FloatLE() should fail.
2918 EXPECT_NONFATAL_FAILURE(EXPECT_PRED_FORMAT2(FloatLE, 2.0f, 1.0f),
2923 EXPECT_PRED_FORMAT2(FloatLE, values_.further_from_one, 1.0f);
2931 EXPECT_PRED_FORMAT2(FloatLE, values_.nan1, values_.infinity);
2934 EXPECT_PRED_FORMAT2(FloatLE,
[all...]
/external/gtest/test/
H A Dgtest_unittest.cc115 using testing::FloatLE;
2906 // Tests the cases where FloatLE() should succeed.
2908 EXPECT_PRED_FORMAT2(FloatLE, 1.0f, 2.0f); // When val1 < val2,
2909 ASSERT_PRED_FORMAT2(FloatLE, 1.0f, 1.0f); // val1 == val2,
2912 EXPECT_PRED_FORMAT2(FloatLE, values_.close_to_positive_zero, 0.0f);
2915 // Tests the cases where FloatLE() should fail.
2918 EXPECT_NONFATAL_FAILURE(EXPECT_PRED_FORMAT2(FloatLE, 2.0f, 1.0f),
2923 EXPECT_PRED_FORMAT2(FloatLE, values_.further_from_one, 1.0f);
2931 EXPECT_PRED_FORMAT2(FloatLE, values_.nan1, values_.infinity);
2934 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/sdch/open-vcdiff/src/gtest/
H A Dgtest.h1109 AssertionResult FloatLE(const char* expr1, const char* expr2,
H A Dgtest.cc910 // Helper template for implementing FloatLE() and DoubleLE().
951 AssertionResult FloatLE(const char* expr1, const char* expr2, function in namespace:testing
/external/chromium/testing/gtest/include/gtest/
H A Dgtest.h1982 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,
/external/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.h1984 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/testing/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.cc1056 // Helper template for implementing FloatLE() and DoubleLE().
1095 AssertionResult FloatLE(const char* expr1, const char* expr2, function in namespace:testing
/external/llvm/utils/unittest/googletest/
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

Completed in 187 milliseconds