Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dlogic-a64.cc4695 double estimate = recip_estimate(scaled); in FPRecipEstimate()
4756 double Simulator::recip_estimate(double a) { in recip_estimate() function in vixl::Simulator
4778 dp_result = recip_estimate(dp_operand) * std::pow(2.0, 31); in urecpe()
Dsimulator-a64.h2531 double recip_estimate(double a);