Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:hasRecipPrec

7155     // accuracy is 2^-5. When hasRecipPrec(), this is 2^-14. IEEE float has
7157 int Iterations = Subtarget.hasRecipPrec() ? 1 : 3;
7218 // accuracy is 2^-5. When hasRecipPrec(), this is 2^-14. IEEE float has
7220 int Iterations = Subtarget.hasRecipPrec() ? 1 : 3;