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

12

/linux-master/arch/mips/math-emu/
H A Ddp_rint.c18 int sticky; local
43 sticky = residue != 0;
48 sticky = (residue << 1) != 0;
56 if (round && (sticky || odd))
62 if ((round || sticky) && !xs)
66 if ((round || sticky) && xs)
71 if (round || sticky)
H A Dsp_rint.c18 int sticky; local
43 sticky = residue != 0;
49 sticky = (residue << 1) != 0;
57 if (round && (sticky || odd))
63 if ((round || sticky) && !xs)
67 if ((round || sticky) && xs)
72 if (round || sticky)
H A Ddp_tlong.c16 int sticky; local
59 sticky = residue != 0;
68 sticky = (residue << 1) != 0;
74 if (round && (sticky || odd))
80 if ((round || sticky) && !xs)
84 if ((round || sticky) && xs)
93 if (round || sticky)
H A Ddp_tint.c16 int sticky; local
56 sticky = residue != 0;
61 sticky = (residue << 1) != 0;
69 if (round && (sticky || odd))
75 if ((round || sticky) && !xs)
79 if ((round || sticky) && xs)
89 if (round || sticky)
H A Dsp_tlong.c16 int sticky; local
59 sticky = residue != 0;
64 sticky = (residue << 1) != 0;
70 if (round && (sticky || odd))
76 if ((round || sticky) && !xs)
80 if ((round || sticky) && xs)
89 if (round || sticky)
H A Dsp_tint.c16 int sticky; local
59 sticky = residue != 0;
68 sticky = (residue << 1) != 0;
74 if (round && (sticky || odd))
80 if ((round || sticky) && !xs)
84 if ((round || sticky) && xs)
93 if (round || sticky)
/linux-master/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
/linux-master/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...]
/linux-master/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...]
H A Dres_func.S633 | clr sticky
635 | set sticky
643 | clr sticky
645 | set sticky
827 | precision. We can then call round with no sticky and the result
829 | the signs are the same, we call round with the sticky bit set
863 clrl %d0 |force sticky to zero
891 clrl %d0 |force sticky to zero
915 movel #0x20000000,%d0 |set sticky for round
941 movel #0x20000000,%d0 |set sticky fo
[all...]
H A 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
H A Dx_unfl.S183 | ;d0 has guard,round sticky bit
203 | d0{31:29} has guard, round, sticky
/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_debugfs_kunit.c145 admin->cache.sticky = test_hw_cache.sticky;
186 test_hw_cache.sticky = admin->cache.sticky;
H A Dvcap_api.h93 u16 sticky_width; /* sticky bits per rule */
133 bool sticky; member in struct:vcap_cache_data
H A Dvcap_api_kunit.c136 admin->cache.sticky = test_hw_cache.sticky;
177 test_hw_cache.sticky = admin->cache.sticky;
1464 .sticky = true,
1485 struct vcap_counter ctr = { .value = 0, .sticky = false};
1486 struct vcap_counter ctr2 = { .value = 101, .sticky = true};
1500 KUNIT_EXPECT_EQ(test, false, test_hw_cache.sticky);
1508 KUNIT_EXPECT_EQ(test, true, test_hw_cache.sticky);
1517 .sticky
[all...]
H A Dvcap_api_debugfs.c242 ri->counter.sticky = admin->cache.sticky;
246 ri->counter_id, ri->counter.value, ri->counter.sticky);
H A Dvcap_api_client.h148 bool sticky; member in struct:vcap_counter
/linux-master/include/linux/
H A Dwm97xx.h196 * Codec GPIO sticky
317 enum wm97xx_gpio_sticky sticky,
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vcap_impl.c1002 spx5_wr(admin->cache.sticky, sparx5,
1098 spx5_wr(admin->cache.sticky, sparx5, VCAP_ES2_VCAP_CNT_DAT(0));
1161 admin->cache.sticky =
1201 admin->cache.sticky =
1251 admin->cache.sticky = admin->cache.counter;
1287 admin->cache.sticky =
/linux-master/sound/pci/hda/
H A Dhda_proc.c643 unsigned int enable, direction, wake, unsol, sticky, data; local
663 sticky = snd_hda_codec_read(codec, nid, 0,
670 "sticky=%d, data=%d, unsol=%d\n", i,
674 (sticky & (1<<i)) ? 1 : 0,
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_vcap_impl.c459 admin->cache.sticky = admin->cache.counter > 0;
503 admin->cache.sticky = admin->cache.counter > 0;
/linux-master/drivers/input/touchscreen/
H A Dwm97xx-core.c228 enum wm97xx_gpio_pol pol, enum wm97xx_gpio_sticky sticky,
244 if (sticky == WM97XX_GPIO_STICKY)
227 wm97xx_config_gpio(struct wm97xx *wm, u32 gpio, enum wm97xx_gpio_dir dir, enum wm97xx_gpio_pol pol, enum wm97xx_gpio_sticky sticky, enum wm97xx_gpio_wake wake) argument
/linux-master/fs/
H A Dselect.c310 goto sticky;
364 sticky:

Completed in 221 milliseconds

12