Searched defs:FloatingPointTest (Results 1 - 6 of 6) sorted by relevance

/external/google-breakpad/src/testing/test/
H A Dgmock-matchers_test.cc2537 class FloatingPointTest : public testing::Test { class in namespace:testing::gmock_matchers_test
2646 RawType FloatingPointTest<RawType>::close_to_positive_zero_;
2649 RawType FloatingPointTest<RawType>::close_to_negative_zero_;
2652 RawType FloatingPointTest<RawType>::further_from_negative_zero_;
2655 RawType FloatingPointTest<RawType>::close_to_one_;
2658 RawType FloatingPointTest<RawType>::further_from_one_;
2661 RawType FloatingPointTest<RawType>::infinity_;
2664 RawType FloatingPointTest<RawType>::close_to_infinity_;
2667 RawType FloatingPointTest<RawType>::further_from_infinity_;
2670 RawType FloatingPointTest<RawTyp
[all...]
/external/gmock/test/
H A Dgmock-matchers_test.cc2646 class FloatingPointTest : public testing::Test { class in namespace:testing::gmock_matchers_test
2651 FloatingPointTest() function in class:testing::gmock_matchers_test::FloatingPointTest
2756 class FloatingPointNearTest : public FloatingPointTest<RawType> {
2758 typedef FloatingPointTest<RawType> ParentType;
2838 // Instantiate FloatingPointTest for testing floats.
2839 typedef FloatingPointTest<float> FloatTest;
2893 // Instantiate FloatingPointTest for testing floats with a user-specified
2953 // Instantiate FloatingPointTest for testing doubles.
2954 typedef FloatingPointTest<double> DoubleTest;
3008 // Instantiate FloatingPointTest fo
[all...]
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc2807 class FloatingPointTest : public Test { class in namespace:__anon6435
2880 typename FloatingPointTest<RawType>::TestValues
2881 FloatingPointTest<RawType>::values_;
2883 // Instantiates FloatingPointTest for testing *_FLOAT_EQ.
2884 typedef FloatingPointTest<float> FloatTest;
3056 // Instantiates FloatingPointTest for testing *_DOUBLE_EQ.
3057 typedef FloatingPointTest<double> DoubleTest;
/external/gtest/test/
H A Dgtest_unittest.cc2662 class FloatingPointTest : public Test { class in namespace:__anon6547
2735 typename FloatingPointTest<RawType>::TestValues
2736 FloatingPointTest<RawType>::values_;
2738 // Instantiates FloatingPointTest for testing *_FLOAT_EQ.
2739 typedef FloatingPointTest<float> FloatTest;
2911 // Instantiates FloatingPointTest for testing *_DOUBLE_EQ.
2912 typedef FloatingPointTest<double> DoubleTest;
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc2632 class FloatingPointTest : public Test { class in namespace:__anon16715
2706 typename FloatingPointTest<RawType>::TestValues
2707 FloatingPointTest<RawType>::values_;
2709 // Instantiates FloatingPointTest for testing *_FLOAT_EQ.
2710 typedef FloatingPointTest<float> FloatTest;
2882 // Instantiates FloatingPointTest for testing *_DOUBLE_EQ.
2883 typedef FloatingPointTest<double> DoubleTest;
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_unittest.cc2662 class FloatingPointTest : public Test { class in namespace:__anon21062
2735 typename FloatingPointTest<RawType>::TestValues
2736 FloatingPointTest<RawType>::values_;
2738 // Instantiates FloatingPointTest for testing *_FLOAT_EQ.
2739 typedef FloatingPointTest<float> FloatTest;
2911 // Instantiates FloatingPointTest for testing *_DOUBLE_EQ.
2912 typedef FloatingPointTest<double> DoubleTest;

Completed in 746 milliseconds