Lines Matching refs:getSemantics
32 if (usesLayout<IEEEFloat>(getSemantics())) \
34 if (usesLayout<DoubleAPFloat>(getSemantics())) \
3800 int SignificandBits = Arg.getSemantics().precision - 1; in ilogb()
3808 auto MaxExp = X.getSemantics().maxExponent; in scalbn()
3809 auto MinExp = X.getSemantics().minExponent; in scalbn()
3817 int SignificandBits = X.getSemantics().precision - 1; in scalbn()
3879 assert(&Floats[0].getSemantics() == &semIEEEdouble);
3880 assert(&Floats[1].getSemantics() == &semIEEEdouble);
4027 assert(&A.getSemantics() == &semIEEEdouble); in addWithSpecial()
4028 assert(&AA.getSemantics() == &semIEEEdouble); in addWithSpecial()
4029 assert(&C.getSemantics() == &semIEEEdouble); in addWithSpecial()
4030 assert(&CC.getSemantics() == &semIEEEdouble); in addWithSpecial()
4031 assert(&Out.Floats[0].getSemantics() == &semIEEEdouble); in addWithSpecial()
4032 assert(&Out.Floats[1].getSemantics() == &semIEEEdouble); in addWithSpecial()
4420 DoubleAPFloat(Semantics, APFloat(std::move(F), F.getSemantics()), in Storage()
4432 if (APFloat::usesLayout<detail::IEEEFloat>(Arg.getSemantics())) in hash_value()
4434 if (APFloat::usesLayout<detail::DoubleAPFloat>(Arg.getSemantics())) in hash_value()
4446 if (&getSemantics() == &ToSemantics) { in convert()
4450 if (usesLayout<IEEEFloat>(getSemantics()) && in convert()
4453 if (usesLayout<IEEEFloat>(getSemantics()) && in convert()
4460 if (usesLayout<DoubleAPFloat>(getSemantics()) && in convert()