Home
last modified time | relevance | path

Searched refs:fraction (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/drivers/serial/
H A Dserial_stm32.c23 u32 int_div, mantissa, fraction, oversampling; in _stm32_serial_setbrg() local
36 fraction = int_div % oversampling; in _stm32_serial_setbrg()
38 writel(mantissa | fraction, base + BRR_OFFSET(stm32f4)); in _stm32_serial_setbrg()
H A Dserial_pl01x.c150 unsigned int fraction; in pl01x_generic_setbrg() local
163 fraction = (temp >> 1) + (temp & 1); in pl01x_generic_setbrg()
166 writel(fraction, &regs->pl011_fbrd); in pl01x_generic_setbrg()
/openbmc/qemu/util/
H A Dcutils.c256 double fraction = 0.0; in do_strtosz() local
282 retval = qemu_strtod_finite(copy, &tail, &fraction); in do_strtosz()
284 if (signbit(fraction)) { in do_strtosz()
291 if (fraction == 1.0) { in do_strtosz()
303 valf = (uint64_t)(fraction * 0x1p64); in do_strtosz()
304 if (valf == 0 && fraction > 0.0) { in do_strtosz()
/openbmc/qemu/docs/interop/
H A Ddbus-vmstate.rst18 1Mb. The state must be saved quickly (a fraction of a second). (D-Bus
/openbmc/qemu/fpu/
H A Dsoftfloat-specialize.c.inc92 * This done with the most significant bit of the fraction.
103 | For the deconstructed floating-point with fraction FRAC, return true
104 | if the fraction represents a signalling NaN; otherwise false.
H A Dsoftfloat-parts.c.inc193 * unbias the exponent, and normalize the fraction.
247 * fraction; these bits will be removed. The exponent will be biased
1744 * the msb parts of the fraction. At the end, when we subtract
1773 * are lots of 0's in the msb parts of the fraction.
1775 * result -- restart at the top of the fraction.
/openbmc/qemu/docs/system/
H A Dtarget-arm.rst20 small fraction of the Arm hardware ecosystem.
/openbmc/openbmc/poky/meta/recipes-support/vte/vte/
H A D0004-fast_float-Add-single-header-library-for-from_char-i.patch1266 + span<const UC> fraction{}; // nullable
1361 + answer.fraction = span<const UC>(before, size_t(p - before));
1459 + p = answer.fraction.ptr;
1460 + UC const *frac_end = p + answer.fraction.len();
1465 + exponent = answer.fraction.ptr - p + exp_number;
3413 + if (num.fraction.ptr != nullptr) {
3414 + truncated |= is_truncated(num.fraction);
3427 + // add our fraction digits, if they're available.
3428 + if (num.fraction.ptr != nullptr) {
3429 + p = num.fraction.ptr;
[all …]
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc3008 * is smaller than the minimum 1/8 fraction.