Lines Matching refs:usesLayout
33 if (usesLayout<IEEEFloat>(getSemantics())) \
35 if (usesLayout<DoubleAPFloat>(getSemantics())) \
5270 if (usesLayout<IEEEFloat>(Semantics)) { in Storage()
5274 if (usesLayout<DoubleAPFloat>(Semantics)) { in Storage()
5290 if (APFloat::usesLayout<detail::IEEEFloat>(Arg.getSemantics())) in hash_value()
5292 if (APFloat::usesLayout<detail::DoubleAPFloat>(Arg.getSemantics())) in hash_value()
5323 if (usesLayout<IEEEFloat>(getSemantics()) && in convert()
5324 usesLayout<IEEEFloat>(ToSemantics)) in convert()
5326 if (usesLayout<IEEEFloat>(getSemantics()) && in convert()
5327 usesLayout<DoubleAPFloat>(ToSemantics)) { in convert()
5333 if (usesLayout<DoubleAPFloat>(getSemantics()) && in convert()
5334 usesLayout<IEEEFloat>(ToSemantics)) { in convert()