tag | line | file | source code |
exp | 190 | drivers/FPU-emu/errors.c | r->exp - EXP_BIAS + 1); |
exp | 206 | drivers/FPU-emu/errors.c | FPU_loaded_data.exp - EXP_BIAS + 1); |
exp | 551 | drivers/FPU-emu/errors.c | dest->exp -= (3 * (1 << 13)); |
exp | 576 | drivers/FPU-emu/errors.c | if ( dest->exp <= EXP_UNDER - 63 ) |
exp | 585 | drivers/FPU-emu/errors.c | dest->exp += (3 * (1 << 13)); |
exp | 137 | drivers/FPU-emu/fpu_emu.h | *(long *)&((y)->exp) = *(long *)&((x)->exp); \ |
exp | 163 | drivers/FPU-emu/fpu_entry.c | regs[i].exp = 0; |
exp | 57 | drivers/FPU-emu/fpu_etc.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 103 | drivers/FPU-emu/fpu_etc.c | if ( st0_ptr->exp <= EXP_UNDER ) |
exp | 43 | drivers/FPU-emu/fpu_trig.c | if ( X->exp >= EXP_BIAS + 63 ) |
exp | 61 | drivers/FPU-emu/fpu_trig.c | q, X->exp - CONST_PI2.exp); |
exp | 62 | drivers/FPU-emu/fpu_trig.c | tmp.exp = CONST_PI2.exp; |
exp | 69 | drivers/FPU-emu/fpu_trig.c | if ( ((X->exp >= EXP_BIAS) || |
exp | 70 | drivers/FPU-emu/fpu_trig.c | ((X->exp == EXP_BIAS-1) |
exp | 85 | drivers/FPU-emu/fpu_trig.c | if ( (X->exp <= CONST_PI2extra.exp + 64) || (q > 1) ) |
exp | 90 | drivers/FPU-emu/fpu_trig.c | tmp.exp = EXP_BIAS + 63; |
exp | 114 | drivers/FPU-emu/fpu_trig.c | if ( ((q > 0) && (X->exp <= CONST_PI2extra.exp + 64)) || (q > 1) ) |
exp | 119 | drivers/FPU-emu/fpu_trig.c | tmp.exp = EXP_BIAS + 63; |
exp | 124 | drivers/FPU-emu/fpu_trig.c | if ( (X->exp == CONST_PI2.exp) && |
exp | 163 | drivers/FPU-emu/fpu_trig.c | dest->exp = EXP_BIAS + 31; |
exp | 239 | drivers/FPU-emu/fpu_trig.c | if ( st0_ptr->exp >= 0 ) |
exp | 243 | drivers/FPU-emu/fpu_trig.c | else if ( st0_ptr->exp >= -64 ) |
exp | 267 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 319 | drivers/FPU-emu/fpu_trig.c | if ( st0_ptr->exp > EXP_BIAS - 40 ) |
exp | 341 | drivers/FPU-emu/fpu_trig.c | if ( st0_ptr->exp <= EXP_UNDER ) |
exp | 396 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 402 | drivers/FPU-emu/fpu_trig.c | st_new_ptr->exp = EXP_BIAS; |
exp | 403 | drivers/FPU-emu/fpu_trig.c | e = st1_ptr->exp - EXP_BIAS; |
exp | 482 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 486 | drivers/FPU-emu/fpu_trig.c | expon = st0_ptr->exp - EXP_BIAS; |
exp | 487 | drivers/FPU-emu/fpu_trig.c | st0_ptr->exp = EXP_BIAS + (expon & 1); /* make st(0) in [1.0 .. 4.0) */ |
exp | 491 | drivers/FPU-emu/fpu_trig.c | st0_ptr->exp += expon >> 1; |
exp | 515 | drivers/FPU-emu/fpu_trig.c | if (st0_ptr->exp > EXP_BIAS+63) |
exp | 519 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 527 | drivers/FPU-emu/fpu_trig.c | st0_ptr->exp = EXP_BIAS + 63; |
exp | 548 | drivers/FPU-emu/fpu_trig.c | if ( st0_ptr->exp > EXP_BIAS - 40 ) |
exp | 578 | drivers/FPU-emu/fpu_trig.c | if ( st0_ptr->exp <= EXP_UNDER ) |
exp | 619 | drivers/FPU-emu/fpu_trig.c | if ( arg->exp > EXP_BIAS - 40 ) |
exp | 647 | drivers/FPU-emu/fpu_trig.c | if ( (arg->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 781 | drivers/FPU-emu/fpu_trig.c | int expdif = st0_ptr->exp - st1_ptr->exp; |
exp | 787 | drivers/FPU-emu/fpu_trig.c | if ( ((st0_ptr->exp <= EXP_UNDER) || |
exp | 788 | drivers/FPU-emu/fpu_trig.c | (st1_ptr->exp <= EXP_UNDER)) && (denormal_operand()) ) |
exp | 806 | drivers/FPU-emu/fpu_trig.c | if ( tmp.exp >= EXP_BIAS ) |
exp | 817 | drivers/FPU-emu/fpu_trig.c | tmp.exp = st1_ptr->exp; |
exp | 831 | drivers/FPU-emu/fpu_trig.c | expdif = st1_ptr->exp - tmp.exp; |
exp | 870 | drivers/FPU-emu/fpu_trig.c | tmp.exp = EXP_BIAS + 56; |
exp | 871 | drivers/FPU-emu/fpu_trig.c | exp_1 = st1_ptr->exp; st1_ptr->exp = EXP_BIAS; |
exp | 875 | drivers/FPU-emu/fpu_trig.c | st1_ptr->exp = exp_1; |
exp | 883 | drivers/FPU-emu/fpu_trig.c | tmp.exp - EXP_BIAS |
exp | 885 | drivers/FPU-emu/fpu_trig.c | tmp.exp = exp_1 + expdif; |
exp | 918 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (st0_ptr->tag != TW_Zero) |
exp | 934 | drivers/FPU-emu/fpu_trig.c | if ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 955 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1002 | drivers/FPU-emu/fpu_trig.c | if ( ((st0_ptr->exp <= EXP_UNDER) || |
exp | 1003 | drivers/FPU-emu/fpu_trig.c | (st1_ptr->exp <= EXP_UNDER)) && (denormal_operand()) ) |
exp | 1086 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1090 | drivers/FPU-emu/fpu_trig.c | if ( st0_ptr->exp < EXP_BIAS ) sign ^= SIGN_NEG^SIGN_POS; |
exp | 1112 | drivers/FPU-emu/fpu_trig.c | if ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1125 | drivers/FPU-emu/fpu_trig.c | if ( st0_ptr->exp >= EXP_BIAS ) |
exp | 1127 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp == EXP_BIAS) && |
exp | 1145 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1194 | drivers/FPU-emu/fpu_trig.c | if ( ((st0_ptr->exp <= EXP_UNDER) || |
exp | 1195 | drivers/FPU-emu/fpu_trig.c | (st1_ptr->exp <= EXP_UNDER)) && (denormal_operand()) ) |
exp | 1214 | drivers/FPU-emu/fpu_trig.c | (st1_ptr->exp - st0_ptr->exp < -64) ) |
exp | 1274 | drivers/FPU-emu/fpu_trig.c | if ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1296 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1313 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1330 | drivers/FPU-emu/fpu_trig.c | if ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1371 | drivers/FPU-emu/fpu_trig.c | if ( ((st0_ptr->exp <= EXP_UNDER) || |
exp | 1372 | drivers/FPU-emu/fpu_trig.c | (st1_ptr->exp <= EXP_UNDER)) && denormal_operand() ) |
exp | 1414 | drivers/FPU-emu/fpu_trig.c | if ( (st1_tag == TW_Valid) && (st1_ptr->exp <= EXP_UNDER) && |
exp | 1450 | drivers/FPU-emu/fpu_trig.c | if ( st0_ptr->exp >= EXP_BIAS ) |
exp | 1461 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1468 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1477 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp >= EXP_BIAS) && |
exp | 1490 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1497 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1525 | drivers/FPU-emu/fpu_trig.c | int exponent = st1_ptr->exp; |
exp | 1557 | drivers/FPU-emu/fpu_trig.c | if ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1594 | drivers/FPU-emu/fpu_trig.c | if ( ((st0_ptr->exp <= EXP_UNDER) || |
exp | 1595 | drivers/FPU-emu/fpu_trig.c | (st1_ptr->exp <= EXP_UNDER)) && (denormal_operand()) ) |
exp | 1599 | drivers/FPU-emu/fpu_trig.c | if ( st1_ptr->exp > EXP_BIAS + 30 ) |
exp | 1627 | drivers/FPU-emu/fpu_trig.c | scale += st0_ptr->exp; |
exp | 1628 | drivers/FPU-emu/fpu_trig.c | st0_ptr->exp = scale; |
exp | 1641 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1650 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1670 | drivers/FPU-emu/fpu_trig.c | if ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1696 | drivers/FPU-emu/fpu_trig.c | if ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 48 | drivers/FPU-emu/poly_2xm1.c | exponent = arg->exp - EXP_BIAS; |
exp | 71 | drivers/FPU-emu/poly_2xm1.c | accum.exp = 0; |
exp | 77 | drivers/FPU-emu/poly_2xm1.c | accum.exp += EXP_BIAS - 1; |
exp | 61 | drivers/FPU-emu/poly_atan.c | exponent = arg->exp - EXP_BIAS; |
exp | 104 | drivers/FPU-emu/poly_atan.c | numerator.exp = EXP_BIAS - 1; |
exp | 113 | drivers/FPU-emu/poly_atan.c | arg->exp = numerator.exp; |
exp | 116 | drivers/FPU-emu/poly_atan.c | exponent = arg->exp - EXP_BIAS; |
exp | 141 | drivers/FPU-emu/poly_atan.c | pos_poly.exp = EXP_BIAS; |
exp | 151 | drivers/FPU-emu/poly_atan.c | neg_poly.exp = EXP_BIAS; |
exp | 194 | drivers/FPU-emu/poly_atan.c | src->exp = EXP_BIAS; |
exp | 52 | drivers/FPU-emu/poly_l2.c | exponent = arg->exp - EXP_BIAS; |
exp | 64 | drivers/FPU-emu/poly_l2.c | num.exp = EXP_BIAS; /* needed to prevent errors in div routine */ |
exp | 84 | drivers/FPU-emu/poly_l2.c | Xx.exp = EXP_BIAS; /* needed to prevent errors in div routine */ |
exp | 92 | drivers/FPU-emu/poly_l2.c | accum.exp = -1; /* exponent of accum */ |
exp | 109 | drivers/FPU-emu/poly_l2.c | accum.exp = EXP_BIAS + accum.exp; |
exp | 121 | drivers/FPU-emu/poly_l2.c | num.exp = EXP_BIAS - 1; |
exp | 137 | drivers/FPU-emu/poly_l2.c | denom.exp = EXP_BIAS; |
exp | 163 | drivers/FPU-emu/poly_l2.c | accum.exp++; |
exp | 180 | drivers/FPU-emu/poly_l2.c | if ( accum.exp < 0 ) |
exp | 183 | drivers/FPU-emu/poly_l2.c | accum.exp++; |
exp | 198 | drivers/FPU-emu/poly_l2.c | if ( accum.exp ) |
exp | 200 | drivers/FPU-emu/poly_l2.c | accum.exp++; |
exp | 214 | drivers/FPU-emu/poly_l2.c | accum.exp += bits + EXP_BIAS - 1; |
exp | 250 | drivers/FPU-emu/poly_l2.c | if ( local_arg.exp >= EXP_BIAS - 3 ) |
exp | 252 | drivers/FPU-emu/poly_l2.c | if ( (local_arg.exp > EXP_BIAS - 3) || |
exp | 264 | drivers/FPU-emu/poly_l2.c | shrx((unsigned *)&(poly_arg.sigl), -(poly_arg.exp - EXP_BIAS + 3)); |
exp | 276 | drivers/FPU-emu/poly_l2.c | accum.exp = EXP_BIAS - 1; |
exp | 284 | drivers/FPU-emu/poly_l2.c | result->exp++; |
exp | 49 | drivers/FPU-emu/poly_sin.c | exponent = arg->exp - EXP_BIAS; |
exp | 95 | drivers/FPU-emu/poly_sin.c | accum.exp = 0; |
exp | 102 | drivers/FPU-emu/poly_sin.c | negaccum.exp = 0; |
exp | 113 | drivers/FPU-emu/poly_sin.c | accum.exp = EXP_BIAS - 1 + accum.exp; |
exp | 122 | drivers/FPU-emu/poly_sin.c | if ( result->exp >= EXP_BIAS ) |
exp | 125 | drivers/FPU-emu/poly_sin.c | if ( (result->exp > EXP_BIAS) /* Larger or equal 2.0 */ |
exp | 132 | drivers/FPU-emu/poly_sin.c | printk("\nEXP=%d, MS=%08x, LS=%08x\n", result->exp, |
exp | 142 | drivers/FPU-emu/poly_sin.c | printk("EXP=%d, MS=%08x, LS=%08x\n", result->exp, |
exp | 60 | drivers/FPU-emu/poly_tan.c | exponent = arg->exp - EXP_BIAS; |
exp | 80 | drivers/FPU-emu/poly_tan.c | pos_poly.exp = EXP_BIAS; |
exp | 87 | drivers/FPU-emu/poly_tan.c | neg_poly.exp = EXP_BIAS; |
exp | 98 | drivers/FPU-emu/poly_tan.c | pos_poly.exp -= 1; |
exp | 109 | drivers/FPU-emu/poly_tan.c | pos_poly.exp = EXP_BIAS; |
exp | 118 | drivers/FPU-emu/poly_tan.c | neg_poly.exp = EXP_BIAS; |
exp | 129 | drivers/FPU-emu/poly_tan.c | argSq.exp = EXP_BIAS - 1; |
exp | 133 | drivers/FPU-emu/poly_tan.c | neg_poly.exp -= 1; |
exp | 46 | drivers/FPU-emu/reg_add_sub.c | diff = a->exp - b->exp; |
exp | 70 | drivers/FPU-emu/reg_add_sub.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
exp | 112 | drivers/FPU-emu/reg_add_sub.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
exp | 123 | drivers/FPU-emu/reg_add_sub.c | if ( (a->tag == TW_Valid) && (a->exp <= EXP_UNDER) && |
exp | 134 | drivers/FPU-emu/reg_add_sub.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
exp | 150 | drivers/FPU-emu/reg_add_sub.c | if ( (a->tag == TW_Valid) && (a->exp <= EXP_UNDER) && |
exp | 173 | drivers/FPU-emu/reg_add_sub.c | diff = a->exp - b->exp; |
exp | 203 | drivers/FPU-emu/reg_add_sub.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
exp | 262 | drivers/FPU-emu/reg_add_sub.c | if ( (a->tag == TW_Valid) && (a->exp <= EXP_UNDER) && |
exp | 273 | drivers/FPU-emu/reg_add_sub.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
exp | 286 | drivers/FPU-emu/reg_add_sub.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
exp | 304 | drivers/FPU-emu/reg_add_sub.c | if ( (a->tag == TW_Valid) && (a->exp <= EXP_UNDER) && |
exp | 42 | drivers/FPU-emu/reg_compare.c | | ((b->exp <= EXP_UNDER) ? |
exp | 55 | drivers/FPU-emu/reg_compare.c | | ((st0_ptr->exp <= EXP_UNDER ) |
exp | 69 | drivers/FPU-emu/reg_compare.c | | (((b->tag == TW_Valid) && (b->exp <= EXP_UNDER)) ? |
exp | 89 | drivers/FPU-emu/reg_compare.c | && (st0_ptr->exp <= EXP_UNDER)) ? |
exp | 124 | drivers/FPU-emu/reg_compare.c | ( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ? |
exp | 130 | drivers/FPU-emu/reg_compare.c | diff = st0_ptr->exp - b->exp; |
exp | 148 | drivers/FPU-emu/reg_compare.c | ( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ? |
exp | 158 | drivers/FPU-emu/reg_compare.c | ( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ? |
exp | 167 | drivers/FPU-emu/reg_compare.c | ( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ? |
exp | 47 | drivers/FPU-emu/reg_ld_str.c | unsigned long sigl, sigh, exp; |
exp | 53 | drivers/FPU-emu/reg_ld_str.c | exp = get_fs_word(4 + (unsigned short *) s); |
exp | 59 | drivers/FPU-emu/reg_ld_str.c | if (exp & 0x8000) |
exp | 63 | drivers/FPU-emu/reg_ld_str.c | exp &= 0x7fff; |
exp | 64 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = exp - EXTENDED_Ebias + EXP_BIAS; |
exp | 66 | drivers/FPU-emu/reg_ld_str.c | if ( exp == 0 ) |
exp | 80 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp++; |
exp | 87 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp++; |
exp | 92 | drivers/FPU-emu/reg_ld_str.c | else if ( exp == 0x7fff ) |
exp | 97 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = EXP_Infinity; |
exp | 102 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = EXP_NaN; |
exp | 131 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = EXP_NaN; |
exp | 142 | drivers/FPU-emu/reg_ld_str.c | int exp; |
exp | 155 | drivers/FPU-emu/reg_ld_str.c | exp = ((m64 & 0x7ff00000) >> 20) - DOUBLE_Ebias; |
exp | 157 | drivers/FPU-emu/reg_ld_str.c | if (exp > DOUBLE_Emax) |
exp | 165 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = EXP_Infinity; |
exp | 172 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = EXP_NaN; |
exp | 180 | drivers/FPU-emu/reg_ld_str.c | else if ( exp < DOUBLE_Emin ) |
exp | 194 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = DOUBLE_Emin + EXP_BIAS; |
exp | 205 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = exp + EXP_BIAS; |
exp | 220 | drivers/FPU-emu/reg_ld_str.c | int exp; |
exp | 239 | drivers/FPU-emu/reg_ld_str.c | exp = ((m32 & 0x7f800000) >> 23) - SINGLE_Ebias; |
exp | 241 | drivers/FPU-emu/reg_ld_str.c | if ( exp < SINGLE_Emin ) |
exp | 244 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = SINGLE_Emin + EXP_BIAS; |
exp | 251 | drivers/FPU-emu/reg_ld_str.c | else if ( exp > SINGLE_Emax ) |
exp | 259 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = EXP_Infinity; |
exp | 266 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = EXP_NaN; |
exp | 275 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = exp + EXP_BIAS; |
exp | 309 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = e; |
exp | 340 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = e; |
exp | 372 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = e; |
exp | 414 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = EXP_BIAS + 63; |
exp | 469 | drivers/FPU-emu/reg_ld_str.c | int exp; |
exp | 473 | drivers/FPU-emu/reg_ld_str.c | exp = tmp.exp - EXP_BIAS; |
exp | 475 | drivers/FPU-emu/reg_ld_str.c | if ( exp < DOUBLE_Emin ) /* It may be a denormal */ |
exp | 483 | drivers/FPU-emu/reg_ld_str.c | if ( st0_ptr->exp <= EXP_UNDER ) |
exp | 491 | drivers/FPU-emu/reg_ld_str.c | tmp.exp += -DOUBLE_Emin + 52; /* largest exp to be 51 */ |
exp | 553 | drivers/FPU-emu/reg_ld_str.c | exp++; |
exp | 554 | drivers/FPU-emu/reg_ld_str.c | if (exp >= EXP_OVER) |
exp | 576 | drivers/FPU-emu/reg_ld_str.c | if ( exp > DOUBLE_Emax ) |
exp | 594 | drivers/FPU-emu/reg_ld_str.c | l[1] |= (((exp+DOUBLE_Ebias) & 0x7ff) << 20); |
exp | 664 | drivers/FPU-emu/reg_ld_str.c | int exp; |
exp | 668 | drivers/FPU-emu/reg_ld_str.c | exp = tmp.exp - EXP_BIAS; |
exp | 670 | drivers/FPU-emu/reg_ld_str.c | if ( exp < SINGLE_Emin ) |
exp | 678 | drivers/FPU-emu/reg_ld_str.c | if ( st0_ptr->exp <= EXP_UNDER ) |
exp | 686 | drivers/FPU-emu/reg_ld_str.c | tmp.exp += -SINGLE_Emin + 23; /* largest exp to be 22 */ |
exp | 749 | drivers/FPU-emu/reg_ld_str.c | exp++; |
exp | 750 | drivers/FPU-emu/reg_ld_str.c | if ( exp >= EXP_OVER ) |
exp | 768 | drivers/FPU-emu/reg_ld_str.c | if ( exp > SINGLE_Emax ) |
exp | 783 | drivers/FPU-emu/reg_ld_str.c | templ |= ((exp+SINGLE_Ebias) & 0xff) << 23; |
exp | 1101 | drivers/FPU-emu/reg_ld_str.c | if (r->exp > EXP_BIAS + 63) |
exp | 1107 | drivers/FPU-emu/reg_ld_str.c | eax = shrxs(&r->sigl, EXP_BIAS + 63 - r->exp); |
exp | 1216 | drivers/FPU-emu/reg_ld_str.c | if ( regs[i].exp == EXP_BIAS - EXTENDED_Ebias ) |
exp | 1223 | drivers/FPU-emu/reg_ld_str.c | else if ( regs[i].exp == 0x7fff + EXP_BIAS - EXTENDED_Ebias ) |
exp | 1271 | drivers/FPU-emu/reg_ld_str.c | if ( regs[i].exp <= (EXP_BIAS - EXTENDED_Ebias) ) |
exp | 1385 | drivers/FPU-emu/reg_ld_str.c | e = rp->exp - EXP_BIAS + EXTENDED_Ebias; |
exp | 1426 | drivers/FPU-emu/reg_ld_str.c | tmp.exp += -EXTENDED_Emin + 63; /* largest exp to be 63 */ |
exp | 44 | drivers/FPU-emu/reg_mul.c | if ( ((b->tag == TW_Valid) && (b->exp <= EXP_UNDER)) || |
exp | 45 | drivers/FPU-emu/reg_mul.c | ((a->tag == TW_Valid) && (a->exp <= EXP_UNDER)) ) |
exp | 72 | drivers/FPU-emu/reg_mul.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
exp | 88 | drivers/FPU-emu/reg_mul.c | if ( (a->tag == TW_Valid) && (a->exp <= EXP_UNDER) && |
exp | 207 | fs/select.c | fd_set res_ex, ex, *exp; |
exp | 222 | fs/select.c | exp = (fd_set *) get_fs_long(buffer++); |
exp | 226 | fs/select.c | (i = get_fd_set(n, exp, &ex))) return i; |
exp | 256 | fs/select.c | set_fd_set(n, exp, &res_ex); |
exp | 7 | include/linux/math_emu.h | long exp; |
exp | 74 | include/linux/sched.h | #define CALC_LOAD(load,exp,n) \ |
exp | 75 | include/linux/sched.h | load *= exp; \ |
exp | 76 | include/linux/sched.h | load += n*(FIXED_1-exp); \ |