Home
last modified time | relevance | path

Searched refs:FPRecipSqrtEstimate (Results 1 – 2 of 2) sorted by relevance

/external/vixl/src/vixl/a64/
Dsimulator-a64.h2406 T FPRecipSqrtEstimate(T op);
2421 double FPRecipSqrtEstimate(double a);
Dlogic-a64.cc4546 T Simulator::FPRecipSqrtEstimate(T op) { in FPRecipSqrtEstimate() function in vixl::Simulator
4614 dst.SetFloat(i, FPRecipSqrtEstimate<float>(input)); in frsqrte()
4620 dst.SetFloat(i, FPRecipSqrtEstimate<double>(input)); in frsqrte()