Home
last modified time | relevance | path

Searched refs:SignedT (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/modules/skparagraph/include/
DDartTypes.h102 using SignedT = std::make_signed_t<T>; member
112 void Shift(SignedT delta) { in Shift()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DTypedIntegerTests.cpp23 using Signed = TypedInteger<struct SignedT, int32_t>;
/third_party/node/deps/v8/src/base/
Dsafe_conversions_impl.h80 using SignedT = typename std::make_signed<T>::type; in ConditionalNegate() local
82 return static_cast<SignedT>( in ConditionalNegate()
83 (static_cast<UnsignedT>(x) ^ -SignedT(is_negative)) + is_negative); in ConditionalNegate()
/third_party/gn/src/base/numerics/
Dsafe_conversions_impl.h72 using SignedT = typename std::make_signed<T>::type; in ConditionalNegate() local
74 return static_cast<SignedT>( in ConditionalNegate()
75 (static_cast<UnsignedT>(x) ^ -SignedT(is_negative)) + is_negative); in ConditionalNegate()
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dsafe_conversions_impl.h78 using SignedT = typename std::make_signed<T>::type; in ConditionalNegate() local
80 return static_cast<SignedT>((static_cast<UnsignedT>(x) ^ -SignedT(is_negative)) + is_negative); in ConditionalNegate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64InstPrinter.cpp1547 typedef typename std::make_signed<T>::type SignedT; in printSVELogicalImm() typedef
1554 if ((int16_t)PrintVal == (SignedT)PrintVal) in printSVELogicalImm()