Searched refs:k3 (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
H A D | dtoa_helper_test.cpp | 58 int k3; in HWTEST_F_L0() local 59 TEST_DTOA(1e30, "1", buffer3, n3, k3, 31, 1); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | mcr_circuit_builder.cpp | 1263 GateRef k3 = Int32Mul(k2, Int32(MurmurHash32Const::C2)); in CalcHashcodeForInt() local 1264 GateRef hash1 = Int32Xor(Int32(DEFAULT_SEED), k3); in CalcHashcodeForInt()
|
H A D | stub_builder.cpp | 8419 GateRef k3 = Int64Xor(k2, Int64LSR(k2, Int64(base::RIGHT27))); in CalcHashcodeForObject() local 8420 Store(VariableType::INT64(), glue, randomStatePtr, IntPtr(0), k3); in CalcHashcodeForObject() 8421 GateRef k4 = Int64Mul(k3, Int64(base::GET_MULTIPLY)); in CalcHashcodeForObject()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | [all...] |
Completed in 49 milliseconds