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/runtime/
Dintrinsics.cpp91 float PowF32(float base, float exp) in PowF32()
96 double PowF64(double base, double exp) in PowF64()
/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.cpp663 …int exp = static_cast<int>((u64 & DOUBLE_EXPONENT_MASK) >> DOUBLE_SIGNIFICAND_SIZE) - DOUBLE_EXPON… in DoubleToInt() local
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp1457 JSHandle<BigInt> exp = Int32ToBigInt(thread, bit); in AsintN() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp4397 GateRef exp = Int64And(xInt64, Int64(base::DOUBLE_EXPONENT_MASK)); in DoubleToInt() local