taglinefilesource code
exp215arch/alpha/math-emu/ieee-math.cunsigned long exp, fract;
exp217arch/alpha/math-emu/ieee-math.cexp   = (a >> 52) & 0x7ff;  /* 11 bits of exponent */
exp219arch/alpha/math-emu/ieee-math.cif (exp == 0) {
exp224arch/alpha/math-emu/ieee-math.cif (exp == 0x7ff) {
exp73arch/i386/kernel/sys_i386.cfd_set *exp;
exp82arch/i386/kernel/sys_i386.cexp = (fd_set *) get_user(buffer+3);
exp84arch/i386/kernel/sys_i386.creturn sys_select(n, inp, outp, exp, tvp);
exp190arch/i386/math-emu/errors.cr->exp - EXP_BIAS + 1);
exp206arch/i386/math-emu/errors.cFPU_loaded_data.exp - EXP_BIAS + 1);
exp557arch/i386/math-emu/errors.cdest->exp -= (3 * (1 << 13));
exp582arch/i386/math-emu/errors.cif ( dest->exp <= EXP_UNDER - 63 )
exp591arch/i386/math-emu/errors.cdest->exp += (3 * (1 << 13));
exp137arch/i386/math-emu/fpu_emu.h*(long *)&((y)->exp) = *(const long *)&((x)->exp); \
exp162arch/i386/math-emu/fpu_entry.cregs[i].exp = 0;
exp57arch/i386/math-emu/fpu_etc.cif ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
exp103arch/i386/math-emu/fpu_etc.cif ( st0_ptr->exp <= EXP_UNDER )
exp44arch/i386/math-emu/fpu_trig.cif ( X->exp >= EXP_BIAS + 63 )
exp62arch/i386/math-emu/fpu_trig.cq, X->exp - CONST_PI2.exp);
exp63arch/i386/math-emu/fpu_trig.ctmp.exp = CONST_PI2.exp;
exp71arch/i386/math-emu/fpu_trig.cif ( ((X->exp >= EXP_BIAS) ||
exp72arch/i386/math-emu/fpu_trig.c((X->exp == EXP_BIAS-1)
exp88arch/i386/math-emu/fpu_trig.cif ( (X->exp <= CONST_PI2extra.exp + 64) || (q > 1) )
exp93arch/i386/math-emu/fpu_trig.ctmp.exp = EXP_BIAS + 63;
exp117arch/i386/math-emu/fpu_trig.cif ( ((q > 0) && (X->exp <= CONST_PI2extra.exp + 64)) || (q > 1) )
exp122arch/i386/math-emu/fpu_trig.ctmp.exp = EXP_BIAS + 63;
exp127arch/i386/math-emu/fpu_trig.cif ( (X->exp == CONST_PI2.exp) &&
exp166arch/i386/math-emu/fpu_trig.cdest->exp = EXP_BIAS + 31;
exp240arch/i386/math-emu/fpu_trig.cif ( st0_ptr->exp >= 0 )
exp245arch/i386/math-emu/fpu_trig.celse if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
exp253arch/i386/math-emu/fpu_trig.cif ( st0_ptr->exp <= EXP_UNDER )
exp305arch/i386/math-emu/fpu_trig.cif ( st0_ptr->exp > EXP_BIAS - 40 )
exp326arch/i386/math-emu/fpu_trig.cif ( st0_ptr->exp <= EXP_UNDER )
exp380arch/i386/math-emu/fpu_trig.cif ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
exp386arch/i386/math-emu/fpu_trig.cst_new_ptr->exp = EXP_BIAS;
exp387arch/i386/math-emu/fpu_trig.ce = st1_ptr->exp - EXP_BIAS;
exp466arch/i386/math-emu/fpu_trig.cif ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
exp470arch/i386/math-emu/fpu_trig.cexpon = st0_ptr->exp - EXP_BIAS;
exp471arch/i386/math-emu/fpu_trig.cst0_ptr->exp = EXP_BIAS + (expon & 1);  /* make st(0) in  [1.0 .. 4.0) */
exp475arch/i386/math-emu/fpu_trig.cst0_ptr->exp += expon >> 1;
exp499arch/i386/math-emu/fpu_trig.cif (st0_ptr->exp > EXP_BIAS+63)
exp503arch/i386/math-emu/fpu_trig.cif ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
exp511arch/i386/math-emu/fpu_trig.cst0_ptr->exp = EXP_BIAS + 63;
exp532arch/i386/math-emu/fpu_trig.cif ( st0_ptr->exp > EXP_BIAS - 40 )
exp561arch/i386/math-emu/fpu_trig.cif ( st0_ptr->exp <= EXP_UNDER )
exp602arch/i386/math-emu/fpu_trig.cif ( arg->exp > EXP_BIAS - 40 )
exp605arch/i386/math-emu/fpu_trig.cif ( (arg->exp < EXP_BIAS)
exp606arch/i386/math-emu/fpu_trig.c|| ((arg->exp == EXP_BIAS)
exp640arch/i386/math-emu/fpu_trig.cif ( (arg->exp <= EXP_UNDER) && (denormal_operand()) )
exp774arch/i386/math-emu/fpu_trig.cint expdif = st0_ptr->exp - st1_ptr->exp;
exp780arch/i386/math-emu/fpu_trig.cif ( ((st0_ptr->exp <= EXP_UNDER) ||
exp781arch/i386/math-emu/fpu_trig.c(st1_ptr->exp <= EXP_UNDER)) && (denormal_operand()) )
exp799arch/i386/math-emu/fpu_trig.cif ( tmp.exp >= EXP_BIAS )
exp810arch/i386/math-emu/fpu_trig.ctmp.exp = st1_ptr->exp;
exp824arch/i386/math-emu/fpu_trig.cexpdif = st1_ptr->exp - tmp.exp;
exp863arch/i386/math-emu/fpu_trig.ctmp.exp = EXP_BIAS + 56;
exp864arch/i386/math-emu/fpu_trig.cexp_1 = st1_ptr->exp;      st1_ptr->exp = EXP_BIAS;
exp868arch/i386/math-emu/fpu_trig.cst1_ptr->exp = exp_1;
exp876arch/i386/math-emu/fpu_trig.ctmp.exp - EXP_BIAS
exp878arch/i386/math-emu/fpu_trig.ctmp.exp = exp_1 + expdif;
exp911arch/i386/math-emu/fpu_trig.cif ( (st0_ptr->exp <= EXP_UNDER) && (st0_ptr->tag != TW_Zero)
exp927arch/i386/math-emu/fpu_trig.cif ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
exp948arch/i386/math-emu/fpu_trig.cif ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
exp994arch/i386/math-emu/fpu_trig.cif ( ((st0_ptr->exp <= EXP_UNDER) ||
exp995arch/i386/math-emu/fpu_trig.c(st1_ptr->exp <= EXP_UNDER)) && (denormal_operand()) )
exp1002arch/i386/math-emu/fpu_trig.ce = st0_ptr->exp - EXP_BIAS;
exp1014arch/i386/math-emu/fpu_trig.cexponent.exp = EXP_BIAS + 31;
exp1023arch/i386/math-emu/fpu_trig.cif ( st1_ptr->exp <= EXP_UNDER )
exp1098arch/i386/math-emu/fpu_trig.cif ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
exp1102arch/i386/math-emu/fpu_trig.cif ( st0_ptr->exp < EXP_BIAS ) sign ^= SIGN_NEG^SIGN_POS;
exp1124arch/i386/math-emu/fpu_trig.cif ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
exp1137arch/i386/math-emu/fpu_trig.cif ( st0_ptr->exp >= EXP_BIAS )
exp1139arch/i386/math-emu/fpu_trig.cif ( (st0_ptr->exp == EXP_BIAS) &&
exp1157arch/i386/math-emu/fpu_trig.cif ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
exp1201arch/i386/math-emu/fpu_trig.cif ( ((st0_ptr->exp <= EXP_UNDER) ||
exp1202arch/i386/math-emu/fpu_trig.c(st1_ptr->exp <= EXP_UNDER)) && (denormal_operand()) )
exp1208arch/i386/math-emu/fpu_trig.cif ( st1_ptr->exp <= EXP_UNDER )
exp1246arch/i386/math-emu/fpu_trig.cif ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
exp1268arch/i386/math-emu/fpu_trig.cif ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
exp1285arch/i386/math-emu/fpu_trig.cif ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
exp1302arch/i386/math-emu/fpu_trig.cif ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
exp1341arch/i386/math-emu/fpu_trig.cif ( ((st0_ptr->exp <= EXP_UNDER) ||
exp1342arch/i386/math-emu/fpu_trig.c(st1_ptr->exp <= EXP_UNDER)) && denormal_operand() )
exp1355arch/i386/math-emu/fpu_trig.cif ( st1_ptr->exp <= EXP_UNDER )
exp1379arch/i386/math-emu/fpu_trig.cif ( (st1_tag == TW_Valid) && (st1_ptr->exp <= EXP_UNDER) &&
exp1415arch/i386/math-emu/fpu_trig.cif ( st0_ptr->exp >= EXP_BIAS )
exp1426arch/i386/math-emu/fpu_trig.cif ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
exp1433arch/i386/math-emu/fpu_trig.cif ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
exp1442arch/i386/math-emu/fpu_trig.cif ( (st0_ptr->exp >= EXP_BIAS) &&
exp1455arch/i386/math-emu/fpu_trig.cif ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
exp1462arch/i386/math-emu/fpu_trig.cif ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
exp1490arch/i386/math-emu/fpu_trig.cint exponent = st1_ptr->exp;
exp1522arch/i386/math-emu/fpu_trig.cif ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
exp1559arch/i386/math-emu/fpu_trig.cif ( ((st0_ptr->exp <= EXP_UNDER) ||
exp1560arch/i386/math-emu/fpu_trig.c(st1_ptr->exp <= EXP_UNDER)) && (denormal_operand()) )
exp1564arch/i386/math-emu/fpu_trig.cif ( st1_ptr->exp > EXP_BIAS + 30 )
exp1592arch/i386/math-emu/fpu_trig.cscale += st0_ptr->exp;
exp1593arch/i386/math-emu/fpu_trig.cst0_ptr->exp = scale;
exp1606arch/i386/math-emu/fpu_trig.cif ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
exp1615arch/i386/math-emu/fpu_trig.cif ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
exp1635arch/i386/math-emu/fpu_trig.cif ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
exp1661arch/i386/math-emu/fpu_trig.cif ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) )
exp86arch/i386/math-emu/poly.hextern inline int add_two_Xsig(Xsig *dest, const Xsig *x2, long int *exp)
exp98arch/i386/math-emu/poly.h:"=g" (*exp), "=g" (*dest)
exp99arch/i386/math-emu/poly.h:"g" (dest), "g" (x2), "g" (exp)
exp60arch/i386/math-emu/poly_2xm1.cexponent = arg->exp - EXP_BIAS;
exp147arch/i386/math-emu/poly_2xm1.cresult->exp = exponent + EXP_BIAS;
exp67arch/i386/math-emu/poly_atan.cexponent = arg1->exp - arg2->exp;
exp75arch/i386/math-emu/poly_atan.cexponent = arg2->exp - arg1->exp;
exp193arch/i386/math-emu/poly_atan.cresult->exp = exponent + EXP_BIAS;
exp37arch/i386/math-emu/poly_l2.cexponent = arg->exp - EXP_BIAS;
exp46arch/i386/math-emu/poly_l2.cx.exp = EXP_BIAS-1;
exp57arch/i386/math-emu/poly_l2.cx.exp = EXP_BIAS;
exp100arch/i386/math-emu/poly_l2.cresult->exp = expon_expon + y->exp + 1;
exp123arch/i386/math-emu/poly_l2.cif ( arg->exp < EXP_BIAS )
exp133arch/i386/math-emu/poly_l2.cresult->exp = exponent + y->exp + 1;
exp193arch/i386/math-emu/poly_l2.cexponent = arg->exp - EXP_BIAS;
exp82arch/i386/math-emu/poly_sin.cexponent = arg->exp - EXP_BIAS;
exp118arch/i386/math-emu/poly_sin.cshr_Xsig(&accumulator, arg->exp - exponent);
exp125arch/i386/math-emu/poly_sin.cresult->exp = arg->exp + echange;
exp195arch/i386/math-emu/poly_sin.cresult->exp = EXP_BIAS - 1 + echange;
exp203arch/i386/math-emu/poly_sin.cif ( (result->exp >= EXP_BIAS)
exp233arch/i386/math-emu/poly_sin.cif ( (arg->exp > EXP_BIAS)
exp234arch/i386/math-emu/poly_sin.c|| ((arg->exp == EXP_BIAS)
exp243arch/i386/math-emu/poly_sin.cexponent = arg->exp - EXP_BIAS;
exp301arch/i386/math-emu/poly_sin.cresult->exp = EXP_BIAS - 1;
exp395arch/i386/math-emu/poly_sin.cresult->exp = exp2 + EXP_BIAS + echange;
exp401arch/i386/math-emu/poly_sin.cif ( (result->exp >= EXP_BIAS)
exp63arch/i386/math-emu/poly_tan.cexponent = arg->exp - EXP_BIAS;
exp211arch/i386/math-emu/poly_tan.cresult->exp = EXP_BIAS + exponent;
exp46arch/i386/math-emu/reg_add_sub.cdiff = a->exp - b->exp;
exp70arch/i386/math-emu/reg_add_sub.cif ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) &&
exp112arch/i386/math-emu/reg_add_sub.cif ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) &&
exp123arch/i386/math-emu/reg_add_sub.cif ( (a->tag == TW_Valid) && (a->exp <= EXP_UNDER) &&
exp134arch/i386/math-emu/reg_add_sub.cif ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) &&
exp150arch/i386/math-emu/reg_add_sub.cif ( (a->tag == TW_Valid) && (a->exp <= EXP_UNDER) &&
exp173arch/i386/math-emu/reg_add_sub.cdiff = a->exp - b->exp;
exp203arch/i386/math-emu/reg_add_sub.cif ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) &&
exp262arch/i386/math-emu/reg_add_sub.cif ( (a->tag == TW_Valid) && (a->exp <= EXP_UNDER) &&
exp273arch/i386/math-emu/reg_add_sub.cif ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) &&
exp286arch/i386/math-emu/reg_add_sub.cif ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) &&
exp304arch/i386/math-emu/reg_add_sub.cif ( (a->tag == TW_Valid) && (a->exp <= EXP_UNDER) &&
exp42arch/i386/math-emu/reg_compare.c| ((b->exp <= EXP_UNDER) ?
exp55arch/i386/math-emu/reg_compare.c| ((st0_ptr->exp <= EXP_UNDER )
exp69arch/i386/math-emu/reg_compare.c| (((b->tag == TW_Valid) && (b->exp <= EXP_UNDER)) ?
exp89arch/i386/math-emu/reg_compare.c&& (st0_ptr->exp <= EXP_UNDER)) ?
exp124arch/i386/math-emu/reg_compare.c( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ?
exp130arch/i386/math-emu/reg_compare.cdiff = st0_ptr->exp - b->exp;
exp148arch/i386/math-emu/reg_compare.c( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ?
exp158arch/i386/math-emu/reg_compare.c( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ?
exp167arch/i386/math-emu/reg_compare.c( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ?
exp47arch/i386/math-emu/reg_ld_str.cunsigned long sigl, sigh, exp;
exp53arch/i386/math-emu/reg_ld_str.cexp = get_fs_word(4 + (unsigned short *) s);
exp59arch/i386/math-emu/reg_ld_str.cif (exp & 0x8000)
exp63arch/i386/math-emu/reg_ld_str.cexp &= 0x7fff;
exp64arch/i386/math-emu/reg_ld_str.cloaded_data->exp = exp - EXTENDED_Ebias + EXP_BIAS;
exp66arch/i386/math-emu/reg_ld_str.cif ( exp == 0 )
exp80arch/i386/math-emu/reg_ld_str.cloaded_data->exp++;
exp87arch/i386/math-emu/reg_ld_str.cloaded_data->exp++;
exp92arch/i386/math-emu/reg_ld_str.celse if ( exp == 0x7fff )
exp97arch/i386/math-emu/reg_ld_str.cloaded_data->exp = EXP_Infinity;
exp102arch/i386/math-emu/reg_ld_str.cloaded_data->exp = EXP_NaN;
exp131arch/i386/math-emu/reg_ld_str.cloaded_data->exp = EXP_NaN;
exp142arch/i386/math-emu/reg_ld_str.cint exp;
exp155arch/i386/math-emu/reg_ld_str.cexp = ((m64 & 0x7ff00000) >> 20) - DOUBLE_Ebias;
exp157arch/i386/math-emu/reg_ld_str.cif (exp > DOUBLE_Emax)
exp165arch/i386/math-emu/reg_ld_str.cloaded_data->exp = EXP_Infinity;
exp172arch/i386/math-emu/reg_ld_str.cloaded_data->exp = EXP_NaN;
exp180arch/i386/math-emu/reg_ld_str.celse if ( exp < DOUBLE_Emin )
exp194arch/i386/math-emu/reg_ld_str.cloaded_data->exp = DOUBLE_Emin + EXP_BIAS;
exp205arch/i386/math-emu/reg_ld_str.cloaded_data->exp = exp + EXP_BIAS;
exp220arch/i386/math-emu/reg_ld_str.cint exp;
exp239arch/i386/math-emu/reg_ld_str.cexp = ((m32 & 0x7f800000) >> 23) - SINGLE_Ebias;
exp241arch/i386/math-emu/reg_ld_str.cif ( exp < SINGLE_Emin )
exp244arch/i386/math-emu/reg_ld_str.cloaded_data->exp = SINGLE_Emin + EXP_BIAS;
exp251arch/i386/math-emu/reg_ld_str.celse if ( exp > SINGLE_Emax )
exp259arch/i386/math-emu/reg_ld_str.cloaded_data->exp = EXP_Infinity;
exp266arch/i386/math-emu/reg_ld_str.cloaded_data->exp = EXP_NaN;
exp275arch/i386/math-emu/reg_ld_str.cloaded_data->exp = exp + EXP_BIAS;
exp309arch/i386/math-emu/reg_ld_str.cloaded_data->exp = e;
exp340arch/i386/math-emu/reg_ld_str.cloaded_data->exp = e;
exp372arch/i386/math-emu/reg_ld_str.cloaded_data->exp = e;
exp414arch/i386/math-emu/reg_ld_str.cloaded_data->exp = EXP_BIAS + 63;
exp469arch/i386/math-emu/reg_ld_str.cint exp;
exp473arch/i386/math-emu/reg_ld_str.cexp = tmp.exp - EXP_BIAS;
exp475arch/i386/math-emu/reg_ld_str.cif ( exp < DOUBLE_Emin )     /* It may be a denormal */
exp483arch/i386/math-emu/reg_ld_str.cif ( st0_ptr->exp <= EXP_UNDER )
exp491arch/i386/math-emu/reg_ld_str.ctmp.exp += -DOUBLE_Emin + 52;  /* largest exp to be 51 */
exp553arch/i386/math-emu/reg_ld_str.cexp++;
exp554arch/i386/math-emu/reg_ld_str.cif (exp >= EXP_OVER)
exp576arch/i386/math-emu/reg_ld_str.cif ( exp > DOUBLE_Emax )
exp594arch/i386/math-emu/reg_ld_str.cl[1] |= (((exp+DOUBLE_Ebias) & 0x7ff) << 20);
exp664arch/i386/math-emu/reg_ld_str.cint exp;
exp668arch/i386/math-emu/reg_ld_str.cexp = tmp.exp - EXP_BIAS;
exp670arch/i386/math-emu/reg_ld_str.cif ( exp < SINGLE_Emin )
exp678arch/i386/math-emu/reg_ld_str.cif ( st0_ptr->exp <= EXP_UNDER )
exp686arch/i386/math-emu/reg_ld_str.ctmp.exp += -SINGLE_Emin + 23;  /* largest exp to be 22 */
exp749arch/i386/math-emu/reg_ld_str.cexp++;
exp750arch/i386/math-emu/reg_ld_str.cif ( exp >= EXP_OVER )
exp768arch/i386/math-emu/reg_ld_str.cif ( exp > SINGLE_Emax )
exp783arch/i386/math-emu/reg_ld_str.ctempl |= ((exp+SINGLE_Ebias) & 0xff) << 23;
exp1101arch/i386/math-emu/reg_ld_str.cif (r->exp > EXP_BIAS + 63)
exp1107arch/i386/math-emu/reg_ld_str.ceax = shrxs(&r->sigl, EXP_BIAS + 63 - r->exp);
exp1216arch/i386/math-emu/reg_ld_str.cif ( regs[i].exp == EXP_BIAS - EXTENDED_Ebias )
exp1223arch/i386/math-emu/reg_ld_str.celse if ( regs[i].exp == 0x7fff + EXP_BIAS - EXTENDED_Ebias )
exp1271arch/i386/math-emu/reg_ld_str.cif ( regs[i].exp <= (EXP_BIAS - EXTENDED_Ebias) )
exp1385arch/i386/math-emu/reg_ld_str.ce = rp->exp - EXP_BIAS + EXTENDED_Ebias;
exp1426arch/i386/math-emu/reg_ld_str.ctmp.exp += -EXTENDED_Emin + 63;  /* largest exp to be 63 */
exp44arch/i386/math-emu/reg_mul.cif ( ((b->tag == TW_Valid) && (b->exp <= EXP_UNDER)) ||
exp45arch/i386/math-emu/reg_mul.c((a->tag == TW_Valid) && (a->exp <= EXP_UNDER)) )
exp72arch/i386/math-emu/reg_mul.cif ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) &&
exp88arch/i386/math-emu/reg_mul.cif ( (a->tag == TW_Valid) && (a->exp <= EXP_UNDER) &&
exp499arch/sparc/kernel/sys_sunos.csys_select(int n, fd_set *inp, fd_set *outp, fd_set *exp, struct timeval *tvp);
exp501arch/sparc/kernel/sys_sunos.casmlinkage int sunos_select(int width, fd_set *inp, fd_set *outp, fd_set *exp, struct timeval *tvp)
exp505arch/sparc/kernel/sys_sunos.creturn sys_select (width, inp, outp, exp, tvp);
exp210fs/select.casmlinkage int sys_select(int n, fd_set *inp, fd_set *outp, fd_set *exp, struct timeval *tvp)
exp224fs/select.c(i = get_fd_set(n, exp, &ex))) return i;
exp253fs/select.cset_fd_set(n, exp, &res_ex);
exp7include/linux/math_emu.hlong exp;
exp57include/linux/sched.h#define CALC_LOAD(load,exp,n) \
exp58include/linux/sched.hload *= exp; \
exp59include/linux/sched.hload += n*(FIXED_1-exp); \