Searched refs:FPRecipSqrtEstimate (Results 1 – 4 of 4) sorted by relevance
2013 T FPRecipSqrtEstimate(T op);2028 double FPRecipSqrtEstimate(double a);
3862 T Simulator::FPRecipSqrtEstimate(T op) { in FPRecipSqrtEstimate() function in v8::internal::Simulator3931 dst.SetFloat(i, FPRecipSqrtEstimate<float>(input)); in frsqrte()3937 dst.SetFloat(i, FPRecipSqrtEstimate<double>(input)); in frsqrte()
4943 T Simulator::FPRecipSqrtEstimate(T op) { in FPRecipSqrtEstimate() function in vixl::aarch64::Simulator5024 dst.SetFloat(i, FPRecipSqrtEstimate<SimFloat16>(input)); in frsqrte()5029 dst.SetFloat(i, FPRecipSqrtEstimate<float>(input)); in frsqrte()5035 dst.SetFloat(i, FPRecipSqrtEstimate<double>(input)); in frsqrte()
3005 T FPRecipSqrtEstimate(T op);3015 double FPRecipSqrtEstimate(double a);