Home
last modified time | relevance | path

Searched refs:estimate (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c624 uint32_t scaled, estimate; in call_recip_estimate() local
641 estimate = recip_estimate_incprec(scaled); in call_recip_estimate()
645 estimate = recip_estimate(scaled); in call_recip_estimate()
650 result_frac = deposit64(0, 40, 12, estimate); in call_recip_estimate()
652 result_frac = deposit64(0, 44, 8, estimate); in call_recip_estimate()
848 int b, estimate; in do_recip_sqrt_estimate() local
861 estimate = (b + 1) / 2; in do_recip_sqrt_estimate()
862 assert(256 <= estimate && estimate < 512); in do_recip_sqrt_estimate()
864 return estimate; in do_recip_sqrt_estimate()
875 int64_t b, estimate; in do_recip_sqrt_estimate_incprec() local
[all …]
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmilatency.py2103 estimate = avg10 * count/count_for_estimate
104 if estimate > 1:
105 print "Running test, estimated time: {}s".format(int(estimate))
/openbmc/qemu/block/
H A Dbackup.c231 uint64_t estimate; in backup_init_bcs_bitmap() local
246 estimate = bdrv_get_dirty_count(bcs_bitmap); in backup_init_bcs_bitmap()
247 job_progress_set_remaining(&job->common.job, estimate); in backup_init_bcs_bitmap()
/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/
H A Dcve-2022-33065.patch513 Subject: [PATCH] nms_adpcm: fix int overflow in signal estimate
515 It is possible (though functionally incorrect) for the signal estimate
570 /* Zero predictor components of the signal estimate. */
574 /* Signal estimate, (including s_ez). */
677 - /* Compute the zero predictor estimate. Rotate past deltas too. */
679 + /* Compute the zero predictor estimate and rotate past deltas. */
688 - /* Compute the signal estimate. */
694 + /* Complete the signal estimate. */
729 /* Compute estimate, and delta from actual value */
/openbmc/u-boot/doc/
H A DREADME.SPL80 With gcc 4.6 (and later) and the use of GNU cflow it is possible to estimate
/openbmc/docs/designs/
H A Dthermal-control-modes.md34 Mathematical calculations to logically estimate exit air temps:
H A Ddesign-template.md83 implementation. Roughly estimate relevant details. How big is the data? What are
H A Dnvmemi-over-smbus.md122 | DriveLifeUsed | string | A vendor specific estimate of the percentage |
/openbmc/qemu/docs/devel/migration/
H A Dvfio.rst53 * A ``state_pending_estimate`` function that reports an estimate of the
187 If device is active, get pending_bytes by .state_pending_{estimate,exact}()
/openbmc/qemu/fpu/
H A Dsoftfloat-parts.c.inc912 * Initial estimate:
915 * The relative error (e = r0*sqrt(m)-1) of a linear estimate