Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dsimulator-logic-arm64.cc4027 double estimate = recip_estimate(scaled); in FPRecipEstimate()
4085 double Simulator::recip_estimate(double a) { in recip_estimate() function in v8::internal::Simulator
4106 dp_result = recip_estimate(dp_operand) * std::pow(2.0, 31); in urecpe()
Dsimulator-arm64.h2027 double recip_estimate(double a);
/external/vixl/src/aarch64/
Dlogic-aarch64.cc5137 double estimate = recip_estimate(scaled); in FPRecipEstimate()
5211 double Simulator::recip_estimate(double a) { in recip_estimate() function in vixl::aarch64::Simulator
5234 dp_result = recip_estimate(dp_operand) * std::pow(2.0, 31); in urecpe()
Dsimulator-aarch64.h3014 double recip_estimate(double a);