Searched refs:RealType (Results 1 – 5 of 5) sorted by relevance
29 std::unique_ptr<PDBSymbol> RealType) in NativeTypeFunctionArg() argument31 RealType(std::move(RealType)) {} in NativeTypeFunctionArg()41 SymIndexId getTypeId() const override { return RealType->getSymIndexId(); } in getTypeId()43 std::unique_ptr<PDBSymbol> RealType; member in __anondda63df70111::NativeTypeFunctionArg
441 template<class RealType, size_t bits, class URNG>442 RealType generate_canonical(URNG& g);509 template<class RealType = double>514 typedef RealType result_type;521 explicit param_type(RealType a = 0,522 RealType b = 1);532 explicit uniform_real_distribution(RealType a = 0.0, RealType b = 1.0); // before C++20534 explicit uniform_real_distribution(RealType a, RealType b = 1.0); // C++20863 template<class RealType = double>868 typedef RealType result_type;[all …]
124 enum RealType { enum404 RealType getRealTypeByWidth(unsigned BitWidth, bool ExplicitIEEE) const;836 bool useObjCFPRetForRealType(RealType T) const { in useObjCFPRetForRealType()
279 TargetInfo::RealType TargetInfo::getRealTypeByWidth(unsigned BitWidth, in getRealTypeByWidth()
11188 TargetInfo::RealType Ty = in getRealTypeForBitwidth()