reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
698 DoubleAPFloat Double; 701 explicit Storage(DoubleAPFloat F, const fltSemantics &S) 712 if (usesLayout<DoubleAPFloat>(Semantics)) { 713 new (&Double) DoubleAPFloat(Semantics, std::forward<ArgTypes>(Args)...); 724 if (usesLayout<DoubleAPFloat>(*semantics)) { 736 if (usesLayout<DoubleAPFloat>(*RHS.semantics)) { 737 new (this) DoubleAPFloat(RHS.Double); 748 if (usesLayout<DoubleAPFloat>(*RHS.semantics)) { 749 new (this) DoubleAPFloat(std::move(RHS.Double)); 759 } else if (usesLayout<DoubleAPFloat>(*semantics) && 760 usesLayout<DoubleAPFloat>(*RHS.semantics)) { 773 } else if (usesLayout<DoubleAPFloat>(*semantics) && 774 usesLayout<DoubleAPFloat>(*RHS.semantics)) { 786 std::is_same<T, DoubleAPFloat>::value, ""); 787 if (std::is_same<T, DoubleAPFloat>::value) { 796 if (usesLayout<DoubleAPFloat>(*U.semantics)) 804 if (usesLayout<DoubleAPFloat>(*U.semantics)) 837 explicit APFloat(DoubleAPFloat F, const fltSemantics &S) 845 if (usesLayout<DoubleAPFloat>(getSemantics())) 961 if (usesLayout<DoubleAPFloat>(getSemantics())) 970 if (usesLayout<DoubleAPFloat>(getSemantics())) 979 if (usesLayout<DoubleAPFloat>(getSemantics())) 988 if (usesLayout<DoubleAPFloat>(getSemantics())) 997 if (usesLayout<DoubleAPFloat>(getSemantics())) 1006 if (usesLayout<DoubleAPFloat>(getSemantics())) 1018 if (usesLayout<DoubleAPFloat>(getSemantics())) 1122 if (usesLayout<DoubleAPFloat>(getSemantics())) 1132 if (usesLayout<DoubleAPFloat>(getSemantics()))lib/Support/APFloat.cpp
4456 if (usesLayout<DoubleAPFloat>(Semantics)) { 4459 DoubleAPFloat(Semantics, APFloat(std::move(F), S), 4493 usesLayout<DoubleAPFloat>(ToSemantics)) { 4499 if (usesLayout<DoubleAPFloat>(getSemantics()) &&