Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
H A Dclass.cpp65 constexpr uint64_t HALF = 32ULL; in CalcUniqId() local
67 uid <<= HALF; in CalcUniqId() local
76 constexpr uint64_t HALF = 32ULL; in CalcUniqId() local
77 constexpr uint64_t NO_FILE = 0xFFFFFFFFULL << HALF; in CalcUniqId()
H A Dmethod.cpp187 auto constexpr HALF = 32ULL; in CalcUniqId() local
188 constexpr uint64_t NO_FILE = 0xFFFFFFFFULL << HALF; in CalcUniqId()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dfield.h144 constexpr uint64_t HALF = 32ULL; in CalcUniqId() local
146 uid <<= HALF; in CalcUniqId() local
H A Dmethod.h765 constexpr uint64_t HALF = 32ULL; in CalcUniqId() local
767 uid <<= HALF; in CalcUniqId() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H A Dets_intrinsics_helpers.h42 inline constexpr double HALF = 0.5; member
254 if (fraction > HALF && fraction + delta > 1) { in DecimalsToString()
370 float delta = static_cast<FpType>(HALF) * (bit_cast<FpType>(value) - number); in FpDelta()
/arkcompiler/ets_runtime/ecmascript/base/
H A Dnumber_helper.h43 static constexpr double HALF = 0.5; member
H A Dnumber_helper.cpp192 double delta = HALF * (bit_cast<double>(value) - number);
202 bool needCarry = (fraction > HALF) && (fraction + delta > 1);
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_sampling.cpp224 return static_cast<unsigned int>(count * scale + base::HALF); in AdjustSampleCount()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_arraybuffer.cpp850 constexpr double HALF = 0.5; in FastSetValueInBufferForUint8Clamped() local
851 val = val == HALF ? 0 : std::round(val); in FastSetValueInBufferForUint8Clamped()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp1827 double constexpr HALF = 0.5; in CreateRoundArm64() local
1828 auto half = llvm::ConstantFP::get(sourceType, HALF); in CreateRoundArm64()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h108 base::NumberHelper::TruncateDouble(doubleExponent / 2) + base::HALF == (doubleExponent / 2)) { // 2: half in RuntimeExp()
H A Druntime_stubs.cpp909 base::NumberHelper::TruncateDouble(doubleExponent / 2) + base::HALF == // 2 : half in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp2187 bool halfTruncEqual = (base::NumberHelper::TruncateDouble(doubleExponent / 2) + base::HALF) == in RunInternal()
H A Dinterpreter_assembly.cpp1533 bool halfTruncEqual = (base::NumberHelper::TruncateDouble(doubleExponent / 2) + base::HALF) ==
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js16887 t[t.HALF = 4] = "HALF";
[all...]

Completed in 88 milliseconds