Home | History | Annotate | Download | only in Reader

Lines Matching refs:FastMathFlags

2391           FastMathFlags FMF;
2392 if (0 != (Record[OpNum] & FastMathFlags::UnsafeAlgebra))
2394 if (0 != (Record[OpNum] & FastMathFlags::NoNaNs))
2396 if (0 != (Record[OpNum] & FastMathFlags::NoInfs))
2398 if (0 != (Record[OpNum] & FastMathFlags::NoSignedZeros))
2400 if (0 != (Record[OpNum] & FastMathFlags::AllowReciprocal))