tag | line | file | source code |
EXP_BIAS | 190 | arch/i386/math-emu/errors.c | r->exp - EXP_BIAS + 1); |
EXP_BIAS | 206 | arch/i386/math-emu/errors.c | FPU_loaded_data.exp - EXP_BIAS + 1); |
EXP_BIAS | 44 | arch/i386/math-emu/fpu_trig.c | if ( X->exp >= EXP_BIAS + 63 ) |
EXP_BIAS | 71 | arch/i386/math-emu/fpu_trig.c | if ( ((X->exp >= EXP_BIAS) || |
EXP_BIAS | 72 | arch/i386/math-emu/fpu_trig.c | ((X->exp == EXP_BIAS-1) |
EXP_BIAS | 93 | arch/i386/math-emu/fpu_trig.c | tmp.exp = EXP_BIAS + 63; |
EXP_BIAS | 122 | arch/i386/math-emu/fpu_trig.c | tmp.exp = EXP_BIAS + 63; |
EXP_BIAS | 166 | arch/i386/math-emu/fpu_trig.c | dest->exp = EXP_BIAS + 31; |
EXP_BIAS | 305 | arch/i386/math-emu/fpu_trig.c | if ( st0_ptr->exp > EXP_BIAS - 40 ) |
EXP_BIAS | 386 | arch/i386/math-emu/fpu_trig.c | st_new_ptr->exp = EXP_BIAS; |
EXP_BIAS | 387 | arch/i386/math-emu/fpu_trig.c | e = st1_ptr->exp - EXP_BIAS; |
EXP_BIAS | 470 | arch/i386/math-emu/fpu_trig.c | expon = st0_ptr->exp - EXP_BIAS; |
EXP_BIAS | 471 | arch/i386/math-emu/fpu_trig.c | st0_ptr->exp = EXP_BIAS + (expon & 1); /* make st(0) in [1.0 .. 4.0) */ |
EXP_BIAS | 499 | arch/i386/math-emu/fpu_trig.c | if (st0_ptr->exp > EXP_BIAS+63) |
EXP_BIAS | 511 | arch/i386/math-emu/fpu_trig.c | st0_ptr->exp = EXP_BIAS + 63; |
EXP_BIAS | 532 | arch/i386/math-emu/fpu_trig.c | if ( st0_ptr->exp > EXP_BIAS - 40 ) |
EXP_BIAS | 602 | arch/i386/math-emu/fpu_trig.c | if ( arg->exp > EXP_BIAS - 40 ) |
EXP_BIAS | 605 | arch/i386/math-emu/fpu_trig.c | if ( (arg->exp < EXP_BIAS) |
EXP_BIAS | 606 | arch/i386/math-emu/fpu_trig.c | || ((arg->exp == EXP_BIAS) |
EXP_BIAS | 799 | arch/i386/math-emu/fpu_trig.c | if ( tmp.exp >= EXP_BIAS ) |
EXP_BIAS | 863 | arch/i386/math-emu/fpu_trig.c | tmp.exp = EXP_BIAS + 56; |
EXP_BIAS | 864 | arch/i386/math-emu/fpu_trig.c | exp_1 = st1_ptr->exp; st1_ptr->exp = EXP_BIAS; |
EXP_BIAS | 876 | arch/i386/math-emu/fpu_trig.c | tmp.exp - EXP_BIAS |
EXP_BIAS | 1002 | arch/i386/math-emu/fpu_trig.c | e = st0_ptr->exp - EXP_BIAS; |
EXP_BIAS | 1014 | arch/i386/math-emu/fpu_trig.c | exponent.exp = EXP_BIAS + 31; |
EXP_BIAS | 1102 | arch/i386/math-emu/fpu_trig.c | if ( st0_ptr->exp < EXP_BIAS ) sign ^= SIGN_NEG^SIGN_POS; |
EXP_BIAS | 1137 | arch/i386/math-emu/fpu_trig.c | if ( st0_ptr->exp >= EXP_BIAS ) |
EXP_BIAS | 1139 | arch/i386/math-emu/fpu_trig.c | if ( (st0_ptr->exp == EXP_BIAS) && |
EXP_BIAS | 1415 | arch/i386/math-emu/fpu_trig.c | if ( st0_ptr->exp >= EXP_BIAS ) |
EXP_BIAS | 1442 | arch/i386/math-emu/fpu_trig.c | if ( (st0_ptr->exp >= EXP_BIAS) && |
EXP_BIAS | 1564 | arch/i386/math-emu/fpu_trig.c | if ( st1_ptr->exp > EXP_BIAS + 30 ) |
EXP_BIAS | 60 | arch/i386/math-emu/poly_2xm1.c | exponent = arg->exp - EXP_BIAS; |
EXP_BIAS | 147 | arch/i386/math-emu/poly_2xm1.c | result->exp = exponent + EXP_BIAS; |
EXP_BIAS | 193 | arch/i386/math-emu/poly_atan.c | result->exp = exponent + EXP_BIAS; |
EXP_BIAS | 37 | arch/i386/math-emu/poly_l2.c | exponent = arg->exp - EXP_BIAS; |
EXP_BIAS | 46 | arch/i386/math-emu/poly_l2.c | x.exp = EXP_BIAS-1; |
EXP_BIAS | 57 | arch/i386/math-emu/poly_l2.c | x.exp = EXP_BIAS; |
EXP_BIAS | 123 | arch/i386/math-emu/poly_l2.c | if ( arg->exp < EXP_BIAS ) |
EXP_BIAS | 193 | arch/i386/math-emu/poly_l2.c | exponent = arg->exp - EXP_BIAS; |
EXP_BIAS | 82 | arch/i386/math-emu/poly_sin.c | exponent = arg->exp - EXP_BIAS; |
EXP_BIAS | 115 | arch/i386/math-emu/poly_sin.c | exponent = 3*exponent + EXP_BIAS; |
EXP_BIAS | 195 | arch/i386/math-emu/poly_sin.c | result->exp = EXP_BIAS - 1 + echange; |
EXP_BIAS | 203 | arch/i386/math-emu/poly_sin.c | if ( (result->exp >= EXP_BIAS) |
EXP_BIAS | 233 | arch/i386/math-emu/poly_sin.c | if ( (arg->exp > EXP_BIAS) |
EXP_BIAS | 234 | arch/i386/math-emu/poly_sin.c | || ((arg->exp == EXP_BIAS) |
EXP_BIAS | 243 | arch/i386/math-emu/poly_sin.c | exponent = arg->exp - EXP_BIAS; |
EXP_BIAS | 301 | arch/i386/math-emu/poly_sin.c | result->exp = EXP_BIAS - 1; |
EXP_BIAS | 395 | arch/i386/math-emu/poly_sin.c | result->exp = exp2 + EXP_BIAS + echange; |
EXP_BIAS | 401 | arch/i386/math-emu/poly_sin.c | if ( (result->exp >= EXP_BIAS) |
EXP_BIAS | 63 | arch/i386/math-emu/poly_tan.c | exponent = arg->exp - EXP_BIAS; |
EXP_BIAS | 211 | arch/i386/math-emu/poly_tan.c | result->exp = EXP_BIAS + exponent; |
EXP_BIAS | 20 | arch/i386/math-emu/reg_constant.c | FPU_REG const CONST_1 = { SIGN_POS, TW_Valid, EXP_BIAS, |
EXP_BIAS | 22 | arch/i386/math-emu/reg_constant.c | FPU_REG const CONST_2 = { SIGN_POS, TW_Valid, EXP_BIAS+1, |
EXP_BIAS | 24 | arch/i386/math-emu/reg_constant.c | FPU_REG const CONST_HALF = { SIGN_POS, TW_Valid, EXP_BIAS-1, |
EXP_BIAS | 26 | arch/i386/math-emu/reg_constant.c | FPU_REG const CONST_L2T = { SIGN_POS, TW_Valid, EXP_BIAS+1, |
EXP_BIAS | 28 | arch/i386/math-emu/reg_constant.c | FPU_REG const CONST_L2E = { SIGN_POS, TW_Valid, EXP_BIAS, |
EXP_BIAS | 30 | arch/i386/math-emu/reg_constant.c | FPU_REG const CONST_PI = { SIGN_POS, TW_Valid, EXP_BIAS+1, |
EXP_BIAS | 32 | arch/i386/math-emu/reg_constant.c | FPU_REG const CONST_PI2 = { SIGN_POS, TW_Valid, EXP_BIAS, |
EXP_BIAS | 34 | arch/i386/math-emu/reg_constant.c | FPU_REG const CONST_PI4 = { SIGN_POS, TW_Valid, EXP_BIAS-1, |
EXP_BIAS | 36 | arch/i386/math-emu/reg_constant.c | FPU_REG const CONST_LG2 = { SIGN_POS, TW_Valid, EXP_BIAS-2, |
EXP_BIAS | 38 | arch/i386/math-emu/reg_constant.c | FPU_REG const CONST_LN2 = { SIGN_POS, TW_Valid, EXP_BIAS-1, |
EXP_BIAS | 42 | arch/i386/math-emu/reg_constant.c | FPU_REG const CONST_PI2extra = { SIGN_NEG, TW_Valid, EXP_BIAS-66, |
EXP_BIAS | 64 | arch/i386/math-emu/reg_ld_str.c | loaded_data->exp = exp - EXTENDED_Ebias + EXP_BIAS; |
EXP_BIAS | 194 | arch/i386/math-emu/reg_ld_str.c | loaded_data->exp = DOUBLE_Emin + EXP_BIAS; |
EXP_BIAS | 205 | arch/i386/math-emu/reg_ld_str.c | loaded_data->exp = exp + EXP_BIAS; |
EXP_BIAS | 244 | arch/i386/math-emu/reg_ld_str.c | loaded_data->exp = SINGLE_Emin + EXP_BIAS; |
EXP_BIAS | 275 | arch/i386/math-emu/reg_ld_str.c | loaded_data->exp = exp + EXP_BIAS; |
EXP_BIAS | 307 | arch/i386/math-emu/reg_ld_str.c | e = EXP_BIAS + 63; |
EXP_BIAS | 337 | arch/i386/math-emu/reg_ld_str.c | e = EXP_BIAS + 31; |
EXP_BIAS | 368 | arch/i386/math-emu/reg_ld_str.c | e = EXP_BIAS + 15; |
EXP_BIAS | 414 | arch/i386/math-emu/reg_ld_str.c | loaded_data->exp = EXP_BIAS + 63; |
EXP_BIAS | 473 | arch/i386/math-emu/reg_ld_str.c | exp = tmp.exp - EXP_BIAS; |
EXP_BIAS | 668 | arch/i386/math-emu/reg_ld_str.c | exp = tmp.exp - EXP_BIAS; |
EXP_BIAS | 1101 | arch/i386/math-emu/reg_ld_str.c | if (r->exp > EXP_BIAS + 63) |
EXP_BIAS | 1107 | arch/i386/math-emu/reg_ld_str.c | eax = shrxs(&r->sigl, EXP_BIAS + 63 - r->exp); |
EXP_BIAS | 1216 | arch/i386/math-emu/reg_ld_str.c | if ( regs[i].exp == EXP_BIAS - EXTENDED_Ebias ) |
EXP_BIAS | 1223 | arch/i386/math-emu/reg_ld_str.c | else if ( regs[i].exp == 0x7fff + EXP_BIAS - EXTENDED_Ebias ) |
EXP_BIAS | 1271 | arch/i386/math-emu/reg_ld_str.c | if ( regs[i].exp <= (EXP_BIAS - EXTENDED_Ebias) ) |
EXP_BIAS | 1385 | arch/i386/math-emu/reg_ld_str.c | e = rp->exp - EXP_BIAS + EXTENDED_Ebias; |