Searched refs:recip_sqrt_estimate (Results 1 – 4 of 4) sorted by relevance
3899 double Simulator::recip_sqrt_estimate(double a) { in recip_sqrt_estimate() function in v8::internal::Simulator3973 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()
2170 double recip_sqrt_estimate(double a);
5109 double Simulator::recip_sqrt_estimate(double a) { in recip_sqrt_estimate() function in vixl::aarch64::Simulator5186 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()
3133 double recip_sqrt_estimate(double a);