reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1304 if (&APF.getSemantics() == &APFloat::IEEEsingle() || 1305 &APF.getSemantics() == &APFloat::IEEEdouble()) { 1312 bool isDouble = &APF.getSemantics() == &APFloat::IEEEdouble(); 1313 bool isInf = APF.isInfinity(); 1314 bool isNaN = APF.isNaN(); 1316 double Val = isDouble ? APF.convertToDouble() : APF.convertToFloat(); 1316 double Val = isDouble ? APF.convertToDouble() : APF.convertToFloat(); 1318 APF.toString(StrVal, 6, 0, false); 1339 APFloat apf = APF; 1352 APInt API = APF.bitcastToAPInt(); 1353 if (&APF.getSemantics() == &APFloat::x87DoubleExtended()) { 1360 } else if (&APF.getSemantics() == &APFloat::IEEEquad()) { 1366 } else if (&APF.getSemantics() == &APFloat::PPCDoubleDouble()) { 1372 } else if (&APF.getSemantics() == &APFloat::IEEEhalf()) {