Searched refs:sigh (Results 1 – 16 of 16) sorted by relevance
178 loaded_data->sigh = m32; in FPU_load_single()262 loaded_data->sigh = s; in FPU_load_int32()291 loaded_data->sigh = s << 16; in FPU_load_int16()418 l[1] = tmp.sigh; in FPU_store_double()456 tmp.sigh++; in FPU_store_double()517 sigh << 21); in FPU_store_double()606 unsigned long sigh = tmp.sigh; in FPU_store_single() local641 tmp.sigh += 0x100; in FPU_store_single()822 if (t.sigh || in FPU_store_int32()868 if (t.sigh || in FPU_store_int16()[all …]
193 (long)(r->sigh >> 16), in FPU_printall()194 (long)(r->sigh & 0xFFFF), in FPU_printall()382 signalling = isNaN && !(a->sigh & 0x40000000); in real_1op_NaN()399 if (!(a->sigh & 0x80000000)) { /* pseudo-NaN ? */ in real_1op_NaN()403 a->sigh |= 0x40000000; in real_1op_NaN()430 && (a->sigh & 0x80000000))) in real_2op_NaN()446 signalling = !(a->sigh & b->sigh & 0x40000000); in real_2op_NaN()456 signalling = !(a->sigh & 0x40000000); in real_2op_NaN()463 signalling = !(b->sigh & 0x40000000); in real_2op_NaN()478 if (!(x->sigh & 0x80000000)) /* pseudo-NaN ? */ in real_2op_NaN()[all …]
95 (st0_ptr->sigh & 0xc0000000) == 0x80000000; in compare()98 sigh & 0x80000000)); in compare()102 (b->sigh & 0xc0000000) == 0x80000000; in compare()104 && (b->sigh & 0x80000000)); in compare()135 if (!(st0_ptr->sigh & 0x80000000)) in compare()137 if (!(b->sigh & 0x80000000)) in compare()143 diff = st0_ptr->sigh - b->sigh; /* Works only if ms bits are in compare()
61 diff = a->sigh - b->sigh; /* This works only if the ms bits in FPU_add()172 diff = a->sigh - b->sigh; /* Works only if ms bits are identical */ in FPU_sub()295 if ((tagb == TW_Denormal) && (b->sigh & 0x80000000)) { in add_sub_specials()307 if ((taga == TW_Denormal) && (a->sigh & 0x80000000)) { in add_sub_specials()
30 if (x->sigh & 0x80000000) { in FPU_to_exp16()42 if (!(x->sigh & 0x80000000)) { in FPU_to_exp16()
79 ((st0_ptr->sigh < st1_ptr->sigh) || in poly_atan()80 ((st0_ptr->sigh == st1_ptr->sigh) && in poly_atan()
127 ((st0_ptr->sigh > CONST_PI2.sigh) in trig_arg()128 || ((st0_ptr->sigh == CONST_PI2.sigh) in trig_arg()171 dest->sigh = num; in convert_l2reg()199 && (st0_ptr->sigh & 0x80000000); in single_arg_2_error()205 st0_ptr->sigh |= 0x40000000; in single_arg_2_error()842 && (tmp.sigh & 0xc0000000)) { in do_fprem()917 if (!(tmp.sigh | tmp.sigl)) { in do_fprem()1045 if ((st0_ptr->sigh == 0x80000000) in fyl2x()1051 exponent.sigh = e; in fyl2x()1054 exponent.sigh = -e; in fyl2x()[all …]
73 || ((exponent == -1) && (st0_ptr->sigh <= 0xe21240aa))) { in poly_sine()76 argSqrd.msw = st0_ptr->sigh; in poly_sine()223 || ((exponent == -1) && (st0_ptr->sigh <= 0xb00d6f54))) { in poly_cos()226 argSqrd.msw = st0_ptr->sigh; in poly_cos()
70 else if ((ptr->sigh == 0x80000000) && (ptr->sigl == 0)) in FPU_Special()78 && !((ptr->sigh == 0x80000000) && (ptr->sigl == 0))); in isNaN()
38 if (st0_ptr->sigh > (unsigned)0xb504f334) { in poly_l2()46 x.sigh = st0_ptr->sigh - 0x80000000; in poly_l2()
109 if ((st0_ptr->sigh & 0x80000000) in fxam()
70 || ((exponent == -1) && (st0_ptr->sigh > 0xc90fdaa2))) { in poly_tan()
120 unsigned sigh; member
532 static int ignoring_children(struct sighand_struct *sigh) in ignoring_children() argument535 spin_lock(&sigh->siglock); in ignoring_children()536 ret = (sigh->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) || in ignoring_children()537 (sigh->action[SIGCHLD-1].sa.sa_flags & SA_NOCLDWAIT); in ignoring_children()538 spin_unlock(&sigh->siglock); in ignoring_children()
100 glitches and he makes a mistake. He sighs a heavy sigh, and marks it
27 didn't even have to install the patch. <sigh>
Completed in 52 milliseconds