Searched refs:FloatingPointTest (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc2662 class FloatingPointTest : public Test { class in namespace:__anon10214
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/gtest/test/
H A Dgtest_unittest.cc2662 class FloatingPointTest : public Test { class in namespace:__anon20814
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.cc2943 class FloatingPointTest : public Test { class in namespace:__anon28041
3017 typename FloatingPointTest<RawType>::TestValues
3018 FloatingPointTest<RawType>::values_;
3020 // Instantiates FloatingPointTest for testing *_FLOAT_EQ.
3021 typedef FloatingPointTest<float> FloatTest;
3187 // Instantiates FloatingPointTest for testing *_DOUBLE_EQ.
3188 typedef FloatingPointTest<double> DoubleTest;
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc482 TEST(MemorySanitizer, FloatingPointTest) {

Completed in 150 milliseconds