Searched refs:sigh (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dreg_convert.c29 if (x->sigh & 0x80000000) {
41 if (!(x->sigh & 0x80000000)) {
H A Dreg_ld_str.c58 if (!(ptr->sigh | ptr->sigl)) {
70 if (!(ptr->sigh & 0x80000000)) {
112 loaded_data->sigh = 0x80000000;
119 loaded_data->sigh = (m64 << 11) | 0x80000000;
120 loaded_data->sigh |= l64 >> 21;
133 loaded_data->sigh = m64 << 11;
134 loaded_data->sigh |= l64 >> 21;
142 loaded_data->sigh = (m64 << 11) | 0x80000000;
143 loaded_data->sigh |= l64 >> 21;
177 loaded_data->sigh
605 unsigned long sigh = tmp.sigh; local
[all...]
H A Derrors.c155 (long)(r->sigh >> 16),
156 (long)(r->sigh & 0xFFFF),
346 isNaN = (exponent(a) == EXP_OVER) && (a->sigh & 0x80000000);
350 signalling = isNaN && !(a->sigh & 0x40000000);
367 if (!(a->sigh & 0x80000000)) { /* pseudo-NaN ? */
371 a->sigh |= 0x40000000;
398 && (a->sigh & 0x80000000)))
400 && !((exponent(b) == EXP_OVER) && (b->sigh & 0x80000000)));
414 signalling = !(a->sigh & b->sigh
[all...]
H A Dreg_compare.c94 (st0_ptr->sigh & 0xc0000000) == 0x80000000;
97 sigh & 0x80000000));
101 (b->sigh & 0xc0000000) == 0x80000000;
103 && (b->sigh & 0x80000000));
134 if (!(st0_ptr->sigh & 0x80000000))
136 if (!(b->sigh & 0x80000000))
142 diff = st0_ptr->sigh - b->sigh; /* Works only if ms bits are
H A Dfpu_tags.c69 else if ((ptr->sigh == 0x80000000) && (ptr->sigl == 0))
77 && !((ptr->sigh == 0x80000000) && (ptr->sigl == 0)));
H A Dreg_add_sub.c60 diff = a->sigh - b->sigh; /* This works only if the ms bits
171 diff = a->sigh - b->sigh; /* Works only if ms bits are identical */
294 if ((tagb == TW_Denormal) && (b->sigh & 0x80000000)) {
306 if ((taga == TW_Denormal) && (a->sigh & 0x80000000)) {
H A Dpoly_atan.c78 ((st0_ptr->sigh < st1_ptr->sigh) ||
79 ((st0_ptr->sigh == st1_ptr->sigh) &&
H A Dfpu_trig.c126 ((st0_ptr->sigh > CONST_PI2.sigh)
127 || ((st0_ptr->sigh == CONST_PI2.sigh)
170 dest->sigh = num;
198 && (st0_ptr->sigh & 0x80000000);
199 if (isNaN && !(st0_ptr->sigh & 0x40000000)) { /* Signaling ? */
204 st0_ptr->sigh |= 0x40000000;
836 && (tmp.sigh & 0xc0000000)) {
911 if (!(tmp.sigh | tm
[all...]
H A Dfpu_etc.c108 if ((st0_ptr->sigh & 0x80000000)
H A Dpoly_sin.c72 || ((exponent == -1) && (st0_ptr->sigh <= 0xe21240aa))) {
75 argSqrd.msw = st0_ptr->sigh;
222 || ((exponent == -1) && (st0_ptr->sigh <= 0xb00d6f54))) {
225 argSqrd.msw = st0_ptr->sigh;
H A Dpoly_l2.c37 if (st0_ptr->sigh > (unsigned)0xb504f334) {
45 x.sigh = st0_ptr->sigh - 0x80000000;
H A Dpoly_tan.c69 || ((exponent == -1) && (st0_ptr->sigh > 0xc90fdaa2))) {
H A Dfpu_emu.h119 unsigned sigh; member in struct:fpu__reg
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dptrace.c248 static int ignoring_children(struct sighand_struct *sigh) argument
251 spin_lock(&sigh->siglock);
252 ret = (sigh->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) ||
253 (sigh->action[SIGCHLD-1].sa.sa_flags & SA_NOCLDWAIT);
254 spin_unlock(&sigh->siglock);
H A Dfork.c1573 struct sighand_struct *sigh = current->sighand; local
1575 if ((unshare_flags & CLONE_SIGHAND) && atomic_read(&sigh->count) > 1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/firmware/keyspan_pda/
H A Dkeyspan_pda.S946 ;; sigh. These strings are Unicode, meaning UTF16? 2 bytes each. Now
H A Dxircom_pgs.S1014 ;; sigh. These strings are Unicode, meaning UTF16? 2 bytes each. Now

Completed in 201 milliseconds