tag | line | file | source code |
exp | 192 | fs/select.c | fd_set res_ex, ex, *exp; |
exp | 207 | fs/select.c | exp = (fd_set *) get_fs_long(buffer++); |
exp | 211 | fs/select.c | (i = get_fd_set(n, exp, &ex))) return i; |
exp | 242 | fs/select.c | set_fd_set(n, exp, &res_ex); |
exp | 7 | include/linux/math_emu.h | long exp; |
exp | 47 | include/linux/sched.h | #define CALC_LOAD(load,exp,n) \ |
exp | 48 | include/linux/sched.h | load *= exp; \ |
exp | 49 | include/linux/sched.h | load += n*(FIXED_1-exp); \ |
exp | 138 | kernel/FPU-emu/errors.c | r->exp - EXP_BIAS + 1); |
exp | 153 | kernel/FPU-emu/errors.c | FPU_loaded_data.exp - EXP_BIAS + 1); |
exp | 376 | kernel/FPU-emu/errors.c | dest->exp -= (3 * (1 << 13)); |
exp | 392 | kernel/FPU-emu/errors.c | if ( dest->exp <= EXP_UNDER - 63 ) |
exp | 398 | kernel/FPU-emu/errors.c | dest->exp += (3 * (1 << 13)); |
exp | 36 | kernel/FPU-emu/fpu_aux.c | regs[r].exp = 0; |
exp | 80 | kernel/FPU-emu/fpu_emu.h | *(long *)&((y)->exp) = *(long *)&((x)->exp); \ |
exp | 38 | kernel/FPU-emu/fpu_trig.c | tmp.exp = EXP_BIAS + 63; |
exp | 65 | kernel/FPU-emu/fpu_trig.c | dest->exp = EXP_BIAS + 31; |
exp | 121 | kernel/FPU-emu/fpu_trig.c | FPU_st0_ptr->exp--; |
exp | 123 | kernel/FPU-emu/fpu_trig.c | if ( FPU_st0_ptr->exp <= EXP_UNDER ) |
exp | 164 | kernel/FPU-emu/fpu_trig.c | if ( FPU_st0_ptr->exp <= EXP_UNDER ) |
exp | 209 | kernel/FPU-emu/fpu_trig.c | FPU_st0_ptr->exp = EXP_BIAS; |
exp | 210 | kernel/FPU-emu/fpu_trig.c | e = st1_ptr->exp - EXP_BIAS; |
exp | 286 | kernel/FPU-emu/fpu_trig.c | expon = FPU_st0_ptr->exp - EXP_BIAS; |
exp | 287 | kernel/FPU-emu/fpu_trig.c | FPU_st0_ptr->exp = EXP_BIAS + (expon & 1); /* make st(0) in [1.0 .. 4.0) */ |
exp | 291 | kernel/FPU-emu/fpu_trig.c | FPU_st0_ptr->exp += expon >> 1; |
exp | 312 | kernel/FPU-emu/fpu_trig.c | if (FPU_st0_ptr->exp > EXP_BIAS+63) |
exp | 316 | kernel/FPU-emu/fpu_trig.c | FPU_st0_ptr->exp = EXP_BIAS + 63; |
exp | 349 | kernel/FPU-emu/fpu_trig.c | if ( FPU_st0_ptr->exp <= EXP_UNDER ) |
exp | 470 | kernel/FPU-emu/fpu_trig.c | int expdif = FPU_st0_ptr->exp - (st1_ptr)->exp; |
exp | 483 | kernel/FPU-emu/fpu_trig.c | tmp.exp = EXP_BIAS + 63; |
exp | 503 | kernel/FPU-emu/fpu_trig.c | N_exp = (tmp.exp & 31) + 32; |
exp | 504 | kernel/FPU-emu/fpu_trig.c | tmp.exp = EXP_BIAS + N_exp; |
exp | 507 | kernel/FPU-emu/fpu_trig.c | tmp.exp = EXP_BIAS + 63; |
exp | 510 | kernel/FPU-emu/fpu_trig.c | tmp.exp = EXP_BIAS + expdif - N_exp; |
exp | 519 | kernel/FPU-emu/fpu_trig.c | if ( FPU_st0_ptr->exp <= EXP_UNDER ) |
exp | 559 | kernel/FPU-emu/fpu_trig.c | if ( FPU_st0_ptr->exp <= EXP_UNDER ) |
exp | 561 | kernel/FPU-emu/fpu_trig.c | else if ( FPU_st0_ptr->exp >= EXP_OVER ) |
exp | 599 | kernel/FPU-emu/fpu_trig.c | if ( FPU_st0_ptr->exp < EXP_BIAS ) sign ^= SIGN_NEG; |
exp | 628 | kernel/FPU-emu/fpu_trig.c | if ( FPU_st0_ptr->exp >= EXP_BIAS ) |
exp | 630 | kernel/FPU-emu/fpu_trig.c | if ( (FPU_st0_ptr->exp == EXP_BIAS) && |
exp | 688 | kernel/FPU-emu/fpu_trig.c | if ( FPU_st0_ptr->exp <= EXP_UNDER ) |
exp | 848 | kernel/FPU-emu/fpu_trig.c | if ( st1_ptr->exp > EXP_BIAS + 30 ) |
exp | 857 | kernel/FPU-emu/fpu_trig.c | else if ( st1_ptr->exp < EXP_BIAS - 30 ) |
exp | 867 | kernel/FPU-emu/fpu_trig.c | scale += FPU_st0_ptr->exp; |
exp | 868 | kernel/FPU-emu/fpu_trig.c | FPU_st0_ptr->exp = scale; |
exp | 47 | kernel/FPU-emu/poly_2xm1.c | exponent = arg->exp - EXP_BIAS; |
exp | 84 | kernel/FPU-emu/poly_2xm1.c | accum.exp = 0; |
exp | 90 | kernel/FPU-emu/poly_2xm1.c | accum.exp += EXP_BIAS - 1; |
exp | 62 | kernel/FPU-emu/poly_atan.c | exponent = arg->exp - EXP_BIAS; |
exp | 104 | kernel/FPU-emu/poly_atan.c | numerator.exp = EXP_BIAS - 1; |
exp | 113 | kernel/FPU-emu/poly_atan.c | arg->exp = numerator.exp; |
exp | 117 | kernel/FPU-emu/poly_atan.c | exponent = arg->exp - EXP_BIAS; |
exp | 142 | kernel/FPU-emu/poly_atan.c | pos_poly.exp = EXP_BIAS; |
exp | 152 | kernel/FPU-emu/poly_atan.c | neg_poly.exp = EXP_BIAS; |
exp | 165 | kernel/FPU-emu/poly_atan.c | odd_poly.exp -= EXP_BIAS - 1; |
exp | 204 | kernel/FPU-emu/poly_atan.c | src->exp = EXP_BIAS; |
exp | 50 | kernel/FPU-emu/poly_l2.c | exponent = arg->exp - EXP_BIAS; |
exp | 62 | kernel/FPU-emu/poly_l2.c | num.exp = EXP_BIAS; /* needed to prevent errors in div routine */ |
exp | 81 | kernel/FPU-emu/poly_l2.c | Xx.exp = EXP_BIAS; /* needed to prevent errors in div routine */ |
exp | 89 | kernel/FPU-emu/poly_l2.c | accum.exp = -1; /* exponent of accum */ |
exp | 106 | kernel/FPU-emu/poly_l2.c | accum.exp = EXP_BIAS + accum.exp; |
exp | 118 | kernel/FPU-emu/poly_l2.c | num.exp = EXP_BIAS - 1; |
exp | 134 | kernel/FPU-emu/poly_l2.c | denom.exp = EXP_BIAS; |
exp | 139 | kernel/FPU-emu/poly_l2.c | accum.exp += - EXP_BIAS + 1; |
exp | 160 | kernel/FPU-emu/poly_l2.c | accum.exp++; |
exp | 177 | kernel/FPU-emu/poly_l2.c | if ( accum.exp < 0 ) |
exp | 180 | kernel/FPU-emu/poly_l2.c | accum.exp++; |
exp | 195 | kernel/FPU-emu/poly_l2.c | if ( accum.exp ) |
exp | 197 | kernel/FPU-emu/poly_l2.c | accum.exp++; |
exp | 211 | kernel/FPU-emu/poly_l2.c | accum.exp += bits + EXP_BIAS - 1; |
exp | 247 | kernel/FPU-emu/poly_l2.c | if ( local_arg.exp >= EXP_BIAS - 3 ) |
exp | 249 | kernel/FPU-emu/poly_l2.c | if ( (local_arg.exp > EXP_BIAS - 3) || |
exp | 261 | kernel/FPU-emu/poly_l2.c | shrx((unsigned *)&(poly_arg.sigl), -(poly_arg.exp - EXP_BIAS + 3)); |
exp | 273 | kernel/FPU-emu/poly_l2.c | accum.exp = EXP_BIAS - 1; |
exp | 277 | kernel/FPU-emu/poly_l2.c | accum.exp -= EXP_BIAS - 1; |
exp | 282 | kernel/FPU-emu/poly_l2.c | result->exp++; |
exp | 47 | kernel/FPU-emu/poly_sin.c | exponent = arg->exp - EXP_BIAS; |
exp | 93 | kernel/FPU-emu/poly_sin.c | accum.exp = 0; |
exp | 100 | kernel/FPU-emu/poly_sin.c | negaccum.exp = 0; |
exp | 111 | kernel/FPU-emu/poly_sin.c | accum.exp = EXP_BIAS - 1 + accum.exp; |
exp | 114 | kernel/FPU-emu/poly_sin.c | result->exp = accum.exp; |
exp | 124 | kernel/FPU-emu/poly_sin.c | if ( result->exp >= EXP_BIAS ) |
exp | 126 | kernel/FPU-emu/poly_sin.c | if ( (result->exp > EXP_BIAS) /* Larger or equal 2.0 */ |
exp | 133 | kernel/FPU-emu/poly_sin.c | printk("\nEXP=%d, MS=%08x, LS=%08x\n", result->exp, |
exp | 143 | kernel/FPU-emu/poly_sin.c | printk("EXP=%d, MS=%08x, LS=%08x\n", result->exp, |
exp | 59 | kernel/FPU-emu/poly_tan.c | exponent = arg->exp - EXP_BIAS; |
exp | 89 | kernel/FPU-emu/poly_tan.c | exponent = arg->exp - EXP_BIAS; |
exp | 111 | kernel/FPU-emu/poly_tan.c | pos_poly.exp = EXP_BIAS; |
exp | 118 | kernel/FPU-emu/poly_tan.c | neg_poly.exp = EXP_BIAS; |
exp | 129 | kernel/FPU-emu/poly_tan.c | pos_poly.exp -= 1; |
exp | 140 | kernel/FPU-emu/poly_tan.c | pos_poly.exp = EXP_BIAS; |
exp | 149 | kernel/FPU-emu/poly_tan.c | neg_poly.exp = EXP_BIAS; |
exp | 160 | kernel/FPU-emu/poly_tan.c | argSq.exp = EXP_BIAS - 1; |
exp | 164 | kernel/FPU-emu/poly_tan.c | neg_poly.exp -= 1; |
exp | 40 | kernel/FPU-emu/reg_add_sub.c | diff = a->exp - b->exp; |
exp | 123 | kernel/FPU-emu/reg_add_sub.c | diff = a->exp - b->exp; |
exp | 91 | kernel/FPU-emu/reg_compare.c | diff = FPU_st0_ptr->exp - b->exp; |
exp | 48 | kernel/FPU-emu/reg_ld_str.c | unsigned long sigl, sigh, exp; |
exp | 55 | kernel/FPU-emu/reg_ld_str.c | exp = get_fs_word(4 + (unsigned short *) s); |
exp | 60 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = exp; |
exp | 62 | kernel/FPU-emu/reg_ld_str.c | if (FPU_loaded_data.exp & 0x8000) |
exp | 66 | kernel/FPU-emu/reg_ld_str.c | if ( (FPU_loaded_data.exp &= 0x7fff) == 0 ) |
exp | 76 | kernel/FPU-emu/reg_ld_str.c | else if ( FPU_loaded_data.exp == 0x7fff ) |
exp | 78 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = EXTENDED_Emax; |
exp | 95 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = (FPU_loaded_data.exp & 0x7fff) - EXTENDED_Ebias |
exp | 107 | kernel/FPU-emu/reg_ld_str.c | int exp; |
exp | 119 | kernel/FPU-emu/reg_ld_str.c | exp = ((m64 & 0x7ff00000) >> 20) - DOUBLE_Ebias; |
exp | 121 | kernel/FPU-emu/reg_ld_str.c | if (exp > DOUBLE_Emax) |
exp | 127 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = EXTENDED_Emax; |
exp | 134 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = EXTENDED_Emax; |
exp | 142 | kernel/FPU-emu/reg_ld_str.c | else if ( exp < DOUBLE_Emin ) |
exp | 156 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = DOUBLE_Emin + EXP_BIAS; |
exp | 167 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = exp + EXP_BIAS; |
exp | 183 | kernel/FPU-emu/reg_ld_str.c | int exp; |
exp | 201 | kernel/FPU-emu/reg_ld_str.c | exp = ((m32 & 0x7f800000) >> 23) - SINGLE_Ebias; |
exp | 203 | kernel/FPU-emu/reg_ld_str.c | if ( exp < SINGLE_Emin ) |
exp | 206 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = SINGLE_Emin + EXP_BIAS; |
exp | 213 | kernel/FPU-emu/reg_ld_str.c | else if ( exp > SINGLE_Emax ) |
exp | 219 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = EXTENDED_Emax; |
exp | 226 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = EXTENDED_Emax; |
exp | 235 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = exp + EXP_BIAS; |
exp | 268 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = e; |
exp | 299 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = e; |
exp | 330 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = e; |
exp | 372 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = EXP_BIAS + 63; |
exp | 384 | kernel/FPU-emu/reg_ld_str.c | long e = FPU_st0_ptr->exp - EXP_BIAS + EXTENDED_Ebias; |
exp | 419 | kernel/FPU-emu/reg_ld_str.c | tmp.exp += -EXTENDED_Emin + 64; /* largest exp to be 63 */ |
exp | 509 | kernel/FPU-emu/reg_ld_str.c | int exp = FPU_st0_ptr->exp - EXP_BIAS; |
exp | 521 | kernel/FPU-emu/reg_ld_str.c | exp++; /* no need to check here for overflow */ |
exp | 544 | kernel/FPU-emu/reg_ld_str.c | if ( exp > DOUBLE_Emax ) |
exp | 557 | kernel/FPU-emu/reg_ld_str.c | else if ( exp < DOUBLE_Emin ) |
exp | 559 | kernel/FPU-emu/reg_ld_str.c | if ( exp > DOUBLE_Emin-53 ) |
exp | 565 | kernel/FPU-emu/reg_ld_str.c | tmp.exp += -DOUBLE_Emin + 52; /* largest exp to be 51 */ |
exp | 586 | kernel/FPU-emu/reg_ld_str.c | l[1] |= (((exp+DOUBLE_Ebias) & 0x7ff) << 20); |
exp | 657 | kernel/FPU-emu/reg_ld_str.c | int exp = FPU_st0_ptr->exp - EXP_BIAS; |
exp | 670 | kernel/FPU-emu/reg_ld_str.c | exp++; |
exp | 679 | kernel/FPU-emu/reg_ld_str.c | if ( exp > SINGLE_Emax ) |
exp | 691 | kernel/FPU-emu/reg_ld_str.c | else if ( exp < SINGLE_Emin ) |
exp | 693 | kernel/FPU-emu/reg_ld_str.c | if ( exp > SINGLE_Emin-24 ) |
exp | 699 | kernel/FPU-emu/reg_ld_str.c | tmp.exp += -SINGLE_Emin + 23; /* largest exp to be 22 */ |
exp | 717 | kernel/FPU-emu/reg_ld_str.c | templ |= ((exp+SINGLE_Ebias) & 0xff) << 23; |
exp | 1027 | kernel/FPU-emu/reg_ld_str.c | if (r->exp > EXP_BIAS + 63) |
exp | 1033 | kernel/FPU-emu/reg_ld_str.c | eax = shrxs(&r->sigl, EXP_BIAS + 63 - r->exp); |
exp | 1204 | kernel/FPU-emu/reg_ld_str.c | e = rp->exp - EXP_BIAS + EXTENDED_Ebias; |
exp | 1231 | kernel/FPU-emu/reg_ld_str.c | tmp.exp += -EXTENDED_Emin + 64; /* largest exp to be 63 */ |
exp | 28 | kernel/FPU-emu/reg_mul.c | dest->exp += - EXP_BIAS + 1; |
exp | 31 | kernel/FPU-emu/reg_mul.c | if ( dest->exp <= EXP_UNDER ) |
exp | 33 | kernel/FPU-emu/reg_mul.c | else if ( dest->exp >= EXP_OVER ) |