Searched refs:sticky (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/math-emu/
H A Ddp_tint.c64 int sticky; local
70 sticky = residue != 0;
76 sticky = (residue << 1) != 0;
84 if (round && (sticky || odd))
90 if ((round || sticky) && !xs)
94 if ((round || sticky) && xs)
104 if (round || sticky)
H A Ddp_tlong.c66 int sticky; local
72 sticky = residue != 0;
82 sticky = (residue << 1) != 0;
88 if (round && (sticky || odd))
94 if ((round || sticky) && !xs)
98 if ((round || sticky) && xs)
107 if (round || sticky)
H A Dsp_tint.c67 int sticky; local
73 sticky = residue != 0;
83 sticky = (residue << 1) != 0;
89 if (round && (sticky || odd))
95 if ((round || sticky) && !xs)
99 if ((round || sticky) && xs)
108 if (round || sticky)
H A Dsp_tlong.c66 int sticky; local
72 sticky = residue != 0;
78 sticky = (residue << 1) != 0;
84 if (round && (sticky || odd))
90 if ((round || sticky) && !xs)
94 if ((round || sticky) && xs)
103 if (round || sticky)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/math-emu/
H A Dsgl_float.h302 #define Sgl_denormalize(opnd,exponent,guard,sticky,inexact) \
306 if (exponent < 0) sticky |= Sall(opnd) << (32+exponent); \
307 inexact = guard | sticky; \
312 sticky |= Sall(opnd); \
313 inexact = sticky; \
349 {int shiftamt, sticky; \
351 sticky = 0; \
354 sticky = Sextallp2(srcdstB) << 32 - (shiftamt); \
361 sticky = (Sextallp1(srcdstA) << 32 - (shiftamt)) | \
365 sticky
[all...]
H A Dcnv_float.h101 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \
104 sticky = Dallp2(srcB)<<4; \
105 inexact = guard | sticky; \
108 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \
115 sticky = inexact << 1; \
137 if (guard && (sticky || odd)) { \
148 sticky = inexact; \
158 sticky = inexact << 1; \
171 sticky = (inexact << 1) | Dallp2(srcB); \
180 sticky
[all...]
H A Ddbl_float.h502 #define Dbl_denormalize(opndp1,opndp2,exponent,guard,sticky,inexact) \
507 if (exponent < 0) sticky |= Dallp2(opndp2) << (32+exponent); \
519 if (exponent == -32) sticky |= Dallp2(opndp2); \
520 else sticky |= (Dallp2(opndp2) | Dallp1(opndp1) << 64+exponent); \
524 inexact = guard | sticky; \
528 sticky |= (Dallp1(opndp1) | Dallp2(opndp2)); \
530 inexact = sticky; \
573 {int shiftamt, sticky; \
575 sticky = 0; \
578 sticky
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dround.S124 | ext_grs --- extract guard, round and sticky bits
127 | Output: d0{31:29}= guard, round, sticky
129 | The ext_grs extract the guard/round/sticky bits according to the
132 | updated guard,round,sticky in d0{31:29}
155 bnes st_stky |if any are set, set sticky
157 bnes st_stky |if any are set, set sticky
167 bnes st_stky |if any are set, set sticky
411 | d0 is guard,round,sticky
429 clrl %d0 |clear the sticky flag
446 clrl %d0 |else clear the sticky fla
[all...]
H A Dres_func.S633 | clr sticky
635 | set sticky
643 | clr sticky
645 | set sticky
827 | precision. We can then call round with no sticky and the result
829 | the signs are the same, we call round with the sticky bit set
863 clrl %d0 |force sticky to zero
891 clrl %d0 |force sticky to zero
915 movel #0x20000000,%d0 |set sticky for round
941 movel #0x20000000,%d0 |set sticky fo
[all...]
H A Dfpsp.h159 .set WBTEMP_GRS,LV-40 | alias wbtemp guard, round, sticky
169 .set STICKY,LV-39 | holds sticky bit
305 .set rnd_stky_bit,29 | round/sticky bit of mantissa
H A Dx_unfl.S183 | ;d0 has guard,round sticky bit
203 | d0{31:29} has guard, round, sticky
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dselect.c412 goto sticky;
418 sticky:
477 goto sticky;
484 sticky:
814 goto sticky;
822 sticky:
H A Dcompat.c1642 goto sticky;
1648 sticky:
1717 goto sticky;
1728 sticky:
1832 goto sticky;
1840 sticky:

Completed in 111 milliseconds