| /arkcompiler/runtime_core/libpandabase/os/ |
| D | failure_retry.h | 23 #define TEMP_FAILURE_RETRY(exp) \ argument 34 #define PANDA_FAILURE_RETRY(exp) (__extension__ TEMP_FAILURE_RETRY(exp)) argument 37 #define PANDA_FAILURE_RETRY(exp) (exp) argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | failure_retry.h | 23 #define TEMP_FAILURE_RETRY(exp) \ argument 34 #define PANDA_FAILURE_RETRY(exp) (__extension__ TEMP_FAILURE_RETRY(exp)) argument 37 #define PANDA_FAILURE_RETRY(exp) (exp) argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| 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); in GlobalCse() local
|
| 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() 233 Exp exp = GetExp(inst); in AllNotIn() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_proxy/ |
| D | check_access_primitives.js | 41 function intBit(exp) { argument
|
| /arkcompiler/runtime_core/assembler/utils/ |
| D | number-utils.h | 144 bool exp = false; in ValidateFloat() local
|
| /arkcompiler/runtime_core/static_core/assembler/utils/ |
| D | number-utils.h | 156 bool exp = false; in ValidateFloat() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
| D | dtoa_helper.h | 84 DiyFp(uint64_t fp, int exp) : f_(fp), e_(exp) {} in DiyFp()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | lcr_circuit_builder.cpp | 209 GateRef exp = Int64And(xInt64, Int64(base::DOUBLE_EXPONENT_MASK)); in DoubleToInt() local 243 GateRef exp = Int64And(xInt64, Int64(base::DOUBLE_EXPONENT_MASK)); in DoubleToInt() local
|
| D | typed_native_inline_lowering.cpp | 576 GateRef exp = acc_.GetValueIn(gate, 1); in LowerMathPow() local 614 GateRef exp = builder_.DoubleExp(base, power); in LowerMathExp() local
|
| D | stub_builder.cpp | 8253 GateRef exp = Int64And(xInt64, Int64(base::DOUBLE_EXPONENT_MASK)); in DoubleToInt() local 8293 GateRef StubBuilder::CanDoubleRepresentInt(GateRef exp, GateRef expBits, GateRef fractionBits) in CanDoubleRepresentInt() 8322 GateRef exp = Int64Sub( in CalcHashcodeForDouble() local
|
| D | stub_builder-inl.h | 820 …GateRef exp = Int64Sub(Int64And(Int64LSR(bits, Int64(DOUBLE_FRACTION_BITS)), Int64(DOUBLE_EXP_MASK… in DoubleTrunc() local
|
| /arkcompiler/ets_runtime/ecmascript/require/ |
| D | js_cjs_module.cpp | 133 JSHandle<JSTaggedValue> exp(thread, JSTaggedValue::Exception()); in Load() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/ |
| D | macros.h | 137 #define LIKELY(exp) (__builtin_expect((exp) != 0, true)) // NOLINT(cppcoreguidelines-macro-usag… argument 138 #define UNLIKELY(exp) (__builtin_expect((exp) != 0, false)) // NOLINT(cppcoreguidelines-macro-usag… argument
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | macros.h | 137 #define LIKELY(exp) (__builtin_expect((exp) != 0, true)) // NOLINT(cppcoreguidelines-macro-usage) argument 138 #define UNLIKELY(exp) (__builtin_expect((exp) != 0, false)) // NOLINT(cppcoreguidelines-macro-usag… argument
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | intrinsics.cpp | 93 float PowF32(float base, float exp) in PowF32() 98 double PowF64(double base, double exp) in PowF64()
|
| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| D | tagged_value.h | 396 …int exp = static_cast<int>((u64 & DOUBLE_EXPONENT_MASK) >> DOUBLE_SIGNIFICAND_SIZE) - DOUBLE_EXPON… in JsCastDoubleToInt() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_insn.cpp | 94 int32 exp = static_cast<int32>((((static_cast<uint32>(value) & 0x70) >> 4) ^ 0x4) - 3); in Visit() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | intrinsics_api_impl.cpp | 307 napi_value exp; in JSRuntimeLoadModule() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_lower.cpp | 959 void MIRLower::AddArrayMrtMpl(BaseNode &exp, BlockNode &newBlock) in AddArrayMrtMpl()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_manager.cpp | 561 JSHandle<JSTaggedValue> exp(thread, JSTaggedValue::Exception()); in ResolveModuleWithMerge() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | number_helper.cpp | 1128 …int exp = static_cast<int>((u64 & DOUBLE_EXPONENT_MASK) >> DOUBLE_SIGNIFICAND_SIZE) - DOUBLE_EXPON… in DoubleToInt() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_type.h | 391 uint32 exp = attrAlign; in GetAlign() local 416 uint32 exp = attrTypeAlign; in GetTypeAlign() local
|
| D | mir_nodes.h | 1957 void SetAddrExpr(BaseNode *exp) in SetAddrExpr()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_bigint.cpp | 1564 JSHandle<BigInt> exp = Int64ToBigInt(thread, bit); in AsintN() local
|