Searched refs:FPRecipSqrtEstimate (Results 1 – 2 of 2) sorted by relevance
2406 T FPRecipSqrtEstimate(T op);2421 double FPRecipSqrtEstimate(double a);
4546 T Simulator::FPRecipSqrtEstimate(T op) { in FPRecipSqrtEstimate() function in vixl::Simulator4614 dst.SetFloat(i, FPRecipSqrtEstimate<float>(input)); in frsqrte()4620 dst.SetFloat(i, FPRecipSqrtEstimate<double>(input)); in frsqrte()