Home | History | Annotate | Download | only in test

Lines Matching defs:FloatingPointTest

2466 class FloatingPointTest : public testing::Test {
2575 RawType FloatingPointTest<RawType>::close_to_positive_zero_;
2578 RawType FloatingPointTest<RawType>::close_to_negative_zero_;
2581 RawType FloatingPointTest<RawType>::further_from_negative_zero_;
2584 RawType FloatingPointTest<RawType>::close_to_one_;
2587 RawType FloatingPointTest<RawType>::further_from_one_;
2590 RawType FloatingPointTest<RawType>::infinity_;
2593 RawType FloatingPointTest<RawType>::close_to_infinity_;
2596 RawType FloatingPointTest<RawType>::further_from_infinity_;
2599 RawType FloatingPointTest<RawType>::nan1_;
2602 RawType FloatingPointTest<RawType>::nan2_;
2604 // Instantiate FloatingPointTest for testing floats.
2605 typedef FloatingPointTest<float> FloatTest;
2659 // Instantiate FloatingPointTest for testing doubles.
2660 typedef FloatingPointTest<double> DoubleTest;