Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dvfp_helper.c838 static uint64_t recip_sqrt_estimate(int *exp , int exp_off, uint64_t frac) in recip_sqrt_estimate() function
901 f64_frac = recip_sqrt_estimate(&f16_exp, 44, f64_frac); in HELPER()
947 f64_frac = recip_sqrt_estimate(&f32_exp, 380, f64_frac); in HELPER()
987 f64_frac = recip_sqrt_estimate(&f64_exp, 3068, f64_frac); in HELPER()