Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dsimulator-aarch64.h2914 T FPRecipSqrtEstimate(T op);
2929 double FPRecipSqrtEstimate(double a);
Dlogic-aarch64.cc4621 T Simulator::FPRecipSqrtEstimate(T op) { in FPRecipSqrtEstimate() function in vixl::aarch64::Simulator
4689 dst.SetFloat(i, FPRecipSqrtEstimate<float>(input)); in frsqrte()
4695 dst.SetFloat(i, FPRecipSqrtEstimate<double>(input)); in frsqrte()