Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dbit_helper_test.cpp88 uint64_t uint64CommonValue1 = std::numeric_limits<uint64_t>::max() >> 1; in HWTEST_F_L0() local
92 EXPECT_EQ(CountLeadingZeros64(uint64CommonValue1), 1U); in HWTEST_F_L0()
96 EXPECT_EQ(CountLeadingOnes64(uint64CommonValue1), 0U); in HWTEST_F_L0()

Completed in 1 milliseconds