Searched refs:sigh (Results 1 – 21 of 21) sorted by relevance
58 if (!(ptr->sigh | ptr->sigl)) { in FPU_tagof()70 if (!(ptr->sigh & 0x80000000)) { in FPU_tagof()112 loaded_data->sigh = 0x80000000; in FPU_load_double()119 loaded_data->sigh = (m64 << 11) | 0x80000000; in FPU_load_double()120 loaded_data->sigh |= l64 >> 21; in FPU_load_double()133 loaded_data->sigh = m64 << 11; in FPU_load_double()134 loaded_data->sigh |= l64 >> 21; in FPU_load_double()142 loaded_data->sigh = (m64 << 11) | 0x80000000; in FPU_load_double()143 loaded_data->sigh |= l64 >> 21; in FPU_load_double()177 loaded_data->sigh = m32; in FPU_load_single()[all …]
190 (long)(r->sigh >> 16), in FPU_printall()191 (long)(r->sigh & 0xFFFF), in FPU_printall()381 isNaN = (exponent(a) == EXP_OVER) && (a->sigh & 0x80000000); in real_1op_NaN()385 signalling = isNaN && !(a->sigh & 0x40000000); in real_1op_NaN()402 if (!(a->sigh & 0x80000000)) { /* pseudo-NaN ? */ in real_1op_NaN()406 a->sigh |= 0x40000000; in real_1op_NaN()433 && (a->sigh & 0x80000000))) in real_2op_NaN()435 && !((exponent(b) == EXP_OVER) && (b->sigh & 0x80000000))); in real_2op_NaN()449 signalling = !(a->sigh & b->sigh & 0x40000000); in real_2op_NaN()459 signalling = !(a->sigh & 0x40000000); in real_2op_NaN()[all …]
94 (st0_ptr->sigh & 0xc0000000) == 0x80000000; in compare()97 sigh & 0x80000000)); in compare()101 (b->sigh & 0xc0000000) == 0x80000000; in compare()103 && (b->sigh & 0x80000000)); in compare()134 if (!(st0_ptr->sigh & 0x80000000)) in compare()136 if (!(b->sigh & 0x80000000)) in compare()142 diff = st0_ptr->sigh - b->sigh; /* Works only if ms bits are in compare()
29 if (x->sigh & 0x80000000) { in FPU_to_exp16()41 if (!(x->sigh & 0x80000000)) { in FPU_to_exp16()
60 diff = a->sigh - b->sigh; /* This works only if the ms bits in FPU_add()171 diff = a->sigh - b->sigh; /* Works only if ms bits are identical */ in FPU_sub()294 if ((tagb == TW_Denormal) && (b->sigh & 0x80000000)) { in add_sub_specials()306 if ((taga == TW_Denormal) && (a->sigh & 0x80000000)) { in add_sub_specials()
78 ((st0_ptr->sigh < st1_ptr->sigh) || in poly_atan()79 ((st0_ptr->sigh == st1_ptr->sigh) && in poly_atan()
126 ((st0_ptr->sigh > CONST_PI2.sigh) in trig_arg()127 || ((st0_ptr->sigh == CONST_PI2.sigh) in trig_arg()170 dest->sigh = num; in convert_l2reg()198 && (st0_ptr->sigh & 0x80000000); in single_arg_2_error()199 if (isNaN && !(st0_ptr->sigh & 0x40000000)) { /* Signaling ? */ in single_arg_2_error()204 st0_ptr->sigh |= 0x40000000; in single_arg_2_error()836 && (tmp.sigh & 0xc0000000)) { in do_fprem()911 if (!(tmp.sigh | tmp.sigl)) { in do_fprem()1039 if ((st0_ptr->sigh == 0x80000000) in fyl2x()1045 exponent.sigh = e; in fyl2x()[all …]
69 else if ((ptr->sigh == 0x80000000) && (ptr->sigl == 0)) in FPU_Special()77 && !((ptr->sigh == 0x80000000) && (ptr->sigl == 0))); in isNaN()
72 || ((exponent == -1) && (st0_ptr->sigh <= 0xe21240aa))) { in poly_sine()75 argSqrd.msw = st0_ptr->sigh; in poly_sine()222 || ((exponent == -1) && (st0_ptr->sigh <= 0xb00d6f54))) { in poly_cos()225 argSqrd.msw = st0_ptr->sigh; in poly_cos()
37 if (st0_ptr->sigh > (unsigned)0xb504f334) { in poly_l2()45 x.sigh = st0_ptr->sigh - 0x80000000; in poly_l2()
108 if ((st0_ptr->sigh & 0x80000000) in fxam()
69 || ((exponent == -1) && (st0_ptr->sigh > 0xc90fdaa2))) { in poly_tan()
119 unsigned sigh; member
405 static int ignoring_children(struct sighand_struct *sigh) in ignoring_children() argument408 spin_lock(&sigh->siglock); in ignoring_children()409 ret = (sigh->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) || in ignoring_children()410 (sigh->action[SIGCHLD-1].sa.sa_flags & SA_NOCLDWAIT); in ignoring_children()411 spin_unlock(&sigh->siglock); in ignoring_children()
102 promise anything. (sigh...)
233 // CC_SCRATCH[0]: chipset (PMC_BOOT_0 read returns 0x0bad0bad... sigh)
186 // CC_SCRATCH[0]: chipset (PMC_BOOT_0 read returns 0x0bad0bad... sigh)
1073 ;; sigh. These strings are Unicode, meaning UTF16? 2 bytes each. Now
1141 ;; sigh. These strings are Unicode, meaning UTF16? 2 bytes each. Now
20 didn't even have to install the patch. <sigh>
725 interrupt, abort never finishes, sigh...