Home
last modified time | relevance | path

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

12

/openbmc/qemu/replay/
H A Dreplay-debugging.c143 QEMUSnapshotInfo *nearest = NULL; in replay_find_nearest_snapshot() local
164 && (!nearest || nearest->icount < sn_tab[i].icount)) { in replay_find_nearest_snapshot()
165 nearest = &sn_tab[i]; in replay_find_nearest_snapshot()
169 if (nearest) { in replay_find_nearest_snapshot()
170 ret = g_strdup(nearest->name); in replay_find_nearest_snapshot()
171 *snapshot_icount = nearest->icount; in replay_find_nearest_snapshot()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/files/
H A D0001-Determine-audio-buffer-size-for-a-time-of-500ms.patch10 or whatever is nearest to that.
/openbmc/qemu/qapi/
H A Dreplay.json107 # replaying the execution. The command automatically loads nearest
/openbmc/u-boot/arch/arm/dts/
H A Darmada-388-clearfog.dts134 /* Port 1, Lane 0. CONN3, nearest power. */
139 /* Port 2, Lane 0. CONN2, nearest CPU. */
/openbmc/qemu/docs/system/
H A Dreplay.rst211 Reverse step loads the nearest snapshot and replays the execution until
/openbmc/qemu/fpu/
H A Dsoftfloat-parts.c.inc956 /* compute nearest rounded result to 2.23 bits */
981 /* Compute nearest rounded result */
1022 /* Compute nearest rounded result */
/openbmc/openbmc/poky/meta/recipes-support/vte/vte/
H A D0004-fast_float-Add-single-header-library-for-from_char-i.patch3230 +// round an extended-precision float to the nearest machine float.
3239 + // check for round-up: if rounding-nearest carried us to the hidden bit.
3652 + * Returns true if the floating-pointing rounding mode is to 'nearest'.
3657 + // https://lemire.me/blog/2020/06/26/gcc-not-nearest/
3788 + // we want round-to-nearest in all cases, irrespective of the rounding mode
3796 + // when the system rounds to the nearest float.
/openbmc/qemu/tests/tcg/aarch64/
H A Dfloat_convs.ref1 ### Rounding to nearest
H A Dfloat_convd.ref1 ### Rounding to nearest
H A Dfcvt.ref2 ### Rounding to nearest
1636 ### Rounding to nearest
/openbmc/qemu/tests/tcg/hexagon/
H A Dfloat_convs.ref1 ### Rounding to nearest
H A Dfloat_convd.ref1 ### Rounding to nearest
/openbmc/qemu/tests/tcg/ppc64le/
H A Dfloat_convs.ref1 ### Rounding to nearest
/openbmc/qemu/tests/tcg/loongarch64/
H A Dfloat_convs.ref1 ### Rounding to nearest
H A Dfloat_convd.ref1 ### Rounding to nearest
H A Dfloat_madds.ref1 ### Rounding to nearest
/openbmc/qemu/tests/tcg/i386/
H A Dfloat_convs.ref1 ### Rounding to nearest
/openbmc/qemu/tests/tcg/arm/
H A Dfloat_convs.ref1 ### Rounding to nearest
H A Dfloat_convd.ref1 ### Rounding to nearest
H A Dfcvt.ref2 ### Rounding to nearest
1636 ### Rounding to nearest
H A Dfloat_madds.ref1 ### Rounding to nearest
/openbmc/qemu/tests/tcg/x86_64/
H A Dfloat_convs.ref1 ### Rounding to nearest
H A Dfloat_convd.ref1 ### Rounding to nearest
/openbmc/qemu/docs/interop/
H A Dqcow2.rst365 to the nearest multiple of the cluster size. Any
/openbmc/u-boot/common/
H A Ddlmalloc.src49 round up n to nearest pagesize.
2829 pvalloc just invokes valloc for the nearest pagesize

12