tag | line | file | source code |
exp | 202 | fs/select.c | fd_set res_ex, ex, *exp; |
exp | 217 | fs/select.c | exp = (fd_set *) get_fs_long(buffer++); |
exp | 221 | fs/select.c | (i = get_fd_set(n, exp, &ex))) return i; |
exp | 252 | 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 | 139 | kernel/FPU-emu/errors.c | r->exp - EXP_BIAS + 1); |
exp | 154 | kernel/FPU-emu/errors.c | FPU_loaded_data.exp - EXP_BIAS + 1); |
exp | 377 | kernel/FPU-emu/errors.c | dest->exp -= (3 * (1 << 13)); |
exp | 393 | kernel/FPU-emu/errors.c | if ( dest->exp <= EXP_UNDER - 63 ) |
exp | 399 | kernel/FPU-emu/errors.c | dest->exp += (3 * (1 << 13)); |
exp | 37 | kernel/FPU-emu/fpu_aux.c | regs[r].exp = 0; |
exp | 81 | kernel/FPU-emu/fpu_emu.h | *(long *)&((y)->exp) = *(long *)&((x)->exp); \ |
exp | 39 | kernel/FPU-emu/fpu_trig.c | tmp.exp = EXP_BIAS + 63; |
exp | 66 | kernel/FPU-emu/fpu_trig.c | dest->exp = EXP_BIAS + 31; |
exp | 121 | kernel/FPU-emu/fpu_trig.c | FPU_st0_ptr->exp--; |
exp | 122 | 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 | 596 | kernel/FPU-emu/fpu_trig.c | if ( FPU_st0_ptr->exp < EXP_BIAS ) sign ^= SIGN_NEG; |
exp | 626 | kernel/FPU-emu/fpu_trig.c | if ( FPU_st0_ptr->exp >= EXP_BIAS ) |
exp | 628 | 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 | 842 | kernel/FPU-emu/fpu_trig.c | if ( st1_ptr->exp > EXP_BIAS + 30 ) |
exp | 851 | kernel/FPU-emu/fpu_trig.c | else if ( st1_ptr->exp < EXP_BIAS - 30 ) |
exp | 861 | kernel/FPU-emu/fpu_trig.c | scale += FPU_st0_ptr->exp; |
exp | 862 | 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 | 64 | kernel/FPU-emu/poly_atan.c | exponent = arg->exp - EXP_BIAS; |
exp | 106 | kernel/FPU-emu/poly_atan.c | numerator.exp = EXP_BIAS - 1; |
exp | 115 | kernel/FPU-emu/poly_atan.c | arg->exp = numerator.exp; |
exp | 118 | kernel/FPU-emu/poly_atan.c | exponent = arg->exp - EXP_BIAS; |
exp | 143 | kernel/FPU-emu/poly_atan.c | pos_poly.exp = EXP_BIAS; |
exp | 153 | kernel/FPU-emu/poly_atan.c | neg_poly.exp = EXP_BIAS; |
exp | 167 | kernel/FPU-emu/poly_atan.c | odd_poly.exp -= EXP_BIAS - 1; |
exp | 206 | kernel/FPU-emu/poly_atan.c | src->exp = EXP_BIAS; |
exp | 52 | kernel/FPU-emu/poly_l2.c | exponent = arg->exp - EXP_BIAS; |
exp | 64 | kernel/FPU-emu/poly_l2.c | num.exp = EXP_BIAS; /* needed to prevent errors in div routine */ |
exp | 83 | kernel/FPU-emu/poly_l2.c | Xx.exp = EXP_BIAS; /* needed to prevent errors in div routine */ |
exp | 91 | kernel/FPU-emu/poly_l2.c | accum.exp = -1; /* exponent of accum */ |
exp | 108 | kernel/FPU-emu/poly_l2.c | accum.exp = EXP_BIAS + accum.exp; |
exp | 120 | kernel/FPU-emu/poly_l2.c | num.exp = EXP_BIAS - 1; |
exp | 136 | kernel/FPU-emu/poly_l2.c | denom.exp = EXP_BIAS; |
exp | 141 | kernel/FPU-emu/poly_l2.c | accum.exp += - EXP_BIAS + 1; |
exp | 162 | kernel/FPU-emu/poly_l2.c | accum.exp++; |
exp | 179 | kernel/FPU-emu/poly_l2.c | if ( accum.exp < 0 ) |
exp | 182 | kernel/FPU-emu/poly_l2.c | accum.exp++; |
exp | 197 | kernel/FPU-emu/poly_l2.c | if ( accum.exp ) |
exp | 199 | kernel/FPU-emu/poly_l2.c | accum.exp++; |
exp | 213 | kernel/FPU-emu/poly_l2.c | accum.exp += bits + EXP_BIAS - 1; |
exp | 249 | kernel/FPU-emu/poly_l2.c | if ( local_arg.exp >= EXP_BIAS - 3 ) |
exp | 251 | kernel/FPU-emu/poly_l2.c | if ( (local_arg.exp > EXP_BIAS - 3) || |
exp | 263 | kernel/FPU-emu/poly_l2.c | shrx((unsigned *)&(poly_arg.sigl), -(poly_arg.exp - EXP_BIAS + 3)); |
exp | 275 | kernel/FPU-emu/poly_l2.c | accum.exp = EXP_BIAS - 1; |
exp | 279 | kernel/FPU-emu/poly_l2.c | accum.exp -= EXP_BIAS - 1; |
exp | 284 | kernel/FPU-emu/poly_l2.c | result->exp++; |
exp | 49 | kernel/FPU-emu/poly_sin.c | exponent = arg->exp - EXP_BIAS; |
exp | 95 | kernel/FPU-emu/poly_sin.c | accum.exp = 0; |
exp | 102 | kernel/FPU-emu/poly_sin.c | negaccum.exp = 0; |
exp | 113 | kernel/FPU-emu/poly_sin.c | accum.exp = EXP_BIAS - 1 + accum.exp; |
exp | 116 | kernel/FPU-emu/poly_sin.c | result->exp = accum.exp; |
exp | 126 | kernel/FPU-emu/poly_sin.c | if ( result->exp >= EXP_BIAS ) |
exp | 128 | kernel/FPU-emu/poly_sin.c | if ( (result->exp > EXP_BIAS) /* Larger or equal 2.0 */ |
exp | 135 | kernel/FPU-emu/poly_sin.c | printk("\nEXP=%d, MS=%08x, LS=%08x\n", result->exp, |
exp | 145 | kernel/FPU-emu/poly_sin.c | printk("EXP=%d, MS=%08x, LS=%08x\n", result->exp, |
exp | 61 | kernel/FPU-emu/poly_tan.c | exponent = arg->exp - EXP_BIAS; |
exp | 91 | kernel/FPU-emu/poly_tan.c | exponent = arg->exp - EXP_BIAS; |
exp | 113 | kernel/FPU-emu/poly_tan.c | pos_poly.exp = EXP_BIAS; |
exp | 120 | kernel/FPU-emu/poly_tan.c | neg_poly.exp = EXP_BIAS; |
exp | 131 | kernel/FPU-emu/poly_tan.c | pos_poly.exp -= 1; |
exp | 142 | kernel/FPU-emu/poly_tan.c | pos_poly.exp = EXP_BIAS; |
exp | 151 | kernel/FPU-emu/poly_tan.c | neg_poly.exp = EXP_BIAS; |
exp | 162 | kernel/FPU-emu/poly_tan.c | argSq.exp = EXP_BIAS - 1; |
exp | 166 | kernel/FPU-emu/poly_tan.c | neg_poly.exp -= 1; |
exp | 41 | kernel/FPU-emu/reg_add_sub.c | diff = a->exp - b->exp; |
exp | 124 | kernel/FPU-emu/reg_add_sub.c | diff = a->exp - b->exp; |
exp | 92 | kernel/FPU-emu/reg_compare.c | diff = FPU_st0_ptr->exp - b->exp; |
exp | 49 | kernel/FPU-emu/reg_ld_str.c | unsigned long sigl, sigh, exp; |
exp | 56 | kernel/FPU-emu/reg_ld_str.c | exp = get_fs_word(4 + (unsigned short *) s); |
exp | 61 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = exp; |
exp | 63 | kernel/FPU-emu/reg_ld_str.c | if (FPU_loaded_data.exp & 0x8000) |
exp | 67 | kernel/FPU-emu/reg_ld_str.c | if ( (FPU_loaded_data.exp &= 0x7fff) == 0 ) |
exp | 77 | kernel/FPU-emu/reg_ld_str.c | else if ( FPU_loaded_data.exp == 0x7fff ) |
exp | 79 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = EXTENDED_Emax; |
exp | 96 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = (FPU_loaded_data.exp & 0x7fff) - EXTENDED_Ebias |
exp | 108 | kernel/FPU-emu/reg_ld_str.c | int exp; |
exp | 120 | kernel/FPU-emu/reg_ld_str.c | exp = ((m64 & 0x7ff00000) >> 20) - DOUBLE_Ebias; |
exp | 122 | kernel/FPU-emu/reg_ld_str.c | if (exp > DOUBLE_Emax) |
exp | 128 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = EXTENDED_Emax; |
exp | 135 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = EXTENDED_Emax; |
exp | 143 | kernel/FPU-emu/reg_ld_str.c | else if ( exp < DOUBLE_Emin ) |
exp | 157 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = DOUBLE_Emin + EXP_BIAS; |
exp | 168 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = exp + EXP_BIAS; |
exp | 184 | kernel/FPU-emu/reg_ld_str.c | int exp; |
exp | 202 | kernel/FPU-emu/reg_ld_str.c | exp = ((m32 & 0x7f800000) >> 23) - SINGLE_Ebias; |
exp | 204 | kernel/FPU-emu/reg_ld_str.c | if ( exp < SINGLE_Emin ) |
exp | 207 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = SINGLE_Emin + EXP_BIAS; |
exp | 214 | kernel/FPU-emu/reg_ld_str.c | else if ( exp > SINGLE_Emax ) |
exp | 220 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = EXTENDED_Emax; |
exp | 227 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = EXTENDED_Emax; |
exp | 236 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = exp + EXP_BIAS; |
exp | 269 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = e; |
exp | 300 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = e; |
exp | 331 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = e; |
exp | 373 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = EXP_BIAS + 63; |
exp | 385 | kernel/FPU-emu/reg_ld_str.c | long e = FPU_st0_ptr->exp - EXP_BIAS + EXTENDED_Ebias; |
exp | 420 | kernel/FPU-emu/reg_ld_str.c | tmp.exp += -EXTENDED_Emin + 64; /* largest exp to be 63 */ |
exp | 508 | kernel/FPU-emu/reg_ld_str.c | int exp; |
exp | 547 | kernel/FPU-emu/reg_ld_str.c | tmp.exp++; |
exp | 548 | kernel/FPU-emu/reg_ld_str.c | if (tmp.exp >= EXP_OVER) |
exp | 567 | kernel/FPU-emu/reg_ld_str.c | exp = tmp.exp - EXP_BIAS; |
exp | 569 | kernel/FPU-emu/reg_ld_str.c | if ( exp > DOUBLE_Emax ) |
exp | 583 | kernel/FPU-emu/reg_ld_str.c | else if ( exp < DOUBLE_Emin ) |
exp | 585 | kernel/FPU-emu/reg_ld_str.c | if ( exp > DOUBLE_Emin-53 ) |
exp | 591 | kernel/FPU-emu/reg_ld_str.c | tmp.exp += -DOUBLE_Emin + 52; /* largest exp to be 51 */ |
exp | 612 | kernel/FPU-emu/reg_ld_str.c | l[1] |= (((exp+DOUBLE_Ebias) & 0x7ff) << 20); |
exp | 685 | kernel/FPU-emu/reg_ld_str.c | int exp; |
exp | 723 | kernel/FPU-emu/reg_ld_str.c | tmp.exp++; |
exp | 724 | kernel/FPU-emu/reg_ld_str.c | if (tmp.exp >= EXP_OVER) |
exp | 738 | kernel/FPU-emu/reg_ld_str.c | exp = tmp.exp - EXP_BIAS; |
exp | 740 | kernel/FPU-emu/reg_ld_str.c | if ( exp > SINGLE_Emax ) |
exp | 753 | kernel/FPU-emu/reg_ld_str.c | else if ( exp < SINGLE_Emin ) |
exp | 755 | kernel/FPU-emu/reg_ld_str.c | if ( exp > SINGLE_Emin-24 ) |
exp | 761 | kernel/FPU-emu/reg_ld_str.c | tmp.exp += -SINGLE_Emin + 23; /* largest exp to be 22 */ |
exp | 779 | kernel/FPU-emu/reg_ld_str.c | templ |= ((exp+SINGLE_Ebias) & 0xff) << 23; |
exp | 1089 | kernel/FPU-emu/reg_ld_str.c | if (r->exp > EXP_BIAS + 63) |
exp | 1095 | kernel/FPU-emu/reg_ld_str.c | eax = shrxs(&r->sigl, EXP_BIAS + 63 - r->exp); |
exp | 1266 | kernel/FPU-emu/reg_ld_str.c | e = rp->exp - EXP_BIAS + EXTENDED_Ebias; |
exp | 1293 | kernel/FPU-emu/reg_ld_str.c | tmp.exp += -EXTENDED_Emin + 64; /* largest exp to be 63 */ |
exp | 31 | kernel/FPU-emu/reg_mul.c | dest->exp += - EXP_BIAS + 1; |
exp | 33 | kernel/FPU-emu/reg_mul.c | if ( dest->exp <= EXP_UNDER ) |
exp | 35 | kernel/FPU-emu/reg_mul.c | else if ( dest->exp >= EXP_OVER ) |