Searched refs:FloatingPointTest (Results 1 – 5 of 5) 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 …]
2807 class FloatingPointTest : public Test { class2880 typename FloatingPointTest<RawType>::TestValues2881 FloatingPointTest<RawType>::values_;2884 typedef FloatingPointTest<float> FloatTest;3057 typedef FloatingPointTest<double> DoubleTest;
2738 class FloatingPointTest : public Test { class2811 typename FloatingPointTest<RawType>::TestValues2812 FloatingPointTest<RawType>::values_;2815 typedef FloatingPointTest<float> FloatTest;2972 typedef FloatingPointTest<double> DoubleTest;
3041 class FloatingPointTest : public testing::Test { class3046 FloatingPointTest() in FloatingPointTest() function in testing::gmock_matchers_test::__anon86e4b7b50111::FloatingPointTest3151 class FloatingPointNearTest : public FloatingPointTest<RawType> {3153 typedef FloatingPointTest<RawType> ParentType;3234 typedef FloatingPointTest<float> FloatTest;3349 typedef FloatingPointTest<double> DoubleTest;
532 TEST(MemorySanitizer, FloatingPointTest) { in TEST() argument