Searched refs:FPRecipEstimate (Results 1 – 2 of 2) sorted by relevance
2408 T FPRecipEstimate(T op, FPRounding rounding);2422 double FPRecipEstimate(double a);
4627 T Simulator::FPRecipEstimate(T op, FPRounding rounding) { in FPRecipEstimate() function in vixl::Simulator4727 dst.SetFloat(i, FPRecipEstimate<float>(input, round)); in frecpe()4733 dst.SetFloat(i, FPRecipEstimate<double>(input, round)); in frecpe()