Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dmath_helper.h152 using UnsignedType = typename std::make_unsigned<SignedType>::type; in AddWithWraparound() local
164 using UnsignedType = typename std::make_unsigned<SignedType>::type; in SubWithWraparound() local
176 using UnsignedType = typename std::make_unsigned<SignedType>::type; in MulWithWraparound() local
186 using UnsignedType = typename std::make_unsigned<SignedType>::type; in ShlWithWraparound() local
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dmath_helpers.h31 using UnsignedType = std::make_unsigned_t<T>; in operator() local
42 using UnsignedType = std::make_unsigned_t<T>; in operator() local
53 using UnsignedType = std::make_unsigned_t<T>; in operator() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dleb128.h109 using UnsignedType = std::make_unsigned_t<T>; in DecodeSigned() local
192 using UnsignedType = std::make_unsigned_t<T>; in SignedEncodingSize() local
Dtype_helpers.h35 using UnsignedType = std::make_unsigned_t<T>; in ToUnsigned() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmath_helpers_test.cpp31 using UnsignedType = std::make_unsigned_t<T>; in TestBitShl() typedef
69 using UnsignedType = std::make_unsigned_t<T>; in TestBitShr() typedef
109 using UnsignedType = std::make_unsigned_t<T>; in TestBitAshr() typedef
/arkcompiler/runtime_core/static_core/libpandafile/
Dhelpers.h41 using UnsignedType = ark::helpers::TypeHelperT<BITWIDTH, false>; in Read() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DconstantExpressionLowering.cpp359 using UnsignedType = std::make_unsigned_t<IntegerType>; in PerformBitwiseArithmetic() typedef