reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1160 FMF.setFast(); 1162 FMF.setAllowReassoc(); 1164 FMF.setNoNaNs(); 1166 FMF.setNoInfs(); 1168 FMF.setNoSignedZeros(); 1170 FMF.setAllowReciprocal(); 1172 FMF.setAllowContract(true); 1174 FMF.setApproxFunc(); 1175 return FMF;