tag | line | file | source code |
sigh | 9 | include/linux/math_emu.h | unsigned sigh; |
sigh | 135 | kernel/FPU-emu/errors.c | (long)(r->sigh >> 16), |
sigh | 136 | kernel/FPU-emu/errors.c | (long)(r->sigh & 0xFFFF), |
sigh | 150 | kernel/FPU-emu/errors.c | (long)(FPU_loaded_data.sigh >> 16), |
sigh | 151 | kernel/FPU-emu/errors.c | (long)(FPU_loaded_data.sigh & 0xFFFF), |
sigh | 320 | kernel/FPU-emu/errors.c | dest->sigh |= 0x40000000; |
sigh | 38 | kernel/FPU-emu/fpu_aux.c | regs[r].sigh = 0; |
sigh | 91 | kernel/FPU-emu/fpu_etc.c | if (FPU_st0_ptr->sigh & 0x80000000) |
sigh | 37 | kernel/FPU-emu/fpu_trig.c | if ( tmp.sigh & 0x80000000 ) |
sigh | 64 | kernel/FPU-emu/fpu_trig.c | dest->sigh = num; |
sigh | 77 | kernel/FPU-emu/fpu_trig.c | if ( !(FPU_st0_ptr->sigh & 0x40000000) ) /* Signaling ? */ |
sigh | 81 | kernel/FPU-emu/fpu_trig.c | FPU_st0_ptr->sigh |= 0x40000000; |
sigh | 234 | kernel/FPU-emu/fpu_trig.c | if ( !(FPU_st0_ptr->sigh & 0x40000000) ) /* Signaling ? */ |
sigh | 238 | kernel/FPU-emu/fpu_trig.c | FPU_st0_ptr->sigh |= 0x40000000; |
sigh | 629 | kernel/FPU-emu/fpu_trig.c | (FPU_st0_ptr->sigh == 0x80000000) && |
sigh | 795 | kernel/FPU-emu/fpu_trig.c | if ( !(st1_ptr->sigh & 0x40000000) ) |
sigh | 797 | kernel/FPU-emu/fpu_trig.c | st1_ptr->sigh |= 0x40000000; /* QNaN */ |
sigh | 75 | kernel/FPU-emu/poly_2xm1.c | *(((unsigned *)&Xll)+1) = arg->sigh; |
sigh | 80 | kernel/FPU-emu/poly_atan.c | (arg->sigl == 0) && (arg->sigh == 0x80000000) ) |
sigh | 93 | kernel/FPU-emu/poly_atan.c | if ( (exponent >= -1) || (arg->sigh > 0xd413ccd0) ) |
sigh | 113 | kernel/FPU-emu/poly_atan.c | denom.sigh |= 0x80000000; /* 1 + arg */ |
sigh | 204 | kernel/FPU-emu/poly_atan.c | src->sigh |= 0x80000000; |
sigh | 56 | kernel/FPU-emu/poly_l2.c | if ( arg->sigh > (unsigned)0xb504f334 ) |
sigh | 71 | kernel/FPU-emu/poly_l2.c | num.sigh = arg->sigh; |
sigh | 75 | kernel/FPU-emu/poly_l2.c | num.sigh <<= 1; |
sigh | 76 | kernel/FPU-emu/poly_l2.c | if ( num.sigl & 0x80000000 ) num.sigh |= 1; |
sigh | 80 | kernel/FPU-emu/poly_l2.c | denom.sigh = num.sigh; |
sigh | 82 | kernel/FPU-emu/poly_l2.c | denom.sigh += 0x80000000; /* set the msb */ |
sigh | 86 | kernel/FPU-emu/poly_l2.c | zero = !(Xx.sigh | Xx.sigl); |
sigh | 156 | kernel/FPU-emu/poly_l2.c | if ( Xx.sigh > accum.sigh ) |
sigh | 161 | kernel/FPU-emu/poly_l2.c | accum.sigh |= 0x80000000; |
sigh | 175 | kernel/FPU-emu/poly_l2.c | if ( accum.sigl | accum.sigh ) |
sigh | 206 | kernel/FPU-emu/poly_l2.c | accum.sigh |= 0x80000000; |
sigh | 252 | kernel/FPU-emu/poly_l2.c | (local_arg.sigh > (unsigned)0xafb0ccc0) ) |
sigh | 68 | kernel/FPU-emu/poly_sin.c | if ( (exponent == 0) && (arg->sigl == 0) && (arg->sigh == 0x80000000) ) |
sigh | 80 | kernel/FPU-emu/poly_sin.c | Xx.sigh = arg->sigh; |
sigh | 118 | kernel/FPU-emu/poly_sin.c | result->sigh = accum.sigh; |
sigh | 130 | kernel/FPU-emu/poly_sin.c | || (result->sigh != 0x80000000) /* Much > 1.0 */ |
sigh | 136 | kernel/FPU-emu/poly_sin.c | result->sigh, result->sigl); |
sigh | 146 | kernel/FPU-emu/poly_sin.c | result->sigh, result->sigl); |
sigh | 77 | kernel/FPU-emu/poly_tan.c | (arg->sigl == 0) && (arg->sigh == 0x80000000) ) |
sigh | 44 | kernel/FPU-emu/reg_add_sub.c | diff = a->sigh - b->sigh; /* Works only if ms bits are identical */ |
sigh | 127 | kernel/FPU-emu/reg_add_sub.c | diff = a->sigh - b->sigh; /* Works only if ms bits are identical */ |
sigh | 72 | kernel/FPU-emu/reg_compare.c | if ( ((FPU_st0_ptr->tag == TW_NaN) && !(FPU_st0_ptr->sigh & 0x40000000)) |
sigh | 73 | kernel/FPU-emu/reg_compare.c | || ((b->tag == TW_NaN) && !(b->sigh & 0x40000000)) ) |
sigh | 85 | kernel/FPU-emu/reg_compare.c | if (!(FPU_st0_ptr->sigh & 0x80000000)) EXCEPTION(EX_Invalid); |
sigh | 86 | kernel/FPU-emu/reg_compare.c | if (!(b->sigh & 0x80000000)) EXCEPTION(EX_Invalid); |
sigh | 95 | kernel/FPU-emu/reg_compare.c | diff = FPU_st0_ptr->sigh - b->sigh; /* Works only if ms bits are |
sigh | 49 | kernel/FPU-emu/reg_ld_str.c | unsigned long sigl, sigh, exp; |
sigh | 55 | kernel/FPU-emu/reg_ld_str.c | sigh = get_fs_long(1 + (unsigned long *) s); |
sigh | 60 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.sigh = sigh; |
sigh | 69 | kernel/FPU-emu/reg_ld_str.c | if ( !(FPU_loaded_data.sigl | FPU_loaded_data.sigh) ) |
sigh | 80 | kernel/FPU-emu/reg_ld_str.c | if ( (FPU_loaded_data.sigh == 0x80000000) |
sigh | 86 | kernel/FPU-emu/reg_ld_str.c | if ( !(FPU_loaded_data.sigh & 0x80000000) ) |
sigh | 137 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.sigh = (m64 << 11) | 0x80000000; |
sigh | 138 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.sigh |= l64 >> 21; |
sigh | 159 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.sigh = m64 << 11; |
sigh | 160 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.sigh |= l64 >> 21; |
sigh | 170 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.sigh = (m64 << 11) | 0x80000000; |
sigh | 171 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.sigh |= l64 >> 21; |
sigh | 209 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.sigh = m32; |
sigh | 229 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.sigh = m32 | 0x80000000; |
sigh | 237 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.sigh = m32 | 0x80000000; |
sigh | 298 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.sigh = s; |
sigh | 328 | kernel/FPU-emu/reg_ld_str.c | FPU_loaded_data.sigh = s << 16; |
sigh | 412 | kernel/FPU-emu/reg_ld_str.c | ms = FPU_st0_ptr->sigh; |
sigh | 424 | kernel/FPU-emu/reg_ld_str.c | ms = tmp.sigh; |
sigh | 444 | kernel/FPU-emu/reg_ld_str.c | ms = FPU_st0_ptr->sigh; |
sigh | 461 | kernel/FPU-emu/reg_ld_str.c | ms = FPU_st0_ptr->sigh; |
sigh | 543 | kernel/FPU-emu/reg_ld_str.c | if ( tmp.sigh == 0xffffffff ) |
sigh | 546 | kernel/FPU-emu/reg_ld_str.c | tmp.sigh = 0x80000000; |
sigh | 553 | kernel/FPU-emu/reg_ld_str.c | tmp.sigh ++; |
sigh | 565 | kernel/FPU-emu/reg_ld_str.c | l[0] = (tmp.sigl >> 11) | (tmp.sigh << 21); |
sigh | 566 | kernel/FPU-emu/reg_ld_str.c | l[1] = ((tmp.sigh >> 11) & 0xfffff); |
sigh | 594 | kernel/FPU-emu/reg_ld_str.c | l[1] = tmp.sigh; |
sigh | 628 | kernel/FPU-emu/reg_ld_str.c | l[0] = (FPU_st0_ptr->sigl >> 11) | (FPU_st0_ptr->sigh << 21); |
sigh | 629 | kernel/FPU-emu/reg_ld_str.c | l[1] = ((FPU_st0_ptr->sigh >> 11) & 0xfffff); |
sigh | 690 | kernel/FPU-emu/reg_ld_str.c | if ( tmp.sigl | (tmp.sigh & 0x000000ff) ) |
sigh | 693 | kernel/FPU-emu/reg_ld_str.c | unsigned long sigh = tmp.sigh; |
sigh | 699 | kernel/FPU-emu/reg_ld_str.c | increment = ((sigh & 0xff) > 0x80) /* more than half */ |
sigh | 700 | kernel/FPU-emu/reg_ld_str.c | || (((sigh & 0xff) == 0x80) && sigl) /* more than half */ |
sigh | 701 | kernel/FPU-emu/reg_ld_str.c | || ((sigh & 0x180) == 0x180); /* round to even */ |
sigh | 704 | kernel/FPU-emu/reg_ld_str.c | increment = (tmp.sign == SIGN_POS) ? 0 : (sigl | (sigh & 0xff)); |
sigh | 707 | kernel/FPU-emu/reg_ld_str.c | increment = (tmp.sign == SIGN_POS) ? (sigl | (sigh & 0xff)) : 0; |
sigh | 719 | kernel/FPU-emu/reg_ld_str.c | if ( sigh >= 0xffffff00 ) |
sigh | 722 | kernel/FPU-emu/reg_ld_str.c | tmp.sigh = 0x80000000; |
sigh | 729 | kernel/FPU-emu/reg_ld_str.c | tmp.sigh &= 0xffffff00; |
sigh | 730 | kernel/FPU-emu/reg_ld_str.c | tmp.sigh += 0x100; |
sigh | 734 | kernel/FPU-emu/reg_ld_str.c | tmp.sigh &= 0xffffff00; /* Finish the truncation */ |
sigh | 737 | kernel/FPU-emu/reg_ld_str.c | templ = (tmp.sigh >> 8) & 0x007fffff; |
sigh | 792 | kernel/FPU-emu/reg_ld_str.c | templ = FPU_st0_ptr->sigh >> 8; |
sigh | 869 | kernel/FPU-emu/reg_ld_str.c | ((long *)&tll)[1] = t.sigh; |
sigh | 870 | kernel/FPU-emu/reg_ld_str.c | if ( (t.sigh & 0x80000000) && |
sigh | 871 | kernel/FPU-emu/reg_ld_str.c | !((t.sigh == 0x80000000) && (t.sigl == 0) && (t.sign == SIGN_NEG)) ) |
sigh | 924 | kernel/FPU-emu/reg_ld_str.c | if (t.sigh || |
sigh | 977 | kernel/FPU-emu/reg_ld_str.c | if (t.sigh || |
sigh | 1032 | kernel/FPU-emu/reg_ld_str.c | if ( (t.sigh > 0x0de0b6b3) || |
sigh | 1033 | kernel/FPU-emu/reg_ld_str.c | ((t.sigh == 0x0de0b6b3) && (t.sigl > 0xa763ffff)) ) |
sigh | 1091 | kernel/FPU-emu/reg_ld_str.c | r->sigl = r->sigh = ~0; /* The largest representable number */ |
sigh | 1096 | kernel/FPU-emu/reg_ld_str.c | very_big = !(~(r->sigh) | ~(r->sigl)); /* test for 0xfff...fff */ |
sigh | 1286 | kernel/FPU-emu/reg_ld_str.c | put_fs_long(rp->sigh, (unsigned long *) (d+i*10+6)); |
sigh | 1298 | kernel/FPU-emu/reg_ld_str.c | put_fs_long(tmp.sigh, (unsigned long *) (d+i*10+6)); |
sigh | 1315 | kernel/FPU-emu/reg_ld_str.c | put_fs_long(rp->sigh, (unsigned long *) (d+i*10+6)); |
sigh | 1339 | kernel/FPU-emu/reg_ld_str.c | put_fs_long(rp->sigh, (unsigned long *) (d+i*10+6)); |
sigh | 1348 | kernel/FPU-emu/reg_ld_str.c | put_fs_long(rp->sigh, (unsigned long *) (d+i*10+6)); |