Searched refs:sticky (Results 1 – 12 of 12) sorted by relevance
| /openbmc/qemu/target/hexagon/ |
| H A D | fma_emu.c | 108 uint8_t sticky; member 118 p->sticky = 0; in accum_init() 127 a.round = a.sticky; in accum_norm_left() 135 a.sticky |= in accum_norm_right() 144 a.sticky |= a.round | a.guard | (int128_getlo(a.mant) != 0); in accum_norm_right() 153 a.sticky |= a.round; in accum_norm_right() 211 borrow = (b.round << 2) | (b.guard << 1) | b.sticky; in accum_sub() 216 ret.sticky = (borrow >> 0) & 1; in accum_sub() 266 ret.sticky = b.sticky; in accum_add() 316 && ((a.guard | a.round | a.sticky) == 0)) { in accum_round_float64() [all …]
|
| /openbmc/webui-vue/src/layouts/ |
| H A D | AppLayout.vue | 102 position: sticky;
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/usbip-tools/ |
| H A D | usbip-tools.bb | 4 # https://lists.yoctoproject.org/g/yocto/topic/86249103?p=,,,20,0,0,0::recentpostdate/sticky,,,20,0…
|
| /openbmc/webui-vue/src/assets/styles/bmc/custom/ |
| H A D | _tables.scss | 105 .b-table-sticky-header td {
|
| /openbmc/phosphor-webui/app/common/styles/components/ |
| H A D | table.scss | 114 position: sticky;
|
| /openbmc/webui-vue/src/views/HardwareStatus/Sensors/ |
| H A D | Sensors.vue | 47 sticky-header="75vh"
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat.c | 1480 uint64_t sticky = 0; in frac128_shrjam() local 1487 sticky = a1; in frac128_shrjam() 1495 sticky = a0 | a1; in frac128_shrjam() 1500 sticky |= shr_double(a1, 0, c); in frac128_shrjam() 1505 a->frac_lo = a1 | (sticky != 0); in frac128_shrjam() 1513 uint64_t sticky = 0; in frac256_shrjam() local 1521 sticky |= a2 | a3; in frac256_shrjam() 1525 sticky |= a3; in frac256_shrjam() 1533 sticky = a0 | a1 | a2 | a3; in frac256_shrjam() 1538 sticky |= shr_double(a3, 0, c); in frac256_shrjam() [all …]
|
| H A D | softfloat-parts.c.inc | 703 /* Narrow with sticky bit, for proper rounding later. */ 1129 * which leaves room for sticky and rounding bit. 1752 /* Don't compute a value overlapping the sticky bit */ 1791 /* Set sticky for inexact. */
|
| /openbmc/qemu/target/hexagon/imported/ |
| H A D | float.idef | 233 "Multiply low*low and shift off low 32 bits into sticky (in MSB)",
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | qunit-1.18.0.js | 118 …b.global&&a.ignoreCase===b.ignoreCase&&a.multiline===b.multiline&&a.sticky===b.sticky;},"function"…
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | rk3399.dtsi | 214 reset-names = "core", "mgmt", "mgmt-sticky", "pipe",
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | sanity.bbclass | 1000 # Remove setuid, setgid and sticky bits from TMPDIR
|