Searched refs:DstSign (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/rtc_base/numerics/ |
D | safe_conversions_impl.h | 21 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/ |
D | safe_conversions_impl.h | 57 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/ |
D | APFixedPoint.cpp | 415 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/ |
D | Integral.h | 97 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/ |
D | APFixedPoint.h | 168 APSInt convertToInt(unsigned DstWidth, bool DstSign,
|
/external/libchrome/base/numerics/ |
D | safe_conversions_impl.h | 149 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/ |
D | safe_conversions_impl.h | 150 IntegerRepresentation DstSign = std::is_signed<Dst>::value 280 IntegerRepresentation DstSign = std::is_signed<Dst>::value 298 IntegerRepresentation DstSign, 303 DstSign,
|