Home
last modified time | relevance | path

Searched defs:diff (Results 1 - 19 of 19) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lexer/token/
H A DsourceLocation.cpp25 size_t diff = offset - offset_; in AddCol() local
88 size_t diff = pos.index - entry.lineStart; variable
/arkcompiler/ets_frontend/es2panda/lexer/token/
H A DsourceLocation.cpp26 size_t diff = offset - offset_; in AddCol() local
88 size_t diff = pos.index - entry.lineStart; variable
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dsequence.h39 double diff = val - mean_; in Add() local
H A Dbit_vector.h229 difference_type diff = offset_ + n; in Increase() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_imm_valid.cpp77 int64 diff = p1 - p0; in IsBitmaskImmediate() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dcountable_loop_parser.cpp179 uint64_t diff = testValue - initValue; in GetLoopIterations() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dcard_table-inl.h61 size_t diff = endCard - startCard + 1; in FillRanges() local
/arkcompiler/runtime_core/static_core/irtoc/backend/
H A 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/ets_runtime/ecmascript/builtins/
H A Dbuiltins_math.cpp656 const double diff = 0.5; in Round() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dmacro_assembler_aarch64.cpp279 int64_t diff = p1 - p0; in IsBitmaskImmediate() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlcr_circuit_builder.h281 GateRef diff = DoubleEqual(x, x); in DoubleIsNAN() local
H A Dcircuit_builder.cpp310 void CircuitBuilder::LoopExit(const std::vector<Variable *> &vars, size_t diff) in LoopExit() argument
H A Dtyped_native_inline_lowering.cpp738 const double diff = 0.5; in BuildRounding() local
1882 GateRef diff = builder_.DoubleSub(value, value); in BuildDoubleIsFinite() local
/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_vector.h219 difference_type diff = offset_ + n; in Increase() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A 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/
H A Dmemory_coalescing.cpp41 int64_t diff; member
/arkcompiler/runtime_core/assembler/
H A Dassembly-parser.cpp706 size_t diff = 1; in ParseResetFunctionTable() local
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-parser.cpp737 size_t diff = isInitobj ? 0 : 1; in ParseInsFromFuncTable() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp1756 auto diff = builder_.CreateFSub(input, truncated); in CreateIsInteger() local

Completed in 47 milliseconds