tag | line | file | source code |
EXTENDED_Ebias | 68 | drivers/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = exp - EXTENDED_Ebias + EXP_BIAS; |
EXTENDED_Ebias | 1189 | drivers/FPU-emu/reg_ld_str.c | if ( regs[i].exp == EXP_BIAS - EXTENDED_Ebias ) |
EXTENDED_Ebias | 1196 | drivers/FPU-emu/reg_ld_str.c | else if ( regs[i].exp == 0x7fff + EXP_BIAS - EXTENDED_Ebias ) |
EXTENDED_Ebias | 1255 | drivers/FPU-emu/reg_ld_str.c | if ( regs[i].exp <= (EXP_BIAS - EXTENDED_Ebias) ) |
EXTENDED_Ebias | 1334 | drivers/FPU-emu/reg_ld_str.c | e = rp->exp - EXP_BIAS + EXTENDED_Ebias; |