Home
last modified time | relevance | path

Searched refs:float (Results 1 – 25 of 32) sorted by relevance

12

/qemu/python/qemu/qmp/
A Dlegacy.py91 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 Dqmp_tui.py528 def mouse_event(self, size: Tuple[int, int], _event: str, button: float, argument
/qemu/tests/fp/
A Dwrap.c.inc474 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 Dmeson.build64 '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 Dtestrunner.py69 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 Dinsns.decode531 # 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 Dqemu_ga_client.py76 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 Dqtest.py122 def settimeout(self, timeout: Optional[float]) -> None: argument
138 qmp_timer: Optional[float] = None): argument
A Dmachine.py133 qmp_timer: Optional[float] = 30): argument
791 timeout: float = 60.0, argument
804 timeout: float = 60.0) -> Optional[QMPMessage]: argument
A Dconsole_socket.py135 def settimeout(self, value: Optional[float]) -> None: argument
/qemu/tests/image-fuzzer/qcow2/
A Dlayout.py306 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 Dimg_bench_templater.py41 return {'seconds': float(m.group(1))}
A Dbench_prealloc.py39 return {'seconds': float(m.group(1))}
A Dbench_write_req.py110 return {'seconds': float(ret_list[index-1])}
/qemu/target/hexagon/imported/
A Dallidefs.def27 #include "float.idef"
A Dmacros.def1073 ({ 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 DtopN_callgrind.py127 function_instructions = float(function_data[0].replace(',', ''))
/qemu/target/arm/tcg/
A Dvfp-uncond.decode70 # VCVT float to int with specified rounding mode; Vd is always single-precision
A Dneon-dp.decode49 # and the 'size' bit is 0 for 32-bit float and 1 for 16-bit float.
353 # VCVT fixed<->float conversions
A Dvfp.decode241 # VCVT float to integer (VCVT and VCVTR): Vd always single; Vd depends on size
/qemu/tests/functional/
A Dtest_acpi_bits.py99 qmp_timer: Optional[float] = None): argument
/qemu/fpu/
A Dsoftfloat-parts.c.inc2 * QEMU float support
1264 * Integer to float conversions
1296 * Unsigned Integer to float conversions
/qemu/target/riscv/insn_trans/
A Dtrans_xthead.c.inc342 * Load 64-bit float from indexed address.
362 * Store 64-bit float to indexed address.
/qemu/target/i386/tcg/
A Dops_sse_header.h.inc254 /* 3DNow! float ops */
/qemu/docs/devel/
A Dtracing.rst133 * Avoid floating point types (float and double) because SystemTap does not

Completed in 48 milliseconds

12