Home
last modified time | relevance | path

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

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