Searched refs:infinity_ (Results 1 – 5 of 5) sorted by relevance
81 Type* infinity_; variable
22 infinity_ = Type::NewConstant(factory->infinity_value(), zone); in OperationTyper()542 if ((lhs->Maybe(minus_infinity_) && rhs->Maybe(infinity_)) || in NumberAdd()543 (rhs->Maybe(minus_infinity_) && lhs->Maybe(infinity_))) { in NumberAdd()587 if ((lhs->Maybe(infinity_) && rhs->Maybe(infinity_)) || in NumberSubtract()
2719 infinity_(Floating::Infinity()), in FloatingPointTest()2753 Matcher<RawType> m4 = matcher_maker(-infinity_); in TestMatches()2756 Matcher<RawType> m5 = matcher_maker(infinity_); in TestMatches()2797 const RawType infinity_; member in testing::gmock_matchers_test::FloatingPointTest2837 Matcher<RawType> m3 = matcher_maker(ParentType::infinity_, 0.0); in TestNearMatches()2838 EXPECT_TRUE(m3.Matches(ParentType::infinity_)); in TestNearMatches()2840 EXPECT_FALSE(m3.Matches(-ParentType::infinity_)); in TestNearMatches()2842 Matcher<RawType> m4 = matcher_maker(-ParentType::infinity_, 0.0); in TestNearMatches()2843 EXPECT_TRUE(m4.Matches(-ParentType::infinity_)); in TestNearMatches()2845 EXPECT_FALSE(m4.Matches(ParentType::infinity_)); in TestNearMatches()[all …]
2717 infinity_(Floating::Infinity()), in FloatingPointTest()2749 Matcher<RawType> m4 = matcher_maker(-infinity_); in TestMatches()2752 Matcher<RawType> m5 = matcher_maker(infinity_); in TestMatches()2793 const RawType infinity_; member in testing::gmock_matchers_test::FloatingPointTest2839 Matcher<RawType> m3 = matcher_maker(ParentType::infinity_, 0.0); in TestNearMatches()2840 EXPECT_TRUE(m3.Matches(ParentType::infinity_)); in TestNearMatches()2842 EXPECT_FALSE(m3.Matches(-ParentType::infinity_)); in TestNearMatches()2844 Matcher<RawType> m4 = matcher_maker(-ParentType::infinity_, 0.0); in TestNearMatches()2845 EXPECT_TRUE(m4.Matches(-ParentType::infinity_)); in TestNearMatches()2847 EXPECT_FALSE(m4.Matches(ParentType::infinity_)); in TestNearMatches()[all …]
2563 infinity_ = Floating::Infinity(); in SetUp()2566 const Bits infinity_bits = Floating(infinity_).bits(); in SetUp()2602 Matcher<RawType> m4 = matcher_maker(-infinity_); in TestMatches()2605 Matcher<RawType> m5 = matcher_maker(infinity_); in TestMatches()2637 static RawType infinity_; member in testing::gmock_matchers_test::FloatingPointTest2661 RawType FloatingPointTest<RawType>::infinity_; member in testing::gmock_matchers_test::FloatingPointTest<RawType>