Searched refs:fraction (Results 1 – 9 of 9) sorted by relevance
| /openbmc/u-boot/drivers/serial/ |
| H A D | serial_stm32.c | 23 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 D | serial_pl01x.c | 150 unsigned int fraction; in pl01x_generic_setbrg() local 163 fraction = (temp >> 1) + (temp & 1); in pl01x_generic_setbrg() 166 writel(fraction, ®s->pl011_fbrd); in pl01x_generic_setbrg()
|
| /openbmc/qemu/util/ |
| H A D | cutils.c | 256 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 D | dbus-vmstate.rst | 18 1Mb. The state must be saved quickly (a fraction of a second). (D-Bus
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat-specialize.c.inc | 92 * 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 D | softfloat-parts.c.inc | 193 * 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 D | target-arm.rst | 20 small fraction of the Arm hardware ecosystem.
|
| /openbmc/openbmc/poky/meta/recipes-support/vte/vte/ |
| H A D | 0004-fast_float-Add-single-header-library-for-from_char-i.patch | 1266 + 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 D | tcg-target.c.inc | 3008 * is smaller than the minimum 1/8 fraction.
|