Home
last modified time | relevance | path

Searched defs:diff (Results 1 – 25 of 29) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/lexer/token/
DsourceLocation.cpp24 size_t diff = offset - offset_; in AddCol() local
86 size_t diff = pos.index - entry.lineStart; in GetLocation() local
/arkcompiler/ets_frontend/ets2panda/lexer/token/
DsourceLocation.cpp26 size_t diff = offset - offset_; in AddCol() local
89 size_t diff = pos.index - entry.lineStart; in GetLocation() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dsequence.h39 double diff = val - mean_; in Add() local
Dbit_vector.h229 difference_type diff = offset_ + n; in Increase() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_imm_valid.cpp76 int64 diff = p1 - p0; in IsBitmaskImmediate() local
/arkcompiler/ets_frontend/ets2panda/linter/src/testRunner/
DMigrateTest.ts88 const diff = `Difference at line ${i + 1} constant
DLintTest.ts194 const diff = `Expected: constant
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dreport.py62 def add(self, t, diff) -> None: argument
290 def add(self, t, diff): argument
300 def add(self, t, diff): argument
309 def add(self, opt, summary, diff): argument
/arkcompiler/ets_frontend/arkguard/scripts/
Dexecute_result_statistics.js18 const diff = require('diff'); constant
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
Dcompare.py77 diff = old_size - new_size variable
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/
Dcompare.py78 diff = old_size - new_size variable
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dcompilation.cpp154 auto diff = usedRegisters_.gpr ^ GetCalleeRegsMask(arch_, false, true); in CheckUsedRegisters() local
165 auto diff = usedRegisters_.fp ^ GetCalleeRegsMask(arch_, true, true); in CheckUsedRegisters() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dcard_table-inl.h62 size_t diff = endCard - startCard + 1; in FillRanges() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dcountable_loop_parser.cpp182 uint64_t diff = testValue - initValue; in GetLoopIterations() local
/arkcompiler/ets_frontend/arkguard/
Dpackage.json44 "diff": "5.0.0" string
Dpackage-lock.json337 "diff": { object
631 "diff": "5.0.0", string
650 "diff": { object
830 "diff": "^4.0.1", string
836 "diff": { object
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Daot_builder.cpp239 auto diff = static_cast<ssize_t>(ptrCnt - end); in EmitPlt() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dmacro_assembler_aarch64.cpp279 int64_t diff = p1 - p0; in IsBitmaskImmediate() local
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_vector.h219 difference_type diff = offset_ + n; in Increase() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_circuit_builder.h311 GateRef diff = DoubleEqual(x, x); in DoubleIsNAN() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dencoder64_test_1.cpp1101 auto diff = tmp1 - tmp2; in TestSub() local
1165 auto diff = tmp1 - param2; in TestSubImm() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_coalescing.cpp41 int64_t diff; member
/arkcompiler/runtime_core/assembler/
Dassembly-parser.cpp716 size_t diff = 1; in ParseResetFunctionTable() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_math.cpp654 const double diff = 0.5; in Round() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-parser.cpp749 size_t diff = isInitobj ? 0 : 1; in ParseInsFromFuncTable() local

12