Lines Matching refs:usesLayout
31 if (usesLayout<IEEEFloat>(getSemantics())) \
33 if (usesLayout<DoubleAPFloat>(getSemantics())) \
4791 if (usesLayout<IEEEFloat>(Semantics)) { in Storage()
4795 if (usesLayout<DoubleAPFloat>(Semantics)) { in Storage()
4811 if (APFloat::usesLayout<detail::IEEEFloat>(Arg.getSemantics())) in hash_value()
4813 if (APFloat::usesLayout<detail::DoubleAPFloat>(Arg.getSemantics())) in hash_value()
4831 if (usesLayout<IEEEFloat>(getSemantics()) && in convert()
4832 usesLayout<IEEEFloat>(ToSemantics)) in convert()
4834 if (usesLayout<IEEEFloat>(getSemantics()) && in convert()
4835 usesLayout<DoubleAPFloat>(ToSemantics)) { in convert()
4841 if (usesLayout<DoubleAPFloat>(getSemantics()) && in convert()
4842 usesLayout<IEEEFloat>(ToSemantics)) { in convert()