Home
last modified time | relevance | path

Searched refs:uint64Value (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dbit_helper_test.cpp141 uint64_t uint64Value = 9223372036854775808ULL; in HWTEST_F_L0() local
145 EXPECT_EQ(bit_cast<int64_t>(uint64Value), MemoryCast<int64_t>(uint64Value)); in HWTEST_F_L0()
146 EXPECT_EQ(bit_cast<double>(uint64Value), MemoryCast<double>(uint64Value)); in HWTEST_F_L0()

Completed in 1 milliseconds