Searched refs:FPRecipSqrtEstimate (Results 1 – 2 of 2) sorted by relevance
2517 T FPRecipSqrtEstimate(T op);2532 double FPRecipSqrtEstimate(double a);
4542 T Simulator::FPRecipSqrtEstimate(T op) { in FPRecipSqrtEstimate() function in vixl::Simulator4610 dst.SetFloat(i, FPRecipSqrtEstimate<float>(input)); in frsqrte()4616 dst.SetFloat(i, FPRecipSqrtEstimate<double>(input)); in frsqrte()