| /qemu/python/qemu/qmp/ |
| A D | legacy.py | 91 self._timeout: Optional[float] = None 100 self, future: Awaitable[_T], timeout: Optional[float] = None argument 158 def accept(self, timeout: Optional[float] = 15.0) -> QMPMessage: argument 220 wait: Union[bool, float] = False) -> Optional[QMPMessage]: argument 243 if wait and isinstance(wait, float): 253 def get_events(self, wait: Union[bool, float] = False) -> List[QMPMessage]: argument 285 def settimeout(self, timeout: Optional[float]) -> None: argument
|
| A D | qmp_tui.py | 528 def mouse_event(self, size: Tuple[int, int], _event: str, button: float, argument
|
| /qemu/tests/fp/ |
| A D | wrap.c.inc | 474 WRAP1(qemu_f##b##_sqrt, float##b##_sqrt, float##b) \ 475 WRAP2(qemu_f##b##_add, float##b##_add, float##b) \ 476 WRAP2(qemu_f##b##_sub, float##b##_sub, float##b) \ 477 WRAP2(qemu_f##b##_mul, float##b##_mul, float##b) \ 478 WRAP2(qemu_f##b##_div, float##b##_div, float##b) 618 WRAP_CMP(qemu_f##b##_eq_signaling, float##b##_eq, float##b) \ 619 WRAP_CMP(qemu_f##b##_eq, float##b##_eq_quiet, float##b) \ 620 WRAP_CMP(qemu_f##b##_le, float##b##_le, float##b) \ 621 WRAP_CMP(qemu_f##b##_lt, float##b##_lt, float##b) \ 622 WRAP_CMP(qemu_f##b##_le_quiet, float##b##_le_quiet, float##b) \ [all …]
|
| A D | meson.build | 64 'float-to-float': 'f16_to_f32 f16_to_f64 f16_to_extF80 f16_to_f128 ' + 70 'int-to-float': 'i32_to_f16 i64_to_f16 i32_to_f32 i64_to_f32 ' + 74 'uint-to-float': 'ui32_to_f16 ui64_to_f16 ui32_to_f32 ui64_to_f32 ' + 77 'float-to-int': 'f16_to_i32 f16_to_i32_r_minMag ' + 87 'float-to-uint': 'f16_to_ui32 f16_to_ui32_r_minMag ' +
|
| /qemu/tests/qemu-iotests/ |
| A D | testrunner.py | 69 self.cache: Dict[str, Dict[str, Dict[str, float]]] 78 default: Optional[float] = None) -> Optional[float]: argument 88 def update(self, test: str, elapsed: float) -> None: argument 105 elapsed: Optional[float] = None, diff: Sequence[str] = (), argument 166 lasttime: Optional[float] = None, argument 167 thistime: Optional[float] = None, argument
|
| /qemu/target/hppa/ |
| A D | insns.decode | 531 # float/float 538 # int/float 549 # float/int 560 # float/int truncate 571 # uint/float 582 # float/int 593 # float/int truncate
|
| /qemu/python/qemu/utils/ |
| A D | qemu_ga_client.py | 76 def sync(self, timeout: Optional[float] = 3) -> None: argument 148 def ping(self, timeout: Optional[float]) -> bool: argument 237 timeout = 3.0 if len(args) == 0 else float(args[0])
|
| /qemu/python/qemu/machine/ |
| A D | qtest.py | 122 def settimeout(self, timeout: Optional[float]) -> None: argument 138 qmp_timer: Optional[float] = None): argument
|
| A D | machine.py | 133 qmp_timer: Optional[float] = 30): argument 791 timeout: float = 60.0, argument 804 timeout: float = 60.0) -> Optional[QMPMessage]: argument
|
| A D | console_socket.py | 135 def settimeout(self, value: Optional[float]) -> None: argument
|
| /qemu/tests/image-fuzzer/qcow2/ |
| A D | layout.py | 306 l1_size = int(ceil((max(guest_clusters) + 1) / float(l_size**2))) 333 float(self.cluster_size**2))) 364 table_size = int(ceil((max(blocks) + 1) / float(size))) 388 if int(ceil((max(blocks) + 1) / float(size))) > table_size:
|
| /qemu/scripts/simplebench/ |
| A D | img_bench_templater.py | 41 return {'seconds': float(m.group(1))}
|
| A D | bench_prealloc.py | 39 return {'seconds': float(m.group(1))}
|
| A D | bench_write_req.py | 110 return {'seconds': float(ret_list[index-1])}
|
| /qemu/target/hexagon/imported/ |
| A D | allidefs.def | 27 #include "float.idef"
|
| A D | macros.def | 1073 ({ union { float f; size4u_t i; } _fipun; _fipun.i = (A); _fipun.f; }), /* behavior */ 1079 …({ union { float f; size4u_t i; } _fipun; _fipun.f = (A); isnan(_fipun.f) ? 0xFFFFFFFFU : _fipun.i…
|
| /qemu/scripts/performance/ |
| A D | topN_callgrind.py | 127 function_instructions = float(function_data[0].replace(',', ''))
|
| /qemu/target/arm/tcg/ |
| A D | vfp-uncond.decode | 70 # VCVT float to int with specified rounding mode; Vd is always single-precision
|
| A D | neon-dp.decode | 49 # and the 'size' bit is 0 for 32-bit float and 1 for 16-bit float. 353 # VCVT fixed<->float conversions
|
| A D | vfp.decode | 241 # VCVT float to integer (VCVT and VCVTR): Vd always single; Vd depends on size
|
| /qemu/tests/functional/ |
| A D | test_acpi_bits.py | 99 qmp_timer: Optional[float] = None): argument
|
| /qemu/fpu/ |
| A D | softfloat-parts.c.inc | 2 * QEMU float support 1264 * Integer to float conversions 1296 * Unsigned Integer to float conversions
|
| /qemu/target/riscv/insn_trans/ |
| A D | trans_xthead.c.inc | 342 * Load 64-bit float from indexed address. 362 * Store 64-bit float to indexed address.
|
| /qemu/target/i386/tcg/ |
| A D | ops_sse_header.h.inc | 254 /* 3DNow! float ops */
|
| /qemu/docs/devel/ |
| A D | tracing.rst | 133 * Avoid floating point types (float and double) because SystemTap does not
|