Searched refs:nearest (Results 1 – 25 of 30) sorted by relevance
12
143 QEMUSnapshotInfo *nearest = NULL; in replay_find_nearest_snapshot() local164 && (!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()
10 or whatever is nearest to that.
107 # replaying the execution. The command automatically loads nearest
134 /* Port 1, Lane 0. CONN3, nearest power. */139 /* Port 2, Lane 0. CONN2, nearest CPU. */
211 Reverse step loads the nearest snapshot and replays the execution until
956 /* compute nearest rounded result to 2.23 bits */981 /* Compute nearest rounded result */1022 /* Compute nearest rounded result */
3230 +// 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 mode3796 + // when the system rounds to the nearest float.
1 ### Rounding to nearest
2 ### Rounding to nearest1636 ### Rounding to nearest
365 to the nearest multiple of the cluster size. Any
49 round up n to nearest pagesize.2829 pvalloc just invokes valloc for the nearest pagesize