reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1291 (void)C3V.add(C2V, APFloat::rmNearestTiesToEven); 1294 (void)C3V.subtract(C2V, APFloat::rmNearestTiesToEven); 1297 (void)C3V.multiply(C2V, APFloat::rmNearestTiesToEven); 1300 (void)C3V.divide(C2V, APFloat::rmNearestTiesToEven); 1303 (void)C3V.mod(C2V);