Home
last modified time | relevance | path

Searched refs:DstSign (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/rtc_base/numerics/
Dsafe_conversions_impl.h21 enum DstSign { DST_UNSIGNED, DST_SIGNED }; enum
32 DstSign IsDstSigned =
90 DstSign IsDstSigned =
102 template <typename Dst, typename Src, DstSign IsDstSigned, SrcSign IsSrcSigned>
/external/angle/src/common/third_party/base/anglebase/numerics/
Dsafe_conversions_impl.h57 IntegerRepresentation DstSign = std::numeric_limits<Dst>::is_signed
175 IntegerRepresentation DstSign = std::numeric_limits<Dst>::is_signed
189 template <typename Dst, typename Src, IntegerRepresentation DstSign, IntegerRepresentation SrcSign>
190 struct DstRangeRelationToSrcRangeImpl<Dst, Src, DstSign, SrcSign, NUMERIC_RANGE_CONTAINED>
/external/llvm-project/llvm/lib/Support/
DAPFixedPoint.cpp415 APSInt APFixedPoint::convertToInt(unsigned DstWidth, bool DstSign, in convertToInt() argument
420 APSInt DstMin = APSInt::getMinValue(DstWidth, !DstSign); in convertToInt()
421 APSInt DstMax = APSInt::getMaxValue(DstWidth, !DstSign); in convertToInt()
431 if (Result.isSigned() && !DstSign) { in convertToInt()
433 } else if (Result.isUnsigned() && DstSign) { in convertToInt()
440 Result.setIsSigned(DstSign); in convertToInt()
/external/llvm-project/clang/lib/AST/Interp/
DIntegral.h97 template <unsigned DstBits, bool DstSign>
98 explicit operator Integral<DstBits, DstSign>() const {
99 return Integral<DstBits, DstSign>(V);
/external/llvm-project/llvm/include/llvm/ADT/
DAPFixedPoint.h168 APSInt convertToInt(unsigned DstWidth, bool DstSign,
/external/libchrome/base/numerics/
Dsafe_conversions_impl.h149 IntegerRepresentation DstSign = std::is_signed<Dst>::value
279 IntegerRepresentation DstSign = std::is_signed<Dst>::value
297 IntegerRepresentation DstSign,
302 DstSign,
/external/pdfium/third_party/base/numerics/
Dsafe_conversions_impl.h150 IntegerRepresentation DstSign = std::is_signed<Dst>::value
280 IntegerRepresentation DstSign = std::is_signed<Dst>::value
298 IntegerRepresentation DstSign,
303 DstSign,