Searched refs:DOUBLE_VALUE (Results 1 – 6 of 6) sorted by relevance
37 constexpr double DOUBLE_VALUE = 666.625; variable104 EXPECT_TRUE(fabs(DOUBLE_VALUE - getDoubleValue) < EPSINON_DOUBLE);165 dumpStream << DOUBLE_TESTKEY << " = " << DOUBLE_VALUE;208 dumpStream << DOUBLE_TESTKEY << " = " << DOUBLE_VALUE; in __anonf32ef11e0202()259 meta->SetData(DOUBLE_TESTKEY, DOUBLE_VALUE);268 dumpStream << DOUBLE_TESTKEY << " = " << DOUBLE_VALUE; in __anonf32ef11e0302()493 EXPECT_EQ(iter->second.val.doubleVal, DOUBLE_VALUE); in CheckFormatMap()537 meta->SetData(DOUBLE_TESTKEY, DOUBLE_VALUE);568 meta->SetData(DOUBLE_TESTKEY, DOUBLE_VALUE);625 meta->SetData(DOUBLE_TESTKEY, DOUBLE_VALUE);[all …]
40 const double DOUBLE_VALUE = 1.123456; // 1.123456 for test variable56 g_doubleValue = DOUBLE_VALUE; in InitGlobalValue()177 EXPECT_EQ(desDoub, DOUBLE_VALUE);394 EXPECT_EQ(std::get<double>(data["column 2"]), DOUBLE_VALUE);
34 const float DOUBLE_VALUE = 2.0f; variable94 gradientheightValue = frameSize.Height() * gradientheight.Value() / DOUBLE_VALUE; in GetGradientPercent()98 if ((frameSize.Height() / DOUBLE_VALUE) < gradientheightValue) { in GetGradientPercent()
34 constexpr uint32_t DOUBLE_VALUE = 2; variable321 currentRate *= DOUBLE_VALUE; in SetRate()324 currentRate /= DOUBLE_VALUE; in SetRate()
41 const uint32_t DOUBLE_VALUE = 2; variable578 currentRate *= DOUBLE_VALUE; in SetRate()581 currentRate /= DOUBLE_VALUE; in SetRate()
36 const int8_t DOUBLE_VALUE = 1; variable143 case DOUBLE_VALUE: // double in AddParams2EventPack()