Home
last modified time | relevance | path

Searched defs:diff (Results 1 - 25 of 25) 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
/test/xts/hats/kernel/syscalls/timer/clockgettime/
H A DClockGetTimeApiTest.cpp74 long diff = abs(ts.tv_sec - g_timeTs.tv_sec); in HWTEST_F() local
93 long diff = abs(ts.tv_sec - g_timeTs.tv_sec); in HWTEST_F() local
115 long diff = abs(ts.tv_sec - tsSec.tv_sec); in HWTEST_F() local
137 long diff = abs(ts.tv_sec - tsSec.tv_sec); in HWTEST_F() local
159 long diff = abs(ts.tv_sec - tsSec.tv_sec); in HWTEST_F() local
181 long diff = abs(ts.tv_sec - tsSec.tv_sec); HWTEST_F() local
203 long diff = abs(ts.tv_sec - tsSec.tv_sec); HWTEST_F() local
[all...]
/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
/test/testfwk/arkxtest/uitest/record/
H A Dmatrix3.cpp22 static const double diff = 1e-20; in Invert() local
H A Dui_record.cpp219 int diff = currentTime - touchTime; in TimerTouchCheckFunction() local
/test/testfwk/developer_test/examples/sleep/src/
H A Dsleep_ex.cpp74 double diff; in ElapsedTime() 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
/test/xts/acts/kernel_lite/utils/
H A Dutils.cpp33 double diff = actual - target; in CheckValueClose() 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
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
H A Dutils.cpp30 double diff = actual - target; in CheckValueClose() 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 43 milliseconds