tag
line
file
source code
SINGLE_Ebias
239
arch/i386/math-emu/reg_ld_str.c
exp = ((m32 & 0x7f800000) >> 23) - SINGLE_Ebias;
SINGLE_Ebias
783
arch/i386/math-emu/reg_ld_str.c
templ |= ((exp+SINGLE_Ebias) & 0xff) << 23;