Home | History | Annotate | Download | only in Reader

Lines Matching refs:FMF

2116           FastMathFlags FMF;
2118 FMF.setUnsafeAlgebra();
2120 FMF.setNoNaNs();
2122 FMF.setNoInfs();
2124 FMF.setNoSignedZeros();
2126 FMF.setAllowReciprocal();
2127 if (FMF.any())
2128 I->setFastMathFlags(FMF);