/linux-4.4.14/arch/mips/math-emu/ |
D | dp_tint.c | 28 int sticky; in ieee754dp_tint() local 65 sticky = residue != 0; in ieee754dp_tint() 70 sticky = (residue << 1) != 0; in ieee754dp_tint() 78 if (round && (sticky || odd)) in ieee754dp_tint() 84 if ((round || sticky) && !xs) in ieee754dp_tint() 88 if ((round || sticky) && xs) in ieee754dp_tint() 98 if (round || sticky) in ieee754dp_tint()
|
D | sp_tlong.c | 29 int sticky; in ieee754sp_tlong() local 69 sticky = residue != 0; in ieee754sp_tlong() 74 sticky = (residue << 1) != 0; in ieee754sp_tlong() 80 if (round && (sticky || odd)) in ieee754sp_tlong() 86 if ((round || sticky) && !xs) in ieee754sp_tlong() 90 if ((round || sticky) && xs) in ieee754sp_tlong() 99 if (round || sticky) in ieee754sp_tlong()
|
D | sp_tint.c | 28 int sticky; in ieee754sp_tint() local 68 sticky = residue != 0; in ieee754sp_tint() 77 sticky = (residue << 1) != 0; in ieee754sp_tint() 83 if (round && (sticky || odd)) in ieee754sp_tint() 89 if ((round || sticky) && !xs) in ieee754sp_tint() 93 if ((round || sticky) && xs) in ieee754sp_tint() 102 if (round || sticky) in ieee754sp_tint()
|
D | dp_tlong.c | 28 int sticky; in ieee754dp_tlong() local 68 sticky = residue != 0; in ieee754dp_tlong() 77 sticky = (residue << 1) != 0; in ieee754dp_tlong() 83 if (round && (sticky || odd)) in ieee754dp_tlong() 89 if ((round || sticky) && !xs) in ieee754dp_tlong() 93 if ((round || sticky) && xs) in ieee754dp_tlong() 102 if (round || sticky) in ieee754dp_tlong()
|
/linux-4.4.14/arch/parisc/math-emu/ |
D | sgl_float.h | 302 #define Sgl_denormalize(opnd,exponent,guard,sticky,inexact) \ argument 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 = Sextallp2(srcdstB); \ [all …]
|
D | cnv_float.h | 101 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \ argument 104 sticky = Dallp2(srcB)<<4; \ 105 inexact = guard | sticky; \ 108 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \ argument 115 sticky = inexact << 1; \ 137 if (guard && (sticky || odd)) { \ 148 sticky = inexact; \ 158 sticky = inexact << 1; \ 171 sticky = (inexact << 1) | Dallp2(srcB); \ 180 sticky = Dmantissap1(srcA) | Dallp2(srcB); \ [all …]
|
D | dbl_float.h | 502 #define Dbl_denormalize(opndp1,opndp2,exponent,guard,sticky,inexact) \ argument 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 = Dextallp4(srcdstD) << 32 - (shiftamt); \ [all …]
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | round.S | 124 | 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 flag [all …]
|
D | fpsp.h | 159 .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
|
D | res_func.S | 827 | precision. We can then call round with no sticky and the result 891 clrl %d0 |force sticky to zero 915 movel #0x20000000,%d0 |set sticky for round 941 movel #0x20000000,%d0 |set sticky for round 1002 | precision. We can then call round with no sticky and the result 1066 clrl %d0 |force sticky to zero 1090 movel #0x20000000,%d0 |set sticky for round 1122 movel #0x20000000,%d0 |set sticky for round
|
D | x_unfl.S | 203 | d0{31:29} has guard, round, sticky
|
/linux-4.4.14/include/linux/ |
D | wm97xx.h | 321 enum wm97xx_gpio_sticky sticky,
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_proc.c | 657 unsigned int enable, direction, wake, unsol, sticky, data; in print_gpio() local 677 sticky = snd_hda_codec_read(codec, nid, 0, in print_gpio() 688 (sticky & (1<<i)) ? 1 : 0, in print_gpio()
|
/linux-4.4.14/Documentation/filesystems/ |
D | hfs.txt | 52 o You can't modify the set-uid, set-gid, sticky or executable bits or the uid
|
D | fuse.txt | 271 access to the mountpoint, and mountpoint is not a "sticky"
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | wm97xx-core.c | 232 enum wm97xx_gpio_pol pol, enum wm97xx_gpio_sticky sticky, in wm97xx_config_gpio() argument 248 if (sticky == WM97XX_GPIO_STICKY) in wm97xx_config_gpio()
|
/linux-4.4.14/Documentation/nfc/ |
D | nfc-hci.txt | 273 above. shdlc stores a EREMOTEIO sticky status, which will trigger SMW to 277 frames. This thread will also check the shdlc sticky status and report to HCI 289 If polling is not active and the error was sticky, lower levels will return it
|
/linux-4.4.14/fs/ |
D | select.c | 299 goto sticky; in poll_select_copy_remaining() 330 sticky: in poll_select_copy_remaining()
|
D | compat.c | 1115 goto sticky; in poll_select_copy_remaining() 1151 sticky: in poll_select_copy_remaining()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-mtd | 166 a persistent return value of -EUCLEAN on devices where sticky
|
/linux-4.4.14/Documentation/sysctl/ |
D | fs.txt | 218 a sticky world-writable directory, or when the uid of the symlink and
|
/linux-4.4.14/Documentation/vm/ |
D | cleancache.txt | 140 2) Why does cleancache have its sticky fingers so deep inside the
|