Searched refs:RealType (Results 1 – 4 of 4) sorted by relevance
124 enum RealType { enum259 RealType getRealTypeByWidth(unsigned BitWidth) const;468 bool useObjCFPRetForRealType(RealType T) const { in useObjCFPRetForRealType()
431 template<class RealType, size_t bits, class URNG>432 RealType generate_canonical(URNG& g);496 template<class RealType = double>501 typedef RealType result_type;508 explicit param_type(RealType a = 0,509 RealType b = 1);519 explicit uniform_real_distribution(RealType a = 0.0, RealType b = 1.0);838 template<class RealType = double>843 typedef RealType result_type;894 template<class RealType = double>[all …]
208 TargetInfo::RealType TargetInfo::getRealTypeByWidth(unsigned BitWidth) const { in getRealTypeByWidth()
8114 TargetInfo::RealType Ty = getTargetInfo().getRealTypeByWidth(DestWidth); in getRealTypeForBitwidth()