Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/mips/math-emu/
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
/kernel/linux/linux-6.6/arch/mips/math-emu/
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
/kernel/linux/linux-5.10/arch/parisc/math-emu/
H A Dsgl_float.h289 #define Sgl_denormalize(opnd,exponent,guard,sticky,inexact) \
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
[all...]
H A Dcnv_float.h88 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \
91 sticky = Dallp2(srcB)<<4; \
92 inexact = guard | sticky; \
95 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \
102 sticky = inexact << 1; \
124 if (guard && (sticky || odd)) { \
135 sticky = inexact; \
145 sticky = inexact << 1; \
158 sticky = (inexact << 1) | Dallp2(srcB); \
167 sticky
[all...]
H A Ddbl_float.h489 #define Dbl_denormalize(opndp1,opndp2,exponent,guard,sticky,inexact) \
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
[all...]
/kernel/linux/linux-6.6/arch/parisc/math-emu/
H A Dsgl_float.h289 #define Sgl_denormalize(opnd,exponent,guard,sticky,inexact) \
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
[all...]
H A Dcnv_float.h88 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \
91 sticky = Dallp2(srcB)<<4; \
92 inexact = guard | sticky; \
95 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \
102 sticky = inexact << 1; \
124 if (guard && (sticky || odd)) { \
135 sticky = inexact; \
145 sticky = inexact << 1; \
158 sticky = (inexact << 1) | Dallp2(srcB); \
167 sticky
[all...]
H A Ddbl_float.h489 #define Dbl_denormalize(opndp1,opndp2,exponent,guard,sticky,inexact) \
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
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Dbridge_sticky_fdb.sh4 ALL_TESTS="sticky"
49 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
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dbridge_sticky_fdb.sh4 ALL_TESTS="sticky"
49 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
/kernel/linux/linux-5.10/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...]
/kernel/linux/linux-6.6/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...]
/kernel/linux/linux-6.6/rust/kernel/sync/
H A Dcondvar.rs161 /// This is not 'sticky' in the sense that if no thread is waiting, the notification is lost
169 /// This is not 'sticky' in the sense that if no thread is waiting, the notification is lost
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_debugfs_kunit.c145 admin->cache.sticky = test_hw_cache.sticky; in test_cache_read()
186 test_hw_cache.sticky = admin->cache.sticky; in test_cache_write()
H A Dvcap_api_kunit.c136 admin->cache.sticky = test_hw_cache.sticky; in test_cache_read()
177 test_hw_cache.sticky = admin->cache.sticky; in test_cache_write()
1464 .sticky = true, in vcap_api_set_rule_counter_test()
1485 struct vcap_counter ctr = { .value = 0, .sticky = false}; in vcap_api_set_rule_counter_test()
1486 struct vcap_counter ctr2 = { .value = 101, .sticky = true}; in vcap_api_set_rule_counter_test()
1500 KUNIT_EXPECT_EQ(test, false, test_hw_cache.sticky); in vcap_api_set_rule_counter_test()
1508 KUNIT_EXPECT_EQ(test, true, test_hw_cache.sticky); in vcap_api_set_rule_counter_test()
1517 .sticky in vcap_api_get_rule_counter_test()
[all...]

Completed in 14 milliseconds

12