Lines Matching refs:usesLayout
31 if (usesLayout<IEEEFloat>(getSemantics())) \
33 if (usesLayout<DoubleAPFloat>(getSemantics())) \
4809 if (usesLayout<IEEEFloat>(Semantics)) { in Storage()
4813 if (usesLayout<DoubleAPFloat>(Semantics)) { in Storage()
4829 if (APFloat::usesLayout<detail::IEEEFloat>(Arg.getSemantics())) in hash_value()
4831 if (APFloat::usesLayout<detail::DoubleAPFloat>(Arg.getSemantics())) in hash_value()
4849 if (usesLayout<IEEEFloat>(getSemantics()) && in convert()
4850 usesLayout<IEEEFloat>(ToSemantics)) in convert()
4852 if (usesLayout<IEEEFloat>(getSemantics()) && in convert()
4853 usesLayout<DoubleAPFloat>(ToSemantics)) { in convert()
4859 if (usesLayout<DoubleAPFloat>(getSemantics()) && in convert()
4860 usesLayout<IEEEFloat>(ToSemantics)) { in convert()