Searched refs:RealKindForPrecision (Results 1 – 3 of 3) sorted by relevance
137 Type<TypeCategory::Real, common::RealKindForPrecision(24)>> {146 Type<TypeCategory::Real, common::RealKindForPrecision(53)>> {155 Type<TypeCategory::Real, common::RealKindForPrecision(64)>> {
717 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()
71 static constexpr int RealKindForPrecision(int binaryPrecision) { in RealKindForPrecision() function