Home
last modified time | relevance | path

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

/qemu/target/arm/
H A Dvfp_helper.c581 static uint64_t call_recip_estimate(int *exp, int exp_off, uint64_t frac) in call_recip_estimate() function
671 f64_frac = call_recip_estimate(&f16_exp, 29, in HELPER()
721 f64_frac = call_recip_estimate(&f32_exp, 253, in HELPER()
771 f64_frac = call_recip_estimate(&f64_exp, 2045, f64_frac); in HELPER()