Home
last modified time | relevance | path

Searched defs:exp (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/runtime_core/static_core/assembler/utils/
H A Dnumber-utils.cpp107 bool exp = false; in ValidateFloat() local
/arkcompiler/runtime_core/assembler/utils/
H A Dnumber-utils.h144 bool exp = false; in ValidateFloat() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dcse.cpp35 Exp exp = GetExp(inst); in LocalCse() local
64 Exp exp = NotIn(candidates_, GetExp(inst)) ? GetExpCommutative(inst) : GetExp(inst); in TryAddReplacePair() local
84 auto exp = GetExp(inst); in CollectTreeForest() local
208 Exp exp = NotIn(sameExpPair_, GetExp(inst)) ? GetExpCommutative(inst) : GetExp(inst); GlobalCse() local
[all...]
H A Dcse.h137 Exp exp = {inst->GetOpcode(), inst->GetType(), inst->GetDataFlowInput(inst->GetInput(0).GetInst()), in GetExp() local
145 Exp exp = {inst->GetOpcode(), inst->GetType(), inst->GetDataFlowInput(inst->GetInput(1).GetInst()), in GetExpCommutative() local
225 bool NotIn(const T &candidates, Exp exp) in NotIn() argument
233 Exp exp = GetExp(inst); in AllNotIn() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H A Ddtoa_helper.h84 DiyFp(uint64_t fp, int exp) : f_(fp), e_(exp) {} in DiyFp() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_insn.cpp91 int32 exp = static_cast<int32>((((static_cast<uint32>(value) & 0x70) >> 4) ^ 0x4) - 3); in Visit() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlcr_circuit_builder.cpp212 GateRef exp = Int64And(xInt64, Int64(base::DOUBLE_EXPONENT_MASK)); in DoubleToInt() local
246 GateRef exp in DoubleToInt() local
[all...]
H A Dtyped_native_inline_lowering.cpp579 GateRef exp = acc_.GetValueIn(gate, 1); in LowerMathPow() local
617 GateRef exp = builder_.DoubleExp(base, power); in LowerMathExp() local
H A Dstub_builder-inl.h837 GateRef exp = Int64Sub(Int64And(Int64LSR(bits, Int64(DOUBLE_FRACTION_BITS)), Int64(DOUBLE_EXP_MASK)), in DoubleTrunc() local
H A Dstub_builder.cpp8313 GateRef exp = Int64And(xInt64, Int64(base::DOUBLE_EXPONENT_MASK)); in DoubleToInt() local
8353 GateRef StubBuilder::CanDoubleRepresentInt(GateRef exp, GateRef expBits, GateRef fractionBits) in CanDoubleRepresentInt() argument
8382 GateRef exp = Int64Sub( CalcHashcodeForDouble() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dintrinsics_api_impl.cpp303 napi_value exp; in JSRuntimeLoadModule() local
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
H A Dtagged_value.h396 int exp = static_cast<int>((u64 & DOUBLE_EXPONENT_MASK) >> DOUBLE_SIGNIFICAND_SIZE) - DOUBLE_EXPONENT_BIAS; in JsCastDoubleToInt() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dintrinsics.cpp93 float PowF32(float base, float exp) in PowF32() argument
98 double PowF64(double base, double exp) in PowF64() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_nodes.h1264 void SetAddrExpr(BaseNode *exp) in SetAddrExpr() argument
H A Dmir_type.h302 uint32 exp = attrAlign; in GetAlign() local
327 uint32 exp = attrTypeAlign; in GetTypeAlign() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.cpp1564 JSHandle<BigInt> exp = Int64ToBigInt(thread, bit); in AsintN() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3280 double RuntimeStubs::FloatPow(double base, double exp) in FloatPow() argument

Completed in 51 milliseconds