Home
last modified time | relevance | path

Searched refs:FloatingPointTest (Results 1 – 9 of 9) sorted by relevance

/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc2537 class FloatingPointTest : public testing::Test { class
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<RawType>::nan1_;
[all …]
/external/protobuf/gtest/test/
Dgtest_unittest.cc2632 class FloatingPointTest : public Test { class
2706 typename FloatingPointTest<RawType>::TestValues
2707 FloatingPointTest<RawType>::values_;
2710 typedef FloatingPointTest<float> FloatTest;
2883 typedef FloatingPointTest<double> DoubleTest;
/external/v8/testing/gtest/test/
Dgtest_unittest.cc2669 class FloatingPointTest : public Test { class
2742 typename FloatingPointTest<RawType>::TestValues
2743 FloatingPointTest<RawType>::values_;
2746 typedef FloatingPointTest<float> FloatTest;
2919 typedef FloatingPointTest<double> DoubleTest;
/external/googletest/googletest/test/
Dgtest_unittest.cc2669 class FloatingPointTest : public Test { class
2742 typename FloatingPointTest<RawType>::TestValues
2743 FloatingPointTest<RawType>::values_;
2746 typedef FloatingPointTest<float> FloatTest;
2919 typedef FloatingPointTest<double> DoubleTest;
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_unittest.cc2662 class FloatingPointTest : public Test { class
2735 typename FloatingPointTest<RawType>::TestValues
2736 FloatingPointTest<RawType>::values_;
2739 typedef FloatingPointTest<float> FloatTest;
2912 typedef FloatingPointTest<double> DoubleTest;
/external/google-breakpad/src/testing/gtest/test/
Dgtest_unittest.cc2807 class FloatingPointTest : public Test { class
2880 typename FloatingPointTest<RawType>::TestValues
2881 FloatingPointTest<RawType>::values_;
2884 typedef FloatingPointTest<float> FloatTest;
3057 typedef FloatingPointTest<double> DoubleTest;
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc2705 class FloatingPointTest : public testing::Test { class
2710 FloatingPointTest() in FloatingPointTest() function in testing::gmock_matchers_test::FloatingPointTest
2817 class FloatingPointNearTest : public FloatingPointTest<RawType> {
2819 typedef FloatingPointTest<RawType> ParentType;
2900 typedef FloatingPointTest<float> FloatTest;
3015 typedef FloatingPointTest<double> DoubleTest;
/external/v8/testing/gmock/test/
Dgmock-matchers_test.cc2701 class FloatingPointTest : public testing::Test { class
2706 FloatingPointTest() in FloatingPointTest() function in testing::gmock_matchers_test::FloatingPointTest
2811 class FloatingPointNearTest : public FloatingPointTest<RawType> {
2813 typedef FloatingPointTest<RawType> ParentType;
2894 typedef FloatingPointTest<float> FloatTest;
3009 typedef FloatingPointTest<double> DoubleTest;
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc532 TEST(MemorySanitizer, FloatingPointTest) { in TEST() argument