Searched refs:RawType (Results 1 – 6 of 6) sorted by relevance
237 template <typename RawType>242 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;247 static const size_t kBitCount = 8*sizeof(RawType);251 std::numeric_limits<RawType>::digits - 1;286 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } in FloatingPoint()293 static RawType ReinterpretBits(const Bits bits) { in ReinterpretBits()300 static RawType Infinity() { in Infinity()305 static RawType Max();346 RawType value_; // The raw floating-point number.
1729 template <typename RawType>1732 RawType lhs_value, in CmpHelperFloatingPointEQ()1733 RawType rhs_value) { in CmpHelperFloatingPointEQ()1734 const FloatingPoint<RawType> lhs(lhs_value), rhs(rhs_value); in CmpHelperFloatingPointEQ()1741 lhs_ss << std::setprecision(std::numeric_limits<RawType>::digits10 + 2) in CmpHelperFloatingPointEQ()1745 rhs_ss << std::setprecision(std::numeric_limits<RawType>::digits10 + 2) in CmpHelperFloatingPointEQ()
42 const IPDBRawSymbol &RawType = SymbolType->getRawSymbol(); in getTypeLength() local44 return RawType.getLength(); in getTypeLength()
1020 const Metadata *RawType = getRawType(); in getSizeInBits() local1021 while (RawType) { in getSizeInBits()1023 if (auto *T = dyn_cast<DIType>(RawType)) in getSizeInBits()1027 if (auto *DT = dyn_cast<DIDerivedType>(RawType)) { in getSizeInBits()1029 RawType = DT->getRawBaseType(); in getSizeInBits()
1390 template <typename RawType>1393 RawType val1, in FloatingPointLE()1394 RawType val2) { in FloatingPointLE()1401 const FloatingPoint<RawType> lhs(val1), rhs(val2); in FloatingPointLE()1411 val1_ss << std::setprecision(std::numeric_limits<RawType>::digits10 + 2) in FloatingPointLE()1415 val2_ss << std::setprecision(std::numeric_limits<RawType>::digits10 + 2) in FloatingPointLE()
903 const IPDBRawSymbol &RawType = SymbolType->getRawSymbol(); in getTypeLength() local905 return RawType.getLength(); in getTypeLength()