reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
389 setNoNaNs(FPMO.hasNoNaNs()); 390 setNoInfs(FPMO.hasNoInfs()); 391 setNoSignedZeros(FPMO.hasNoSignedZeros()); 392 setAllowReciprocal(FPMO.hasAllowReciprocal()); 393 setAllowContract(FPMO.hasAllowContract()); 394 setApproximateFuncs(FPMO.hasApproxFunc()); 395 setAllowReassociation(FPMO.hasAllowReassoc());