tag | line | file | source code |
EXTENDED_Ebias | 64 | arch/i386/math-emu/reg_ld_str.c | loaded_data->exp = exp - EXTENDED_Ebias + EXP_BIAS; |
EXTENDED_Ebias | 1216 | arch/i386/math-emu/reg_ld_str.c | if ( regs[i].exp == EXP_BIAS - EXTENDED_Ebias ) |
EXTENDED_Ebias | 1223 | arch/i386/math-emu/reg_ld_str.c | else if ( regs[i].exp == 0x7fff + EXP_BIAS - EXTENDED_Ebias ) |
EXTENDED_Ebias | 1271 | arch/i386/math-emu/reg_ld_str.c | if ( regs[i].exp <= (EXP_BIAS - EXTENDED_Ebias) ) |
EXTENDED_Ebias | 1385 | arch/i386/math-emu/reg_ld_str.c | e = rp->exp - EXP_BIAS + EXTENDED_Ebias; |