/qemu/qobject/ |
H A D | qnum.c | 144 * qnum_get_double() loses precision for integers beyond 53 bits. 178 * Negative integers are never considered equal to unsigned integers, 179 * but positive integers in the range [0, INT64_MAX] are considered 182 * Doubles are never considered equal to integers.
|
H A D | json-parser.c | 501 * and any JSON_FLOAT (with precision loss for integers beyond in parse_literal()
|
/qemu/include/qapi/ |
H A D | clone-visitor.h | 30 * Not usable on QAPI scalars (integers, strings, enums), nor on a 49 * Not usable on QAPI scalars (integers, strings, enums), nor on a
|
H A D | string-input-visitor.h | 23 * of integers (except type "size") are supported.
|
H A D | opts-visitor.h | 33 * alternates, numbers (other than integers), null, or arbitrary
|
/qemu/target/hexagon/imported/ |
H A D | alu.idef | 509 "Add vector of half integers", 518 "Add vector of half integers with saturation", 527 "Add vector of unsigned half integers with saturation", 536 "Add vector of half integers with saturation and pack to unsigned bytes", 632 "Avg vector of half integers", 641 "Avg vector of half integers with rounding", 652 "Avg vector of half integers", 662 "Add vector of half integers", 671 "Add vector of half integers with saturation", 680 "Add vector of unsigned half integers with saturation", [all …]
|
/qemu/tests/tcg/s390x/ |
H A D | long-double.c | 3 * With small integral numbers, we can cross-check with integers.
|
/qemu/include/qemu/ |
H A D | cpu-float.h | 6 /* Unions for reinterpreting between floats and integers. */
|
H A D | bitops.h | 598 * integers being an arithmetic shift. in sextract32() 623 * integers being an arithmetic shift. in sextract64()
|
/qemu/docs/system/ |
H A D | monitor.rst | 29 The monitor understands integers expressions for every integer argument.
|
/qemu/qapi/ |
H A D | stats.json | 137 # @scalar: single unsigned 64-bit integers. 141 # @list: list of unsigned 64-bit integers (used for histograms).
|
H A D | opts-visitor.c | 85 /* When parsing a list of repeating options as integers, values of the form
|
/qemu/tests/unit/ |
H A D | check-qobject.c | 92 /* Integers representing a mathematically equal number should in qobject_is_equal_num_test() 95 /* Doubles, however, are always unequal to integers */ in qobject_is_equal_num_test()
|
H A D | test-visitor-serialization.c | 67 intList *integers; member 153 visit_type_intList(v, NULL, &pl->value.integers, errp); in visit_primitive_list() 376 QAPI_LIST_PREPEND(pl.value.integers, pt->value.integer); in test_primitive_lists() 435 cur_head = pl_copy.value.integers; in test_primitive_lists()
|
/qemu/target/riscv/ |
H A D | time_helper.c | 79 * as unsigned integers. Writes to stimecmp are guaranteed to be in riscv_timer_write_timecmp()
|
/qemu/target/hexagon/idef-parser/ |
H A D | README.rst | 41 the architecture, integers representing the immediates that come from the code, 58 - Fill in the output function signature with the immediate integers 253 ``riV``, etc. refer to immediate arguments and will map to C integers.
|
/qemu/docs/interop/ |
H A D | parallels.rst | 115 contiguous array of 32-bit unsigned little-endian integers with
|
/qemu/hw/virtio/ |
H A D | virtio-rng.c | 186 /* Workaround: Property parsing does not enforce unsigned integers, in virtio_rng_device_realize()
|
/qemu/tests/qtest/ |
H A D | sse-timer-test.c | 52 /* 4 ticks in nanoseconds (so we can work in integers) */
|
/qemu/docs/specs/ |
H A D | ivshmem-spec.rst | 241 integers as it can.
|
/qemu/docs/ |
H A D | image-fuzzer.txt | 110 for integers or unsafe symbols as '%s' for strings. For bitmasks random amount
|
/qemu/hw/acpi/ |
H A D | cxl.c | 80 * are integers with no specific size specification. aml_int() will in build_cxl_dsm_method()
|
H A D | tpm.c | 192 * Returns: Type: Package of Integers in tpm_build_ppi_acpi()
|
/qemu/scripts/qapi/ |
H A D | introspect.py | 241 # type names as integers to reduce the temptation. Also, it
|
/qemu/target/mips/tcg/ |
H A D | mxu_translate.c | 1930 * Dual shift arithmetic right 32-bit integers in XRb and XRc 1934 * Dual shift arithmetic right 32-bit integers in XRb and XRc 2120 * Update XRa with the maximum of signed 32-bit integers contained 2124 * Update XRa with the minimum of signed 32-bit integers contained 2170 * Update XRa with the 16-bit-wise maximums of signed integers 2174 * Update XRa with the 16-bit-wise minimums of signed integers 2263 * Update XRa with the 8-bit-wise maximums of signed integers 2267 * Update XRa with the 8-bit-wise minimums of signed integers 3800 * Packs four 16-bit signed integers in XRb and XRc to
|