Home
last modified time | relevance | path

Searched refs:RealKindForPrecision (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/lib/Evaluate/
H A Dhost.h137 Type<TypeCategory::Real, common::RealKindForPrecision(24)>> {
146 Type<TypeCategory::Real, common::RealKindForPrecision(53)>> {
155 Type<TypeCategory::Real, common::RealKindForPrecision(64)>> {
H A Dintrinsics-library.cpp717 if (type.kind() == common::RealKindForPrecision(11) || in VerifyNotZeroIfReal()
718 type.kind() == common::RealKindForPrecision(8)) { in VerifyNotZeroIfReal()
719 return {type.category(), common::RealKindForPrecision(24)}; in VerifyNotZeroIfReal()
722 if (type.kind() == common::RealKindForPrecision(64)) { in VerifyNotZeroIfReal()
723 return {type.category(), common::RealKindForPrecision(113)}; in VerifyNotZeroIfReal()
/llvm-project/flang/include/flang/Common/
H A Dreal.h71 static constexpr int RealKindForPrecision(int binaryPrecision) { in RealKindForPrecision() function