Searched refs:stickybit (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/math-emu/
H A Ddenormal.c61 boolean guardbit = FALSE, stickybit, inexact; local
64 stickybit = *inexactflag;
67 Sgl_denormalize(opnd,exponent,guardbit,stickybit,inexact);
81 if (guardbit && (stickybit ||
102 boolean guardbit = FALSE, stickybit, inexact; local
106 stickybit = *inexactflag;
109 Dbl_denormalize(opndp1,opndp2,exponent,guardbit,stickybit,inexact);
123 if (guardbit && (stickybit ||
H A Ddfmpy.c59 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; local
217 stickybit |= Dlow4p2(opnd3p2);
252 stickybit |= Dallp2(opnd3p2) << 25;
254 inexact = guardbit | stickybit;
275 if (stickybit || Dbl_isone_lowmantissap2(opnd3p2))
344 if (guardbit && (stickybit ||
358 stickybit = inexact;
360 stickybit,inexact);
376 if (guardbit && (stickybit ||
H A Dsfmpy.c58 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; local
214 stickybit |= Slow4(opnd3);
238 stickybit |= Sgl_all(opnd3) << (SGL_BITLENGTH - SGL_EXP_LENGTH + 1);
240 inexact = guardbit | stickybit;
261 if (stickybit || Sgl_isone_lowmantissa(opnd3))
330 if (guardbit && (stickybit ||
344 stickybit = inexact;
345 Sgl_denormalize(opnd3,dest_exponent,guardbit,stickybit,inexact);
361 if (guardbit && (stickybit ||
H A Ddfdiv.c56 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; local
260 stickybit = Dbl_allp1(opnd1p1) || Dbl_allp2(opnd1p2);
262 inexact = guardbit | stickybit;
279 if (guardbit && (stickybit ||
349 if (guardbit && (stickybit ||
363 stickybit = inexact;
365 stickybit,inexact);
381 if (guardbit && (stickybit ||
H A Dsfdiv.c55 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; local
254 stickybit = Sgl_all(opnd1);
256 inexact = guardbit | stickybit;
274 if (stickybit || Sgl_isone_lowmantissa(opnd3))
343 if (guardbit && (stickybit ||
357 stickybit = inexact;
358 Sgl_denormalize(opnd3,dest_exponent,guardbit,stickybit,inexact);
374 if (guardbit && (stickybit ||
H A Dfcnvff.c149 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; local
198 stickybit,lsb_odd);
208 guardbit,stickybit,lsb_odd);
215 dest_mantissa,inexact,guardbit,stickybit,lsb_odd,
232 if (stickybit || lsb_odd) dest_mantissa++;

Completed in 68 milliseconds