Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dlogic-aarch64.cc4783 double estimate = recip_estimate(scaled); in FPRecipEstimate()
4847 double Simulator::recip_estimate(double a) { in recip_estimate() function in vixl::aarch64::Simulator
4870 dp_result = recip_estimate(dp_operand) * std::pow(2.0, 31); in urecpe()
Dsimulator-aarch64.h2928 double recip_estimate(double a);