Searched refs:FPRecipSqrtEstimate (Results 1 – 2 of 2) sorted by relevance
2914 T FPRecipSqrtEstimate(T op);2929 double FPRecipSqrtEstimate(double a);
4621 T Simulator::FPRecipSqrtEstimate(T op) { in FPRecipSqrtEstimate() function in vixl::aarch64::Simulator4689 dst.SetFloat(i, FPRecipSqrtEstimate<float>(input)); in frsqrte()4695 dst.SetFloat(i, FPRecipSqrtEstimate<double>(input)); in frsqrte()