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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/math-emu/
H A Ddp_tint.c64 int sticky; local
70 sticky = residue != 0;
75 sticky = (residue << 1) != 0;
83 if (round && (sticky || odd))
89 if ((round || sticky) && !xs)
93 if ((round || sticky) && xs)
103 if (round || sticky)
H A Ddp_tlong.c66 int sticky; local
72 sticky = residue != 0;
81 sticky = (residue << 1) != 0;
87 if (round && (sticky || odd))
93 if ((round || sticky) && !xs)
97 if ((round || sticky) && xs)
106 if (round || sticky)
H A Dsp_tint.c67 int sticky; local
73 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_tlong.c66 int sticky; local
72 sticky = residue != 0;
77 sticky = (residue << 1) != 0;
83 if (round && (sticky || odd))
89 if ((round || sticky) && !xs)
93 if ((round || sticky) && xs)
102 if (round || sticky)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/include/mach/csp/
H A DchipcHw_inline.h302 * @brief Get sticky bits
315 * @brief Set sticky bits
330 uint32_t sticky; local
331 sticky = pChipcHw->Sticky;
334 && (sticky & chipcHw_REG_STICKY_BOOT_DONE) == 0) {
338 && (sticky & chipcHw_REG_STICKY_GENERAL_1) == 0) {
342 && (sticky & chipcHw_REG_STICKY_GENERAL_2) == 0) {
346 && (sticky & chipcHw_REG_STICKY_GENERAL_3) == 0) {
350 && (sticky & chipcHw_REG_STICKY_GENERAL_4) == 0) {
354 && (sticky
380 uint32_t sticky = pChipcHw->Sticky; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dauibar.h120 sticky = true;
153 sticky = c.sticky;
206 void SetSticky(bool b) { sticky = b; }
207 bool IsSticky() const { return sticky; }
230 bool sticky; // overrides button states if true (always active) member in class:wxAuiToolBarItem
537 void SetToolSticky(int tool_id, bool sticky);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dauibar.cpp943 item.sticky = false;
981 item.sticky = false;
1009 item.sticky = false;
1033 item.sticky = false;
1055 item.sticky = false;
1077 item.sticky = false;
1259 void wxAuiToolBar::SetToolSticky(int tool_id, bool sticky) argument
1269 if (item->sticky == sticky)
1272 item->sticky
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_proc.c507 unsigned int enable, direction, wake, unsol, sticky, data; local
527 sticky = snd_hda_codec_read(codec, nid, 0,
534 "sticky=%d, data=%d, unsol=%d\n", i,
538 (sticky & (1<<i)) ? 1 : 0,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dwm97xx.h198 * Codec GPIO sticky
324 enum wm97xx_gpio_sticky sticky,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dselect.c300 goto sticky;
329 sticky:
H A Dcompat.c1607 goto sticky;
1643 sticky:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dwm97xx-core.c221 enum wm97xx_gpio_pol pol, enum wm97xx_gpio_sticky sticky,
237 if (sticky == WM97XX_GPIO_STICKY)
220 wm97xx_config_gpio(struct wm97xx *wm, u32 gpio, enum wm97xx_gpio_dir dir, enum wm97xx_gpio_pol pol, enum wm97xx_gpio_sticky sticky, enum wm97xx_gpio_wake wake) argument

Completed in 412 milliseconds