reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
12910 ResI = C * B; 12915 APFloat BD = B * D; 12917 APFloat BC = B * C; 12922 if (A.isInfinity() || B.isInfinity()) { 12925 B = APFloat::copySign( 12926 APFloat(B.getSemantics(), B.isInfinity() ? 1 : 0), B); 12926 APFloat(B.getSemantics(), B.isInfinity() ? 1 : 0), B); 12926 APFloat(B.getSemantics(), B.isInfinity() ? 1 : 0), B); 12940 if (B.isNaN()) 12941 B = APFloat::copySign(APFloat(B.getSemantics()), B); 12941 B = APFloat::copySign(APFloat(B.getSemantics()), B); 12941 B = APFloat::copySign(APFloat(B.getSemantics()), B); 12948 if (B.isNaN()) 12949 B = APFloat::copySign(APFloat(B.getSemantics()), B); 12949 B = APFloat::copySign(APFloat(B.getSemantics()), B); 12949 B = APFloat::copySign(APFloat(B.getSemantics()), B); 12957 ResR = APFloat::getInf(A.getSemantics()) * (A * C - B * D); 12958 ResI = APFloat::getInf(A.getSemantics()) * (A * D + B * C);