Home | History | Annotate | Download | only in test

Lines Matching defs:FloatingPointTest

2943 class FloatingPointTest : public Test {
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;