Searched refs:infinity_ (Results 1 – 1 of 1) sorted by relevance
2492 infinity_ = Floating::Infinity(); in SetUp()2495 const Bits infinity_bits = Floating(infinity_).bits(); in SetUp()2531 Matcher<RawType> m4 = matcher_maker(-infinity_); in TestMatches()2534 Matcher<RawType> m5 = matcher_maker(infinity_); in TestMatches()2566 static RawType infinity_; member in testing::gmock_matchers_test::FloatingPointTest2590 RawType FloatingPointTest<RawType>::infinity_; member in testing::gmock_matchers_test::FloatingPointTest<RawType>