Home
last modified time | relevance | path

Searched refs:RealType (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h124 enum RealType { enum
259 RealType getRealTypeByWidth(unsigned BitWidth) const;
468 bool useObjCFPRetForRealType(RealType T) const { in useObjCFPRetForRealType()
/minix3/external/bsd/libc++/dist/libcxx/include/
H A Drandom431 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 …]
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp208 TargetInfo::RealType TargetInfo::getRealTypeByWidth(unsigned BitWidth) const { in getRealTypeByWidth()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp8114 TargetInfo::RealType Ty = getTargetInfo().getRealTypeByWidth(DestWidth); in getRealTypeForBitwidth()