Lines Matching refs:usesLayout
33 if (usesLayout<IEEEFloat>(getSemantics())) \
35 if (usesLayout<DoubleAPFloat>(getSemantics())) \
5149 if (usesLayout<IEEEFloat>(Semantics)) { in Storage()
5153 if (usesLayout<DoubleAPFloat>(Semantics)) { in Storage()
5169 if (APFloat::usesLayout<detail::IEEEFloat>(Arg.getSemantics())) in hash_value()
5171 if (APFloat::usesLayout<detail::DoubleAPFloat>(Arg.getSemantics())) in hash_value()
5202 if (usesLayout<IEEEFloat>(getSemantics()) && in convert()
5203 usesLayout<IEEEFloat>(ToSemantics)) in convert()
5205 if (usesLayout<IEEEFloat>(getSemantics()) && in convert()
5206 usesLayout<DoubleAPFloat>(ToSemantics)) { in convert()
5212 if (usesLayout<DoubleAPFloat>(getSemantics()) && in convert()
5213 usesLayout<IEEEFloat>(ToSemantics)) { in convert()