Searched refs:FloatingPointTest (Results 1 - 9 of 9) 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/protobuf/gtest/test/
H A Dgtest_unittest.cc2632 class FloatingPointTest : public Test { class in namespace:__anon16177
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/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc2807 class FloatingPointTest : public Test { class in namespace:__anon6893
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/googletest/googletest/test/
H A Dgtest_unittest.cc2669 class FloatingPointTest : public Test { class in namespace:__anon7040
2742 typename FloatingPointTest<RawType>::TestValues
2743 FloatingPointTest<RawType>::values_;
2745 // Instantiates FloatingPointTest for testing *_FLOAT_EQ.
2746 typedef FloatingPointTest<float> FloatTest;
2918 // Instantiates FloatingPointTest for testing *_DOUBLE_EQ.
2919 typedef FloatingPointTest<double> DoubleTest;
/external/v8/testing/gtest/test/
H A Dgtest_unittest.cc2669 class FloatingPointTest : public Test { class in namespace:__anon21935
2742 typename FloatingPointTest<RawType>::TestValues
2743 FloatingPointTest<RawType>::values_;
2745 // Instantiates FloatingPointTest for testing *_FLOAT_EQ.
2746 typedef FloatingPointTest<float> FloatTest;
2918 // Instantiates FloatingPointTest for testing *_DOUBLE_EQ.
2919 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:__anon24164
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/googletest/googlemock/test/
H A Dgmock-matchers_test.cc2701 class FloatingPointTest : public testing::Test { class in namespace:testing::gmock_matchers_test
2706 FloatingPointTest() function in class:testing::gmock_matchers_test::FloatingPointTest
2813 class FloatingPointNearTest : public FloatingPointTest<RawType> {
2815 typedef FloatingPointTest<RawType> ParentType;
2895 // Instantiate FloatingPointTest for testing floats.
2896 typedef FloatingPointTest<float> FloatTest;
2950 // Instantiate FloatingPointTest for testing floats with a user-specified
3010 // Instantiate FloatingPointTest for testing doubles.
3011 typedef FloatingPointTest<double> DoubleTest;
3065 // Instantiate FloatingPointTest fo
[all...]
/external/v8/testing/gmock/test/
H A Dgmock-matchers_test.cc2701 class FloatingPointTest : public testing::Test { class in namespace:testing::gmock_matchers_test
2706 FloatingPointTest() function in class:testing::gmock_matchers_test::FloatingPointTest
2811 class FloatingPointNearTest : public FloatingPointTest<RawType> {
2813 typedef FloatingPointTest<RawType> ParentType;
2893 // Instantiate FloatingPointTest for testing floats.
2894 typedef FloatingPointTest<float> FloatTest;
2948 // Instantiate FloatingPointTest for testing floats with a user-specified
3008 // Instantiate FloatingPointTest for testing doubles.
3009 typedef FloatingPointTest<double> DoubleTest;
3063 // Instantiate FloatingPointTest fo
[all...]
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc532 TEST(MemorySanitizer, FloatingPointTest) {

Completed in 360 milliseconds