Searched refs:recip_estimate (Results 1 - 2 of 2) sorted by relevance

/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc4783 double estimate = recip_estimate(scaled);
4846 // Based on reference C function recip_estimate from ARM ARM.
4847 double Simulator::recip_estimate(double a) { function in class:vixl::aarch64::Simulator
4870 dp_result = recip_estimate(dp_operand) * std::pow(2.0, 31);
H A Dsimulator-aarch64.h2996 double recip_estimate(double a);

Completed in 133 milliseconds