Lines Matching refs:usesLayout
32 if (usesLayout<IEEEFloat>(getSemantics())) \
34 if (usesLayout<DoubleAPFloat>(getSemantics())) \
4414 if (usesLayout<IEEEFloat>(Semantics)) { in Storage()
4418 if (usesLayout<DoubleAPFloat>(Semantics)) { in Storage()
4432 if (APFloat::usesLayout<detail::IEEEFloat>(Arg.getSemantics())) in hash_value()
4434 if (APFloat::usesLayout<detail::DoubleAPFloat>(Arg.getSemantics())) in hash_value()
4450 if (usesLayout<IEEEFloat>(getSemantics()) && in convert()
4451 usesLayout<IEEEFloat>(ToSemantics)) in convert()
4453 if (usesLayout<IEEEFloat>(getSemantics()) && in convert()
4454 usesLayout<DoubleAPFloat>(ToSemantics)) { in convert()
4460 if (usesLayout<DoubleAPFloat>(getSemantics()) && in convert()
4461 usesLayout<IEEEFloat>(ToSemantics)) { in convert()