Lines Matching defs:sigh
59 if (!(ptr->sigh | ptr->sigl)) {
71 if (!(ptr->sigh & 0x80000000)) {
113 loaded_data->sigh = 0x80000000;
120 loaded_data->sigh = (m64 << 11) | 0x80000000;
121 loaded_data->sigh |= l64 >> 21;
134 loaded_data->sigh = m64 << 11;
135 loaded_data->sigh |= l64 >> 21;
143 loaded_data->sigh = (m64 << 11) | 0x80000000;
144 loaded_data->sigh |= l64 >> 21;
178 loaded_data->sigh = m32;
187 loaded_data->sigh = 0x80000000;
194 loaded_data->sigh = m32 | 0x80000000;
199 loaded_data->sigh = m32 | 0x80000000;
262 loaded_data->sigh = s;
291 loaded_data->sigh = s << 16;
351 FPU_put_user(st0_ptr->sigh,
403 ((tmp.sigh == 0x00100000) && (tmp.sigl == 0)
418 l[1] = tmp.sigh;
449 if (tmp.sigh == 0xffffffff) {
450 /* The sigh part overflows */
451 tmp.sigh = 0x80000000;
456 tmp.sigh++;
467 l[0] = (tmp.sigl >> 11) | (tmp.sigh << 21);
468 l[1] = ((tmp.sigh >> 11) & 0xfffff);
513 && (st0_ptr->sigh & 0x80000000)) {
517 sigh << 21);
518 l[1] = ((st0_ptr->sigh >> 11) & 0xfffff);
519 if (!(st0_ptr->sigh & 0x40000000)) {
589 ((st0_ptr->sigh & 0x000000ff)
605 if (tmp.sigl | (tmp.sigh & 0x000000ff)) {
606 unsigned long sigh = tmp.sigh;
612 increment = ((sigh & 0xff) > 0x80) /* more than half */
613 ||(((sigh & 0xff) == 0x80) && sigl) /* more than half */
614 ||((sigh & 0x180) == 0x180); /* round to even */
618 ? 0 : (sigl | (sigh & 0xff));
622 ? (sigl | (sigh & 0xff)) : 0;
633 if (sigh >= 0xffffff00) {
634 /* The sigh part overflows */
635 tmp.sigh = 0x80000000;
640 tmp.sigh &= 0xffffff00;
641 tmp.sigh += 0x100;
644 tmp.sigh &= 0xffffff00; /* Finish the truncation */
649 templ = (tmp.sigh >> 8) & 0x007fffff;
695 && (st0_ptr->sigh & 0x80000000)) {
697 templ = st0_ptr->sigh >> 8;
698 if (!(st0_ptr->sigh & 0x40000000)) {
774 ((long *)&tll)[1] = t.sigh;
776 ((t.sigh & 0x80000000) &&
777 !((t.sigh == 0x80000000) && (t.sigl == 0) && signnegative(&t)))) {
822 if (t.sigh ||
868 if (t.sigh ||
920 if ((t.sigh > 0x0de0b6b3) ||
921 ((t.sigh == 0x0de0b6b3) && (t.sigl > 0xa763ffff))) {
982 r->sigl = r->sigh = ~0; /* The largest representable number */
987 very_big = !(~(r->sigh) | ~(r->sigl)); /* test for 0xfff...fff */
1101 sigh))
1108 } else if (fpu_register(i).sigh & 0x80000000)