Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dlogic-a64.cc4521 double Simulator::recip_sqrt_estimate(double a) { in recip_sqrt_estimate() function in vixl::Simulator
4590 double estimate = recip_sqrt_estimate(scaled); in FPRecipSqrtEstimate()
4746 dp_result = recip_sqrt_estimate(dp_operand) * std::pow(2.0, 31); in ursqrte()
Dsimulator-a64.h2530 double recip_sqrt_estimate(double a);