Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dlogic-aarch64.cc6066 double Simulator::recip_sqrt_estimate(double a) { in recip_sqrt_estimate() function in vixl::aarch64::Simulator
6143 uint64_t estimate = DoubleToRawbits(recip_sqrt_estimate(scaled)); in FPRecipSqrtEstimate()
6344 dp_result = recip_sqrt_estimate(dp_operand) * std::pow(2.0, 31); in ursqrte()
Dsimulator-aarch64.h4441 double recip_sqrt_estimate(double a);