tag | line | file | source code |
EXTENDED_Ebias | 69 | drivers/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = exp - EXTENDED_Ebias + EXP_BIAS; |
EXTENDED_Ebias | 1231 | drivers/FPU-emu/reg_ld_str.c | if ( regs[i].exp == EXP_BIAS - EXTENDED_Ebias ) |
EXTENDED_Ebias | 1238 | drivers/FPU-emu/reg_ld_str.c | else if ( regs[i].exp == 0x7fff + EXP_BIAS - EXTENDED_Ebias ) |
EXTENDED_Ebias | 1297 | drivers/FPU-emu/reg_ld_str.c | if ( regs[i].exp <= (EXP_BIAS - EXTENDED_Ebias) ) |
EXTENDED_Ebias | 1410 | drivers/FPU-emu/reg_ld_str.c | e = rp->exp - EXP_BIAS + EXTENDED_Ebias; |