Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dvfp_helper.c637 int result_exp; in call_recip_estimate() local
653 result_exp = exp_off - *exp; in call_recip_estimate()
655 if (result_exp == 0) { in call_recip_estimate()
657 } else if (result_exp == -1) { in call_recip_estimate()
659 result_exp = 0; in call_recip_estimate()
662 *exp = result_exp; in call_recip_estimate()