Home | History | Annotate | Download | only in Reader

Lines Matching refs:FMF

2391           FastMathFlags FMF;
2393 FMF.setUnsafeAlgebra();
2395 FMF.setNoNaNs();
2397 FMF.setNoInfs();
2399 FMF.setNoSignedZeros();
2401 FMF.setAllowReciprocal();
2402 if (FMF.any())
2403 I->setFastMathFlags(FMF);