tag | line | file | source code |
exp | 190 | drivers/FPU-emu/errors.c | r->exp - EXP_BIAS + 1); |
exp | 206 | drivers/FPU-emu/errors.c | FPU_loaded_data.exp - EXP_BIAS + 1); |
exp | 557 | drivers/FPU-emu/errors.c | dest->exp -= (3 * (1 << 13)); |
exp | 582 | drivers/FPU-emu/errors.c | if ( dest->exp <= EXP_UNDER - 63 ) |
exp | 591 | drivers/FPU-emu/errors.c | dest->exp += (3 * (1 << 13)); |
exp | 137 | drivers/FPU-emu/fpu_emu.h | *(long *)&((y)->exp) = *(long *)&((x)->exp); \ |
exp | 163 | drivers/FPU-emu/fpu_entry.c | regs[i].exp = 0; |
exp | 57 | drivers/FPU-emu/fpu_etc.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 103 | drivers/FPU-emu/fpu_etc.c | if ( st0_ptr->exp <= EXP_UNDER ) |
exp | 44 | drivers/FPU-emu/fpu_trig.c | if ( X->exp >= EXP_BIAS + 63 ) |
exp | 62 | drivers/FPU-emu/fpu_trig.c | q, X->exp - CONST_PI2.exp); |
exp | 63 | drivers/FPU-emu/fpu_trig.c | tmp.exp = CONST_PI2.exp; |
exp | 71 | drivers/FPU-emu/fpu_trig.c | if ( ((X->exp >= EXP_BIAS) || |
exp | 72 | drivers/FPU-emu/fpu_trig.c | ((X->exp == EXP_BIAS-1) |
exp | 88 | drivers/FPU-emu/fpu_trig.c | if ( (X->exp <= CONST_PI2extra.exp + 64) || (q > 1) ) |
exp | 93 | drivers/FPU-emu/fpu_trig.c | tmp.exp = EXP_BIAS + 63; |
exp | 117 | drivers/FPU-emu/fpu_trig.c | if ( ((q > 0) && (X->exp <= CONST_PI2extra.exp + 64)) || (q > 1) ) |
exp | 122 | drivers/FPU-emu/fpu_trig.c | tmp.exp = EXP_BIAS + 63; |
exp | 127 | drivers/FPU-emu/fpu_trig.c | if ( (X->exp == CONST_PI2.exp) && |
exp | 166 | drivers/FPU-emu/fpu_trig.c | dest->exp = EXP_BIAS + 31; |
exp | 240 | drivers/FPU-emu/fpu_trig.c | if ( st0_ptr->exp >= 0 ) |
exp | 245 | drivers/FPU-emu/fpu_trig.c | else if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 253 | drivers/FPU-emu/fpu_trig.c | if ( st0_ptr->exp <= EXP_UNDER ) |
exp | 305 | drivers/FPU-emu/fpu_trig.c | if ( st0_ptr->exp > EXP_BIAS - 40 ) |
exp | 326 | drivers/FPU-emu/fpu_trig.c | if ( st0_ptr->exp <= EXP_UNDER ) |
exp | 380 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 386 | drivers/FPU-emu/fpu_trig.c | st_new_ptr->exp = EXP_BIAS; |
exp | 387 | drivers/FPU-emu/fpu_trig.c | e = st1_ptr->exp - EXP_BIAS; |
exp | 466 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 470 | drivers/FPU-emu/fpu_trig.c | expon = st0_ptr->exp - EXP_BIAS; |
exp | 471 | drivers/FPU-emu/fpu_trig.c | st0_ptr->exp = EXP_BIAS + (expon & 1); /* make st(0) in [1.0 .. 4.0) */ |
exp | 475 | drivers/FPU-emu/fpu_trig.c | st0_ptr->exp += expon >> 1; |
exp | 499 | drivers/FPU-emu/fpu_trig.c | if (st0_ptr->exp > EXP_BIAS+63) |
exp | 503 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 511 | drivers/FPU-emu/fpu_trig.c | st0_ptr->exp = EXP_BIAS + 63; |
exp | 532 | drivers/FPU-emu/fpu_trig.c | if ( st0_ptr->exp > EXP_BIAS - 40 ) |
exp | 561 | drivers/FPU-emu/fpu_trig.c | if ( st0_ptr->exp <= EXP_UNDER ) |
exp | 602 | drivers/FPU-emu/fpu_trig.c | if ( arg->exp > EXP_BIAS - 40 ) |
exp | 605 | drivers/FPU-emu/fpu_trig.c | if ( (arg->exp < EXP_BIAS) |
exp | 606 | drivers/FPU-emu/fpu_trig.c | || ((arg->exp == EXP_BIAS) |
exp | 640 | drivers/FPU-emu/fpu_trig.c | if ( (arg->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 774 | drivers/FPU-emu/fpu_trig.c | int expdif = st0_ptr->exp - st1_ptr->exp; |
exp | 780 | drivers/FPU-emu/fpu_trig.c | if ( ((st0_ptr->exp <= EXP_UNDER) || |
exp | 781 | drivers/FPU-emu/fpu_trig.c | (st1_ptr->exp <= EXP_UNDER)) && (denormal_operand()) ) |
exp | 799 | drivers/FPU-emu/fpu_trig.c | if ( tmp.exp >= EXP_BIAS ) |
exp | 810 | drivers/FPU-emu/fpu_trig.c | tmp.exp = st1_ptr->exp; |
exp | 824 | drivers/FPU-emu/fpu_trig.c | expdif = st1_ptr->exp - tmp.exp; |
exp | 863 | drivers/FPU-emu/fpu_trig.c | tmp.exp = EXP_BIAS + 56; |
exp | 864 | drivers/FPU-emu/fpu_trig.c | exp_1 = st1_ptr->exp; st1_ptr->exp = EXP_BIAS; |
exp | 868 | drivers/FPU-emu/fpu_trig.c | st1_ptr->exp = exp_1; |
exp | 876 | drivers/FPU-emu/fpu_trig.c | tmp.exp - EXP_BIAS |
exp | 878 | drivers/FPU-emu/fpu_trig.c | tmp.exp = exp_1 + expdif; |
exp | 911 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (st0_ptr->tag != TW_Zero) |
exp | 927 | drivers/FPU-emu/fpu_trig.c | if ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 948 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 994 | drivers/FPU-emu/fpu_trig.c | if ( ((st0_ptr->exp <= EXP_UNDER) || |
exp | 995 | drivers/FPU-emu/fpu_trig.c | (st1_ptr->exp <= EXP_UNDER)) && (denormal_operand()) ) |
exp | 1002 | drivers/FPU-emu/fpu_trig.c | e = st0_ptr->exp - EXP_BIAS; |
exp | 1014 | drivers/FPU-emu/fpu_trig.c | exponent.exp = EXP_BIAS + 31; |
exp | 1023 | drivers/FPU-emu/fpu_trig.c | if ( st1_ptr->exp <= EXP_UNDER ) |
exp | 1098 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1102 | drivers/FPU-emu/fpu_trig.c | if ( st0_ptr->exp < EXP_BIAS ) sign ^= SIGN_NEG^SIGN_POS; |
exp | 1124 | drivers/FPU-emu/fpu_trig.c | if ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1137 | drivers/FPU-emu/fpu_trig.c | if ( st0_ptr->exp >= EXP_BIAS ) |
exp | 1139 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp == EXP_BIAS) && |
exp | 1157 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1201 | drivers/FPU-emu/fpu_trig.c | if ( ((st0_ptr->exp <= EXP_UNDER) || |
exp | 1202 | drivers/FPU-emu/fpu_trig.c | (st1_ptr->exp <= EXP_UNDER)) && (denormal_operand()) ) |
exp | 1208 | drivers/FPU-emu/fpu_trig.c | if ( st1_ptr->exp <= EXP_UNDER ) |
exp | 1246 | drivers/FPU-emu/fpu_trig.c | if ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1268 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1285 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1302 | drivers/FPU-emu/fpu_trig.c | if ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1341 | drivers/FPU-emu/fpu_trig.c | if ( ((st0_ptr->exp <= EXP_UNDER) || |
exp | 1342 | drivers/FPU-emu/fpu_trig.c | (st1_ptr->exp <= EXP_UNDER)) && denormal_operand() ) |
exp | 1355 | drivers/FPU-emu/fpu_trig.c | if ( st1_ptr->exp <= EXP_UNDER ) |
exp | 1379 | drivers/FPU-emu/fpu_trig.c | if ( (st1_tag == TW_Valid) && (st1_ptr->exp <= EXP_UNDER) && |
exp | 1415 | drivers/FPU-emu/fpu_trig.c | if ( st0_ptr->exp >= EXP_BIAS ) |
exp | 1426 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1433 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1442 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp >= EXP_BIAS) && |
exp | 1455 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1462 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1490 | drivers/FPU-emu/fpu_trig.c | int exponent = st1_ptr->exp; |
exp | 1522 | drivers/FPU-emu/fpu_trig.c | if ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1559 | drivers/FPU-emu/fpu_trig.c | if ( ((st0_ptr->exp <= EXP_UNDER) || |
exp | 1560 | drivers/FPU-emu/fpu_trig.c | (st1_ptr->exp <= EXP_UNDER)) && (denormal_operand()) ) |
exp | 1564 | drivers/FPU-emu/fpu_trig.c | if ( st1_ptr->exp > EXP_BIAS + 30 ) |
exp | 1592 | drivers/FPU-emu/fpu_trig.c | scale += st0_ptr->exp; |
exp | 1593 | drivers/FPU-emu/fpu_trig.c | st0_ptr->exp = scale; |
exp | 1606 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1615 | drivers/FPU-emu/fpu_trig.c | if ( (st0_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1635 | drivers/FPU-emu/fpu_trig.c | if ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 1661 | drivers/FPU-emu/fpu_trig.c | if ( (st1_ptr->exp <= EXP_UNDER) && (denormal_operand()) ) |
exp | 86 | drivers/FPU-emu/poly.h | extern inline int add_two_Xsig(Xsig *dest, const Xsig *x2, long int *exp) |
exp | 98 | drivers/FPU-emu/poly.h | :"=g" (*exp), "=g" (*dest) |
exp | 99 | drivers/FPU-emu/poly.h | :"g" (dest), "g" (x2), "g" (exp) |
exp | 60 | drivers/FPU-emu/poly_2xm1.c | exponent = arg->exp - EXP_BIAS; |
exp | 147 | drivers/FPU-emu/poly_2xm1.c | result->exp = exponent + EXP_BIAS; |
exp | 67 | drivers/FPU-emu/poly_atan.c | exponent = arg1->exp - arg2->exp; |
exp | 75 | drivers/FPU-emu/poly_atan.c | exponent = arg2->exp - arg1->exp; |
exp | 193 | drivers/FPU-emu/poly_atan.c | result->exp = exponent + EXP_BIAS; |
exp | 37 | drivers/FPU-emu/poly_l2.c | exponent = arg->exp - EXP_BIAS; |
exp | 46 | drivers/FPU-emu/poly_l2.c | x.exp = EXP_BIAS-1; |
exp | 57 | drivers/FPU-emu/poly_l2.c | x.exp = EXP_BIAS; |
exp | 100 | drivers/FPU-emu/poly_l2.c | result->exp = expon_expon + y->exp + 1; |
exp | 123 | drivers/FPU-emu/poly_l2.c | if ( arg->exp < EXP_BIAS ) |
exp | 133 | drivers/FPU-emu/poly_l2.c | result->exp = exponent + y->exp + 1; |
exp | 193 | drivers/FPU-emu/poly_l2.c | exponent = arg->exp - EXP_BIAS; |
exp | 82 | drivers/FPU-emu/poly_sin.c | exponent = arg->exp - EXP_BIAS; |
exp | 118 | drivers/FPU-emu/poly_sin.c | shr_Xsig(&accumulator, arg->exp - exponent); |
exp | 125 | drivers/FPU-emu/poly_sin.c | result->exp = arg->exp + echange; |
exp | 195 | drivers/FPU-emu/poly_sin.c | result->exp = EXP_BIAS - 1 + echange; |
exp | 203 | drivers/FPU-emu/poly_sin.c | if ( (result->exp >= EXP_BIAS) |
exp | 233 | drivers/FPU-emu/poly_sin.c | if ( (arg->exp > EXP_BIAS) |
exp | 234 | drivers/FPU-emu/poly_sin.c | || ((arg->exp == EXP_BIAS) |
exp | 243 | drivers/FPU-emu/poly_sin.c | exponent = arg->exp - EXP_BIAS; |
exp | 301 | drivers/FPU-emu/poly_sin.c | result->exp = EXP_BIAS - 1; |
exp | 395 | drivers/FPU-emu/poly_sin.c | result->exp = exp2 + EXP_BIAS + echange; |
exp | 401 | drivers/FPU-emu/poly_sin.c | if ( (result->exp >= EXP_BIAS) |
exp | 63 | drivers/FPU-emu/poly_tan.c | exponent = arg->exp - EXP_BIAS; |
exp | 211 | drivers/FPU-emu/poly_tan.c | result->exp = EXP_BIAS + exponent; |
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 | 42 | drivers/FPU-emu/reg_compare.c | | ((b->exp <= EXP_UNDER) ? |
exp | 55 | drivers/FPU-emu/reg_compare.c | | ((st0_ptr->exp <= EXP_UNDER ) |
exp | 69 | drivers/FPU-emu/reg_compare.c | | (((b->tag == TW_Valid) && (b->exp <= EXP_UNDER)) ? |
exp | 89 | drivers/FPU-emu/reg_compare.c | && (st0_ptr->exp <= EXP_UNDER)) ? |
exp | 124 | drivers/FPU-emu/reg_compare.c | ( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ? |
exp | 130 | drivers/FPU-emu/reg_compare.c | diff = st0_ptr->exp - b->exp; |
exp | 148 | drivers/FPU-emu/reg_compare.c | ( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ? |
exp | 158 | drivers/FPU-emu/reg_compare.c | ( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ? |
exp | 167 | drivers/FPU-emu/reg_compare.c | ( ((st0_ptr->exp <= EXP_UNDER) || (b->exp <= EXP_UNDER)) ? |
exp | 47 | drivers/FPU-emu/reg_ld_str.c | unsigned long sigl, sigh, exp; |
exp | 53 | drivers/FPU-emu/reg_ld_str.c | exp = get_fs_word(4 + (unsigned short *) s); |
exp | 59 | drivers/FPU-emu/reg_ld_str.c | if (exp & 0x8000) |
exp | 63 | drivers/FPU-emu/reg_ld_str.c | exp &= 0x7fff; |
exp | 64 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = exp - EXTENDED_Ebias + EXP_BIAS; |
exp | 66 | drivers/FPU-emu/reg_ld_str.c | if ( exp == 0 ) |
exp | 80 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp++; |
exp | 87 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp++; |
exp | 92 | drivers/FPU-emu/reg_ld_str.c | else if ( exp == 0x7fff ) |
exp | 97 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = EXP_Infinity; |
exp | 102 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = EXP_NaN; |
exp | 131 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = EXP_NaN; |
exp | 142 | drivers/FPU-emu/reg_ld_str.c | int exp; |
exp | 155 | drivers/FPU-emu/reg_ld_str.c | exp = ((m64 & 0x7ff00000) >> 20) - DOUBLE_Ebias; |
exp | 157 | drivers/FPU-emu/reg_ld_str.c | if (exp > DOUBLE_Emax) |
exp | 165 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = EXP_Infinity; |
exp | 172 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = EXP_NaN; |
exp | 180 | drivers/FPU-emu/reg_ld_str.c | else if ( exp < DOUBLE_Emin ) |
exp | 194 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = DOUBLE_Emin + EXP_BIAS; |
exp | 205 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = exp + EXP_BIAS; |
exp | 220 | drivers/FPU-emu/reg_ld_str.c | int exp; |
exp | 239 | drivers/FPU-emu/reg_ld_str.c | exp = ((m32 & 0x7f800000) >> 23) - SINGLE_Ebias; |
exp | 241 | drivers/FPU-emu/reg_ld_str.c | if ( exp < SINGLE_Emin ) |
exp | 244 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = SINGLE_Emin + EXP_BIAS; |
exp | 251 | drivers/FPU-emu/reg_ld_str.c | else if ( exp > SINGLE_Emax ) |
exp | 259 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = EXP_Infinity; |
exp | 266 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = EXP_NaN; |
exp | 275 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = exp + EXP_BIAS; |
exp | 309 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = e; |
exp | 340 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = e; |
exp | 372 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = e; |
exp | 414 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = EXP_BIAS + 63; |
exp | 469 | drivers/FPU-emu/reg_ld_str.c | int exp; |
exp | 473 | drivers/FPU-emu/reg_ld_str.c | exp = tmp.exp - EXP_BIAS; |
exp | 475 | drivers/FPU-emu/reg_ld_str.c | if ( exp < DOUBLE_Emin ) /* It may be a denormal */ |
exp | 483 | drivers/FPU-emu/reg_ld_str.c | if ( st0_ptr->exp <= EXP_UNDER ) |
exp | 491 | drivers/FPU-emu/reg_ld_str.c | tmp.exp += -DOUBLE_Emin + 52; /* largest exp to be 51 */ |
exp | 553 | drivers/FPU-emu/reg_ld_str.c | exp++; |
exp | 554 | drivers/FPU-emu/reg_ld_str.c | if (exp >= EXP_OVER) |
exp | 576 | drivers/FPU-emu/reg_ld_str.c | if ( exp > DOUBLE_Emax ) |
exp | 594 | drivers/FPU-emu/reg_ld_str.c | l[1] |= (((exp+DOUBLE_Ebias) & 0x7ff) << 20); |
exp | 664 | drivers/FPU-emu/reg_ld_str.c | int exp; |
exp | 668 | drivers/FPU-emu/reg_ld_str.c | exp = tmp.exp - EXP_BIAS; |
exp | 670 | drivers/FPU-emu/reg_ld_str.c | if ( exp < SINGLE_Emin ) |
exp | 678 | drivers/FPU-emu/reg_ld_str.c | if ( st0_ptr->exp <= EXP_UNDER ) |
exp | 686 | drivers/FPU-emu/reg_ld_str.c | tmp.exp += -SINGLE_Emin + 23; /* largest exp to be 22 */ |
exp | 749 | drivers/FPU-emu/reg_ld_str.c | exp++; |
exp | 750 | drivers/FPU-emu/reg_ld_str.c | if ( exp >= EXP_OVER ) |
exp | 768 | drivers/FPU-emu/reg_ld_str.c | if ( exp > SINGLE_Emax ) |
exp | 783 | drivers/FPU-emu/reg_ld_str.c | templ |= ((exp+SINGLE_Ebias) & 0xff) << 23; |
exp | 1101 | drivers/FPU-emu/reg_ld_str.c | if (r->exp > EXP_BIAS + 63) |
exp | 1107 | drivers/FPU-emu/reg_ld_str.c | eax = shrxs(&r->sigl, EXP_BIAS + 63 - r->exp); |
exp | 1216 | drivers/FPU-emu/reg_ld_str.c | if ( regs[i].exp == EXP_BIAS - EXTENDED_Ebias ) |
exp | 1223 | drivers/FPU-emu/reg_ld_str.c | else if ( regs[i].exp == 0x7fff + EXP_BIAS - EXTENDED_Ebias ) |
exp | 1271 | drivers/FPU-emu/reg_ld_str.c | if ( regs[i].exp <= (EXP_BIAS - EXTENDED_Ebias) ) |
exp | 1385 | drivers/FPU-emu/reg_ld_str.c | e = rp->exp - EXP_BIAS + EXTENDED_Ebias; |
exp | 1426 | 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 | 72 | drivers/FPU-emu/reg_mul.c | if ( (b->tag == TW_Valid) && (b->exp <= EXP_UNDER) && |
exp | 88 | drivers/FPU-emu/reg_mul.c | if ( (a->tag == TW_Valid) && (a->exp <= EXP_UNDER) && |
exp | 207 | fs/select.c | fd_set res_ex, ex, *exp; |
exp | 222 | fs/select.c | exp = (fd_set *) get_fs_long(buffer++); |
exp | 226 | fs/select.c | (i = get_fd_set(n, exp, &ex))) return i; |
exp | 256 | fs/select.c | set_fd_set(n, exp, &res_ex); |
exp | 7 | include/linux/math_emu.h | long exp; |
exp | 74 | include/linux/sched.h | #define CALC_LOAD(load,exp,n) \ |
exp | 75 | include/linux/sched.h | load *= exp; \ |
exp | 76 | include/linux/sched.h | load += n*(FIXED_1-exp); \ |