tag | line | file | source code |
exp | 142 | drivers/FPU-emu/errors.c | r->exp - EXP_BIAS + 1); |
exp | 157 | drivers/FPU-emu/errors.c | FPU_loaded_data.exp - EXP_BIAS + 1); |
exp | 490 | drivers/FPU-emu/errors.c | dest->exp -= (3 * (1 << 13)); |
exp | 515 | drivers/FPU-emu/errors.c | if ( dest->exp <= EXP_UNDER - 63 ) |
exp | 524 | drivers/FPU-emu/errors.c | dest->exp += (3 * (1 << 13)); |
exp | 111 | drivers/FPU-emu/fpu_emu.h | *(long *)&((y)->exp) = *(long *)&((x)->exp); \ |
exp | 175 | drivers/FPU-emu/fpu_entry.c | regs[i].exp = 0; |
exp | 57 | drivers/FPU-emu/fpu_etc.c | if ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 103 | drivers/FPU-emu/fpu_etc.c | if ( FPU_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 ( FPU_st0_ptr->exp >= 0 ) |
exp | 243 | drivers/FPU-emu/fpu_trig.c | else if ( FPU_st0_ptr->exp >= -64 ) |
exp | 267 | drivers/FPU-emu/fpu_trig.c | if ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 318 | drivers/FPU-emu/fpu_trig.c | if ( FPU_st0_ptr->exp > EXP_BIAS - 40 ) |
exp | 340 | drivers/FPU-emu/fpu_trig.c | if ( FPU_st0_ptr->exp <= EXP_UNDER ) |
exp | 394 | drivers/FPU-emu/fpu_trig.c | if ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 400 | drivers/FPU-emu/fpu_trig.c | FPU_st0_ptr->exp = EXP_BIAS; |
exp | 401 | drivers/FPU-emu/fpu_trig.c | e = st1_ptr->exp - EXP_BIAS; |
exp | 478 | drivers/FPU-emu/fpu_trig.c | if ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 482 | drivers/FPU-emu/fpu_trig.c | expon = FPU_st0_ptr->exp - EXP_BIAS; |
exp | 483 | drivers/FPU-emu/fpu_trig.c | FPU_st0_ptr->exp = EXP_BIAS + (expon & 1); /* make st(0) in [1.0 .. 4.0) */ |
exp | 487 | drivers/FPU-emu/fpu_trig.c | FPU_st0_ptr->exp += expon >> 1; |
exp | 510 | drivers/FPU-emu/fpu_trig.c | if (FPU_st0_ptr->exp > EXP_BIAS+63) |
exp | 514 | drivers/FPU-emu/fpu_trig.c | if ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 522 | drivers/FPU-emu/fpu_trig.c | FPU_st0_ptr->exp = EXP_BIAS + 63; |
exp | 542 | drivers/FPU-emu/fpu_trig.c | if ( FPU_st0_ptr->exp > EXP_BIAS - 40 ) |
exp | 572 | drivers/FPU-emu/fpu_trig.c | if ( FPU_st0_ptr->exp <= EXP_UNDER ) |
exp | 613 | drivers/FPU-emu/fpu_trig.c | if ( arg->exp > EXP_BIAS - 40 ) |
exp | 641 | drivers/FPU-emu/fpu_trig.c | if ( (arg->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 773 | drivers/FPU-emu/fpu_trig.c | int expdif = FPU_st0_ptr->exp - st1_ptr->exp; |
exp | 779 | drivers/FPU-emu/fpu_trig.c | if ( ((FPU_st0_ptr->exp <= EXP_UNDER) || |
exp | 780 | drivers/FPU-emu/fpu_trig.c | (st1_ptr->exp <= EXP_UNDER)) && (denormal_operand()) ) |
exp | 798 | drivers/FPU-emu/fpu_trig.c | if ( tmp.exp >= EXP_BIAS ) |
exp | 809 | drivers/FPU-emu/fpu_trig.c | tmp.exp = st1_ptr->exp; |
exp | 823 | drivers/FPU-emu/fpu_trig.c | expdif = st1_ptr->exp - tmp.exp; |
exp | 862 | drivers/FPU-emu/fpu_trig.c | tmp.exp = EXP_BIAS + 56; |
exp | 863 | drivers/FPU-emu/fpu_trig.c | exp_1 = st1_ptr->exp; st1_ptr->exp = EXP_BIAS; |
exp | 867 | drivers/FPU-emu/fpu_trig.c | st1_ptr->exp = exp_1; |
exp | 875 | drivers/FPU-emu/fpu_trig.c | tmp.exp - EXP_BIAS |
exp | 877 | drivers/FPU-emu/fpu_trig.c | tmp.exp = exp_1 + expdif; |
exp | 910 | drivers/FPU-emu/fpu_trig.c | if ( (FPU_st0_ptr->exp <= EXP_UNDER) && (FPU_st0_ptr->tag != TW_Zero) |
exp | 926 | drivers/FPU-emu/fpu_trig.c | if ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 947 | drivers/FPU-emu/fpu_trig.c | if ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 993 | drivers/FPU-emu/fpu_trig.c | if ( ((FPU_st0_ptr->exp <= EXP_UNDER) || |
exp | 994 | drivers/FPU-emu/fpu_trig.c | (st1_ptr->exp <= EXP_UNDER)) && (denormal_operand()) ) |
exp | 1077 | drivers/FPU-emu/fpu_trig.c | if ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1081 | drivers/FPU-emu/fpu_trig.c | if ( FPU_st0_ptr->exp < EXP_BIAS ) sign ^= SIGN_NEG^SIGN_POS; |
exp | 1103 | drivers/FPU-emu/fpu_trig.c | if ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1116 | drivers/FPU-emu/fpu_trig.c | if ( FPU_st0_ptr->exp >= EXP_BIAS ) |
exp | 1118 | drivers/FPU-emu/fpu_trig.c | if ( (FPU_st0_ptr->exp == EXP_BIAS) && |
exp | 1136 | drivers/FPU-emu/fpu_trig.c | if ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1184 | drivers/FPU-emu/fpu_trig.c | if ( ((FPU_st0_ptr->exp <= EXP_UNDER) || |
exp | 1185 | drivers/FPU-emu/fpu_trig.c | (st1_ptr->exp <= EXP_UNDER)) && (denormal_operand()) ) |
exp | 1204 | drivers/FPU-emu/fpu_trig.c | (st1_ptr->exp - FPU_st0_ptr->exp < -64) ) |
exp | 1264 | drivers/FPU-emu/fpu_trig.c | if ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1286 | drivers/FPU-emu/fpu_trig.c | if ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1303 | drivers/FPU-emu/fpu_trig.c | if ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1320 | drivers/FPU-emu/fpu_trig.c | if ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1360 | drivers/FPU-emu/fpu_trig.c | if ( ((FPU_st0_ptr->exp <= EXP_UNDER) || |
exp | 1361 | drivers/FPU-emu/fpu_trig.c | (st1_ptr->exp <= EXP_UNDER)) && denormal_operand() ) |
exp | 1403 | drivers/FPU-emu/fpu_trig.c | if ( (st1_tag == TW_Valid) && (st1_ptr->exp <= EXP_UNDER) && |
exp | 1439 | drivers/FPU-emu/fpu_trig.c | if ( FPU_st0_ptr->exp >= EXP_BIAS ) |
exp | 1450 | drivers/FPU-emu/fpu_trig.c | if ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1457 | drivers/FPU-emu/fpu_trig.c | if ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1466 | drivers/FPU-emu/fpu_trig.c | if ( (FPU_st0_ptr->exp >= EXP_BIAS) && |
exp | 1479 | drivers/FPU-emu/fpu_trig.c | if ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1486 | drivers/FPU-emu/fpu_trig.c | if ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1514 | drivers/FPU-emu/fpu_trig.c | int exponent = st1_ptr->exp; |
exp | 1546 | drivers/FPU-emu/fpu_trig.c | if ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1582 | drivers/FPU-emu/fpu_trig.c | if ( ((FPU_st0_ptr->exp <= EXP_UNDER) || |
exp | 1583 | drivers/FPU-emu/fpu_trig.c | (st1_ptr->exp <= EXP_UNDER)) && (denormal_operand()) ) |
exp | 1587 | drivers/FPU-emu/fpu_trig.c | if ( st1_ptr->exp > EXP_BIAS + 30 ) |
exp | 1615 | drivers/FPU-emu/fpu_trig.c | scale += FPU_st0_ptr->exp; |
exp | 1616 | drivers/FPU-emu/fpu_trig.c | FPU_st0_ptr->exp = scale; |
exp | 1629 | drivers/FPU-emu/fpu_trig.c | if ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1638 | drivers/FPU-emu/fpu_trig.c | if ( (FPU_st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1658 | drivers/FPU-emu/fpu_trig.c | if ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1684 | 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 | 202 | 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 | 37 | drivers/FPU-emu/reg_compare.c | | ((b->exp <= EXP_UNDER) ? |
exp | 50 | drivers/FPU-emu/reg_compare.c | | ((FPU_st0_ptr->exp <= EXP_UNDER ) |
exp | 64 | drivers/FPU-emu/reg_compare.c | | (((b->tag == TW_Valid) && (b->exp <= EXP_UNDER)) ? |
exp | 84 | drivers/FPU-emu/reg_compare.c | && (FPU_st0_ptr->exp <= EXP_UNDER)) ? |
exp | 119 | drivers/FPU-emu/reg_compare.c | ( ((FPU_st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ? |
exp | 125 | drivers/FPU-emu/reg_compare.c | diff = FPU_st0_ptr->exp - b->exp; |
exp | 143 | drivers/FPU-emu/reg_compare.c | ( ((FPU_st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ? |
exp | 153 | drivers/FPU-emu/reg_compare.c | ( ((FPU_st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ? |
exp | 162 | drivers/FPU-emu/reg_compare.c | ( ((FPU_st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ? |
exp | 50 | drivers/FPU-emu/reg_ld_str.c | unsigned long sigl, sigh, exp; |
exp | 58 | drivers/FPU-emu/reg_ld_str.c | exp = get_fs_word(4 + (unsigned short *) s); |
exp | 64 | drivers/FPU-emu/reg_ld_str.c | if (exp & 0x8000) |
exp | 68 | drivers/FPU-emu/reg_ld_str.c | exp &= 0x7fff; |
exp | 69 | drivers/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = exp - EXTENDED_Ebias + EXP_BIAS; |
exp | 74 | drivers/FPU-emu/reg_ld_str.c | if ( exp == 0 ) |
exp | 88 | drivers/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp++; |
exp | 95 | drivers/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp++; |
exp | 100 | drivers/FPU-emu/reg_ld_str.c | else if ( exp == 0x7fff ) |
exp | 105 | drivers/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = EXP_Infinity; |
exp | 110 | drivers/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = EXP_NaN; |
exp | 139 | drivers/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = EXP_NaN; |
exp | 151 | drivers/FPU-emu/reg_ld_str.c | int exp; |
exp | 164 | drivers/FPU-emu/reg_ld_str.c | exp = ((m64 & 0x7ff00000) >> 20) - DOUBLE_Ebias; |
exp | 166 | drivers/FPU-emu/reg_ld_str.c | if (exp > DOUBLE_Emax) |
exp | 174 | drivers/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = EXP_Infinity; |
exp | 181 | drivers/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = EXP_NaN; |
exp | 189 | drivers/FPU-emu/reg_ld_str.c | else if ( exp < DOUBLE_Emin ) |
exp | 203 | drivers/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = DOUBLE_Emin + EXP_BIAS; |
exp | 214 | drivers/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = exp + EXP_BIAS; |
exp | 230 | drivers/FPU-emu/reg_ld_str.c | int exp; |
exp | 249 | drivers/FPU-emu/reg_ld_str.c | exp = ((m32 & 0x7f800000) >> 23) - SINGLE_Ebias; |
exp | 251 | drivers/FPU-emu/reg_ld_str.c | if ( exp < SINGLE_Emin ) |
exp | 254 | drivers/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = SINGLE_Emin + EXP_BIAS; |
exp | 261 | drivers/FPU-emu/reg_ld_str.c | else if ( exp > SINGLE_Emax ) |
exp | 269 | drivers/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = EXP_Infinity; |
exp | 276 | drivers/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = EXP_NaN; |
exp | 285 | drivers/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = exp + EXP_BIAS; |
exp | 320 | drivers/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = e; |
exp | 352 | drivers/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = e; |
exp | 385 | drivers/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = e; |
exp | 430 | drivers/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = EXP_BIAS + 63; |
exp | 486 | drivers/FPU-emu/reg_ld_str.c | int exp; |
exp | 490 | drivers/FPU-emu/reg_ld_str.c | exp = tmp.exp - EXP_BIAS; |
exp | 492 | drivers/FPU-emu/reg_ld_str.c | if ( exp < DOUBLE_Emin ) /* It may be a denormal */ |
exp | 500 | drivers/FPU-emu/reg_ld_str.c | if ( FPU_st0_ptr->exp <= EXP_UNDER ) |
exp | 508 | drivers/FPU-emu/reg_ld_str.c | tmp.exp += -DOUBLE_Emin + 52; /* largest exp to be 51 */ |
exp | 570 | drivers/FPU-emu/reg_ld_str.c | exp++; |
exp | 571 | drivers/FPU-emu/reg_ld_str.c | if (exp >= EXP_OVER) |
exp | 593 | drivers/FPU-emu/reg_ld_str.c | if ( exp > DOUBLE_Emax ) |
exp | 611 | drivers/FPU-emu/reg_ld_str.c | l[1] |= (((exp+DOUBLE_Ebias) & 0x7ff) << 20); |
exp | 681 | drivers/FPU-emu/reg_ld_str.c | int exp; |
exp | 685 | drivers/FPU-emu/reg_ld_str.c | exp = tmp.exp - EXP_BIAS; |
exp | 687 | drivers/FPU-emu/reg_ld_str.c | if ( exp < SINGLE_Emin ) |
exp | 695 | drivers/FPU-emu/reg_ld_str.c | if ( FPU_st0_ptr->exp <= EXP_UNDER ) |
exp | 703 | drivers/FPU-emu/reg_ld_str.c | tmp.exp += -SINGLE_Emin + 23; /* largest exp to be 22 */ |
exp | 766 | drivers/FPU-emu/reg_ld_str.c | exp++; |
exp | 767 | drivers/FPU-emu/reg_ld_str.c | if ( exp >= EXP_OVER ) |
exp | 785 | drivers/FPU-emu/reg_ld_str.c | if ( exp > SINGLE_Emax ) |
exp | 800 | drivers/FPU-emu/reg_ld_str.c | templ |= ((exp+SINGLE_Ebias) & 0xff) << 23; |
exp | 1118 | drivers/FPU-emu/reg_ld_str.c | if (r->exp > EXP_BIAS + 63) |
exp | 1124 | drivers/FPU-emu/reg_ld_str.c | eax = shrxs(&r->sigl, EXP_BIAS + 63 - r->exp); |
exp | 1203 | drivers/FPU-emu/reg_ld_str.c | if ( regs[i].exp == EXP_BIAS - EXTENDED_Ebias ) |
exp | 1210 | drivers/FPU-emu/reg_ld_str.c | else if ( regs[i].exp == 0x7fff + EXP_BIAS - EXTENDED_Ebias ) |
exp | 1269 | drivers/FPU-emu/reg_ld_str.c | if ( regs[i].exp <= (EXP_BIAS - EXTENDED_Ebias) ) |
exp | 1349 | drivers/FPU-emu/reg_ld_str.c | e = rp->exp - EXP_BIAS + EXTENDED_Ebias; |
exp | 1390 | 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 | 73 | drivers/FPU-emu/reg_mul.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
exp | 89 | drivers/FPU-emu/reg_mul.c | if ( (a->tag == TW_Valid) && (a->exp <= EXP_UNDER) && |
exp | 201 | fs/select.c | fd_set res_ex, ex, *exp; |
exp | 216 | fs/select.c | exp = (fd_set *) get_fs_long(buffer++); |
exp | 220 | fs/select.c | (i = get_fd_set(n, exp, &ex))) return i; |
exp | 251 | fs/select.c | set_fd_set(n, exp, &res_ex); |
exp | 7 | include/linux/math_emu.h | long exp; |
exp | 64 | include/linux/sched.h | #define CALC_LOAD(load,exp,n) \ |
exp | 65 | include/linux/sched.h | load *= exp; \ |
exp | 66 | include/linux/sched.h | load += n*(FIXED_1-exp); \ |