Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Ddtoa_helper.h104 int DivModPowerOf2(int power) in DivModPowerOf2()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_intrinsics_helpers.cpp550 SignedInt power = TEN; in SmallFpToString() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp459 ConstantInst *power = ConstFoldingCreateIntConst(inst, static_cast<uint64_t>(n)); in VisitMulOneConst() local
2073 auto power = graph->FindOrCreateConstant(n); in TryReplaceDivByShift() local
Dlowering.cpp328 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.cpp590 GateRef power = acc_.GetValueIn(gate, 0U); in LowerMathExp() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp2184 GateRef power = acc_.GetIn(gate, 1U); in HandleExp() local