Searched refs:recip_sqrt_estimate (Results 1 – 2 of 2) sorted by relevance
6066 double Simulator::recip_sqrt_estimate(double a) { in recip_sqrt_estimate() function in vixl::aarch64::Simulator6143 uint64_t estimate = DoubleToRawbits(recip_sqrt_estimate(scaled)); in FPRecipSqrtEstimate()6344 dp_result = recip_sqrt_estimate(dp_operand) * std::pow(2.0, 31); in ursqrte()
4441 double recip_sqrt_estimate(double a);