Home
last modified time | relevance | path

Searched refs:DOUBLE_VALUE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/format/
H A Davformat_unit_test.cpp37 constexpr double DOUBLE_VALUE = 666.625; variable
104 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 …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_result_set_test.cpp40 const double DOUBLE_VALUE = 1.123456; // 1.123456 for test variable
56 g_doubleValue = DOUBLE_VALUE; in InitGlobalValue()
177 EXPECT_EQ(desDoub, DOUBLE_VALUE);
394 EXPECT_EQ(std::get<double>(data["column 2"]), DOUBLE_VALUE);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_layout_algorithm.cpp34 const float DOUBLE_VALUE = 2.0f; variable
94 gradientheightValue = frameSize.Height() * gradientheight.Value() / DOUBLE_VALUE; in GetGradientPercent()
98 if ((frameSize.Height() / DOUBLE_VALUE) < gradientheightValue) { in GetGradientPercent()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpro_renderer_stream_impl.cpp34 constexpr uint32_t DOUBLE_VALUE = 2; variable
321 currentRate *= DOUBLE_VALUE; in SetRate()
324 currentRate /= DOUBLE_VALUE; in SetRate()
H A Dpa_renderer_stream_impl.cpp41 const uint32_t DOUBLE_VALUE = 2; variable
578 currentRate *= DOUBLE_VALUE; in SetRate()
581 currentRate /= DOUBLE_VALUE; in SetRate()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_ffi.cpp36 const int8_t DOUBLE_VALUE = 1; variable
143 case DOUBLE_VALUE: // double in AddParams2EventPack()