Home
last modified time | relevance | path

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

/qemu/target/arm/
H A Dvfp_helper.c806 static uint64_t recip_sqrt_estimate(int *exp , int exp_off, uint64_t frac) in recip_sqrt_estimate() function
869 f64_frac = recip_sqrt_estimate(&f16_exp, 44, f64_frac); in HELPER()
915 f64_frac = recip_sqrt_estimate(&f32_exp, 380, f64_frac); in HELPER()
955 f64_frac = recip_sqrt_estimate(&f64_exp, 3068, f64_frac); in HELPER()