Home
last modified time | relevance | path

Searched defs:exp (Results 1 – 25 of 26) sorted by relevance

12

/arkcompiler/runtime_core/libpandabase/os/
Dfailure_retry.h23 #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/
Dfailure_retry.h23 #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/
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); in GlobalCse() local
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()
233 Exp exp = GetExp(inst); in AllNotIn() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_proxy/
Dcheck_access_primitives.js41 function intBit(exp) { argument
/arkcompiler/runtime_core/assembler/utils/
Dnumber-utils.h144 bool exp = false; in ValidateFloat() local
/arkcompiler/runtime_core/static_core/assembler/utils/
Dnumber-utils.h156 bool exp = false; in ValidateFloat() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Ddtoa_helper.h84 DiyFp(uint64_t fp, int exp) : f_(fp), e_(exp) {} in DiyFp()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_circuit_builder.cpp209 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
Dtyped_native_inline_lowering.cpp576 GateRef exp = acc_.GetValueIn(gate, 1); in LowerMathPow() local
614 GateRef exp = builder_.DoubleExp(base, power); in LowerMathExp() local
Dstub_builder.cpp8253 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
Dstub_builder-inl.h820 …GateRef exp = Int64Sub(Int64And(Int64LSR(bits, Int64(DOUBLE_FRACTION_BITS)), Int64(DOUBLE_EXP_MASK… in DoubleTrunc() local
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module.cpp133 JSHandle<JSTaggedValue> exp(thread, JSTaggedValue::Exception()); in Load() local
/arkcompiler/runtime_core/static_core/libpandabase/
Dmacros.h137 #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/
Dmacros.h137 #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/
Dintrinsics.cpp93 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/
Dtagged_value.h396 …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/
Daarch64_insn.cpp94 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/
Dintrinsics_api_impl.cpp307 napi_value exp; in JSRuntimeLoadModule() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp959 void MIRLower::AddArrayMrtMpl(BaseNode &exp, BlockNode &newBlock) in AddArrayMrtMpl()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp561 JSHandle<JSTaggedValue> exp(thread, JSTaggedValue::Exception()); in ResolveModuleWithMerge() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp1128 …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/
Dmir_type.h391 uint32 exp = attrAlign; in GetAlign() local
416 uint32 exp = attrTypeAlign; in GetTypeAlign() local
Dmir_nodes.h1957 void SetAddrExpr(BaseNode *exp) in SetAddrExpr()
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp1564 JSHandle<BigInt> exp = Int64ToBigInt(thread, bit); in AsintN() local

12