Home
last modified time | relevance | path

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

/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/assembler/utils/
Dnumber-utils.h137 bool exp = false; in ValidateFloat() local
/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/ets_runtime/ecmascript/base/
Dnumber_helper.cpp668 …int exp = static_cast<int>((u64 & DOUBLE_EXPONENT_MASK) >> DOUBLE_SIGNIFICAND_SIZE) - DOUBLE_EXPON… in DoubleToInt() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h173 GateRef exp = Int64And(xInt64, Int64(base::DOUBLE_EXPONENT_MASK)); in DoubleToInt() local
Dstub_builder.cpp5035 GateRef exp = Int64And(xInt64, Int64(base::DOUBLE_EXPONENT_MASK)); in DoubleToInt() local
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp1515 JSHandle<BigInt> exp = Int64ToBigInt(thread, bit); in AsintN() local