Searched refs:real_value (Results 1 – 3 of 3) sorted by relevance
153 float real_value = 1.0f; in TEST() local158 EXPECT_FALSE(m.Matches(real_value)); in TEST()163 EXPECT_FALSE(m_ref.Matches(real_value)); in TEST()168 EXPECT_FALSE(m_cref.Matches(real_value)); in TEST()175 double real_value = 1.0; in TEST() local180 EXPECT_FALSE(m.Matches(real_value)); in TEST()185 EXPECT_FALSE(m_ref.Matches(real_value)); in TEST()190 EXPECT_FALSE(m_cref.Matches(real_value)); in TEST()197 long double real_value = 1.0; in TEST() local202 EXPECT_FALSE(m.Matches(real_value)); in TEST()[all …]
1596 bool VerifyCommandOptionValue(const std::string &option, int &real_value) { in VerifyCommandOptionValue() argument1602 real_value = 1; in VerifyCommandOptionValue()1604 real_value = 0; in VerifyCommandOptionValue()1607 if (!llvm::to_integer(option, real_value)) in VerifyCommandOptionValue()1608 real_value = 3; in VerifyCommandOptionValue()1609 if (real_value != 0 && real_value != 1) in VerifyCommandOptionValue()
900 uint64_t real_value = Value - 4; in adjustFixupValue() local903 real_value = -real_value; in adjustFixupValue()904 out |= ((real_value >> 1) & 0x1) << 11; in adjustFixupValue()905 out |= ((real_value >> 1) & 0x7fe); in adjustFixupValue()