Searched refs:FloatingPointTest (Results 1 – 9 of 9) sorted by relevance
2537 class FloatingPointTest : public testing::Test { class2646 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 …]
2632 class FloatingPointTest : public Test { class2706 typename FloatingPointTest<RawType>::TestValues2707 FloatingPointTest<RawType>::values_;2710 typedef FloatingPointTest<float> FloatTest;2883 typedef FloatingPointTest<double> DoubleTest;
2669 class FloatingPointTest : public Test { class2742 typename FloatingPointTest<RawType>::TestValues2743 FloatingPointTest<RawType>::values_;2746 typedef FloatingPointTest<float> FloatTest;2919 typedef FloatingPointTest<double> DoubleTest;
2662 class FloatingPointTest : public Test { class2735 typename FloatingPointTest<RawType>::TestValues2736 FloatingPointTest<RawType>::values_;2739 typedef FloatingPointTest<float> FloatTest;2912 typedef FloatingPointTest<double> DoubleTest;
2807 class FloatingPointTest : public Test { class2880 typename FloatingPointTest<RawType>::TestValues2881 FloatingPointTest<RawType>::values_;2884 typedef FloatingPointTest<float> FloatTest;3057 typedef FloatingPointTest<double> DoubleTest;
2705 class FloatingPointTest : public testing::Test { class2710 FloatingPointTest() in FloatingPointTest() function in testing::gmock_matchers_test::FloatingPointTest2817 class FloatingPointNearTest : public FloatingPointTest<RawType> {2819 typedef FloatingPointTest<RawType> ParentType;2900 typedef FloatingPointTest<float> FloatTest;3015 typedef FloatingPointTest<double> DoubleTest;
2701 class FloatingPointTest : public testing::Test { class2706 FloatingPointTest() in FloatingPointTest() function in testing::gmock_matchers_test::FloatingPointTest2811 class FloatingPointNearTest : public FloatingPointTest<RawType> {2813 typedef FloatingPointTest<RawType> ParentType;2894 typedef FloatingPointTest<float> FloatTest;3009 typedef FloatingPointTest<double> DoubleTest;
532 TEST(MemorySanitizer, FloatingPointTest) { in TEST() argument