Home | History | Annotate | Download | only in BitWriter_3_2

Lines Matching refs:FastMathFlags

559         Flags |= FastMathFlags::UnsafeAlgebra;
561 Flags |= FastMathFlags::NoNaNs;
563 Flags |= FastMathFlags::NoInfs;
565 Flags |= FastMathFlags::NoSignedZeros;
567 Flags |= FastMathFlags::AllowReciprocal;