sticky 159 arch/m68k/fpsp040/fpsp.h .set WBTEMP_GRS,LV-40 | alias wbtemp guard, round, sticky sticky 169 arch/m68k/fpsp040/fpsp.h .set STICKY,LV-39 | holds sticky bit sticky 305 arch/m68k/fpsp040/fpsp.h .set rnd_stky_bit,29 | round/sticky bit of mantissa sticky 18 arch/mips/math-emu/dp_rint.c int sticky; sticky 43 arch/mips/math-emu/dp_rint.c sticky = residue != 0; sticky 48 arch/mips/math-emu/dp_rint.c sticky = (residue << 1) != 0; sticky 56 arch/mips/math-emu/dp_rint.c if (round && (sticky || odd)) sticky 62 arch/mips/math-emu/dp_rint.c if ((round || sticky) && !xs) sticky 66 arch/mips/math-emu/dp_rint.c if ((round || sticky) && xs) sticky 71 arch/mips/math-emu/dp_rint.c if (round || sticky) sticky 16 arch/mips/math-emu/dp_tint.c int sticky; sticky 56 arch/mips/math-emu/dp_tint.c sticky = residue != 0; sticky 61 arch/mips/math-emu/dp_tint.c sticky = (residue << 1) != 0; sticky 69 arch/mips/math-emu/dp_tint.c if (round && (sticky || odd)) sticky 75 arch/mips/math-emu/dp_tint.c if ((round || sticky) && !xs) sticky 79 arch/mips/math-emu/dp_tint.c if ((round || sticky) && xs) sticky 89 arch/mips/math-emu/dp_tint.c if (round || sticky) sticky 16 arch/mips/math-emu/dp_tlong.c int sticky; sticky 59 arch/mips/math-emu/dp_tlong.c sticky = residue != 0; sticky 68 arch/mips/math-emu/dp_tlong.c sticky = (residue << 1) != 0; sticky 74 arch/mips/math-emu/dp_tlong.c if (round && (sticky || odd)) sticky 80 arch/mips/math-emu/dp_tlong.c if ((round || sticky) && !xs) sticky 84 arch/mips/math-emu/dp_tlong.c if ((round || sticky) && xs) sticky 93 arch/mips/math-emu/dp_tlong.c if (round || sticky) sticky 18 arch/mips/math-emu/sp_rint.c int sticky; sticky 43 arch/mips/math-emu/sp_rint.c sticky = residue != 0; sticky 49 arch/mips/math-emu/sp_rint.c sticky = (residue << 1) != 0; sticky 57 arch/mips/math-emu/sp_rint.c if (round && (sticky || odd)) sticky 63 arch/mips/math-emu/sp_rint.c if ((round || sticky) && !xs) sticky 67 arch/mips/math-emu/sp_rint.c if ((round || sticky) && xs) sticky 72 arch/mips/math-emu/sp_rint.c if (round || sticky) sticky 16 arch/mips/math-emu/sp_tint.c int sticky; sticky 59 arch/mips/math-emu/sp_tint.c sticky = residue != 0; sticky 68 arch/mips/math-emu/sp_tint.c sticky = (residue << 1) != 0; sticky 74 arch/mips/math-emu/sp_tint.c if (round && (sticky || odd)) sticky 80 arch/mips/math-emu/sp_tint.c if ((round || sticky) && !xs) sticky 84 arch/mips/math-emu/sp_tint.c if ((round || sticky) && xs) sticky 93 arch/mips/math-emu/sp_tint.c if (round || sticky) sticky 16 arch/mips/math-emu/sp_tlong.c int sticky; sticky 59 arch/mips/math-emu/sp_tlong.c sticky = residue != 0; sticky 64 arch/mips/math-emu/sp_tlong.c sticky = (residue << 1) != 0; sticky 70 arch/mips/math-emu/sp_tlong.c if (round && (sticky || odd)) sticky 76 arch/mips/math-emu/sp_tlong.c if ((round || sticky) && !xs) sticky 80 arch/mips/math-emu/sp_tlong.c if ((round || sticky) && xs) sticky 89 arch/mips/math-emu/sp_tlong.c if (round || sticky) sticky 88 arch/parisc/math-emu/cnv_float.h #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \ sticky 91 arch/parisc/math-emu/cnv_float.h sticky = Dallp2(srcB)<<4; \ sticky 92 arch/parisc/math-emu/cnv_float.h inexact = guard | sticky; \ sticky 95 arch/parisc/math-emu/cnv_float.h #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \ sticky 102 arch/parisc/math-emu/cnv_float.h sticky = inexact << 1; \ sticky 124 arch/parisc/math-emu/cnv_float.h if (guard && (sticky || odd)) { \ sticky 135 arch/parisc/math-emu/cnv_float.h sticky = inexact; \ sticky 145 arch/parisc/math-emu/cnv_float.h sticky = inexact << 1; \ sticky 158 arch/parisc/math-emu/cnv_float.h sticky = (inexact << 1) | Dallp2(srcB); \ sticky 167 arch/parisc/math-emu/cnv_float.h sticky = Dmantissap1(srcA) | Dallp2(srcB); \ sticky 171 arch/parisc/math-emu/cnv_float.h sticky = inexact; \ sticky 489 arch/parisc/math-emu/dbl_float.h #define Dbl_denormalize(opndp1,opndp2,exponent,guard,sticky,inexact) \ sticky 494 arch/parisc/math-emu/dbl_float.h if (exponent < 0) sticky |= Dallp2(opndp2) << (32+exponent); \ sticky 506 arch/parisc/math-emu/dbl_float.h if (exponent == -32) sticky |= Dallp2(opndp2); \ sticky 507 arch/parisc/math-emu/dbl_float.h else sticky |= (Dallp2(opndp2) | Dallp1(opndp1) << 64+exponent); \ sticky 511 arch/parisc/math-emu/dbl_float.h inexact = guard | sticky; \ sticky 515 arch/parisc/math-emu/dbl_float.h sticky |= (Dallp1(opndp1) | Dallp2(opndp2)); \ sticky 517 arch/parisc/math-emu/dbl_float.h inexact = sticky; \ sticky 560 arch/parisc/math-emu/dbl_float.h {int shiftamt, sticky; \ sticky 562 arch/parisc/math-emu/dbl_float.h sticky = 0; \ sticky 565 arch/parisc/math-emu/dbl_float.h sticky = Dextallp4(srcdstD) << 32 - (shiftamt); \ sticky 576 arch/parisc/math-emu/dbl_float.h sticky = (Dextallp3(srcdstC) << 31 - shiftamt) | \ sticky 584 arch/parisc/math-emu/dbl_float.h sticky = Dextallp4(srcdstD); \ sticky 592 arch/parisc/math-emu/dbl_float.h sticky = (Dextallp2(srcdstB) << 31 - shiftamt) | \ sticky 598 arch/parisc/math-emu/dbl_float.h sticky = Dextallp3(srcdstC) | Dextallp4(srcdstD); \ sticky 605 arch/parisc/math-emu/dbl_float.h sticky = (Dextallp1(srcdstA) << 31 - shiftamt) | \ sticky 610 arch/parisc/math-emu/dbl_float.h sticky = Dextallp2(srcdstB) | Dextallp3(srcdstC) | \ sticky 618 arch/parisc/math-emu/dbl_float.h if (sticky) Dblext_setone_lowmantissap4(srcdstD); \ sticky 763 arch/parisc/math-emu/dbl_float.h {int shiftamt, sticky; \ sticky 799 arch/parisc/math-emu/dbl_float.h case 0: sticky = Dextallp4(opndp4) << 32-(shiftamt); \ sticky 805 arch/parisc/math-emu/dbl_float.h case 1: sticky = (Dextallp3(opndp3) << 32-(shiftamt)) | \ sticky 812 arch/parisc/math-emu/dbl_float.h case 2: sticky = (Dextallp2(opndp2) << 32-(shiftamt)) | \ sticky 818 arch/parisc/math-emu/dbl_float.h case 3: sticky = (Dextallp1(opndp1) << 32-(shiftamt)) | \ sticky 828 arch/parisc/math-emu/dbl_float.h sticky = Dextallp1(opndp1) | Dextallp2(opndp2) | \ sticky 832 arch/parisc/math-emu/dbl_float.h if (sticky) Dblext_setone_lowmantissap4(opndp4); \ sticky 289 arch/parisc/math-emu/sgl_float.h #define Sgl_denormalize(opnd,exponent,guard,sticky,inexact) \ sticky 293 arch/parisc/math-emu/sgl_float.h if (exponent < 0) sticky |= Sall(opnd) << (32+exponent); \ sticky 294 arch/parisc/math-emu/sgl_float.h inexact = guard | sticky; \ sticky 299 arch/parisc/math-emu/sgl_float.h sticky |= Sall(opnd); \ sticky 300 arch/parisc/math-emu/sgl_float.h inexact = sticky; \ sticky 336 arch/parisc/math-emu/sgl_float.h {int shiftamt, sticky; \ sticky 338 arch/parisc/math-emu/sgl_float.h sticky = 0; \ sticky 341 arch/parisc/math-emu/sgl_float.h sticky = Sextallp2(srcdstB) << 32 - (shiftamt); \ sticky 348 arch/parisc/math-emu/sgl_float.h sticky = (Sextallp1(srcdstA) << 32 - (shiftamt)) | \ sticky 352 arch/parisc/math-emu/sgl_float.h sticky = Sextallp2(srcdstB); \ sticky 358 arch/parisc/math-emu/sgl_float.h if (sticky) Sglext_setone_lowmantissap2(srcdstB); \ sticky 422 arch/parisc/math-emu/sgl_float.h {int sticky; \ sticky 450 arch/parisc/math-emu/sgl_float.h sticky = Sextallp2(opndp2) << 31+exponent; \ sticky 455 arch/parisc/math-emu/sgl_float.h sticky = Sextallp2(opndp2); \ sticky 461 arch/parisc/math-emu/sgl_float.h sticky = (Sextallp1(opndp1) << 31+exponent) | \ sticky 468 arch/parisc/math-emu/sgl_float.h sticky = Sextallp1(opndp1) | Sextallp2(opndp2); \ sticky 471 arch/parisc/math-emu/sgl_float.h if (sticky) Sglext_setone_lowmantissap2(opndp2); \ sticky 228 drivers/input/touchscreen/wm97xx-core.c enum wm97xx_gpio_pol pol, enum wm97xx_gpio_sticky sticky, sticky 244 drivers/input/touchscreen/wm97xx-core.c if (sticky == WM97XX_GPIO_STICKY) sticky 309 fs/select.c goto sticky; sticky 363 fs/select.c sticky: sticky 322 include/linux/wm97xx.h enum wm97xx_gpio_sticky sticky, sticky 643 sound/pci/hda/hda_proc.c unsigned int enable, direction, wake, unsol, sticky, data; sticky 663 sound/pci/hda/hda_proc.c sticky = snd_hda_codec_read(codec, nid, 0, sticky 674 sound/pci/hda/hda_proc.c (sticky & (1<<i)) ? 1 : 0,