Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Ddtoa_helper_test.cpp63 int k4; in HWTEST_F_L0() local
64 TEST_DTOA(79.39773355813419, "7939773355813419", buffer4, n4, k4, 2, 16); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.cpp1270 GateRef k4 = Int32Mul(high, Int32(MurmurHash32Const::C1)); in CalcHashcodeForInt() local
1271 GateRef k5 = Rotl(k4, MurmurHash32Const::MAIN_FIRST_SHIFT); in CalcHashcodeForInt()
H A Dstub_builder.cpp8421 GateRef k4 = Int64Mul(k3, Int64(base::GET_MULTIPLY)); in CalcHashcodeForObject() local
8422 GateRef k5 = Int64LSR(k4, Int64(base::INT64_BITS - base::INT32_BITS)); in CalcHashcodeForObject()

Completed in 21 milliseconds