Searched defs:result_exp (Results 1 - 1 of 1) sorted by relevance

/external/qemu/target-arm/
H A Dhelper.c3049 int result_exp; local
3074 result_exp = 253 - a_exp;
3079 | ((result_exp & 0xff) << 23)
3142 int result_exp; local
3179 result_exp = (380 - ((val & 0x7f800000) >> 23)) / 2;
3186 | ((result_exp & 0xff) << 23)

Completed in 3894 milliseconds