Searched refs:guardbit (Results 1 - 8 of 8) 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
67 Sgl_denormalize(opnd,exponent,guardbit,stickybit,inexact);
81 if (guardbit && (stickybit ||
102 boolean guardbit = FALSE, stickybit, inexact; local
109 Dbl_denormalize(opndp1,opndp2,exponent,guardbit,stickybit,inexact);
123 if (guardbit && (stickybit ||
H A Dsfsqrt.c60 register boolean guardbit = FALSE, even_exponent; local
154 guardbit = Sgl_lowmantissa(result);
163 /* stickybit is always true, so guardbit
165 if (guardbit) {
H A Dfcnvff.c149 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; local
197 Dbl_to_sgl_mantissa(srcp1,srcp2,dest_mantissa,inexact,guardbit,
208 guardbit,stickybit,lsb_odd);
215 dest_mantissa,inexact,guardbit,stickybit,lsb_odd,
231 if (guardbit) {
H A Ddfdiv.c56 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; local
259 if (Dbl_iszero_sign(opnd1p1)) guardbit = TRUE;
262 inexact = guardbit | stickybit;
279 if (guardbit && (stickybit ||
349 if (guardbit && (stickybit ||
364 Dbl_denormalize(opnd3p1,opnd3p2,dest_exponent,guardbit,
381 if (guardbit && (stickybit ||
H A Ddfmpy.c59 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; local
253 guardbit = (Dallp2(opnd3p2) << 24) >> 31;
254 inexact = guardbit | stickybit;
274 if (guardbit) {
344 if (guardbit && (stickybit ||
359 Dbl_denormalize(opnd3p1,opnd3p2,dest_exponent,guardbit,
376 if (guardbit && (stickybit ||
H A Dsfdiv.c55 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; local
253 if (Sgl_iszero_sign(opnd1)) guardbit = TRUE;
256 inexact = guardbit | stickybit;
273 if (guardbit) {
343 if (guardbit && (stickybit ||
358 Sgl_denormalize(opnd3,dest_exponent,guardbit,stickybit,inexact);
374 if (guardbit && (stickybit ||
H A Dsfmpy.c58 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; local
239 guardbit = Sbit24(opnd3);
240 inexact = guardbit | stickybit;
260 if (guardbit) {
330 if (guardbit && (stickybit ||
345 Sgl_denormalize(opnd3,dest_exponent,guardbit,stickybit,inexact);
361 if (guardbit && (stickybit ||
H A Ddfsqrt.c60 register boolean guardbit = FALSE, even_exponent; local
162 guardbit = Dbl_lowmantissap2(resultp2);
171 /* stickybit is always true, so guardbit
173 if (guardbit) {

Completed in 59 milliseconds