tag | line | file | source code |
exp | 234 | arch/alpha/kernel/traps.c | unsigned long exp; |
exp | 236 | arch/alpha/kernel/traps.c | exp = (exp_msb << 10) | exp_low; /* common case */ |
exp | 239 | arch/alpha/kernel/traps.c | exp = 0x3ff; |
exp | 243 | arch/alpha/kernel/traps.c | exp = 0x000; |
exp | 245 | arch/alpha/kernel/traps.c | exp |= (0x7 << 8); |
exp | 248 | arch/alpha/kernel/traps.c | return (sign << 63) | (exp << 52) | (frac << 29); |
exp | 215 | arch/alpha/math-emu/ieee-math.c | unsigned long exp, fract; |
exp | 217 | arch/alpha/math-emu/ieee-math.c | exp = (a >> 52) & 0x7ff; /* 11 bits of exponent */ |
exp | 219 | arch/alpha/math-emu/ieee-math.c | if (exp == 0) { |
exp | 224 | arch/alpha/math-emu/ieee-math.c | if (exp == 0x7ff) { |
exp | 73 | arch/i386/kernel/sys_i386.c | fd_set *exp; |
exp | 82 | arch/i386/kernel/sys_i386.c | exp = (fd_set *) get_user(buffer+3); |
exp | 84 | arch/i386/kernel/sys_i386.c | return sys_select(n, inp, outp, exp, tvp); |
exp | 191 | arch/i386/math-emu/errors.c | r->exp - EXP_BIAS + 1); |
exp | 545 | arch/i386/math-emu/errors.c | dest->exp -= (3 * (1 << 13)); |
exp | 570 | arch/i386/math-emu/errors.c | if ( dest->exp <= EXP_UNDER - 63 ) |
exp | 579 | arch/i386/math-emu/errors.c | dest->exp += (3 * (1 << 13)); |
exp | 138 | arch/i386/math-emu/fpu_emu.h | *(long *)&((y)->exp) = *(const long *)&((x)->exp); \ |
exp | 163 | arch/i386/math-emu/fpu_entry.c | if ( !((regs[i].exp == EXP_UNDER) && (regs[i].sigh == 0) |
exp | 57 | arch/i386/math-emu/fpu_etc.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 103 | arch/i386/math-emu/fpu_etc.c | if ( st0_ptr->exp <= EXP_UNDER ) |
exp | 44 | arch/i386/math-emu/fpu_trig.c | if ( X->exp >= EXP_BIAS + 63 ) |
exp | 62 | arch/i386/math-emu/fpu_trig.c | q, X->exp - CONST_PI2.exp); |
exp | 63 | arch/i386/math-emu/fpu_trig.c | tmp.exp = CONST_PI2.exp; |
exp | 71 | arch/i386/math-emu/fpu_trig.c | if ( ((X->exp >= EXP_BIAS) || |
exp | 72 | arch/i386/math-emu/fpu_trig.c | ((X->exp == EXP_BIAS-1) |
exp | 88 | arch/i386/math-emu/fpu_trig.c | if ( (X->exp <= CONST_PI2extra.exp + 64) || (q > 1) ) |
exp | 93 | arch/i386/math-emu/fpu_trig.c | tmp.exp = EXP_BIAS + 63; |
exp | 117 | arch/i386/math-emu/fpu_trig.c | if ( ((q > 0) && (X->exp <= CONST_PI2extra.exp + 64)) || (q > 1) ) |
exp | 122 | arch/i386/math-emu/fpu_trig.c | tmp.exp = EXP_BIAS + 63; |
exp | 127 | arch/i386/math-emu/fpu_trig.c | if ( (X->exp == CONST_PI2.exp) && |
exp | 166 | arch/i386/math-emu/fpu_trig.c | dest->exp = EXP_BIAS + 31; |
exp | 240 | arch/i386/math-emu/fpu_trig.c | if ( st0_ptr->exp >= 0 ) |
exp | 245 | arch/i386/math-emu/fpu_trig.c | else if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 253 | arch/i386/math-emu/fpu_trig.c | if ( st0_ptr->exp <= EXP_UNDER ) |
exp | 305 | arch/i386/math-emu/fpu_trig.c | if ( st0_ptr->exp > EXP_BIAS - 40 ) |
exp | 326 | arch/i386/math-emu/fpu_trig.c | if ( st0_ptr->exp <= EXP_UNDER ) |
exp | 380 | arch/i386/math-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 386 | arch/i386/math-emu/fpu_trig.c | st_new_ptr->exp = EXP_BIAS; |
exp | 387 | arch/i386/math-emu/fpu_trig.c | e = st1_ptr->exp - EXP_BIAS; |
exp | 466 | arch/i386/math-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 470 | arch/i386/math-emu/fpu_trig.c | expon = st0_ptr->exp - EXP_BIAS; |
exp | 471 | arch/i386/math-emu/fpu_trig.c | st0_ptr->exp = EXP_BIAS + (expon & 1); /* make st(0) in [1.0 .. 4.0) */ |
exp | 475 | arch/i386/math-emu/fpu_trig.c | st0_ptr->exp += expon >> 1; |
exp | 499 | arch/i386/math-emu/fpu_trig.c | if (st0_ptr->exp > EXP_BIAS+63) |
exp | 503 | arch/i386/math-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 511 | arch/i386/math-emu/fpu_trig.c | st0_ptr->exp = EXP_BIAS + 63; |
exp | 532 | arch/i386/math-emu/fpu_trig.c | if ( st0_ptr->exp > EXP_BIAS - 40 ) |
exp | 561 | arch/i386/math-emu/fpu_trig.c | if ( st0_ptr->exp <= EXP_UNDER ) |
exp | 602 | arch/i386/math-emu/fpu_trig.c | if ( arg->exp > EXP_BIAS - 40 ) |
exp | 605 | arch/i386/math-emu/fpu_trig.c | if ( (arg->exp < EXP_BIAS) |
exp | 606 | arch/i386/math-emu/fpu_trig.c | || ((arg->exp == EXP_BIAS) |
exp | 640 | arch/i386/math-emu/fpu_trig.c | if ( (arg->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 774 | arch/i386/math-emu/fpu_trig.c | int expdif = st0_ptr->exp - st1_ptr->exp; |
exp | 780 | arch/i386/math-emu/fpu_trig.c | if ( ((st0_ptr->exp <= EXP_UNDER) || |
exp | 781 | arch/i386/math-emu/fpu_trig.c | (st1_ptr->exp <= EXP_UNDER)) && (denormal_operand()) ) |
exp | 799 | arch/i386/math-emu/fpu_trig.c | if ( tmp.exp >= EXP_BIAS ) |
exp | 810 | arch/i386/math-emu/fpu_trig.c | tmp.exp = st1_ptr->exp; |
exp | 824 | arch/i386/math-emu/fpu_trig.c | expdif = st1_ptr->exp - tmp.exp; |
exp | 863 | arch/i386/math-emu/fpu_trig.c | tmp.exp = EXP_BIAS + 56; |
exp | 864 | arch/i386/math-emu/fpu_trig.c | exp_1 = st1_ptr->exp; st1_ptr->exp = EXP_BIAS; |
exp | 868 | arch/i386/math-emu/fpu_trig.c | st1_ptr->exp = exp_1; |
exp | 876 | arch/i386/math-emu/fpu_trig.c | tmp.exp - EXP_BIAS |
exp | 878 | arch/i386/math-emu/fpu_trig.c | tmp.exp = exp_1 + expdif; |
exp | 911 | arch/i386/math-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (st0_ptr->tag != TW_Zero) |
exp | 927 | arch/i386/math-emu/fpu_trig.c | if ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 948 | arch/i386/math-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 994 | arch/i386/math-emu/fpu_trig.c | if ( ((st0_ptr->exp <= EXP_UNDER) || |
exp | 995 | arch/i386/math-emu/fpu_trig.c | (st1_ptr->exp <= EXP_UNDER)) && (denormal_operand()) ) |
exp | 1002 | arch/i386/math-emu/fpu_trig.c | e = st0_ptr->exp - EXP_BIAS; |
exp | 1014 | arch/i386/math-emu/fpu_trig.c | exponent.exp = EXP_BIAS + 31; |
exp | 1023 | arch/i386/math-emu/fpu_trig.c | if ( st1_ptr->exp <= EXP_UNDER ) |
exp | 1098 | arch/i386/math-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1102 | arch/i386/math-emu/fpu_trig.c | if ( st0_ptr->exp < EXP_BIAS ) sign ^= SIGN_NEG^SIGN_POS; |
exp | 1124 | arch/i386/math-emu/fpu_trig.c | if ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1137 | arch/i386/math-emu/fpu_trig.c | if ( st0_ptr->exp >= EXP_BIAS ) |
exp | 1139 | arch/i386/math-emu/fpu_trig.c | if ( (st0_ptr->exp == EXP_BIAS) && |
exp | 1157 | arch/i386/math-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1201 | arch/i386/math-emu/fpu_trig.c | if ( ((st0_ptr->exp <= EXP_UNDER) || |
exp | 1202 | arch/i386/math-emu/fpu_trig.c | (st1_ptr->exp <= EXP_UNDER)) && (denormal_operand()) ) |
exp | 1208 | arch/i386/math-emu/fpu_trig.c | if ( st1_ptr->exp <= EXP_UNDER ) |
exp | 1246 | arch/i386/math-emu/fpu_trig.c | if ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1268 | arch/i386/math-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1285 | arch/i386/math-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1302 | arch/i386/math-emu/fpu_trig.c | if ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1341 | arch/i386/math-emu/fpu_trig.c | if ( ((st0_ptr->exp <= EXP_UNDER) || |
exp | 1342 | arch/i386/math-emu/fpu_trig.c | (st1_ptr->exp <= EXP_UNDER)) && denormal_operand() ) |
exp | 1355 | arch/i386/math-emu/fpu_trig.c | if ( st1_ptr->exp <= EXP_UNDER ) |
exp | 1379 | arch/i386/math-emu/fpu_trig.c | if ( (st1_tag == TW_Valid) && (st1_ptr->exp <= EXP_UNDER) && |
exp | 1415 | arch/i386/math-emu/fpu_trig.c | if ( st0_ptr->exp >= EXP_BIAS ) |
exp | 1426 | arch/i386/math-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1433 | arch/i386/math-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1442 | arch/i386/math-emu/fpu_trig.c | if ( (st0_ptr->exp >= EXP_BIAS) && |
exp | 1455 | arch/i386/math-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1462 | arch/i386/math-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1490 | arch/i386/math-emu/fpu_trig.c | int exponent = st1_ptr->exp; |
exp | 1522 | arch/i386/math-emu/fpu_trig.c | if ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1559 | arch/i386/math-emu/fpu_trig.c | if ( ((st0_ptr->exp <= EXP_UNDER) || |
exp | 1560 | arch/i386/math-emu/fpu_trig.c | (st1_ptr->exp <= EXP_UNDER)) && (denormal_operand()) ) |
exp | 1564 | arch/i386/math-emu/fpu_trig.c | if ( st1_ptr->exp > EXP_BIAS + 30 ) |
exp | 1592 | arch/i386/math-emu/fpu_trig.c | scale += st0_ptr->exp; |
exp | 1593 | arch/i386/math-emu/fpu_trig.c | st0_ptr->exp = scale; |
exp | 1606 | arch/i386/math-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1615 | arch/i386/math-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1635 | arch/i386/math-emu/fpu_trig.c | if ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1661 | arch/i386/math-emu/fpu_trig.c | if ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 86 | arch/i386/math-emu/poly.h | extern inline int add_two_Xsig(Xsig *dest, const Xsig *x2, long int *exp) |
exp | 98 | arch/i386/math-emu/poly.h | :"=g" (*exp), "=g" (*dest) |
exp | 99 | arch/i386/math-emu/poly.h | :"g" (dest), "g" (x2), "g" (exp) |
exp | 60 | arch/i386/math-emu/poly_2xm1.c | exponent = arg->exp - EXP_BIAS; |
exp | 147 | arch/i386/math-emu/poly_2xm1.c | result->exp = exponent + EXP_BIAS; |
exp | 67 | arch/i386/math-emu/poly_atan.c | exponent = arg1->exp - arg2->exp; |
exp | 75 | arch/i386/math-emu/poly_atan.c | exponent = arg2->exp - arg1->exp; |
exp | 193 | arch/i386/math-emu/poly_atan.c | result->exp = exponent + EXP_BIAS; |
exp | 37 | arch/i386/math-emu/poly_l2.c | exponent = arg->exp - EXP_BIAS; |
exp | 46 | arch/i386/math-emu/poly_l2.c | x.exp = EXP_BIAS-1; |
exp | 57 | arch/i386/math-emu/poly_l2.c | x.exp = EXP_BIAS; |
exp | 100 | arch/i386/math-emu/poly_l2.c | result->exp = expon_expon + y->exp + 1; |
exp | 123 | arch/i386/math-emu/poly_l2.c | if ( arg->exp < EXP_BIAS ) |
exp | 133 | arch/i386/math-emu/poly_l2.c | result->exp = exponent + y->exp + 1; |
exp | 193 | arch/i386/math-emu/poly_l2.c | exponent = arg->exp - EXP_BIAS; |
exp | 82 | arch/i386/math-emu/poly_sin.c | exponent = arg->exp - EXP_BIAS; |
exp | 118 | arch/i386/math-emu/poly_sin.c | shr_Xsig(&accumulator, arg->exp - exponent); |
exp | 125 | arch/i386/math-emu/poly_sin.c | result->exp = arg->exp + echange; |
exp | 195 | arch/i386/math-emu/poly_sin.c | result->exp = EXP_BIAS - 1 + echange; |
exp | 203 | arch/i386/math-emu/poly_sin.c | if ( (result->exp >= EXP_BIAS) |
exp | 233 | arch/i386/math-emu/poly_sin.c | if ( (arg->exp > EXP_BIAS) |
exp | 234 | arch/i386/math-emu/poly_sin.c | || ((arg->exp == EXP_BIAS) |
exp | 243 | arch/i386/math-emu/poly_sin.c | exponent = arg->exp - EXP_BIAS; |
exp | 301 | arch/i386/math-emu/poly_sin.c | result->exp = EXP_BIAS - 1; |
exp | 395 | arch/i386/math-emu/poly_sin.c | result->exp = exp2 + EXP_BIAS + echange; |
exp | 401 | arch/i386/math-emu/poly_sin.c | if ( (result->exp >= EXP_BIAS) |
exp | 63 | arch/i386/math-emu/poly_tan.c | exponent = arg->exp - EXP_BIAS; |
exp | 211 | arch/i386/math-emu/poly_tan.c | result->exp = EXP_BIAS + exponent; |
exp | 46 | arch/i386/math-emu/reg_add_sub.c | diff = a->exp - b->exp; |
exp | 70 | arch/i386/math-emu/reg_add_sub.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
exp | 112 | arch/i386/math-emu/reg_add_sub.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
exp | 123 | arch/i386/math-emu/reg_add_sub.c | if ( (a->tag == TW_Valid) && (a->exp <= EXP_UNDER) && |
exp | 134 | arch/i386/math-emu/reg_add_sub.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
exp | 150 | arch/i386/math-emu/reg_add_sub.c | if ( (a->tag == TW_Valid) && (a->exp <= EXP_UNDER) && |
exp | 173 | arch/i386/math-emu/reg_add_sub.c | diff = a->exp - b->exp; |
exp | 203 | arch/i386/math-emu/reg_add_sub.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
exp | 262 | arch/i386/math-emu/reg_add_sub.c | if ( (a->tag == TW_Valid) && (a->exp <= EXP_UNDER) && |
exp | 273 | arch/i386/math-emu/reg_add_sub.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
exp | 286 | arch/i386/math-emu/reg_add_sub.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
exp | 304 | arch/i386/math-emu/reg_add_sub.c | if ( (a->tag == TW_Valid) && (a->exp <= EXP_UNDER) && |
exp | 42 | arch/i386/math-emu/reg_compare.c | | ((b->exp <= EXP_UNDER) ? |
exp | 55 | arch/i386/math-emu/reg_compare.c | | ((st0_ptr->exp <= EXP_UNDER ) |
exp | 69 | arch/i386/math-emu/reg_compare.c | | (((b->tag == TW_Valid) && (b->exp <= EXP_UNDER)) ? |
exp | 89 | arch/i386/math-emu/reg_compare.c | && (st0_ptr->exp <= EXP_UNDER)) ? |
exp | 124 | arch/i386/math-emu/reg_compare.c | ( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ? |
exp | 130 | arch/i386/math-emu/reg_compare.c | diff = st0_ptr->exp - b->exp; |
exp | 148 | arch/i386/math-emu/reg_compare.c | ( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ? |
exp | 158 | arch/i386/math-emu/reg_compare.c | ( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ? |
exp | 167 | arch/i386/math-emu/reg_compare.c | ( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ? |
exp | 47 | arch/i386/math-emu/reg_ld_str.c | unsigned long sigl, sigh, exp; |
exp | 53 | arch/i386/math-emu/reg_ld_str.c | exp = get_fs_word(4 + (unsigned short *) s); |
exp | 59 | arch/i386/math-emu/reg_ld_str.c | if (exp & 0x8000) |
exp | 63 | arch/i386/math-emu/reg_ld_str.c | exp &= 0x7fff; |
exp | 64 | arch/i386/math-emu/reg_ld_str.c | loaded_data->exp = exp - EXTENDED_Ebias + EXP_BIAS; |
exp | 66 | arch/i386/math-emu/reg_ld_str.c | if ( exp == 0 ) |
exp | 80 | arch/i386/math-emu/reg_ld_str.c | loaded_data->exp++; |
exp | 87 | arch/i386/math-emu/reg_ld_str.c | loaded_data->exp++; |
exp | 92 | arch/i386/math-emu/reg_ld_str.c | else if ( exp == 0x7fff ) |
exp | 97 | arch/i386/math-emu/reg_ld_str.c | loaded_data->exp = EXP_Infinity; |
exp | 102 | arch/i386/math-emu/reg_ld_str.c | loaded_data->exp = EXP_NaN; |
exp | 131 | arch/i386/math-emu/reg_ld_str.c | loaded_data->exp = EXP_NaN; |
exp | 142 | arch/i386/math-emu/reg_ld_str.c | int exp; |
exp | 155 | arch/i386/math-emu/reg_ld_str.c | exp = ((m64 & 0x7ff00000) >> 20) - DOUBLE_Ebias; |
exp | 157 | arch/i386/math-emu/reg_ld_str.c | if (exp > DOUBLE_Emax) |
exp | 165 | arch/i386/math-emu/reg_ld_str.c | loaded_data->exp = EXP_Infinity; |
exp | 172 | arch/i386/math-emu/reg_ld_str.c | loaded_data->exp = EXP_NaN; |
exp | 180 | arch/i386/math-emu/reg_ld_str.c | else if ( exp < DOUBLE_Emin ) |
exp | 194 | arch/i386/math-emu/reg_ld_str.c | loaded_data->exp = DOUBLE_Emin + EXP_BIAS; |
exp | 205 | arch/i386/math-emu/reg_ld_str.c | loaded_data->exp = exp + EXP_BIAS; |
exp | 220 | arch/i386/math-emu/reg_ld_str.c | int exp; |
exp | 239 | arch/i386/math-emu/reg_ld_str.c | exp = ((m32 & 0x7f800000) >> 23) - SINGLE_Ebias; |
exp | 241 | arch/i386/math-emu/reg_ld_str.c | if ( exp < SINGLE_Emin ) |
exp | 244 | arch/i386/math-emu/reg_ld_str.c | loaded_data->exp = SINGLE_Emin + EXP_BIAS; |
exp | 251 | arch/i386/math-emu/reg_ld_str.c | else if ( exp > SINGLE_Emax ) |
exp | 259 | arch/i386/math-emu/reg_ld_str.c | loaded_data->exp = EXP_Infinity; |
exp | 266 | arch/i386/math-emu/reg_ld_str.c | loaded_data->exp = EXP_NaN; |
exp | 275 | arch/i386/math-emu/reg_ld_str.c | loaded_data->exp = exp + EXP_BIAS; |
exp | 309 | arch/i386/math-emu/reg_ld_str.c | loaded_data->exp = e; |
exp | 340 | arch/i386/math-emu/reg_ld_str.c | loaded_data->exp = e; |
exp | 372 | arch/i386/math-emu/reg_ld_str.c | loaded_data->exp = e; |
exp | 414 | arch/i386/math-emu/reg_ld_str.c | loaded_data->exp = EXP_BIAS + 63; |
exp | 470 | arch/i386/math-emu/reg_ld_str.c | int exp; |
exp | 474 | arch/i386/math-emu/reg_ld_str.c | exp = tmp.exp - EXP_BIAS; |
exp | 476 | arch/i386/math-emu/reg_ld_str.c | if ( exp < DOUBLE_Emin ) /* It may be a denormal */ |
exp | 482 | arch/i386/math-emu/reg_ld_str.c | if ( st0_ptr->exp <= EXP_UNDER ) |
exp | 490 | arch/i386/math-emu/reg_ld_str.c | tmp.exp += -DOUBLE_Emin + 52; /* largest exp to be 51 */ |
exp | 551 | arch/i386/math-emu/reg_ld_str.c | exp++; |
exp | 552 | arch/i386/math-emu/reg_ld_str.c | if (exp >= EXP_OVER) |
exp | 574 | arch/i386/math-emu/reg_ld_str.c | if ( exp > DOUBLE_Emax ) |
exp | 599 | arch/i386/math-emu/reg_ld_str.c | l[1] |= (((exp+DOUBLE_Ebias) & 0x7ff) << 20); |
exp | 670 | arch/i386/math-emu/reg_ld_str.c | int exp; |
exp | 674 | arch/i386/math-emu/reg_ld_str.c | exp = tmp.exp - EXP_BIAS; |
exp | 676 | arch/i386/math-emu/reg_ld_str.c | if ( exp < SINGLE_Emin ) |
exp | 682 | arch/i386/math-emu/reg_ld_str.c | if ( st0_ptr->exp <= EXP_UNDER ) |
exp | 690 | arch/i386/math-emu/reg_ld_str.c | tmp.exp += -SINGLE_Emin + 23; /* largest exp to be 22 */ |
exp | 752 | arch/i386/math-emu/reg_ld_str.c | exp++; |
exp | 753 | arch/i386/math-emu/reg_ld_str.c | if ( exp >= EXP_OVER ) |
exp | 772 | arch/i386/math-emu/reg_ld_str.c | if ( exp > SINGLE_Emax ) |
exp | 796 | arch/i386/math-emu/reg_ld_str.c | templ |= ((exp+SINGLE_Ebias) & 0xff) << 23; |
exp | 1115 | arch/i386/math-emu/reg_ld_str.c | if (r->exp > EXP_BIAS + 63) |
exp | 1121 | arch/i386/math-emu/reg_ld_str.c | eax = shrxs(&r->sigl, EXP_BIAS + 63 - r->exp); |
exp | 1230 | arch/i386/math-emu/reg_ld_str.c | if ( regs[i].exp == EXP_BIAS - EXTENDED_Ebias ) |
exp | 1237 | arch/i386/math-emu/reg_ld_str.c | else if ( regs[i].exp == 0x7fff + EXP_BIAS - EXTENDED_Ebias ) |
exp | 1285 | arch/i386/math-emu/reg_ld_str.c | if ( regs[i].exp <= (EXP_BIAS - EXTENDED_Ebias) ) |
exp | 1399 | arch/i386/math-emu/reg_ld_str.c | e = rp->exp - EXP_BIAS + EXTENDED_Ebias; |
exp | 1440 | arch/i386/math-emu/reg_ld_str.c | tmp.exp += -EXTENDED_Emin + 63; /* largest exp to be 63 */ |
exp | 44 | arch/i386/math-emu/reg_mul.c | if ( ((b->tag == TW_Valid) && (b->exp <= EXP_UNDER)) || |
exp | 45 | arch/i386/math-emu/reg_mul.c | ((a->tag == TW_Valid) && (a->exp <= EXP_UNDER)) ) |
exp | 72 | arch/i386/math-emu/reg_mul.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
exp | 88 | arch/i386/math-emu/reg_mul.c | if ( (a->tag == TW_Valid) && (a->exp <= EXP_UNDER) && |
exp | 76 | arch/m68k/kernel/sys_m68k.c | fd_set *exp; |
exp | 86 | arch/m68k/kernel/sys_m68k.c | exp = (fd_set *) get_user(buffer+3); |
exp | 88 | arch/m68k/kernel/sys_m68k.c | return sys_select(n, inp, outp, exp, tvp); |
exp | 583 | arch/sparc/kernel/sys_sunos.c | sys_select(int n, fd_set *inp, fd_set *outp, fd_set *exp, struct timeval *tvp); |
exp | 585 | arch/sparc/kernel/sys_sunos.c | asmlinkage int sunos_select(int width, fd_set *inp, fd_set *outp, fd_set *exp, struct timeval *tvp) |
exp | 589 | arch/sparc/kernel/sys_sunos.c | return sys_select (width, inp, outp, exp, tvp); |
exp | 210 | fs/select.c | asmlinkage int sys_select(int n, fd_set *inp, fd_set *outp, fd_set *exp, struct timeval *tvp) |
exp | 224 | fs/select.c | (i = get_fd_set(n, exp, &ex))) return i; |
exp | 253 | fs/select.c | set_fd_set(n, exp, &res_ex); |
exp | 11 | include/linux/math_emu.h | long exp; |
exp | 57 | include/linux/sched.h | #define CALC_LOAD(load,exp,n) \ |
exp | 58 | include/linux/sched.h | load *= exp; \ |
exp | 59 | include/linux/sched.h | load += n*(FIXED_1-exp); \ |