Searched refs:FPRecipEstimate (Results 1 – 2 of 2) sorted by relevance
2519 T FPRecipEstimate(T op, FPRounding rounding);2533 double FPRecipEstimate(double a);
4623 T Simulator::FPRecipEstimate(T op, FPRounding rounding) { in FPRecipEstimate() function in vixl::Simulator4721 dst.SetFloat(i, FPRecipEstimate<float>(input, round)); in frecpe()4727 dst.SetFloat(i, FPRecipEstimate<double>(input, round)); in frecpe()