tag
line
file
source code
DOUBLE_Ebias
164
drivers/FPU-emu/reg_ld_str.c
exp = ((m64 & 0x7ff00000) >> 20) - DOUBLE_Ebias;
DOUBLE_Ebias
611
drivers/FPU-emu/reg_ld_str.c
l[1] |= (((exp+DOUBLE_Ebias) & 0x7ff) << 20);