Home | History | Annotate | Download | only in Reader

Lines Matching defs:FMF

2244           FastMathFlags FMF;
2246 FMF.setUnsafeAlgebra();
2248 FMF.setNoNaNs();
2250 FMF.setNoInfs();
2252 FMF.setNoSignedZeros();
2254 FMF.setAllowReciprocal();
2255 if (FMF.any())
2256 I->setFastMathFlags(FMF);