Home
last modified time | relevance | path

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

/external/v8/src/execution/arm64/
Dsimulator-logic-arm64.cc3899 double Simulator::recip_sqrt_estimate(double a) { in recip_sqrt_estimate() function in v8::internal::Simulator
3973 uint64_t estimate = bit_cast<uint64_t>(recip_sqrt_estimate(scaled)); in FPRecipSqrtEstimate()
4136 dp_result = recip_sqrt_estimate(dp_operand) * std::pow(2.0, 31); in ursqrte()
Dsimulator-arm64.h2170 double recip_sqrt_estimate(double a);
/external/vixl/src/aarch64/
Dlogic-aarch64.cc5109 double Simulator::recip_sqrt_estimate(double a) { in recip_sqrt_estimate() function in vixl::aarch64::Simulator
5186 uint64_t estimate = DoubleToRawbits(recip_sqrt_estimate(scaled)); in FPRecipSqrtEstimate()
5388 dp_result = recip_sqrt_estimate(dp_operand) * std::pow(2.0, 31); in ursqrte()
Dsimulator-aarch64.h3133 double recip_sqrt_estimate(double a);