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

/external/protobuf/gtest/test/
H A Dgtest_unittest.cc113 using testing::FloatLE;
2846 // Tests the cases where FloatLE() should succeed.
2848 EXPECT_PRED_FORMAT2(FloatLE, 1.0f, 2.0f); // When val1 < val2,
2849 ASSERT_PRED_FORMAT2(FloatLE, 1.0f, 1.0f); // val1 == val2,
2852 EXPECT_PRED_FORMAT2(FloatLE, values_.close_to_positive_zero, 0.0f);
2855 // Tests the cases where FloatLE() should fail.
2858 EXPECT_NONFATAL_FAILURE(EXPECT_PRED_FORMAT2(FloatLE, 2.0f, 1.0f),
2863 EXPECT_PRED_FORMAT2(FloatLE, values_.further_from_one, 1.0f);
2871 EXPECT_PRED_FORMAT2(FloatLE, values_.nan1, values_.infinity);
2874 EXPECT_PRED_FORMAT2(FloatLE,
[all...]
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc116 using testing::FloatLE;
3020 // Tests the cases where FloatLE() should succeed.
3022 EXPECT_PRED_FORMAT2(FloatLE, 1.0f, 2.0f); // When val1 < val2,
3023 ASSERT_PRED_FORMAT2(FloatLE, 1.0f, 1.0f); // val1 == val2,
3026 EXPECT_PRED_FORMAT2(FloatLE, values_.close_to_positive_zero, 0.0f);
3029 // Tests the cases where FloatLE() should fail.
3032 EXPECT_NONFATAL_FAILURE(EXPECT_PRED_FORMAT2(FloatLE, 2.0f, 1.0f),
3037 EXPECT_PRED_FORMAT2(FloatLE, values_.further_from_one, 1.0f);
3045 EXPECT_PRED_FORMAT2(FloatLE, values_.nan1, values_.infinity);
3048 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/vulkan-validation-layers/tests/gtest-1.7.0/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/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest.h1986 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1986 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.h1868 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/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest.h2113 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc1057 // Helper template for implementing FloatLE() and DoubleLE().
1096 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.cc1072 // Helper template for implementing FloatLE() and DoubleLE().
1113 AssertionResult FloatLE(const char* expr1, const char* expr2, function in namespace:testing
/external/vulkan-validation-layers/tests/gtest-1.7.0/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/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/opencv3/modules/ts/src/
H A Dts_gtest.cpp2559 // Helper template for implementing FloatLE() and DoubleLE().
2598 AssertionResult FloatLE(const char* expr1, const char* expr2, function in namespace:testing
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc2412 // Helper template for implementing FloatLE() and DoubleLE().
2453 AssertionResult FloatLE(const char* expr1, const char* expr2, function in namespace:testing
H A Dgtest.h17823 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
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
H A Dgtest.h19884 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,
/external/opencv3/modules/ts/include/opencv2/ts/
H A Dts_gtest.h19947 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2,

Completed in 730 milliseconds