taglinefilesource code
EXTENDED_Ebias64arch/i386/math-emu/reg_ld_str.cloaded_data->exp = exp - EXTENDED_Ebias + EXP_BIAS;
EXTENDED_Ebias1216arch/i386/math-emu/reg_ld_str.cif ( regs[i].exp == EXP_BIAS - EXTENDED_Ebias )
EXTENDED_Ebias1223arch/i386/math-emu/reg_ld_str.celse if ( regs[i].exp == 0x7fff + EXP_BIAS - EXTENDED_Ebias )
EXTENDED_Ebias1271arch/i386/math-emu/reg_ld_str.cif ( regs[i].exp <= (EXP_BIAS - EXTENDED_Ebias) )
EXTENDED_Ebias1385arch/i386/math-emu/reg_ld_str.ce = rp->exp - EXP_BIAS + EXTENDED_Ebias;