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.c617 int result_exp; in call_recip_estimate() local
633 result_exp = exp_off - *exp; in call_recip_estimate()
635 if (result_exp == 0) { in call_recip_estimate()
637 } else if (result_exp == -1) { in call_recip_estimate()
639 result_exp = 0; in call_recip_estimate()
642 *exp = result_exp; in call_recip_estimate()