Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dfma_emu.c108 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 DAppLayout.vue102 position: sticky;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/usbip-tools/
H A Dusbip-tools.bb4 # 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.scss105 .b-table-sticky-header td {
/openbmc/phosphor-webui/app/common/styles/components/
H A Dtable.scss114 position: sticky;
/openbmc/webui-vue/src/views/HardwareStatus/Sensors/
H A DSensors.vue47 sticky-header="75vh"
/openbmc/qemu/fpu/
H A Dsoftfloat.c1480 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 Dsoftfloat-parts.c.inc703 /* 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 Dfloat.idef233 "Multiply low*low and shift off low 32 bits into sticky (in MSB)",
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js118 …b.global&&a.ignoreCase===b.ignoreCase&&a.multiline===b.multiline&&a.sticky===b.sticky;},"function"…
/openbmc/u-boot/arch/arm/dts/
H A Drk3399.dtsi214 reset-names = "core", "mgmt", "mgmt-sticky", "pipe",
/openbmc/openbmc/poky/meta/classes-global/
H A Dsanity.bbclass1000 # Remove setuid, setgid and sticky bits from TMPDIR