Home
last modified time | relevance | path

Searched defs:HALF (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Dclass.cpp65 constexpr uint64_t HALF = 32ULL; in CalcUniqId() local
67 uid <<= HALF; in CalcUniqId() local
76 constexpr uint64_t HALF = 32ULL; in CalcUniqId() local
H A Dmethod.cpp187 auto constexpr HALF = 32ULL; in CalcUniqId() local
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dfield.h144 constexpr uint64_t HALF = 32ULL; in CalcUniqId() local
146 uid <<= HALF; in CalcUniqId() local
H A Dmethod.h765 constexpr uint64_t HALF = 32ULL; in CalcUniqId() local
767 uid <<= HALF; in CalcUniqId() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Dnumber_helper.h43 static constexpr double HALF = 0.5; member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H A Dets_intrinsics_helpers.h42 inline constexpr double HALF = 0.5; member
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_arraybuffer.cpp850 constexpr double HALF = 0.5; in FastSetValueInBufferForUint8Clamped() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp1827 double constexpr HALF = 0.5; in CreateRoundArm64() local

Completed in 17 milliseconds