Searched refs:IsDouble (Results 1 – 7 of 7) sorted by relevance
106 EXPECT_FALSE(bool_reg_type.IsDouble()); in TEST_F()139 EXPECT_FALSE(byte_reg_type.IsDouble()); in TEST_F()172 EXPECT_FALSE(char_reg_type.IsDouble()); in TEST_F()205 EXPECT_FALSE(short_reg_type.IsDouble()); in TEST_F()238 EXPECT_FALSE(int_reg_type.IsDouble()); in TEST_F()271 EXPECT_FALSE(long_reg_type.IsDouble()); in TEST_F()304 EXPECT_FALSE(float_reg_type.IsDouble()); in TEST_F()337 EXPECT_TRUE(double_reg_type.IsDouble()); in TEST_F()
64 virtual bool IsDouble() const { return false; } in IsDouble() function656 bool IsDouble() const override { return true; } in IsDouble() function
4459 (insn_type.IsLong() && component_type.IsDouble()))) { in VerifyAGet()4501 } else if (target_type.IsDouble()) { in VerifyPrimitivePut()4843 (field_type->IsDouble() && insn_type.IsLong())) { in VerifyISFieldAccess()
64 assert(document["pi"].IsDouble()); in main()
377 EXPECT_FALSE(x.IsDouble()); in TEST()425 EXPECT_FALSE(x.IsDouble()); in TEST()463 EXPECT_FALSE(x.IsDouble()); in TEST()517 EXPECT_FALSE(x.IsDouble()); in TEST()553 EXPECT_TRUE(x.IsDouble()); in TEST()
731 if (IsDouble() || rhs.IsDouble()) {799 bool IsDouble() const { return (flags_ & kDoubleFlag) != 0; }
91 assert(document["pi"].IsDouble());197 `bool IsDouble()` | `double GetDouble()`