Searched defs:FloatingPointTest (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc2655 class FloatingPointTest : public Test { class in namespace:__anon10886
2728 typename FloatingPointTest<RawType>::TestValues
2729 FloatingPointTest<RawType>::values_;
2731 // Instantiates FloatingPointTest for testing *_FLOAT_EQ.
2732 typedef FloatingPointTest<float> FloatTest;
2904 // Instantiates FloatingPointTest for testing *_DOUBLE_EQ.
2905 typedef FloatingPointTest<double> DoubleTest;
/external/gtest/test/
H A Dgtest_unittest.cc2662 class FloatingPointTest : public Test { class in namespace:__anon21618
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:__anon28922
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;

Completed in 408 milliseconds