Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dsimulator-a64.h2408 T FPRecipEstimate(T op, FPRounding rounding);
2422 double FPRecipEstimate(double a);
Dlogic-a64.cc4627 T Simulator::FPRecipEstimate(T op, FPRounding rounding) { in FPRecipEstimate() function in vixl::Simulator
4727 dst.SetFloat(i, FPRecipEstimate<float>(input, round)); in frecpe()
4733 dst.SetFloat(i, FPRecipEstimate<double>(input, round)); in frecpe()