reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2594 LHS.multiply(RHS, APFloat::rmNearestTiesToEven); 2597 LHS.add(RHS, APFloat::rmNearestTiesToEven); 2600 LHS.subtract(RHS, APFloat::rmNearestTiesToEven); 2607 LHS.divide(RHS, APFloat::rmNearestTiesToEven); 2615 if (LHS.isNaN()) { 2616 Info.CCEDiag(E, diag::note_constexpr_float_arithmetic) << LHS.isNaN();