Home
last modified time | relevance | path

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

12

/linux-6.1.9/arch/mips/math-emu/
Ddp_rint.c18 int sticky; in ieee754dp_rint() local
43 sticky = residue != 0; in ieee754dp_rint()
48 sticky = (residue << 1) != 0; in ieee754dp_rint()
56 if (round && (sticky || odd)) in ieee754dp_rint()
62 if ((round || sticky) && !xs) in ieee754dp_rint()
66 if ((round || sticky) && xs) in ieee754dp_rint()
71 if (round || sticky) in ieee754dp_rint()
Dsp_rint.c18 int sticky; in ieee754sp_rint() local
43 sticky = residue != 0; in ieee754sp_rint()
49 sticky = (residue << 1) != 0; in ieee754sp_rint()
57 if (round && (sticky || odd)) in ieee754sp_rint()
63 if ((round || sticky) && !xs) in ieee754sp_rint()
67 if ((round || sticky) && xs) in ieee754sp_rint()
72 if (round || sticky) in ieee754sp_rint()
Ddp_tlong.c16 int sticky; in ieee754dp_tlong() local
59 sticky = residue != 0; in ieee754dp_tlong()
68 sticky = (residue << 1) != 0; in ieee754dp_tlong()
74 if (round && (sticky || odd)) in ieee754dp_tlong()
80 if ((round || sticky) && !xs) in ieee754dp_tlong()
84 if ((round || sticky) && xs) in ieee754dp_tlong()
93 if (round || sticky) in ieee754dp_tlong()
Dsp_tint.c16 int sticky; in ieee754sp_tint() local
59 sticky = residue != 0; in ieee754sp_tint()
68 sticky = (residue << 1) != 0; in ieee754sp_tint()
74 if (round && (sticky || odd)) in ieee754sp_tint()
80 if ((round || sticky) && !xs) in ieee754sp_tint()
84 if ((round || sticky) && xs) in ieee754sp_tint()
93 if (round || sticky) in ieee754sp_tint()
Ddp_tint.c16 int sticky; in ieee754dp_tint() local
56 sticky = residue != 0; in ieee754dp_tint()
61 sticky = (residue << 1) != 0; in ieee754dp_tint()
69 if (round && (sticky || odd)) in ieee754dp_tint()
75 if ((round || sticky) && !xs) in ieee754dp_tint()
79 if ((round || sticky) && xs) in ieee754dp_tint()
89 if (round || sticky) in ieee754dp_tint()
Dsp_tlong.c16 int sticky; in ieee754sp_tlong() local
59 sticky = residue != 0; in ieee754sp_tlong()
64 sticky = (residue << 1) != 0; in ieee754sp_tlong()
70 if (round && (sticky || odd)) in ieee754sp_tlong()
76 if ((round || sticky) && !xs) in ieee754sp_tlong()
80 if ((round || sticky) && xs) in ieee754sp_tlong()
89 if (round || sticky) in ieee754sp_tlong()
/linux-6.1.9/arch/parisc/math-emu/
Dsgl_float.h289 #define Sgl_denormalize(opnd,exponent,guard,sticky,inexact) \ argument
293 if (exponent < 0) sticky |= Sall(opnd) << (32+exponent); \
294 inexact = guard | sticky; \
299 sticky |= Sall(opnd); \
300 inexact = sticky; \
336 {int shiftamt, sticky; \
338 sticky = 0; \
341 sticky = Sextallp2(srcdstB) << 32 - (shiftamt); \
348 sticky = (Sextallp1(srcdstA) << 32 - (shiftamt)) | \
352 sticky = Sextallp2(srcdstB); \
[all …]
Dcnv_float.h88 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \ argument
91 sticky = Dallp2(srcB)<<4; \
92 inexact = guard | sticky; \
95 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \ argument
102 sticky = inexact << 1; \
124 if (guard && (sticky || odd)) { \
135 sticky = inexact; \
145 sticky = inexact << 1; \
158 sticky = (inexact << 1) | Dallp2(srcB); \
167 sticky = Dmantissap1(srcA) | Dallp2(srcB); \
[all …]
Ddbl_float.h489 #define Dbl_denormalize(opndp1,opndp2,exponent,guard,sticky,inexact) \ argument
494 if (exponent < 0) sticky |= Dallp2(opndp2) << (32+exponent); \
506 if (exponent == -32) sticky |= Dallp2(opndp2); \
507 else sticky |= (Dallp2(opndp2) | Dallp1(opndp1) << 64+exponent); \
511 inexact = guard | sticky; \
515 sticky |= (Dallp1(opndp1) | Dallp2(opndp2)); \
517 inexact = sticky; \
560 {int shiftamt, sticky; \
562 sticky = 0; \
565 sticky = Dextallp4(srcdstD) << 32 - (shiftamt); \
[all …]
/linux-6.1.9/tools/testing/selftests/net/forwarding/
Dbridge_sticky_fdb.sh49 sticky() function
51 bridge fdb add $TEST_MAC dev $swp1 master static sticky
53 bridge fdb del $TEST_MAC dev $swp1 vlan 1 master static sticky
/linux-6.1.9/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-6.1.9/Documentation/devicetree/bindings/pci/
Drockchip-pcie-ep.txt21 - "mgmt-sticky"
56 reset-names = "core", "mgmt", "mgmt-sticky", "pipe",
Dqcom,pcie.yaml292 - const: axi_m_sticky # AXI sticky reset
293 - const: pipe_sticky # PIPE sticky reset
354 - const: sticky # Core Sticky reset
385 - const: sticky # Core Sticky reset
417 - const: pipe_sticky # PIPE sticky reset
Drockchip-pcie-host.txt32 - "mgmt-sticky"
107 reset-names = "core", "mgmt", "mgmt-sticky", "pipe",
/linux-6.1.9/Documentation/admin-guide/sysctl/
Dfs.rst211 in world writable sticky directories, unless they are owned by the
214 When set to "2" it also applies to group writable sticky directories.
249 don't own in world writable sticky directories, unless they are
252 When set to "2" it also applies to group writable sticky directories.
269 a sticky world-writable directory, or when the uid of the symlink and
/linux-6.1.9/include/linux/
Dwm97xx.h317 enum wm97xx_gpio_sticky sticky,
/linux-6.1.9/sound/pci/hda/
Dhda_proc.c643 unsigned int enable, direction, wake, unsol, sticky, data; in print_gpio() local
663 sticky = snd_hda_codec_read(codec, nid, 0, in print_gpio()
674 (sticky & (1<<i)) ? 1 : 0, in print_gpio()
/linux-6.1.9/Documentation/filesystems/
Dhfs.rst57 * You can't modify the set-uid, set-gid, sticky or executable bits or the uid
/linux-6.1.9/Documentation/driver-api/nfc/
Dnfc-hci.rst293 problem above. shdlc stores a EREMOTEIO sticky status, which will trigger
297 frames. This thread will also check the shdlc sticky status and report to HCI
310 tag. If polling is not active and the error was sticky, lower levels will
/linux-6.1.9/drivers/input/touchscreen/
Dwm97xx-core.c228 enum wm97xx_gpio_pol pol, enum wm97xx_gpio_sticky sticky, in wm97xx_config_gpio() argument
244 if (sticky == WM97XX_GPIO_STICKY) in wm97xx_config_gpio()
/linux-6.1.9/arch/arm64/boot/dts/qcom/
Dipq8074.dtsi789 "sticky",
852 "sticky",
/linux-6.1.9/fs/
Dselect.c310 goto sticky; in poll_select_finish()
364 sticky: in poll_select_finish()

12