Home
last modified time | relevance | path

Searched refs:sticky (Results 1 – 25 of 28) sorted by relevance

12

/Linux-v4.19/arch/mips/math-emu/
Ddp_rint.c29 int sticky; in ieee754dp_rint() local
54 sticky = residue != 0; in ieee754dp_rint()
59 sticky = (residue << 1) != 0; in ieee754dp_rint()
67 if (round && (sticky || odd)) in ieee754dp_rint()
73 if ((round || sticky) && !xs) in ieee754dp_rint()
77 if ((round || sticky) && xs) in ieee754dp_rint()
82 if (round || sticky) in ieee754dp_rint()
Dsp_rint.c29 int sticky; in ieee754sp_rint() local
54 sticky = residue != 0; in ieee754sp_rint()
60 sticky = (residue << 1) != 0; in ieee754sp_rint()
68 if (round && (sticky || odd)) in ieee754sp_rint()
74 if ((round || sticky) && !xs) in ieee754sp_rint()
78 if ((round || sticky) && xs) in ieee754sp_rint()
83 if (round || sticky) in ieee754sp_rint()
Dsp_tlong.c28 int sticky; in ieee754sp_tlong() local
71 sticky = residue != 0; in ieee754sp_tlong()
76 sticky = (residue << 1) != 0; in ieee754sp_tlong()
82 if (round && (sticky || odd)) in ieee754sp_tlong()
88 if ((round || sticky) && !xs) in ieee754sp_tlong()
92 if ((round || sticky) && xs) in ieee754sp_tlong()
101 if (round || sticky) in ieee754sp_tlong()
Ddp_tint.c28 int sticky; in ieee754dp_tint() local
68 sticky = residue != 0; in ieee754dp_tint()
73 sticky = (residue << 1) != 0; in ieee754dp_tint()
81 if (round && (sticky || odd)) in ieee754dp_tint()
87 if ((round || sticky) && !xs) in ieee754dp_tint()
91 if ((round || sticky) && xs) in ieee754dp_tint()
101 if (round || sticky) in ieee754dp_tint()
Ddp_tlong.c28 int sticky; in ieee754dp_tlong() local
71 sticky = residue != 0; in ieee754dp_tlong()
80 sticky = (residue << 1) != 0; in ieee754dp_tlong()
86 if (round && (sticky || odd)) in ieee754dp_tlong()
92 if ((round || sticky) && !xs) in ieee754dp_tlong()
96 if ((round || sticky) && xs) in ieee754dp_tlong()
105 if (round || sticky) in ieee754dp_tlong()
Dsp_tint.c28 int sticky; in ieee754sp_tint() local
71 sticky = residue != 0; in ieee754sp_tint()
80 sticky = (residue << 1) != 0; in ieee754sp_tint()
86 if (round && (sticky || odd)) in ieee754sp_tint()
92 if ((round || sticky) && !xs) in ieee754sp_tint()
96 if ((round || sticky) && xs) in ieee754sp_tint()
105 if (round || sticky) in ieee754sp_tint()
/Linux-v4.19/arch/parisc/math-emu/
Dsgl_float.h302 #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 …]
Dcnv_float.h101 #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 …]
Ddbl_float.h502 #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-v4.19/arch/m68k/fpsp040/
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 flag
[all …]
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
Dres_func.S827 | 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
Dx_unfl.S203 | d0{31:29} has guard, round, sticky
/Linux-v4.19/Documentation/devicetree/bindings/pci/
Drockchip-pcie-ep.txt21 - "mgmt-sticky"
56 reset-names = "core", "mgmt", "mgmt-sticky", "pipe",
Dqcom,pcie.txt152 - "axi_m_sticky" AXI sticky reset
153 - "pipe_sticky" PIPE sticky reset
164 - "sticky" Core Sticky reset
Drockchip-pcie-host.txt32 - "mgmt-sticky"
107 reset-names = "core", "mgmt", "mgmt-sticky", "pipe",
/Linux-v4.19/Documentation/sysctl/
Dfs.txt196 in world writable sticky directories, unless they are owned by the
199 When set to "2" it also applies to group writable sticky directories.
234 don't own in world writable sticky directories, unless they are
237 When set to "2" it also applies to group writable sticky directories.
254 a sticky world-writable directory, or when the uid of the symlink and
/Linux-v4.19/include/linux/
Dwm97xx.h322 enum wm97xx_gpio_sticky sticky,
/Linux-v4.19/sound/pci/hda/
Dhda_proc.c657 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-v4.19/fs/
Dselect.c301 goto sticky; in poll_select_copy_remaining()
333 sticky: in poll_select_copy_remaining()
1111 goto sticky; in compat_poll_select_copy_remaining()
1142 sticky: in compat_poll_select_copy_remaining()
/Linux-v4.19/arch/arm64/boot/dts/qcom/
Dipq8074.dtsi352 "sticky",
429 "sticky",
/Linux-v4.19/Documentation/filesystems/
Dhfs.txt52 o You can't modify the set-uid, set-gid, sticky or executable bits or the uid
/Linux-v4.19/Documentation/nfc/
Dnfc-hci.txt273 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-v4.19/drivers/input/touchscreen/
Dwm97xx-core.c233 enum wm97xx_gpio_pol pol, enum wm97xx_gpio_sticky sticky, in wm97xx_config_gpio() argument
249 if (sticky == WM97XX_GPIO_STICKY) in wm97xx_config_gpio()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-mtd166 a persistent return value of -EUCLEAN on devices where sticky

12