Home
last modified time | relevance | path

Searched defs:power (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/
DnumberLiteral.cpp304 SignedInt power = TEN; in SmallFpToString() local
/arkcompiler/ets_runtime/ecmascript/base/
Ddtoa_helper.h105 int DivModPowerOf2(int power) in DivModPowerOf2()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_intrinsics_helpers.cpp565 SignedInt power = TEN; in SmallFpToString() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp460 ConstantInst *power = ConstFoldingCreateIntConst(inst, static_cast<uint64_t>(n)); in VisitMulOneConst() local
2104 auto power = graph->FindOrCreateConstant(n); in TryReplaceDivByShift() local
Dlowering.cpp342 auto power = graph->FindOrCreateConstant(n); in ReplaceUnsignedDivPowerOfTwo() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h899 void SetAlignPower(uint32 power) in SetAlignPower()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_native_inline_lowering.cpp588 GateRef power = acc_.GetValueIn(gate, 0U); in LowerMathExp() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp2230 GateRef power = acc_.GetIn(gate, 1U); in HandleExp() local