Home
last modified time | relevance | path

Searched defs:delta (Results 1 – 25 of 32) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/tests/
Dg1_analytics_test.cpp80 const uint64_t delta = 200'000; in FillAnalyticsUndefinedBehaviorTest() local
84 const uint64_t delta = 250'000; in FillAnalyticsUndefinedBehaviorTest() local
89 const uint64_t delta = 1'000'000; in FillAnalyticsUndefinedBehaviorTest() local
93 const uint64_t delta = 2'000'000; in FillAnalyticsUndefinedBehaviorTest() local
98 const uint64_t delta = 3'000'000; in FillAnalyticsUndefinedBehaviorTest() local
102 const uint64_t delta = 6'000'000; in FillAnalyticsUndefinedBehaviorTest() local
107 const uint64_t delta = 7'000'000; in FillAnalyticsUndefinedBehaviorTest() local
111 const uint64_t delta = 10'000'000; in FillAnalyticsUndefinedBehaviorTest() local
142 const uint64_t delta = 200'000; in FillAnalyticsPause0AllPromotedUndefinedBehaviorTest() local
146 const uint64_t delta = 250'000; in FillAnalyticsPause0AllPromotedUndefinedBehaviorTest() local
[all …]
/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_encoder.cpp106 auto delta = static_cast<compiler::Register>(num_temps_ - max_num_temps); in RunImpl() local
148 …ler::Register RenumberReg(const panda::compiler::Register r, const panda::compiler::Register delta) in RenumberReg()
157 const panda::compiler::Register delta) in RenumberSpillFillRegs()
169 void RegEncoder::RenumberRegs(const compiler::Register min_reg, const compiler::Register delta) in RenumberRegs()
271 …auto delta = static_cast<compiler::Register>(num_locals + num_temps + num_max_range_input_ - num_n… in RenumberArgRegs() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dfast_divisor.h51 uint64_t delta = 0U; in FastConstSignedDivisor() local
113 uint64_t delta = 0U; in FastConstUnsignedDivisor() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dproepilog.h48 int64 AddtoOffsetFromCFA(int64 delta) in AddtoOffsetFromCFA()
Dcfi_generator.h45 int64 AddtoOffsetFromCFA(int64 delta) in AddtoOffsetFromCFA()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_queue.cpp44 auto delta = task->GetTargetTime() - currentTime; in GetTask() local
Dgc_trigger.cpp108 size_t delta = (heapSize / PERCENT_100) * percentThreshold_; in ComputeTarget() local
151 …auto delta = static_cast<size_t>(static_cast<double>(heapSize) / PERCENT_100_D * percentThreshold_… in ComputeTarget() local
420 size_t delta = (heapSize / PERCENT_100) * percentThreshold_; in ComputeTarget() local
/arkcompiler/ets_frontend/ets2panda/util/
Ddtoa_helper.cpp86 void DtoaHelper::GrisuRound(uint64_t delta, uint64_t rest, uint64_t tenKappa, uint64_t distance) in GrisuRound()
154 void DtoaHelper::DigitGen(const DiyFp &w, const DiyFp &mp, uint64_t delta) in DigitGen()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Ddtoa_helper.cpp86 void DtoaHelper::GrisuRound(uint64_t delta, uint64_t rest, uint64_t tenKappa, uint64_t distance) in GrisuRound()
154 void DtoaHelper::DigitGen(const DiyFp &w, const DiyFp &mp, uint64_t delta) in DigitGen()
Dets_intrinsics_helpers.h245 PandaString DecimalsToString(FpType *numberInteger, FpType fraction, int radix, FpType delta) in DecimalsToString()
369 float delta = static_cast<FpType>(HALF) * (bit_cast<FpType>(value) - number); in FpDelta() local
405 float delta = FpDelta(number); in FpToString() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dreg_encoder.cpp153 auto delta = RegsDiff(numTemps_, maxNumTemps); in RunImpl() local
204 …ompiler::Register RenumberReg(const ark::compiler::Register r, const ark::compiler::Register delta) in RenumberReg()
213 const ark::compiler::Register delta) in RenumberSpillFillRegs()
225 …rRegsForInst(compiler::Inst *inst, const compiler::Register minReg, const compiler::Register delta) in RenumberRegsForInst()
250 void RegEncoder::RenumberRegs(const compiler::Register minReg, const compiler::Register delta) in RenumberRegs()
341 auto delta = RegsDiff(numLocals + numTemps + numMaxRangeInput_, numNonArgs); in RenumberArgRegs() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dcodegen_runner_test.cpp330 [[maybe_unused]] auto delta = bit_cast<uintptr_t>(fp) - bit_cast<uintptr_t>(&tmp); in Callback() local
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlFormattersCache.cpp129 auto delta = static_cast<uint32_t>(simpleRand() % (MAX_SIZE_CACHE - ERASE_AMOUNT + 1U)); in EraseRandFmtsGroupByEraseRatio() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_info.cpp34 int delta = 0; in CalCallSiteInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp118 int delta = assembler->GetFpDeltaPrevFramSp(func, log); in CollectFuncEntryInfo() local
155 int delta = assembler->GetFpDeltaPrevFramSp(func, log); in CollectFuncEntryInfo() local
183 int delta; in CollectFuncEntryInfo() local
223 int delta = itr->second.fp2PrevFrameSpDelta; in CollectFuncEntryInfoByLiteCG() local
247 int delta; in CollectFuncEntryInfoByLiteCG() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker.cpp103 auto delta = [](const auto &s, const auto &e) { in Link() local
/arkcompiler/ets_runtime/ecmascript/base/
Ddtoa_helper.cpp68 void DtoaHelper::GrisuRound(char *buffer, int len, uint64_t delta, uint64_t rest, uint64_t tenKappa… in GrisuRound()
100 void DtoaHelper::DigitGen(const DiyFp &W, const DiyFp &Mp, uint64_t delta, char *buffer, int *len, … in DigitGen()
/arkcompiler/ets_runtime/ecmascript/mem/
Dmachine_code.cpp269 int delta = GetFpDeltaPrevFrameSp(); in CalCallSiteInfo() local
/arkcompiler/ets_runtime/ecmascript/
Dframes.cpp511 int delta = ComputeDelta(method); in GetPrevFrameCallSiteSp() local
704 int delta = it.ComputeDelta(method); in ComputePrevFrameSp() local
761 int delta = it.ComputeDelta(); in ComputePrevFrameSp() local
Dmethod.h293 uint64_t SetFpDelta(uint64_t extraLitearalInfo, int32_t delta) in SetFpDelta()
386 void SetFpDelta(int32_t delta) in SetFpDelta()
Djs_collator.cpp567 constexpr UCollationResult ToUCollationResult(int delta) in ToUCollationResult()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/xgc/
Dxgc.cpp370 size_t delta = (currentStorageSize / PERCENT_100_D) * increaseThresholdPercent_; in ComputeNewSize() local
/arkcompiler/ets_frontend/ets2panda/lsp/include/services/text_change/
Dchange_tracker.h57 std::optional<int> delta; member
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_to_string_cache_test.cpp377 auto delta = std::abs(x - y); in SymEq() local
/arkcompiler/ets_runtime/common_components/heap/collector/
Dmarking_collector.cpp645 size_t delta = bytesAllocated * (1.0 / heapParam.heapUtilization - 1.0); in UpdateGCStats() local

12