| /arkcompiler/runtime_core/static_core/assembler/utils/ |
| H A D | number-utils.cpp | 107 bool exp = false; in ValidateFloat() local
|
| /arkcompiler/runtime_core/assembler/utils/ |
| H A D | number-utils.h | 144 bool exp = false; in ValidateFloat() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | cse.cpp | 35 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 D | cse.h | 137 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 D | dtoa_helper.h | 84 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 D | aarch64_insn.cpp | 91 int32 exp = static_cast<int32>((((static_cast<uint32>(value) & 0x70) >> 4) ^ 0x4) - 3); in Visit() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | lcr_circuit_builder.cpp | 212 GateRef exp = Int64And(xInt64, Int64(base::DOUBLE_EXPONENT_MASK)); in DoubleToInt() local 246 GateRef exp in DoubleToInt() local [all...] |
| H A D | typed_native_inline_lowering.cpp | 579 GateRef exp = acc_.GetValueIn(gate, 1); in LowerMathPow() local 617 GateRef exp = builder_.DoubleExp(base, power); in LowerMathExp() local
|
| H A D | stub_builder-inl.h | 837 GateRef exp = Int64Sub(Int64And(Int64LSR(bits, Int64(DOUBLE_FRACTION_BITS)), Int64(DOUBLE_EXP_MASK)), in DoubleTrunc() local
|
| H A D | stub_builder.cpp | 8313 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 D | intrinsics_api_impl.cpp | 303 napi_value exp; in JSRuntimeLoadModule() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| H A D | tagged_value.h | 396 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 D | intrinsics.cpp | 93 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 D | mir_nodes.h | 1264 void SetAddrExpr(BaseNode *exp) in SetAddrExpr() argument
|
| H A D | mir_type.h | 302 uint32 exp = attrAlign; in GetAlign() local 327 uint32 exp = attrTypeAlign; in GetTypeAlign() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_bigint.cpp | 1564 JSHandle<BigInt> exp = Int64ToBigInt(thread, bit); in AsintN() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 3280 double RuntimeStubs::FloatPow(double base, double exp) in FloatPow() argument
|