Lines Matching refs:FloatingPointTest
1017 class FloatingPointTest : public testing::Test {
1022 FloatingPointTest()
1124 class FloatingPointNearTest : public FloatingPointTest<RawType> {
1126 typedef FloatingPointTest<RawType> ParentType;
1205 // Instantiate FloatingPointTest for testing floats.
1206 typedef FloatingPointTest<float> FloatTest;
1258 // Instantiate FloatingPointTest for testing floats with a user-specified
1316 // Instantiate FloatingPointTest for testing doubles.
1317 typedef FloatingPointTest<double> DoubleTest;
1371 // Instantiate FloatingPointTest for testing floats with a user-specified